Document that it may return NULL. (#102069)

2003-01-02  Matthias Clasen  <maclas@gmx.de>

	* gtk/gtkwindow.c (gtk_window_get_focus): Document that it may
	return NULL.  (#102069)
This commit is contained in:
Matthias Clasen 2003-01-02 21:56:08 +00:00 committed by Matthias Clasen
parent 23b72c1914
commit 59c27f2b0e
6 changed files with 26 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2003-01-02 Matthias Clasen <maclas@gmx.de>
* gtk/gtkwindow.c (gtk_window_get_focus): Document that it may
return NULL. (#102069)
2003-01-01 Matthias Clasen <maclas@gmx.de>
* gtk/fnmatch.c (FNMATCH_TEST_CASES): #undef, since having

View File

@ -1,3 +1,8 @@
2003-01-02 Matthias Clasen <maclas@gmx.de>
* gtk/gtkwindow.c (gtk_window_get_focus): Document that it may
return NULL. (#102069)
2003-01-01 Matthias Clasen <maclas@gmx.de>
* gtk/fnmatch.c (FNMATCH_TEST_CASES): #undef, since having

View File

@ -1,3 +1,8 @@
2003-01-02 Matthias Clasen <maclas@gmx.de>
* gtk/gtkwindow.c (gtk_window_get_focus): Document that it may
return NULL. (#102069)
2003-01-01 Matthias Clasen <maclas@gmx.de>
* gtk/fnmatch.c (FNMATCH_TEST_CASES): #undef, since having

View File

@ -1,3 +1,8 @@
2003-01-02 Matthias Clasen <maclas@gmx.de>
* gtk/gtkwindow.c (gtk_window_get_focus): Document that it may
return NULL. (#102069)
2003-01-01 Matthias Clasen <maclas@gmx.de>
* gtk/fnmatch.c (FNMATCH_TEST_CASES): #undef, since having

View File

@ -1,3 +1,8 @@
2003-01-02 Matthias Clasen <maclas@gmx.de>
* gtk/gtkwindow.c (gtk_window_get_focus): Document that it may
return NULL. (#102069)
2003-01-01 Matthias Clasen <maclas@gmx.de>
* gtk/fnmatch.c (FNMATCH_TEST_CASES): #undef, since having

View File

@ -1520,7 +1520,7 @@ gtk_window_activate_focus (GtkWindow *window)
* is not focused then <literal>GTK_WIDGET_HAS_FOCUS (widget)</literal> will
* not be %TRUE for the widget.
*
* Return value: the currently focused widget.
* Return value: the currently focused widget, or %NULL if there is none.
**/
GtkWidget *
gtk_window_get_focus (GtkWindow *window)