~ubuntu-branches/ubuntu/utopic/rhythmbox/utopic-proposed

« back to all changes in this revision

Viewing changes to metadata/monkey-media/monkey-media-marshal.h

Tags: upstream-0.9.2
ImportĀ upstreamĀ versionĀ 0.9.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
 
2
 
#ifndef __monkey_media_marshal_MARSHAL_H__
3
 
#define __monkey_media_marshal_MARSHAL_H__
4
 
 
5
 
#include        <glib-object.h>
6
 
 
7
 
G_BEGIN_DECLS
8
 
 
9
 
/* VOID:ENUM,POINTER (monkey-media-marshal.list:1) */
10
 
extern void monkey_media_marshal_VOID__ENUM_POINTER (GClosure     *closure,
11
 
                                                     GValue       *return_value,
12
 
                                                     guint         n_param_values,
13
 
                                                     const GValue *param_values,
14
 
                                                     gpointer      invocation_hint,
15
 
                                                     gpointer      marshal_data);
16
 
 
17
 
G_END_DECLS
18
 
 
19
 
#endif /* __monkey_media_marshal_MARSHAL_H__ */
20