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 d3adde0116
commit 3b50f22873

View File

@@ -11302,7 +11302,7 @@ gtk_widget_set_window (GtkWidget *widget,
*
* 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
*/