~mterry/ubuntu/natty/gnome-shell/wip

« back to all changes in this revision

Viewing changes to src/st-marshal.h

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2009-10-12 22:44:00 UTC
  • mfrom: (1.1.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20091012224400-k91p42yvou07i525
Tags: 2.28.0-0ubuntu1
* New upstream version
* debian/control:
  - updated build requirement
* debian/patches/80_git_change_fix_alt_tab_ressource_usage.patch:
  - git change to fix ressources not being freed on alt-tab

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:UINT (./st/st-marshal.list:5) */
 
22
#define _st_marshal_VOID__UINT  g_cclosure_marshal_VOID__UINT
 
23
 
 
24
/* VOID:UINT,UINT (./st/st-marshal.list:6) */
 
25
extern void _st_marshal_VOID__UINT_UINT (GClosure     *closure,
 
26
                                         GValue       *return_value,
 
27
                                         guint         n_param_values,
 
28
                                         const GValue *param_values,
 
29
                                         gpointer      invocation_hint,
 
30
                                         gpointer      marshal_data);
 
31
 
 
32
/* VOID:OBJECT,OBJECT (./st/st-marshal.list:7) */
 
33
extern void _st_marshal_VOID__OBJECT_OBJECT (GClosure     *closure,
 
34
                                             GValue       *return_value,
 
35
                                             guint         n_param_values,
 
36
                                             const GValue *param_values,
 
37
                                             gpointer      invocation_hint,
 
38
                                             gpointer      marshal_data);
 
39
 
 
40
/* VOID:STRING,OBJECT (./st/st-marshal.list:8) */
 
41
extern void _st_marshal_VOID__STRING_OBJECT (GClosure     *closure,
 
42
                                             GValue       *return_value,
 
43
                                             guint         n_param_values,
 
44
                                             const GValue *param_values,
 
45
                                             gpointer      invocation_hint,
 
46
                                             gpointer      marshal_data);
 
47
 
 
48
/* VOID:OBJECT,OBJECT,INT,INT (./st/st-marshal.list:9) */
 
49
extern void _st_marshal_VOID__OBJECT_OBJECT_INT_INT (GClosure     *closure,
 
50
                                                     GValue       *return_value,
 
51
                                                     guint         n_param_values,
 
52
                                                     const GValue *param_values,
 
53
                                                     gpointer      invocation_hint,
 
54
                                                     gpointer      marshal_data);
 
55
 
 
56
/* VOID:OBJECT,FLOAT,FLOAT,INT,ENUM (./st/st-marshal.list:10) */
 
57
extern void _st_marshal_VOID__OBJECT_FLOAT_FLOAT_INT_ENUM (GClosure     *closure,
 
58
                                                           GValue       *return_value,
 
59
                                                           guint         n_param_values,
 
60
                                                           const GValue *param_values,
 
61
                                                           gpointer      invocation_hint,
 
62
                                                           gpointer      marshal_data);
 
63
 
 
64
/* VOID:FLOAT,FLOAT,INT,ENUM (./st/st-marshal.list:11) */
 
65
extern void _st_marshal_VOID__FLOAT_FLOAT_INT_ENUM (GClosure     *closure,
 
66
                                                    GValue       *return_value,
 
67
                                                    guint         n_param_values,
 
68
                                                    const GValue *param_values,
 
69
                                                    gpointer      invocation_hint,
 
70
                                                    gpointer      marshal_data);
 
71
 
 
72
/* VOID:FLOAT,FLOAT (./st/st-marshal.list:12) */
 
73
extern void _st_marshal_VOID__FLOAT_FLOAT (GClosure     *closure,
 
74
                                           GValue       *return_value,
 
75
                                           guint         n_param_values,
 
76
                                           const GValue *param_values,
 
77
                                           gpointer      invocation_hint,
 
78
                                           gpointer      marshal_data);
 
79
 
 
80
G_END_DECLS
 
81
 
 
82
#endif /* ___st_marshal_MARSHAL_H__ */
 
83