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:
Michael Natterer 2008-06-20 11:51:44 +00:00 committed by Michael Natterer
parent 632c90d3d1
commit a44c258282
4 changed files with 10 additions and 4 deletions

View File

@ -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.

View File

@ -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

View File

@ -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;

View File

@ -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 --- */