diff options
author | Matthias Clasen <maclas@gmx.de> | 2004-01-15 22:15:39 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2004-01-15 22:15:39 +0000 |
commit | 36d79ded7730f2449c99d13b5cab126d2d446816 (patch) | |
tree | a2415ba7d1f1e7eb31297f5f67f154523eeadad9 | |
parent | 99e00e044d18945a55c2986b9d1c0961123b0cca (diff) | |
download | gtk+-36d79ded7730f2449c99d13b5cab126d2d446816.tar.gz |
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.
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | ChangeLog.pre-2-10 | 6 | ||||
-rw-r--r-- | ChangeLog.pre-2-4 | 6 | ||||
-rw-r--r-- | ChangeLog.pre-2-6 | 6 | ||||
-rw-r--r-- | ChangeLog.pre-2-8 | 6 | ||||
-rw-r--r-- | gtk/gtkuimanager.c | 3 |
6 files changed, 32 insertions, 1 deletions
@@ -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> * gtk/gtktreeview.c (gtk_tree_view_button_press): move grab_focus diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index e2ee6040a8..8b91ace7de 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -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> * gtk/gtktreeview.c (gtk_tree_view_button_press): move grab_focus diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4 index e2ee6040a8..8b91ace7de 100644 --- a/ChangeLog.pre-2-4 +++ b/ChangeLog.pre-2-4 @@ -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> * gtk/gtktreeview.c (gtk_tree_view_button_press): move grab_focus diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6 index e2ee6040a8..8b91ace7de 100644 --- a/ChangeLog.pre-2-6 +++ b/ChangeLog.pre-2-6 @@ -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> * gtk/gtktreeview.c (gtk_tree_view_button_press): move grab_focus diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index e2ee6040a8..8b91ace7de 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -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> * gtk/gtktreeview.c (gtk_tree_view_button_press): move grab_focus diff --git a/gtk/gtkuimanager.c b/gtk/gtkuimanager.c index 9bf3fd0d31..cd895b2a80 100644 --- a/gtk/gtkuimanager.c +++ b/gtk/gtkuimanager.c @@ -727,7 +727,8 @@ collect_toplevels (GNode *node, * * 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 **/ |