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

« back to all changes in this revision

Viewing changes to libgimpconfig/gimpconfig-serialize.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:
36
36
gboolean  gimp_config_serialize_property           (GimpConfig       *config,
37
37
                                                    GParamSpec       *param_spec,
38
38
                                                    GimpConfigWriter *writer);
 
39
gboolean  gimp_config_serialize_property_by_name   (GimpConfig       *config,
 
40
                                                    const gchar      *prop_name,
 
41
                                                    GimpConfigWriter *writer);
39
42
gboolean  gimp_config_serialize_value              (const GValue     *value,
40
43
                                                    GString          *str,
41
44
                                                    gboolean          escaped);