mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-07 17:20:07 +00:00
gtk/gtkwindow.[ch] rename gtk_window_group_get_windows() to
2008-06-20 Michael Natterer <mitch@imendio.com> * gtk/gtkwindow.[ch] * gtk/gtk.symbols: rename gtk_window_group_get_windows() to gtk_window_group_list_windows(). svn path=/trunk/; revision=20635
This commit is contained in:
parent
632c90d3d1
commit
a44c258282
@ -1,3 +1,9 @@
|
||||
2008-06-20 Michael Natterer <mitch@imendio.com>
|
||||
|
||||
* gtk/gtkwindow.[ch]
|
||||
* gtk/gtk.symbols: rename gtk_window_group_get_windows() to
|
||||
gtk_window_group_list_windows().
|
||||
|
||||
2008-06-20 12:35:20 +0200 Tim Janik
|
||||
|
||||
* Fixed wrongly resolved merge conflicts.
|
||||
|
@ -4821,7 +4821,7 @@ gtk_window_group_add_window
|
||||
gtk_window_group_get_type G_GNUC_CONST
|
||||
gtk_window_group_new
|
||||
gtk_window_group_remove_window
|
||||
gtk_window_group_get_windows
|
||||
gtk_window_group_list_windows
|
||||
gtk_window_has_toplevel_focus
|
||||
gtk_window_iconify
|
||||
gtk_window_is_active
|
||||
|
@ -7457,7 +7457,7 @@ gtk_window_group_remove_window (GtkWindowGroup *window_group,
|
||||
}
|
||||
|
||||
/**
|
||||
* gtk_window_group_get_windows:
|
||||
* gtk_window_group_list_windows:
|
||||
* @window_group: a #GtkWindowGroup
|
||||
*
|
||||
* Returns a list of the #GtkWindows that belong to @window_group.
|
||||
@ -7467,7 +7467,7 @@ gtk_window_group_remove_window (GtkWindowGroup *window_group,
|
||||
* Since: GSEAL-branch
|
||||
**/
|
||||
GList *
|
||||
gtk_window_group_get_windows (GtkWindowGroup *window_group)
|
||||
gtk_window_group_list_windows (GtkWindowGroup *window_group)
|
||||
{
|
||||
GList *toplevels, *toplevel, *group_windows;
|
||||
|
||||
|
@ -394,7 +394,7 @@ void gtk_window_group_add_window (GtkWindowGroup *window_grou
|
||||
GtkWindow *window);
|
||||
void gtk_window_group_remove_window (GtkWindowGroup *window_group,
|
||||
GtkWindow *window);
|
||||
GList * gtk_window_group_get_windows (GtkWindowGroup *window_group);
|
||||
GList * gtk_window_group_list_windows (GtkWindowGroup *window_group);
|
||||
|
||||
|
||||
/* --- internal functions --- */
|
||||
|
Loading…
Reference in New Issue
Block a user