diff options
author | Soeren Sandmann <sandmann@daimi.au.dk> | 2002-11-08 19:41:50 +0000 |
---|---|---|
committer | Søren Sandmann Pedersen <ssp@src.gnome.org> | 2002-11-08 19:41:50 +0000 |
commit | b1165617b79f589695172db638bd101c44c74ea6 (patch) | |
tree | 30f49294e2af00ec6c5d67dc5f9a6816c1831872 /gtk/gtkitemfactory.c | |
parent | 0202f67266228ffb9592eef619c781b9587b1b3c (diff) | |
download | gtk+-b1165617b79f589695172db638bd101c44c74ea6.tar.gz |
docs/reference/gdk/tmpl/dnd.sgml docs/reference/gdk/tmpl/drawing.sgml
Fri Nov 8 20:14:52 2002 Soeren Sandmann <sandmann@daimi.au.dk>
* docs/reference/gdk/tmpl/dnd.sgml
docs/reference/gdk/tmpl/drawing.sgml
docs/reference/gdk/tmpl/gdk-unused.sgml
docs/reference/gdk/tmpl/gdkdisplay.sgml
docs/reference/gdk/tmpl/general.sgml
docs/reference/gdk/tmpl/input_devices.sgml
docs/reference/gdk/tmpl/selections.sgml
docs/reference/gtk/tmpl/gtkcellrenderer.sgml
docs/reference/gtk/tmpl/gtkcurve.sgml
docs/reference/gtk/tmpl/gtkdnd.sgml
docs/reference/gtk/tmpl/gtkitemfactory.sgml
docs/reference/gtk/tmpl/gtkmenu.sgml
docs/reference/gtk/tmpl/gtkoldeditable.sgml
docs/reference/gtk/tmpl/gtkoptionmenu.sgml
docs/reference/gtk/tmpl/gtkpreview.sgml
docs/reference/gtk/tmpl/gtkselection.sgml
docs/reference/gtk/tmpl/gtksocket.sgml
docs/reference/gtk/tmpl/gtkstyle.sgml
docs/reference/gtk/tmpl/gtktextbuffer.sgml
docs/reference/gtk/tmpl/gtktreemodel.sgml
docs/reference/gtk/tmpl/gtkwidget.sgml gdk/gdk.h gdk/gdkdisplay.c
gdk/gdkdisplay.h gdk/gdkdnd.h gdk/gdkdraw.c gdk/gdkdrawable.h
gdk/gdkinput.h gdk/gdkselection.h gdk/x11/gdkdisplay-x11.c
gdk/x11/gdkdnd-x11.c gdk/x11/gdkselection-x11.c gtk/gtkcurve.h
gtk/gtkdnd.h gtk/gtkitemfactory.c gtk/gtkitemfactory.h
gtk/gtkmenu.h gtk/gtkoldeditable.c gtk/gtkoldeditable.h
gtk/gtkoptionmenu.h gtk/gtkplug.c gtk/gtkplug.h gtk/gtkpreview.h
gtk/gtkrange.h gtk/gtkselection.c gtk/gtkselection.h
gtk/gtksocket.c gtk/gtksocket.h gtk/gtkstyle.c gtk/gtkstyle.h
gtk/gtktextlayout.c gtk/gtktextlayout.h gtk/gtktreemodel.c
gtk/gtktreemodel.h gtk/gtkwidget.h
Trivial s/foo/foo_/ fixes to make gtk.h includable with -Wshadow
without warnings. (#91680)
Diffstat (limited to 'gtk/gtkitemfactory.c')
-rw-r--r-- | gtk/gtkitemfactory.c | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/gtk/gtkitemfactory.c b/gtk/gtkitemfactory.c index 23e344cf68..0992e3e7d3 100644 --- a/gtk/gtkitemfactory.c +++ b/gtk/gtkitemfactory.c @@ -1472,7 +1472,7 @@ ifactory_delete_popup_data (GtkObject *object, * @x: the x position * @y: the y position * @mouse_button: the mouse button which was pressed to initiate the popup - * @time: the time at which the activation event occurred + * @time_: the time at which the activation event occurred * * Pops up the menu constructed from the item factory at (@x, @y). * @@ -1481,11 +1481,11 @@ ifactory_delete_popup_data (GtkObject *object, * a mouse button press, such as a mouse button release or a keypress, * @mouse_button should be 0. * - * The @time parameter should be the time stamp of the event that + * The @time_ parameter should be the time stamp of the event that * initiated the popup. If such an event is not available, use * gtk_get_current_event_time() instead. * - * The operation of the @mouse_button and the @time parameter is the same + * The operation of the @mouse_button and the @time_ parameter is the same * as the @button and @activation_time parameters for gtk_menu_popup(). */ void @@ -1507,7 +1507,7 @@ gtk_item_factory_popup (GtkItemFactory *ifactory, * @x: the x position * @y: the y position * @mouse_button: the mouse button which was pressed to initiate the popup - * @time: the time at which the activation event occurred + * @time_: the time at which the activation event occurred * * Pops up the menu constructed from the item factory at (@x, @y). Callbacks * can access the @popup_data while the menu is posted via @@ -1518,11 +1518,11 @@ gtk_item_factory_popup (GtkItemFactory *ifactory, * a mouse button press, such as a mouse button release or a keypress, * @mouse_button should be 0. * - * The @time parameter should be the time stamp of the event that + * The @time_ parameter should be the time stamp of the event that * initiated the popup. If such an event is not available, use * gtk_get_current_event_time() instead. * - * The operation of the @mouse_button and the @time parameters is the same + * The operation of the @mouse_button and the @time_ parameters is the same * as the @button and @activation_time parameters for gtk_menu_popup(). */ void |