diff options
author | Sebastien Bacher <seb128@ubuntu.com> | 2010-04-09 20:53:31 +0200 |
---|---|---|
committer | Sebastien Bacher <seb128@ubuntu.com> | 2010-04-09 20:53:31 +0200 |
commit | ec36577978bd7e31c0f52083d5d9d05976edc2db (patch) | |
tree | 4e8150197b697ba1f15cd2a59e69d9d2511bfe69 /libindicator/indicator-object-marshal.h | |
parent | 0cf6e6003e546c808968c2a1cd909e10be00a12f (diff) | |
parent | 478b7f7a65f1ed01a915d65631c28d82401b7f22 (diff) | |
download | libayatana-indicator-ec36577978bd7e31c0f52083d5d9d05976edc2db.tar.gz libayatana-indicator-ec36577978bd7e31c0f52083d5d9d05976edc2db.tar.bz2 libayatana-indicator-ec36577978bd7e31c0f52083d5d9d05976edc2db.zip |
releasing version 0.3.8-0ubuntu10.3.8-0ubuntu1
Diffstat (limited to 'libindicator/indicator-object-marshal.h')
-rw-r--r-- | libindicator/indicator-object-marshal.h | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/libindicator/indicator-object-marshal.h b/libindicator/indicator-object-marshal.h new file mode 100644 index 0000000..96e98f8 --- /dev/null +++ b/libindicator/indicator-object-marshal.h @@ -0,0 +1,28 @@ + +#ifndef ___indicator_object_marshal_MARSHAL_H__ +#define ___indicator_object_marshal_MARSHAL_H__ + +#include <glib-object.h> + +G_BEGIN_DECLS + +/* VOID:POINTER,UINT,UINT (./indicator-object-marshal.list:1) */ +extern void _indicator_object_marshal_VOID__POINTER_UINT_UINT (GClosure *closure, + GValue *return_value, + guint n_param_values, + const GValue *param_values, + gpointer invocation_hint, + gpointer marshal_data); + +/* VOID:UINT,ENUM (./indicator-object-marshal.list:2) */ +extern void _indicator_object_marshal_VOID__UINT_ENUM (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__ */ + |