~ubuntu-branches/ubuntu/oneiric/gdm3/oneiric

« back to all changes in this revision

Viewing changes to common/gdm-marshal.h

  • Committer: Bazaar Package Importer
  • Author(s): Josselin Mouette
  • Date: 2010-03-25 20:02:20 UTC
  • Revision ID: james.westby@ubuntu.com-20100325200220-12cap62s6p304nuh
Tags: upstream-2.29.92
ImportĀ upstreamĀ versionĀ 2.29.92

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
2
#ifndef __gdm_marshal_MARSHAL_H__
 
3
#define __gdm_marshal_MARSHAL_H__
 
4
 
 
5
#include        <glib-object.h>
 
6
 
 
7
G_BEGIN_DECLS
 
8
 
 
9
/* VOID:STRING,STRING,STRING,STRING,STRING (gdm-marshal.list:1) */
 
10
extern void gdm_marshal_VOID__STRING_STRING_STRING_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,STRING,STRING,STRING (gdm-marshal.list:2) */
 
18
extern void gdm_marshal_VOID__STRING_STRING_STRING_STRING (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:STRING,STRING,STRING (gdm-marshal.list:3) */
 
26
extern void gdm_marshal_VOID__STRING_STRING_STRING (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:STRING,STRING (gdm-marshal.list:4) */
 
34
extern void gdm_marshal_VOID__STRING_STRING (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:UINT,UINT (gdm-marshal.list:5) */
 
42
extern void gdm_marshal_VOID__UINT_UINT (GClosure     *closure,
 
43
                                         GValue       *return_value,
 
44
                                         guint         n_param_values,
 
45
                                         const GValue *param_values,
 
46
                                         gpointer      invocation_hint,
 
47
                                         gpointer      marshal_data);
 
48
 
 
49
/* VOID:STRING,INT (gdm-marshal.list:6) */
 
50
extern void gdm_marshal_VOID__STRING_INT (GClosure     *closure,
 
51
                                          GValue       *return_value,
 
52
                                          guint         n_param_values,
 
53
                                          const GValue *param_values,
 
54
                                          gpointer      invocation_hint,
 
55
                                          gpointer      marshal_data);
 
56
 
 
57
/* VOID:DOUBLE (gdm-marshal.list:7) */
 
58
#define gdm_marshal_VOID__DOUBLE        g_cclosure_marshal_VOID__DOUBLE
 
59
 
 
60
G_END_DECLS
 
61
 
 
62
#endif /* __gdm_marshal_MARSHAL_H__ */
 
63