summaryrefslogtreecommitdiff
path: root/gtk/gtkcontainer.h
diff options
context:
space:
mode:
authorPavel Holejsovsky <pholejs@src.gnome.org>2011-01-18 06:29:57 +0100
committerPavel Holejsovsky <pholejs@src.gnome.org>2011-01-18 17:28:35 +0100
commit204d1fd0a66528310bee3394a5533ce77938e171 (patch)
tree600a91e9afc83c6f4ef4bdef909eacf5af23dae6 /gtk/gtkcontainer.h
parent729c82395539897e276f4dec41550de9b2a0db88 (diff)
downloadgtk+-204d1fd0a66528310bee3394a5533ce77938e171.tar.gz
[GI] Make argument names in vfunc decls consistent with invoker docs
Diffstat (limited to 'gtk/gtkcontainer.h')
-rw-r--r--gtk/gtkcontainer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkcontainer.h b/gtk/gtkcontainer.h
index 2498513dd0..b21e2d827b 100644
--- a/gtk/gtkcontainer.h
+++ b/gtk/gtkcontainer.h
@@ -72,7 +72,7 @@ struct _GtkContainerClass
GtkCallback callback,
gpointer callback_data);
void (*set_focus_child) (GtkContainer *container,
- GtkWidget *widget);
+ GtkWidget *child);
GType (*child_type) (GtkContainer *container);
gchar* (*composite_name) (GtkContainer *container,
GtkWidget *child);