~ubuntu-branches/ubuntu/oneiric/rhythmbox/oneiric

« back to all changes in this revision

Viewing changes to rhythmdb/rhythmdb-marshal.h

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2006-06-26 19:06:10 UTC
  • mto: (2.1.1 lenny) (1.1.37 upstream)
  • mto: This revision was merged to the branch mainline in revision 18.
  • Revision ID: james.westby@ubuntu.com-20060626190610-08x8lgvvfs0gr619
Tags: upstream-0.9.5
ImportĀ upstreamĀ versionĀ 0.9.5

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
 
2
 
#ifndef __rhythmdb_marshal_MARSHAL_H__
3
 
#define __rhythmdb_marshal_MARSHAL_H__
4
 
 
5
 
#include        <glib-object.h>
6
 
 
7
 
G_BEGIN_DECLS
8
 
 
9
 
/* VOID:STRING,STRING (./rhythmdb-marshal.list:1) */
10
 
extern void rhythmdb_marshal_VOID__STRING_STRING (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
 
/* VOID:STRING,POINTER (./rhythmdb-marshal.list:2) */
18
 
extern void rhythmdb_marshal_VOID__STRING_POINTER (GClosure     *closure,
19
 
                                                   GValue       *return_value,
20
 
                                                   guint         n_param_values,
21
 
                                                   const GValue *param_values,
22
 
                                                   gpointer      invocation_hint,
23
 
                                                   gpointer      marshal_data);
24
 
 
25
 
/* VOID:POINTER,POINTER (./rhythmdb-marshal.list:3) */
26
 
extern void rhythmdb_marshal_VOID__POINTER_POINTER (GClosure     *closure,
27
 
                                                    GValue       *return_value,
28
 
                                                    guint         n_param_values,
29
 
                                                    const GValue *param_values,
30
 
                                                    gpointer      invocation_hint,
31
 
                                                    gpointer      marshal_data);
32
 
 
33
 
/* VOID:POINTER,INT,POINTER,POINTER (./rhythmdb-marshal.list:4) */
34
 
extern void rhythmdb_marshal_VOID__POINTER_INT_POINTER_POINTER (GClosure     *closure,
35
 
                                                                GValue       *return_value,
36
 
                                                                guint         n_param_values,
37
 
                                                                const GValue *param_values,
38
 
                                                                gpointer      invocation_hint,
39
 
                                                                gpointer      marshal_data);
40
 
 
41
 
/* VOID:POINTER (./rhythmdb-marshal.list:5) */
42
 
#define rhythmdb_marshal_VOID__POINTER  g_cclosure_marshal_VOID__POINTER
43
 
 
44
 
/* VOID:POINTER,INT (./rhythmdb-marshal.list:6) */
45
 
extern void rhythmdb_marshal_VOID__POINTER_INT (GClosure     *closure,
46
 
                                                GValue       *return_value,
47
 
                                                guint         n_param_values,
48
 
                                                const GValue *param_values,
49
 
                                                gpointer      invocation_hint,
50
 
                                                gpointer      marshal_data);
51
 
 
52
 
G_END_DECLS
53
 
 
54
 
#endif /* __rhythmdb_marshal_MARSHAL_H__ */
55