Method

GdkWindowget_user_data

Declaration [src]

void
gdk_window_get_user_data (
  GdkWindow* window,
  gpointer* data
)

Description [src]

Retrieves the user data for window, which is normally the widget that window belongs to. See gdk_window_set_user_data().

Parameters

data

Type: gpointer*

Return location for user data.

The argument will be set by the function.
The argument can be set to NULL by the method.