diff options
author | Matthias Clasen <mclasen@redhat.com> | 2012-04-12 20:07:28 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2012-04-12 21:12:16 -0400 |
commit | 050cba6a31bb783720eb2cb9e773784d24107f03 (patch) | |
tree | b45210f555e47371476ed7a6f92da61124c86e4a /gtk/gtkplug.c | |
parent | da755ada52a2ce482c1fc15be70e9f2dbd477201 (diff) | |
download | gtk+-050cba6a31bb783720eb2cb9e773784d24107f03.tar.gz |
Fix malformed doc comments
Most of these are forgotten :'s and similar details
which gtk-doc now warns about.
Diffstat (limited to 'gtk/gtkplug.c')
-rw-r--r-- | gtk/gtkplug.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gtk/gtkplug.c b/gtk/gtkplug.c index d584b7ff89..048ef2915e 100644 --- a/gtk/gtkplug.c +++ b/gtk/gtkplug.c @@ -247,7 +247,6 @@ gtk_plug_init (GtkPlug *plug) /** * gtk_plug_handle_modality_on: - * * @plug: a #GtkPlug * * Called from the GtkPlug backend when the corresponding socket has @@ -271,7 +270,6 @@ gtk_plug_handle_modality_on (GtkPlug *plug) /** * gtk_plug_handle_modality_off: - * * @plug: a #GtkPlug * * Called from the GtkPlug backend when the corresponding socket has @@ -719,7 +717,6 @@ xembed_set_info (GdkWindow *window, /** * gtk_plug_focus_first_last: - * * @plug: a #GtkPlug * @direction: a direction * |