~ubuntu-branches/ubuntu/breezy/evolution-data-server/breezy

« back to all changes in this revision

Viewing changes to servers/exchange/storage/e-shell-marshal.h

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Holbach
  • Date: 2005-10-10 11:30:56 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20051010113056-rb4vj4kbs8yxft85
Tags: 1.4.1-0ubuntu3
* debian/patches/camel-imap-store.c.patch:
  - Ubuntu 17465: apply patch from
  http://bugzilla.gnome.org/attachment.cgi?id=53234&action=view
  (additional NULL pointer check)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
2
#ifndef __e_shell_marshal_MARSHAL_H__
 
3
#define __e_shell_marshal_MARSHAL_H__
 
4
 
 
5
#include        <glib-object.h>
 
6
 
 
7
G_BEGIN_DECLS
 
8
 
 
9
/* NONE:NONE (./e-shell-marshal.list:1) */
 
10
#define e_shell_marshal_VOID__VOID      g_cclosure_marshal_VOID__VOID
 
11
#define e_shell_marshal_NONE__NONE      e_shell_marshal_VOID__VOID
 
12
 
 
13
/* NONE:POINTER (./e-shell-marshal.list:2) */
 
14
#define e_shell_marshal_VOID__POINTER   g_cclosure_marshal_VOID__POINTER
 
15
#define e_shell_marshal_NONE__POINTER   e_shell_marshal_VOID__POINTER
 
16
 
 
17
/* NONE:POINTER,POINTER,POINTER,POINTER (./e-shell-marshal.list:3) */
 
18
extern void e_shell_marshal_VOID__POINTER_POINTER_POINTER_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
#define e_shell_marshal_NONE__POINTER_POINTER_POINTER_POINTER   e_shell_marshal_VOID__POINTER_POINTER_POINTER_POINTER
 
25
 
 
26
/* NONE:BOXED,OBJECT (./e-shell-marshal.list:4) */
 
27
extern void e_shell_marshal_VOID__BOXED_OBJECT (GClosure     *closure,
 
28
                                                GValue       *return_value,
 
29
                                                guint         n_param_values,
 
30
                                                const GValue *param_values,
 
31
                                                gpointer      invocation_hint,
 
32
                                                gpointer      marshal_data);
 
33
#define e_shell_marshal_NONE__BOXED_OBJECT      e_shell_marshal_VOID__BOXED_OBJECT
 
34
 
 
35
/* NONE:STRING (./e-shell-marshal.list:5) */
 
36
#define e_shell_marshal_VOID__STRING    g_cclosure_marshal_VOID__STRING
 
37
#define e_shell_marshal_NONE__STRING    e_shell_marshal_VOID__STRING
 
38
 
 
39
/* NONE:STRING,POINTER,POINTER (./e-shell-marshal.list:6) */
 
40
extern void e_shell_marshal_VOID__STRING_POINTER_POINTER (GClosure     *closure,
 
41
                                                          GValue       *return_value,
 
42
                                                          guint         n_param_values,
 
43
                                                          const GValue *param_values,
 
44
                                                          gpointer      invocation_hint,
 
45
                                                          gpointer      marshal_data);
 
46
#define e_shell_marshal_NONE__STRING_POINTER_POINTER    e_shell_marshal_VOID__STRING_POINTER_POINTER
 
47
 
 
48
/* NONE:STRING,STRING (./e-shell-marshal.list:7) */
 
49
extern void e_shell_marshal_VOID__STRING_STRING (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
#define e_shell_marshal_NONE__STRING_STRING     e_shell_marshal_VOID__STRING_STRING
 
56
 
 
57
G_END_DECLS
 
58
 
 
59
#endif /* __e_shell_marshal_MARSHAL_H__ */
 
60