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:
committed by
Michael Natterer
parent
632c90d3d1
commit
a44c258282
@ -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 --- */
|
||||
|
||||
Reference in New Issue
Block a user