[gi] annotate gdk_container_set_user_data to take a GObject

* this allows bindings to correctly marshal the parameter
This commit is contained in:
John (J5) Palmieri 2011-08-14 08:05:28 -04:00
parent f84c787be4
commit c3e0a0035e

View File

@ -2043,7 +2043,7 @@ gdk_window_destroy (GdkWindow *window)
/**
* gdk_window_set_user_data:
* @window: a #GdkWindow
* @user_data: (allow-none): user data
* @user_data: (allow-none) (type GObject.Object): user data
*
* For most purposes this function is deprecated in favor of
* g_object_set_data(). However, for historical reasons GTK+ stores