~ubuntu-branches/ubuntu/precise/gnome-shell/precise

« back to all changes in this revision

Viewing changes to src/st-marshal.h

  • Committer: Package Import Robot
  • Author(s): Jeremy Bicha
  • Date: 2012-03-14 13:47:20 UTC
  • mfrom: (1.1.36) (18.1.8 sid)
  • Revision ID: package-import@ubuntu.com-20120314134720-202sbjbu4a3z1fru
Tags: 3.3.90-0ubuntu1
* Sync with Debian experimental svn packaging (LP: #941755, #937709).
  Remaining changes:
  - debian/gnome-shell.gsettings-override: Update for Ubuntu defaults
  - debian/control.in: Recommend cups-pk-helper
  - debian/patches/10-make-NetworkManager-optional.patch: Disabled
  - Don't run dh-autoreconf

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
 
2
 
#ifndef ___st_marshal_MARSHAL_H__
3
 
#define ___st_marshal_MARSHAL_H__
4
 
 
5
 
#include        <glib-object.h>
6
 
 
7
 
G_BEGIN_DECLS
8
 
 
9
 
/* VOID:OBJECT (./st/st-marshal.list:1) */
10
 
#define _st_marshal_VOID__OBJECT        g_cclosure_marshal_VOID__OBJECT
11
 
 
12
 
/* VOID:VOID (./st/st-marshal.list:2) */
13
 
#define _st_marshal_VOID__VOID  g_cclosure_marshal_VOID__VOID
14
 
 
15
 
/* VOID:PARAM (./st/st-marshal.list:3) */
16
 
#define _st_marshal_VOID__PARAM g_cclosure_marshal_VOID__PARAM
17
 
 
18
 
/* VOID:POINTER (./st/st-marshal.list:4) */
19
 
#define _st_marshal_VOID__POINTER       g_cclosure_marshal_VOID__POINTER
20
 
 
21
 
/* VOID:INT (./st/st-marshal.list:5) */
22
 
#define _st_marshal_VOID__INT   g_cclosure_marshal_VOID__INT
23
 
 
24
 
/* VOID:UINT (./st/st-marshal.list:6) */
25
 
#define _st_marshal_VOID__UINT  g_cclosure_marshal_VOID__UINT
26
 
 
27
 
/* VOID:UINT,UINT (./st/st-marshal.list:7) */
28
 
extern void _st_marshal_VOID__UINT_UINT (GClosure     *closure,
29
 
                                         GValue       *return_value,
30
 
                                         guint         n_param_values,
31
 
                                         const GValue *param_values,
32
 
                                         gpointer      invocation_hint,
33
 
                                         gpointer      marshal_data);
34
 
 
35
 
/* VOID:OBJECT,OBJECT (./st/st-marshal.list:8) */
36
 
extern void _st_marshal_VOID__OBJECT_OBJECT (GClosure     *closure,
37
 
                                             GValue       *return_value,
38
 
                                             guint         n_param_values,
39
 
                                             const GValue *param_values,
40
 
                                             gpointer      invocation_hint,
41
 
                                             gpointer      marshal_data);
42
 
 
43
 
/* VOID:STRING,OBJECT (./st/st-marshal.list:9) */
44
 
extern void _st_marshal_VOID__STRING_OBJECT (GClosure     *closure,
45
 
                                             GValue       *return_value,
46
 
                                             guint         n_param_values,
47
 
                                             const GValue *param_values,
48
 
                                             gpointer      invocation_hint,
49
 
                                             gpointer      marshal_data);
50
 
 
51
 
/* VOID:OBJECT,OBJECT,INT,INT (./st/st-marshal.list:10) */
52
 
extern void _st_marshal_VOID__OBJECT_OBJECT_INT_INT (GClosure     *closure,
53
 
                                                     GValue       *return_value,
54
 
                                                     guint         n_param_values,
55
 
                                                     const GValue *param_values,
56
 
                                                     gpointer      invocation_hint,
57
 
                                                     gpointer      marshal_data);
58
 
 
59
 
/* VOID:OBJECT,FLOAT,FLOAT,INT,ENUM (./st/st-marshal.list:11) */
60
 
extern void _st_marshal_VOID__OBJECT_FLOAT_FLOAT_INT_ENUM (GClosure     *closure,
61
 
                                                           GValue       *return_value,
62
 
                                                           guint         n_param_values,
63
 
                                                           const GValue *param_values,
64
 
                                                           gpointer      invocation_hint,
65
 
                                                           gpointer      marshal_data);
66
 
 
67
 
/* VOID:FLOAT,FLOAT,INT,ENUM (./st/st-marshal.list:12) */
68
 
extern void _st_marshal_VOID__FLOAT_FLOAT_INT_ENUM (GClosure     *closure,
69
 
                                                    GValue       *return_value,
70
 
                                                    guint         n_param_values,
71
 
                                                    const GValue *param_values,
72
 
                                                    gpointer      invocation_hint,
73
 
                                                    gpointer      marshal_data);
74
 
 
75
 
/* VOID:FLOAT,FLOAT (./st/st-marshal.list:13) */
76
 
extern void _st_marshal_VOID__FLOAT_FLOAT (GClosure     *closure,
77
 
                                           GValue       *return_value,
78
 
                                           guint         n_param_values,
79
 
                                           const GValue *param_values,
80
 
                                           gpointer      invocation_hint,
81
 
                                           gpointer      marshal_data);
82
 
 
83
 
G_END_DECLS
84
 
 
85
 
#endif /* ___st_marshal_MARSHAL_H__ */
86