From f2219d2afd13fd8dcfe6a35353828f4f143e8b48 Mon Sep 17 00:00:00 2001 From: infirit Date: Sat, 10 May 2014 00:19:46 +0200 Subject: Add support for GObjectIntrospection Turned all GnomeRR structures into boxed types, then added the needed annotations and the Makefile.am bits. Does not yet include API changes, but should bind (awfully) all of libgnome-desktop. Based on gnome commit: cad94246fb5be76482212407a380cd75f9e7b932 url: https://git.gnome.org/browse/gnome-desktop/commit/?id=cad94246fb5be76482212407a380cd75f9e7b932 --- libmate-desktop/mate-rr.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'libmate-desktop/mate-rr.h') diff --git a/libmate-desktop/mate-rr.h b/libmate-desktop/mate-rr.h index 08ca1b7..5b55224 100644 --- a/libmate-desktop/mate-rr.h +++ b/libmate-desktop/mate-rr.h @@ -88,6 +88,9 @@ typedef enum { #define MATE_RR_TYPE_MODE (mate_rr_mode_get_type()) GType mate_rr_screen_get_type (void); +GType mate_rr_output_get_type (void); +GType mate_rr_crtc_get_type (void); +GType mate_rr_mode_get_type (void); /* MateRRScreen */ MateRRScreen * mate_rr_screen_new (GdkScreen *screen, -- cgit v1.2.1