mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-13 14:00:09 +00:00
Properly remove gtk_window_get_size
It was still in the headers and the docs, but did not have an implementation anymore.
This commit is contained in:
parent
d7d738d745
commit
3db0d06901
@ -4615,7 +4615,6 @@ gtk_window_get_default_size
|
||||
gtk_window_get_destroy_with_parent
|
||||
gtk_window_get_icon_name
|
||||
gtk_window_get_modal
|
||||
gtk_window_get_size
|
||||
gtk_window_get_title
|
||||
gtk_window_get_transient_for
|
||||
gtk_window_get_group
|
||||
|
@ -215,10 +215,6 @@ GDK_AVAILABLE_IN_ALL
|
||||
void gtk_window_get_default_size (GtkWindow *window,
|
||||
int *width,
|
||||
int *height);
|
||||
GDK_AVAILABLE_IN_ALL
|
||||
void gtk_window_get_size (GtkWindow *window,
|
||||
int *width,
|
||||
int *height);
|
||||
|
||||
GDK_AVAILABLE_IN_ALL
|
||||
GtkWindowGroup *gtk_window_get_group (GtkWindow *window);
|
||||
|
Loading…
Reference in New Issue
Block a user