summaryrefslogtreecommitdiff
path: root/gdk/gdkmain.h
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2013-03-23 00:16:24 -0400
committerMatthias Clasen <mclasen@redhat.com>2013-03-23 00:48:26 -0400
commitce7c6d58c230bb1d03481b097fd10fddb3d79265 (patch)
tree70168fb0d8015298e969b9d54ce9a36c0f3d8055 /gdk/gdkmain.h
parent832c698776376df044481c5302ee8e536ad7b7f9 (diff)
downloadgtk+-ce7c6d58c230bb1d03481b097fd10fddb3d79265.tar.gz
Add gdk_set_allowed_backends
This new function allows programmatic control over the GDK backends that will be used at runtime.
Diffstat (limited to 'gdk/gdkmain.h')
-rw-r--r--gdk/gdkmain.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/gdk/gdkmain.h b/gdk/gdkmain.h
index 27788dd2da..05b15b9928 100644
--- a/gdk/gdkmain.h
+++ b/gdk/gdkmain.h
@@ -117,6 +117,9 @@ void gdk_flush (void);
void gdk_disable_multidevice (void);
+GDK_AVAILABLE_IN_3_10
+void gdk_set_allowed_backends (const gchar *backends);
+
G_END_DECLS
#endif /* __GDK_MAIN_H__ */