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

« back to all changes in this revision

Viewing changes to libgimpwidgets/gimpwidgetsmarshal.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:
44
44
                                                      gpointer      invocation_hint,
45
45
                                                      gpointer      marshal_data);
46
46
 
47
 
/* BOOLEAN:POINTER (./gimpwidgetsmarshal.list:32) */
 
47
/* VOID:STRING,INT (./gimpwidgetsmarshal.list:31) */
 
48
extern void _gimp_widgets_marshal_VOID__STRING_INT (GClosure     *closure,
 
49
                                                    GValue       *return_value,
 
50
                                                    guint         n_param_values,
 
51
                                                    const GValue *param_values,
 
52
                                                    gpointer      invocation_hint,
 
53
                                                    gpointer      marshal_data);
 
54
 
 
55
/* VOID:DOUBLE,DOUBLE (./gimpwidgetsmarshal.list:32) */
 
56
extern void _gimp_widgets_marshal_VOID__DOUBLE_DOUBLE (GClosure     *closure,
 
57
                                                       GValue       *return_value,
 
58
                                                       guint         n_param_values,
 
59
                                                       const GValue *param_values,
 
60
                                                       gpointer      invocation_hint,
 
61
                                                       gpointer      marshal_data);
 
62
 
 
63
/* BOOLEAN:POINTER (./gimpwidgetsmarshal.list:34) */
48
64
extern void _gimp_widgets_marshal_BOOLEAN__POINTER (GClosure     *closure,
49
65
                                                    GValue       *return_value,
50
66
                                                    guint         n_param_values,