~ubuntu-branches/ubuntu/intrepid/gimp/intrepid-backports

« back to all changes in this revision

Viewing changes to app/widgets/gimpsettingsbox.h

  • Committer: Bazaar Package Importer
  • Author(s): Bartosz
  • Date: 2009-01-09 16:24:23 UTC
  • mfrom: (38.1.1 jaunty)
  • Revision ID: james.westby@ubuntu.com-20090109162423-rsr8ky4mzv8irpf8
Tags: 2.6.3-1ubuntu1~intrepid1
Automated backport upload; no source changes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
60
60
{
61
61
  GtkHBoxClass  parent_class;
62
62
 
63
 
  void (* import) (GimpSettingsBox *box,
64
 
                   const gchar     *filename);
65
 
  void (* export) (GimpSettingsBox *box,
66
 
                   const gchar     *filename);
 
63
  void (* file_dialog_setup) (GimpSettingsBox      *box,
 
64
                              GtkFileChooserDialog *dialog,
 
65
                              gboolean              export);
 
66
  void (* import)            (GimpSettingsBox      *box,
 
67
                              const gchar          *filename);
 
68
  void (* export)            (GimpSettingsBox      *box,
 
69
                              const gchar          *filename);
67
70
};
68
71
 
69
72