diff options
author | infirit <[email protected]> | 2014-05-10 00:19:46 +0200 |
---|---|---|
committer | infirit <[email protected]> | 2014-11-28 08:44:02 +0100 |
commit | f2219d2afd13fd8dcfe6a35353828f4f143e8b48 (patch) | |
tree | 5714b398073883c8999a244c6f937d52887f2a13 /libmate-desktop/mate-rr-config.h | |
parent | 7056b2ab291f998496cf7ceb3cf24b37f407eb7f (diff) | |
download | mate-desktop-f2219d2afd13fd8dcfe6a35353828f4f143e8b48.tar.bz2 mate-desktop-f2219d2afd13fd8dcfe6a35353828f4f143e8b48.tar.xz |
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
Diffstat (limited to 'libmate-desktop/mate-rr-config.h')
-rw-r--r-- | libmate-desktop/mate-rr-config.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/libmate-desktop/mate-rr-config.h b/libmate-desktop/mate-rr-config.h index 7a119bb..edceb49 100644 --- a/libmate-desktop/mate-rr-config.h +++ b/libmate-desktop/mate-rr-config.h @@ -66,6 +66,11 @@ struct MateOutputInfo gpointer user_data; }; +#define MATE_RR_TYPE_OUTPUT_INFO (mate_rr_output_info_get_type()) +#define MATE_RR_TYPE_CONFIG (mate_rr_config_get_type()) +GType mate_rr_output_info_get_type (void); +GType mate_rr_config_get_type (void); + struct MateRRConfig { /* "clone" means that at least two outputs are at (0, 0) offset and they |