summaryrefslogtreecommitdiff
path: root/gtk/gtkroot.h
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2019-05-19 20:35:59 +0000
committerMatthias Clasen <mclasen@redhat.com>2019-05-28 20:25:02 +0000
commit8713397948ec079135ed14ebc434053771d24726 (patch)
tree32e18c83e7889ed88c8a5a2643c092cb02c79d8e /gtk/gtkroot.h
parentf2447e06af674d2f32688f11b3f65223ac290e91 (diff)
downloadgtk+-8713397948ec079135ed14ebc434053771d24726.tar.gz
root: Make gtk_root_get_display public
This is following the precedent of making GtkNative getters public.
Diffstat (limited to 'gtk/gtkroot.h')
-rw-r--r--gtk/gtkroot.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/gtk/gtkroot.h b/gtk/gtkroot.h
index 3136a00911..648defa380 100644
--- a/gtk/gtkroot.h
+++ b/gtk/gtkroot.h
@@ -49,6 +49,9 @@ struct _GtkRootInterface
};
GDK_AVAILABLE_IN_ALL
+GdkDisplay * gtk_root_get_display (GtkRoot *root);
+
+GDK_AVAILABLE_IN_ALL
void gtk_root_set_focus (GtkRoot *self,
GtkWidget *focus);
GDK_AVAILABLE_IN_ALL