diff options
author | Ted Gould <ted@gould.cx> | 2011-01-10 11:52:43 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2011-01-10 11:52:43 -0600 |
commit | 6a01298786045f1e319be21bba6c58a25bd39ddd (patch) | |
tree | a29322db067435c7728444d0328fd0d93a5db930 /libindicator/indicator-object-marshal.h | |
parent | 356af1c196e3416444a14380eb5e25e999feb56d (diff) | |
parent | f8bea0d6cd9b82ad8708652efbc29d3787e9d41b (diff) | |
download | libayatana-indicator-6a01298786045f1e319be21bba6c58a25bd39ddd.tar.gz libayatana-indicator-6a01298786045f1e319be21bba6c58a25bd39ddd.tar.bz2 libayatana-indicator-6a01298786045f1e319be21bba6c58a25bd39ddd.zip |
* Upstream Merge:
* GDBus Port
* autogen.sh
* debian/control: Migrating library versions from 1 to 2
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__ */ |