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

« back to all changes in this revision

Viewing changes to libgimpwidgets/gimpcolordisplay.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:
53
53
  const gchar  *help_id;
54
54
 
55
55
  /*  virtual functions  */
 
56
 
 
57
  /*  implementing the GimpColorDisplay::clone method is deprecated       */
56
58
  GimpColorDisplay * (* clone)           (GimpColorDisplay *display);
 
59
 
57
60
  void               (* convert)         (GimpColorDisplay *display,
58
61
                                          guchar           *buf,
59
62
                                          gint              width,
60
63
                                          gint              height,
61
64
                                          gint              bpp,
62
65
                                          gint              bpl);
 
66
 
 
67
  /*  implementing the GimpColorDisplay::load_state method is deprecated  */
63
68
  void               (* load_state)      (GimpColorDisplay *display,
64
69
                                          GimpParasite     *state);
 
70
 
 
71
  /*  implementing the GimpColorDisplay::save_state method is deprecated  */
65
72
  GimpParasite     * (* save_state)      (GimpColorDisplay *display);
 
73
 
66
74
  GtkWidget        * (* configure)       (GimpColorDisplay *display);
 
75
 
 
76
  /*  implementing the GimpColorDisplay::configure_reset method is deprecated */
67
77
  void               (* configure_reset) (GimpColorDisplay *display);
68
78
 
69
79
  /*  signals  */
70
80
  void               (* changed)         (GimpColorDisplay *display);
71
81
 
 
82
  const gchar  *stock_id;
 
83
 
72
84
  /* Padding for future expansion */
73
 
  void (* _gimp_reserved1) (void);
74
85
  void (* _gimp_reserved2) (void);
75
86
  void (* _gimp_reserved3) (void);
76
87
  void (* _gimp_reserved4) (void);