[gtk/matthiasc/surface-state-rework: 77/80] Properly remove gtk_window_get_size
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk/matthiasc/surface-state-rework: 77/80] Properly remove gtk_window_get_size
- Date: Sat, 5 Dec 2020 17:42:41 +0000 (UTC)
commit cc437a519b2190a6b0f689bc3be68a04bc3bcbb3
Author: Matthias Clasen <mclasen redhat com>
Date: Sat Dec 5 12:15:24 2020 -0500
Properly remove gtk_window_get_size
It was still in the headers and the docs, but did
not have an implementation anymore.
docs/reference/gtk/gtk4-sections.txt | 1 -
gtk/gtkwindow.h | 4 ----
2 files changed, 5 deletions(-)
---
diff --git a/docs/reference/gtk/gtk4-sections.txt b/docs/reference/gtk/gtk4-sections.txt
index 286fb20ba8..3c6154c4b7 100644
--- a/docs/reference/gtk/gtk4-sections.txt
+++ b/docs/reference/gtk/gtk4-sections.txt
@@ -4639,7 +4639,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
diff --git a/gtk/gtkwindow.h b/gtk/gtkwindow.h
index 1c673b4201..06701f8313 100644
--- a/gtk/gtkwindow.h
+++ b/gtk/gtkwindow.h
@@ -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);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]