diff options
author | Ken VanDine <ken.vandine@canonical.com> | 2011-08-10 12:51:48 -0400 |
---|---|---|
committer | Ken VanDine <ken.vandine@canonical.com> | 2011-08-10 12:51:48 -0400 |
commit | 4f6158a1040258efb1403d6baf246b605dfa76cb (patch) | |
tree | 8d75609cb026d1ce900707b43fc47879e3f63fed /src/sound-service-marshal.h | |
parent | 804ea02c7e54895e7a3ff53b25128b93600cf832 (diff) | |
parent | 0e1986bc2a83d8ebd465ae6168f4a6735552befe (diff) | |
download | ayatana-indicator-sound-4f6158a1040258efb1403d6baf246b605dfa76cb.tar.gz ayatana-indicator-sound-4f6158a1040258efb1403d6baf246b605dfa76cb.tar.bz2 ayatana-indicator-sound-4f6158a1040258efb1403d6baf246b605dfa76cb.zip |
Import upstream version 0.7.5
Diffstat (limited to 'src/sound-service-marshal.h')
-rw-r--r-- | src/sound-service-marshal.h | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/src/sound-service-marshal.h b/src/sound-service-marshal.h new file mode 100644 index 0000000..9c48351 --- /dev/null +++ b/src/sound-service-marshal.h @@ -0,0 +1,20 @@ + +#ifndef ___sound_service_marshal_MARSHAL_H__ +#define ___sound_service_marshal_MARSHAL_H__ + +#include <glib-object.h> + +G_BEGIN_DECLS + +/* VOID:STRING,STRING (./sound-service-marshal.list:1) */ +extern void _sound_service_marshal_VOID__STRING_STRING (GClosure *closure, + GValue *return_value, + guint n_param_values, + const GValue *param_values, + gpointer invocation_hint, + gpointer marshal_data); + +G_END_DECLS + +#endif /* ___sound_service_marshal_MARSHAL_H__ */ + |