add transfer-none to return value of gtk_widget_get_window

This commit is contained in:
John (J5) Palmieri 2010-06-07 18:20:36 -04:00
parent 586d60dbee
commit 0491b409a9

View File

@ -11445,7 +11445,7 @@ gtk_widget_set_window (GtkWidget *widget,
* *
* Returns the widget's window if it is realized, %NULL otherwise * Returns the widget's window if it is realized, %NULL otherwise
* *
* Return value: @widget's window. * Return value: (transfer none): @widget's window.
* *
* Since: 2.14 * Since: 2.14
*/ */