diff options
author | Ted Gould <ted@gould.cx> | 2011-07-14 20:29:05 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2011-07-14 20:29:05 -0500 |
commit | c4dc68441ac2e216b6ffc858783cb2b8e988fdf1 (patch) | |
tree | 6147b2adff76aa25e12df3b9ac0155a7143a8379 /src/status-provider-pidgin-marshal.h | |
parent | 7b0358220b72c294bcdd37be6ec006ba961c7837 (diff) | |
parent | c05a2a3255ef8828b0517e74a3e2c625370235ba (diff) | |
download | ayatana-indicator-messages-c4dc68441ac2e216b6ffc858783cb2b8e988fdf1.tar.gz ayatana-indicator-messages-c4dc68441ac2e216b6ffc858783cb2b8e988fdf1.tar.bz2 ayatana-indicator-messages-c4dc68441ac2e216b6ffc858783cb2b8e988fdf1.zip |
Merge from U. Desktop
Diffstat (limited to 'src/status-provider-pidgin-marshal.h')
-rw-r--r-- | src/status-provider-pidgin-marshal.h | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/src/status-provider-pidgin-marshal.h b/src/status-provider-pidgin-marshal.h new file mode 100644 index 0000000..e4fe662 --- /dev/null +++ b/src/status-provider-pidgin-marshal.h @@ -0,0 +1,20 @@ + +#ifndef ___status_provider_pidgin_marshal_MARSHAL_H__ +#define ___status_provider_pidgin_marshal_MARSHAL_H__ + +#include <glib-object.h> + +G_BEGIN_DECLS + +/* VOID:INT,INT (./status-provider-pidgin.list:1) */ +extern void _status_provider_pidgin_marshal_VOID__INT_INT (GClosure *closure, + GValue *return_value, + guint n_param_values, + const GValue *param_values, + gpointer invocation_hint, + gpointer marshal_data); + +G_END_DECLS + +#endif /* ___status_provider_pidgin_marshal_MARSHAL_H__ */ + |