diff options
author | Ken VanDine <ken.vandine@canonical.com> | 2010-02-11 23:15:02 -0500 |
---|---|---|
committer | Ken VanDine <ken.vandine@canonical.com> | 2010-02-11 23:15:02 -0500 |
commit | b11795d4a1b9bfa79ecaaca0ce4943e2f4f3e4a7 (patch) | |
tree | ab57f33e6d012350465f6c95168334a0f204cef7 /src/sound-service-marshal.h | |
parent | 06130a4db21fe794051578e7ec2ffaaf267a7a15 (diff) | |
download | ayatana-indicator-sound-b11795d4a1b9bfa79ecaaca0ce4943e2f4f3e4a7.tar.gz ayatana-indicator-sound-b11795d4a1b9bfa79ecaaca0ce4943e2f4f3e4a7.tar.bz2 ayatana-indicator-sound-b11795d4a1b9bfa79ecaaca0ce4943e2f4f3e4a7.zip |
merged upstream tarball
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__ */ + |