diff options
| author | Ted Gould <ted@gould.cx> | 2011-02-21 16:13:44 -0600 |
|---|---|---|
| committer | Ted Gould <ted@gould.cx> | 2011-02-21 16:13:44 -0600 |
| commit | a4a9e45e12ebfc45306f986953b04e2409f9cc7e (patch) | |
| tree | 88bcc72760fed72e7d1495af88793b0561d0f7ce /libdbusmenu-glib/defaults.h | |
| parent | 1c1171f7a84e37dd96385cea1600465350217ae0 (diff) | |
| download | libdbusmenu-a4a9e45e12ebfc45306f986953b04e2409f9cc7e.tar.gz libdbusmenu-a4a9e45e12ebfc45306f986953b04e2409f9cc7e.tar.bz2 libdbusmenu-a4a9e45e12ebfc45306f986953b04e2409f9cc7e.zip | |
Putting in stubs for our get/set functions
Diffstat (limited to 'libdbusmenu-glib/defaults.h')
| -rw-r--r-- | libdbusmenu-glib/defaults.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/libdbusmenu-glib/defaults.h b/libdbusmenu-glib/defaults.h index 842b58b..9668206 100644 --- a/libdbusmenu-glib/defaults.h +++ b/libdbusmenu-glib/defaults.h @@ -69,6 +69,17 @@ struct _DbusmenuDefaults { GType dbusmenu_defaults_get_type (void); DbusmenuDefaults * dbusmenu_defaults_ref_default (void); +void dbusmenu_defaults_default_set (DbusmenuDefaults * defaults, + const gchar * type, + const gchar * property, + const GVariantType * prop_type, + GVariant * value); +GVariant * dbusmenu_defaults_default_get (DbusmenuDefaults * defaults, + const gchar * type, + const gchar * property); +GVariantType * dbusmenu_defaults_default_get_type (DbusmenuDefaults * defaults, + const gchar * type, + const gchar * property); G_END_DECLS |
