forked from AuroraMiddleware/gtk
Inserting a 'newly-allocated' to hint that the list should be freed after
Thu Jan 15 23:17:14 2004 Matthias Clasen <maclas@gmx.de> * gtk/gtkuimanager.c (gtk_ui_manager_get_toplevels): Inserting a 'newly-allocated' to hint that the list should be freed after use.
This commit is contained in:
parent
99e00e044d
commit
36d79ded77
@ -1,3 +1,9 @@
|
|||||||
|
Thu Jan 15 23:17:14 2004 Matthias Clasen <maclas@gmx.de>
|
||||||
|
|
||||||
|
* gtk/gtkuimanager.c (gtk_ui_manager_get_toplevels): Inserting
|
||||||
|
a 'newly-allocated' to hint that the list should be freed after
|
||||||
|
use.
|
||||||
|
|
||||||
Wed Jan 14 18:01:52 2004 Jonathan Blandford <jrb@gnome.org>
|
Wed Jan 14 18:01:52 2004 Jonathan Blandford <jrb@gnome.org>
|
||||||
|
|
||||||
* gtk/gtktreeview.c (gtk_tree_view_button_press): move grab_focus
|
* gtk/gtktreeview.c (gtk_tree_view_button_press): move grab_focus
|
||||||
|
@ -1,3 +1,9 @@
|
|||||||
|
Thu Jan 15 23:17:14 2004 Matthias Clasen <maclas@gmx.de>
|
||||||
|
|
||||||
|
* gtk/gtkuimanager.c (gtk_ui_manager_get_toplevels): Inserting
|
||||||
|
a 'newly-allocated' to hint that the list should be freed after
|
||||||
|
use.
|
||||||
|
|
||||||
Wed Jan 14 18:01:52 2004 Jonathan Blandford <jrb@gnome.org>
|
Wed Jan 14 18:01:52 2004 Jonathan Blandford <jrb@gnome.org>
|
||||||
|
|
||||||
* gtk/gtktreeview.c (gtk_tree_view_button_press): move grab_focus
|
* gtk/gtktreeview.c (gtk_tree_view_button_press): move grab_focus
|
||||||
|
@ -1,3 +1,9 @@
|
|||||||
|
Thu Jan 15 23:17:14 2004 Matthias Clasen <maclas@gmx.de>
|
||||||
|
|
||||||
|
* gtk/gtkuimanager.c (gtk_ui_manager_get_toplevels): Inserting
|
||||||
|
a 'newly-allocated' to hint that the list should be freed after
|
||||||
|
use.
|
||||||
|
|
||||||
Wed Jan 14 18:01:52 2004 Jonathan Blandford <jrb@gnome.org>
|
Wed Jan 14 18:01:52 2004 Jonathan Blandford <jrb@gnome.org>
|
||||||
|
|
||||||
* gtk/gtktreeview.c (gtk_tree_view_button_press): move grab_focus
|
* gtk/gtktreeview.c (gtk_tree_view_button_press): move grab_focus
|
||||||
|
@ -1,3 +1,9 @@
|
|||||||
|
Thu Jan 15 23:17:14 2004 Matthias Clasen <maclas@gmx.de>
|
||||||
|
|
||||||
|
* gtk/gtkuimanager.c (gtk_ui_manager_get_toplevels): Inserting
|
||||||
|
a 'newly-allocated' to hint that the list should be freed after
|
||||||
|
use.
|
||||||
|
|
||||||
Wed Jan 14 18:01:52 2004 Jonathan Blandford <jrb@gnome.org>
|
Wed Jan 14 18:01:52 2004 Jonathan Blandford <jrb@gnome.org>
|
||||||
|
|
||||||
* gtk/gtktreeview.c (gtk_tree_view_button_press): move grab_focus
|
* gtk/gtktreeview.c (gtk_tree_view_button_press): move grab_focus
|
||||||
|
@ -1,3 +1,9 @@
|
|||||||
|
Thu Jan 15 23:17:14 2004 Matthias Clasen <maclas@gmx.de>
|
||||||
|
|
||||||
|
* gtk/gtkuimanager.c (gtk_ui_manager_get_toplevels): Inserting
|
||||||
|
a 'newly-allocated' to hint that the list should be freed after
|
||||||
|
use.
|
||||||
|
|
||||||
Wed Jan 14 18:01:52 2004 Jonathan Blandford <jrb@gnome.org>
|
Wed Jan 14 18:01:52 2004 Jonathan Blandford <jrb@gnome.org>
|
||||||
|
|
||||||
* gtk/gtktreeview.c (gtk_tree_view_button_press): move grab_focus
|
* gtk/gtktreeview.c (gtk_tree_view_button_press): move grab_focus
|
||||||
|
@ -727,7 +727,8 @@ collect_toplevels (GNode *node,
|
|||||||
*
|
*
|
||||||
* Obtains a list of all toplevel widgets of the requested types.
|
* Obtains a list of all toplevel widgets of the requested types.
|
||||||
*
|
*
|
||||||
* Return value: a list of all toplevel widgets of the requested types.
|
* Return value: a newly-allocated of all toplevel widgets of the requested
|
||||||
|
* types.
|
||||||
*
|
*
|
||||||
* Since: 2.4
|
* Since: 2.4
|
||||||
**/
|
**/
|
||||||
|
Loading…
Reference in New Issue
Block a user