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

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