diff options
author | Ted Gould <ted@gould.cx> | 2010-08-26 15:27:56 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-08-26 15:27:56 -0500 |
commit | 78344b94d6dc3fa7939dc5298af6851d67d06c5d (patch) | |
tree | 6e1edc0f53ca9f57068765499ab712ae1e41ce75 /libdbusmenu-glib/menuitem-marshal.c | |
parent | dbb73479cfd68cfc0e61dd8d9d65f5356e698aef (diff) | |
parent | f4ff4261e9699cdbb9621a6250c4b29ec33d5622 (diff) | |
download | libdbusmenu-78344b94d6dc3fa7939dc5298af6851d67d06c5d.tar.gz libdbusmenu-78344b94d6dc3fa7939dc5298af6851d67d06c5d.tar.bz2 libdbusmenu-78344b94d6dc3fa7939dc5298af6851d67d06c5d.zip |
* New upstream release.
* Increase layout XML size
* Display an event for the status of the signal to the server
Diffstat (limited to 'libdbusmenu-glib/menuitem-marshal.c')
-rw-r--r-- | libdbusmenu-glib/menuitem-marshal.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libdbusmenu-glib/menuitem-marshal.c b/libdbusmenu-glib/menuitem-marshal.c index aa7147a..d6ac0a6 100644 --- a/libdbusmenu-glib/menuitem-marshal.c +++ b/libdbusmenu-glib/menuitem-marshal.c @@ -21,6 +21,7 @@ #define g_marshal_value_peek_boxed(v) g_value_get_boxed (v) #define g_marshal_value_peek_pointer(v) g_value_get_pointer (v) #define g_marshal_value_peek_object(v) g_value_get_object (v) +#define g_marshal_value_peek_variant(v) g_value_get_variant (v) #else /* !G_ENABLE_DEBUG */ /* WARNING: This code accesses GValues directly, which is UNSUPPORTED API. * Do not access GValues directly in your code. Instead, use the @@ -44,6 +45,7 @@ #define g_marshal_value_peek_boxed(v) (v)->data[0].v_pointer #define g_marshal_value_peek_pointer(v) (v)->data[0].v_pointer #define g_marshal_value_peek_object(v) (v)->data[0].v_pointer +#define g_marshal_value_peek_variant(v) (v)->data[0].v_pointer #endif /* !G_ENABLE_DEBUG */ |