~ubuntu-branches/ubuntu/jaunty/gimp/jaunty-security

« back to all changes in this revision

Viewing changes to libgimp/gimpuimarshal.h

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Holbach
  • Date: 2007-05-02 16:33:03 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20070502163303-bvzhjzbpw8qglc4y
Tags: 2.3.16-1ubuntu1
* Resynchronized with Debian, remaining Ubuntu changes:
  - debian/rules: i18n magic.
* debian/control.in:
  - Maintainer: Ubuntu Core Developers <ubuntu-devel@lists.ubuntu.com>
* debian/patches/02_help-message.patch,
  debian/patches/03_gimp.desktop.in.in.patch,
  debian/patches/10_dont_show_wizard.patch: updated.
* debian/patches/04_composite-signedness.patch,
  debian/patches/05_add-letter-spacing.patch: dropped, used upstream.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
2
#ifndef ___gimpui_marshal_MARSHAL_H__
 
3
#define ___gimpui_marshal_MARSHAL_H__
 
4
 
 
5
#include        <glib-object.h>
 
6
 
 
7
G_BEGIN_DECLS
 
8
 
 
9
/* VOID:STRING,BOOLEAN (./gimpuimarshal.list:25) */
 
10
extern void _gimpui_marshal_VOID__STRING_BOOLEAN (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,INT,POINTER,BOOLEAN (./gimpuimarshal.list:26) */
 
18
extern void _gimpui_marshal_VOID__STRING_INT_POINTER_BOOLEAN (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,INT,INT,INT,POINTER,BOOLEAN (./gimpuimarshal.list:27) */
 
26
extern void _gimpui_marshal_VOID__STRING_INT_INT_INT_POINTER_BOOLEAN (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,DOUBLE,INT,INT,INT,INT,POINTER,BOOLEAN (./gimpuimarshal.list:28) */
 
34
extern void _gimpui_marshal_VOID__STRING_DOUBLE_INT_INT_INT_INT_POINTER_BOOLEAN (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
G_END_DECLS
 
42
 
 
43
#endif /* ___gimpui_marshal_MARSHAL_H__ */
 
44