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

« back to all changes in this revision

Viewing changes to plug-ins/script-fu/script-fu-interface.h

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2008-10-06 13:30:41 UTC
  • mto: This revision was merged to the branch mainline in revision 35.
  • Revision ID: james.westby@ubuntu.com-20081006133041-3panbkcanaymfsmp
Tags: upstream-2.6.0
ImportĀ upstreamĀ versionĀ 2.6.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
#define __SCRIPT_FU_INTERFACE_H__
21
21
 
22
22
 
23
 
void       script_fu_interface           (SFScript    *script,
24
 
                                          gint         start_arg);
25
 
void       script_fu_interface_report_cc (const gchar *command);
26
 
gboolean   script_fu_interface_is_active (void);
 
23
GimpPDBStatusType  script_fu_interface           (SFScript     *script,
 
24
                                                  gint          start_arg);
 
25
void               script_fu_interface_report_cc (const gchar  *command);
 
26
gboolean           script_fu_interface_is_active (void);
27
27
 
28
28
 
29
29
#endif /*  __SCRIPT_FU_INTERFACE_H__  */