diff options
author | Sebastien Bacher <seb128@ubuntu.com> | 2010-03-04 14:48:12 +0100 |
---|---|---|
committer | Sebastien Bacher <seb128@ubuntu.com> | 2010-03-04 14:48:12 +0100 |
commit | 39cc953dc802c485d690fbbac77eaa6364818680 (patch) | |
tree | 6093abf6d518c69167acbbbfaee97945118a9e60 /src/sound-service-marshal.h | |
parent | c98bccb2b14f088b4fa04fbdb3d328c4deda3312 (diff) | |
parent | cb864e17102163154fa313d5f9344e9c6c2cbe16 (diff) | |
download | ayatana-indicator-sound-39cc953dc802c485d690fbbac77eaa6364818680.tar.gz ayatana-indicator-sound-39cc953dc802c485d690fbbac77eaa6364818680.tar.bz2 ayatana-indicator-sound-39cc953dc802c485d690fbbac77eaa6364818680.zip |
Import upstream version 0.1.2
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..c9557f8 --- /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:INT,BOOLEAN (./sound-service.list:1) */ +extern void _sound_service_marshal_VOID__INT_BOOLEAN (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__ */ + |