mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-05 16:20:10 +00:00
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:
parent
23b72c1914
commit
59c27f2b0e
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user