Fix malformed doc comments

Most of these are forgotten :'s and similar details
which gtk-doc now warns about.
This commit is contained in:
Matthias Clasen
2012-04-12 20:07:28 -04:00
parent da755ada52
commit 050cba6a31
38 changed files with 87 additions and 98 deletions

View File

@ -78,7 +78,7 @@ gtk_recent_chooser_default_init (GtkRecentChooserInterface *iface)
quark_gtk_use_action_appearance = g_quark_from_static_string (gtk_use_action_appearance_key);
/**
* GtkRecentChooser::selection-changed
* GtkRecentChooser::selection-changed:
* @chooser: the object which received the signal
*
* This signal is emitted when there is a change in the set of
@ -98,7 +98,7 @@ gtk_recent_chooser_default_init (GtkRecentChooserInterface *iface)
G_TYPE_NONE, 0);
/**
* GtkRecentChooser::item-activated
* GtkRecentChooser::item-activated:
* @chooser: the object which received the signal
*
* This signal is emitted when the user "activates" a recent item