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

« back to all changes in this revision

Viewing changes to plug-ins/help/gimphelplocale.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:
2
2
 * Copyright (C) 1995 Spencer Kimball and Peter Mattis
3
3
 *
4
4
 * The GIMP Help plug-in
5
 
 * Copyright (C) 1999-2004 Sven Neumann <sven@gimp.org>
 
5
 * Copyright (C) 1999-2008 Sven Neumann <sven@gimp.org>
6
6
 *                         Michael Natterer <mitch@gimp.org>
7
7
 *                         Henrik Brix Andersen <brix@gimp.org>
8
8
 *
36
36
};
37
37
 
38
38
 
39
 
GimpHelpLocale * gimp_help_locale_new        (const gchar     *locale_id);
40
 
void             gimp_help_locale_free       (GimpHelpLocale  *locale);
41
 
 
42
 
const gchar    * gimp_help_locale_map        (GimpHelpLocale  *locale,
43
 
                                              const gchar     *help_id);
44
 
 
45
 
gboolean         gimp_help_locale_parse      (GimpHelpLocale  *locale,
46
 
                                              const gchar     *filename,
47
 
                                              const gchar     *help_domain,
48
 
                                              GError         **error);
 
39
GimpHelpLocale * gimp_help_locale_new   (const gchar       *locale_id);
 
40
void             gimp_help_locale_free  (GimpHelpLocale    *locale);
 
41
 
 
42
const gchar    * gimp_help_locale_map   (GimpHelpLocale    *locale,
 
43
                                         const gchar       *help_id);
 
44
 
 
45
gboolean         gimp_help_locale_parse (GimpHelpLocale    *locale,
 
46
                                         const gchar       *uri,
 
47
                                         const gchar       *help_domain,
 
48
                                         GimpHelpProgress  *progress,
 
49
                                         GError           **error);
49
50
 
50
51
 
51
52
#endif /* __GIMP_HELP_LOCALE_H__ */