diff options
author | Matthias Clasen <mclasen@redhat.com> | 2007-11-26 20:15:15 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2007-11-26 20:15:15 +0000 |
commit | 7819005e2e3672e2cc7f82669ff3340300124d04 (patch) | |
tree | 4c9164e2c79ca68269bbf11b2cc3abd194a83d34 /gtk/gtkplugprivate.h | |
parent | f5034f4080fcd09a984f137d1171378e9ced9512 (diff) | |
download | gtk+-7819005e2e3672e2cc7f82669ff3340300124d04.tar.gz |
Fix up some doc comments to shut up gtk-doc.
2007-11-26 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkmain.c:
* gtk/gtknotebook.c:
* gtk/gtkplugprivate.h:
* gtk/gtksocket.c:
* gtk/gtksocketprivate.h:
* gtk/gtktable.c: Fix up some doc comments to shut up gtk-doc.
svn path=/trunk/; revision=19066
Diffstat (limited to 'gtk/gtkplugprivate.h')
-rw-r--r-- | gtk/gtkplugprivate.h | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/gtk/gtkplugprivate.h b/gtk/gtkplugprivate.h index fb173c1340..74f0374bc5 100644 --- a/gtk/gtkplugprivate.h +++ b/gtk/gtkplugprivate.h @@ -36,7 +36,7 @@ void _gtk_plug_handle_modality_off (GtkPlug *plug); /* In backend-specific file: */ -/** +/* * _gtk_plug_windowing_get_id: * * @plug: a #GtkPlug @@ -45,7 +45,7 @@ void _gtk_plug_handle_modality_off (GtkPlug *plug); */ GdkNativeWindow _gtk_plug_windowing_get_id (GtkPlug *plug); -/** +/* * _gtk_plug_windowing_realize_toplevel: * * @plug_window: a #GtkPlug's #GdkWindow @@ -55,7 +55,7 @@ GdkNativeWindow _gtk_plug_windowing_get_id (GtkPlug *plug); */ void _gtk_plug_windowing_realize_toplevel (GtkPlug *plug); -/** +/* * _gtk_plug_windowing_map_toplevel: * * @plug: a #GtkPlug @@ -65,7 +65,7 @@ void _gtk_plug_windowing_realize_toplevel (GtkPlug *plug); */ void _gtk_plug_windowing_map_toplevel (GtkPlug *plug); -/** +/* * _gtk_plug_windowing_map_toplevel: * * @plug: a #GtkPlug @@ -75,7 +75,7 @@ void _gtk_plug_windowing_map_toplevel (GtkPlug *plug); */ void _gtk_plug_windowing_unmap_toplevel (GtkPlug *plug); -/** +/* * _gtk_plug_windowing_set_focus: * * @plug: a #GtkPlug @@ -85,7 +85,7 @@ void _gtk_plug_windowing_unmap_toplevel (GtkPlug *plug); */ void _gtk_plug_windowing_set_focus (GtkPlug *plug); -/** +/* * _gtk_plug_windowing_add_grabbed_key: * * @plug: a #GtkPlug @@ -99,7 +99,7 @@ void _gtk_plug_windowing_add_grabbed_key (GtkPlug *plug, guint accelerator_key, GdkModifierType accelerator_mods); -/** +/* * _gtk_plug_windowing_remove_grabbed_key: * * @plug: a #GtkPlug @@ -113,7 +113,7 @@ void _gtk_plug_windowing_remove_grabbed_key (GtkPlug *plug, guint accelerator_key, GdkModifierType accelerator_mods); -/** +/* * _gtk_plug_windowing_focus_to_parent: * * @plug: a #GtkPlug @@ -125,7 +125,7 @@ void _gtk_plug_windowing_remove_grabbed_key (GtkPlug *plug, void _gtk_plug_windowing_focus_to_parent (GtkPlug *plug, GtkDirectionType direction); -/** +/* * _gtk_plug_windowing_filter_func: * * @gdk_xevent: a windowing system native event |