diff options
author | Sebastien Bacher <seb128@ubuntu.com> | 2011-01-13 15:00:23 -0600 |
---|---|---|
committer | Sebastien Bacher <seb128@ubuntu.com> | 2011-01-13 15:00:23 -0600 |
commit | 3814e3d2d075044d7a77d0e0ccd0989f32f15010 (patch) | |
tree | 15888f72f279b0d368f8d1bc2b1f3988cccee1cc /libindicator/indicator-object-marshal.h | |
parent | c5c78aad9e7710a18640ea44c2a5af154b2943bc (diff) | |
parent | b988044563fb4bec82d9d11d88a851f874f7b1ad (diff) | |
download | libayatana-indicator-3814e3d2d075044d7a77d0e0ccd0989f32f15010.tar.gz libayatana-indicator-3814e3d2d075044d7a77d0e0ccd0989f32f15010.tar.bz2 libayatana-indicator-3814e3d2d075044d7a77d0e0ccd0989f32f15010.zip |
releasing version 0.3.16-0ubuntu10.3.16-0ubuntu1
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__ */ |