diff options
author | Ted Gould <ted@gould.cx> | 2011-01-13 12:43:15 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2011-01-13 12:43:15 -0600 |
commit | 22a9ca4cf025fed3bedd6aa12643cfe4cacfd524 (patch) | |
tree | 019d13f8a9b9b81c1cad246d55f71f5a58911c25 /libindicator/indicator-object-marshal.h | |
parent | df21e797234f5bb4bd7e2a014296efe20ac6d2f3 (diff) | |
parent | ee32949d96d2c2243f4869c06d34d1d55031f411 (diff) | |
download | libayatana-indicator-22a9ca4cf025fed3bedd6aa12643cfe4cacfd524.tar.gz libayatana-indicator-22a9ca4cf025fed3bedd6aa12643cfe4cacfd524.tar.bz2 libayatana-indicator-22a9ca4cf025fed3bedd6aa12643cfe4cacfd524.zip |
Import upstream version 0.3.16
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__ */ |