~ubuntu-branches/ubuntu/trusty/gexiv2/trusty-proposed

« back to all changes in this revision

Viewing changes to gexiv2/gexiv2-metadata-private.h

  • Committer: Package Import Robot
  • Author(s): Robert Ancell
  • Date: 2013-12-17 09:41:38 UTC
  • mfrom: (1.1.11)
  • Revision ID: package-import@ubuntu.com-20131217094138-izw4tr5ugbdt63xc
Tags: 0.7.0-0ubuntu1
* New upstream release:
  - Fixed Python date/time getter/setter bindings
  - Fixed latitude translation code
  - New calls for getting underlying Exiv2 tag types
* debian/libgexiv2-1.symbols.amd64:
  - Updated

Show diffs side-by-side

added added

removed removed

Lines of Context:
48
48
 
49
49
const gchar*    gexiv2_metadata_get_exif_tag_label      (const gchar* tag);
50
50
const gchar*    gexiv2_metadata_get_exif_tag_description (const gchar* tag);
 
51
const gchar*    gexiv2_metadata_get_exif_tag_type (const gchar* tag);
51
52
 
52
53
/* private XMP functions */
53
54
 
63
64
 
64
65
const gchar*    gexiv2_metadata_get_xmp_tag_label               (const gchar* tag);
65
66
const gchar*    gexiv2_metadata_get_xmp_tag_description (const gchar* tag);
 
67
const gchar*    gexiv2_metadata_get_xmp_tag_type        (const gchar* tag);
66
68
 
67
69
/* private IPTC functions */
68
70
 
76
78
 
77
79
const gchar*    gexiv2_metadata_get_iptc_tag_label      (const gchar* tag);
78
80
const gchar*    gexiv2_metadata_get_iptc_tag_description        (const gchar* tag);
 
81
const gchar*    gexiv2_metadata_get_iptc_tag_type       (const gchar* tag);
79
82
 
80
83
 
81
84
G_END_DECLS