diff options
author | Ken VanDine <ken.vandine@canonical.com> | 2011-07-14 14:41:54 -0400 |
---|---|---|
committer | Ken VanDine <ken.vandine@canonical.com> | 2011-07-14 14:41:54 -0400 |
commit | 4a7298e250f7884cb5f6382a7f1227b0d0db4fe8 (patch) | |
tree | 019e5af83960eb8ba6dd9ad28862b560ffff43b2 /src/status-provider-telepathy-marshal.h | |
parent | 72417ad30fd5edf7439b5b6d3d05caa49952d8b7 (diff) | |
parent | e4522e407e617103d5f4af75ddcc3f9cf726bedc (diff) | |
download | ayatana-indicator-messages-4a7298e250f7884cb5f6382a7f1227b0d0db4fe8.tar.gz ayatana-indicator-messages-4a7298e250f7884cb5f6382a7f1227b0d0db4fe8.tar.bz2 ayatana-indicator-messages-4a7298e250f7884cb5f6382a7f1227b0d0db4fe8.zip |
New upstream release.
Diffstat (limited to 'src/status-provider-telepathy-marshal.h')
-rw-r--r-- | src/status-provider-telepathy-marshal.h | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/src/status-provider-telepathy-marshal.h b/src/status-provider-telepathy-marshal.h new file mode 100644 index 0000000..c8595fe --- /dev/null +++ b/src/status-provider-telepathy-marshal.h @@ -0,0 +1,20 @@ + +#ifndef ___status_provider_telepathy_marshal_MARSHAL_H__ +#define ___status_provider_telepathy_marshal_MARSHAL_H__ + +#include <glib-object.h> + +G_BEGIN_DECLS + +/* VOID:UINT,STRING (./status-provider-telepathy.list:1) */ +extern void _status_provider_telepathy_marshal_VOID__UINT_STRING (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_telepathy_marshal_MARSHAL_H__ */ + |