diff options
author | Ted Gould <ted@gould.cx> | 2011-01-27 15:27:43 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2011-01-27 15:27:43 -0600 |
commit | b22f471a026de778bc2594b23768d1a3024f27c3 (patch) | |
tree | b858c1a8eec4766ae1cecc3d50dcd212ce857fb7 /libindicator/indicator-object-marshal.h | |
parent | fde4196562c9c8e1bd0d1eab7fd979770849d643 (diff) | |
parent | 9ac551998017804c2e9024d22d809e22a63987ce (diff) | |
download | libayatana-indicator-b22f471a026de778bc2594b23768d1a3024f27c3.tar.gz libayatana-indicator-b22f471a026de778bc2594b23768d1a3024f27c3.tar.bz2 libayatana-indicator-b22f471a026de778bc2594b23768d1a3024f27c3.zip |
Import upstream version 0.3.18
Diffstat (limited to 'libindicator/indicator-object-marshal.h')
-rw-r--r-- | libindicator/indicator-object-marshal.h | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/libindicator/indicator-object-marshal.h b/libindicator/indicator-object-marshal.h index f2475b2..ba91c72 100644 --- a/libindicator/indicator-object-marshal.h +++ b/libindicator/indicator-object-marshal.h @@ -22,7 +22,15 @@ extern void _indicator_object_marshal_VOID__UINT_ENUM (GClosure *closure, gpointer invocation_hint, gpointer marshal_data); -/* VOID:POINTER,UINT (./indicator-object-marshal.list:3) */ +/* VOID:POINTER,UINT,ENUM (./indicator-object-marshal.list:3) */ +extern void _indicator_object_marshal_VOID__POINTER_UINT_ENUM (GClosure *closure, + GValue *return_value, + guint n_param_values, + const GValue *param_values, + gpointer invocation_hint, + gpointer marshal_data); + +/* VOID:POINTER,UINT (./indicator-object-marshal.list:4) */ extern void _indicator_object_marshal_VOID__POINTER_UINT (GClosure *closure, GValue *return_value, guint n_param_values, @@ -30,7 +38,7 @@ extern void _indicator_object_marshal_VOID__POINTER_UINT (GClosure *closure, gpointer invocation_hint, gpointer marshal_data); -/* VOID:POINTER,BOOLEAN (./indicator-object-marshal.list:4) */ +/* VOID:POINTER,BOOLEAN (./indicator-object-marshal.list:5) */ extern void _indicator_object_marshal_VOID__POINTER_BOOLEAN (GClosure *closure, GValue *return_value, guint n_param_values, |