diff options
author | Ted Gould <ted@gould.cx> | 2011-01-09 14:31:00 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2011-01-09 14:31:00 -0600 |
commit | bea872dbb0a63719d253d04c4236b707b12fee80 (patch) | |
tree | f3a61f0cd3f2e70866591b19f70ab9c72849a4cb /libindicator/indicator-object-marshal.h | |
parent | 13a284ffccca8ae9f34b8659dbe4f4739ca5b780 (diff) | |
download | libayatana-indicator-bea872dbb0a63719d253d04c4236b707b12fee80.tar.gz libayatana-indicator-bea872dbb0a63719d253d04c4236b707b12fee80.tar.bz2 libayatana-indicator-bea872dbb0a63719d253d04c4236b707b12fee80.zip |
Marshaller fixes
Diffstat (limited to 'libindicator/indicator-object-marshal.h')
-rw-r--r-- | libindicator/indicator-object-marshal.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/libindicator/indicator-object-marshal.h b/libindicator/indicator-object-marshal.h index c34fa94..f2475b2 100644 --- a/libindicator/indicator-object-marshal.h +++ b/libindicator/indicator-object-marshal.h @@ -30,6 +30,14 @@ extern void _indicator_object_marshal_VOID__POINTER_UINT (GClosure *closure, gpointer invocation_hint, gpointer marshal_data); +/* VOID:POINTER,BOOLEAN (./indicator-object-marshal.list:4) */ +extern void _indicator_object_marshal_VOID__POINTER_BOOLEAN (GClosure *closure, + GValue *return_value, + guint n_param_values, + const GValue *param_values, + gpointer invocation_hint, + gpointer marshal_data); + G_END_DECLS #endif /* ___indicator_object_marshal_MARSHAL_H__ */ |