~ubuntu-branches/debian/squeeze/inkscape/squeeze

« back to all changes in this revision

Viewing changes to src/libgdl/libgdlmarshal.h

  • Committer: Bazaar Package Importer
  • Author(s): Thomas Viehmann
  • Date: 2008-09-09 23:29:02 UTC
  • mfrom: (1.1.7 upstream)
  • Revision ID: james.westby@ubuntu.com-20080909232902-c50iujhk1w79u8e7
Tags: 0.46-2.1
* Non-maintainer upload.
* Add upstream patch fixing a crash in the open dialog
  in the zh_CN.utf8 locale. Closes: #487623.
  Thanks to Luca Bruno for the patch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
2
#ifndef __gdl_marshal_MARSHAL_H__
 
3
#define __gdl_marshal_MARSHAL_H__
 
4
 
 
5
#include        <glib-object.h>
 
6
 
 
7
G_BEGIN_DECLS
 
8
 
 
9
/* VOID:VOID (./libgdlmarshal.list:1) */
 
10
#define gdl_marshal_VOID__VOID  g_cclosure_marshal_VOID__VOID
 
11
 
 
12
/* VOID:ENUM (./libgdlmarshal.list:2) */
 
13
#define gdl_marshal_VOID__ENUM  g_cclosure_marshal_VOID__ENUM
 
14
 
 
15
/* VOID:INT,INT (./libgdlmarshal.list:3) */
 
16
extern void gdl_marshal_VOID__INT_INT (GClosure     *closure,
 
17
                                       GValue       *return_value,
 
18
                                       guint         n_param_values,
 
19
                                       const GValue *param_values,
 
20
                                       gpointer      invocation_hint,
 
21
                                       gpointer      marshal_data);
 
22
 
 
23
/* VOID:UINT,UINT (./libgdlmarshal.list:4) */
 
24
extern void gdl_marshal_VOID__UINT_UINT (GClosure     *closure,
 
25
                                         GValue       *return_value,
 
26
                                         guint         n_param_values,
 
27
                                         const GValue *param_values,
 
28
                                         gpointer      invocation_hint,
 
29
                                         gpointer      marshal_data);
 
30
 
 
31
/* VOID:BOOLEAN (./libgdlmarshal.list:5) */
 
32
#define gdl_marshal_VOID__BOOLEAN       g_cclosure_marshal_VOID__BOOLEAN
 
33
 
 
34
/* VOID:OBJECT,ENUM,BOXED (./libgdlmarshal.list:6) */
 
35
extern void gdl_marshal_VOID__OBJECT_ENUM_BOXED (GClosure     *closure,
 
36
                                                 GValue       *return_value,
 
37
                                                 guint         n_param_values,
 
38
                                                 const GValue *param_values,
 
39
                                                 gpointer      invocation_hint,
 
40
                                                 gpointer      marshal_data);
 
41
 
 
42
/* VOID:BOXED (./libgdlmarshal.list:7) */
 
43
#define gdl_marshal_VOID__BOXED g_cclosure_marshal_VOID__BOXED
 
44
 
 
45
G_END_DECLS
 
46
 
 
47
#endif /* __gdl_marshal_MARSHAL_H__ */
 
48