~nik90/ubuntu/precise/eog/keywords

« back to all changes in this revision

Viewing changes to doc/reference/html/eog-eog-exif-util.html

  • Committer: Bazaar Package Importer
  • Author(s): Didier Roche
  • Date: 2011-07-26 15:28:21 UTC
  • mto: This revision was merged to the branch mainline in revision 116.
  • Revision ID: james.westby@ubuntu.com-20110726152821-g806mbptn727m1a5
Tags: upstream-3.1.4
ImportĀ upstreamĀ versionĀ 3.1.4

Show diffs side-by-side

added added

removed removed

Lines of Context:
37
37
</tr></table></div>
38
38
<div class="refsynopsisdiv">
39
39
<a name="eog-eog-exif-util.synopsis"></a><h2>Synopsis</h2>
40
 
<pre class="synopsis"><span class="returnvalue">gchar</span> *             <a class="link" href="eog-eog-exif-util.html#eog-exif-util-format-date" title="eog_exif_util_format_date ()">eog_exif_util_format_date</a>           (<em class="parameter"><code>const <span class="type">gchar</span> *date</code></em>);
 
40
<pre class="synopsis"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *             <a class="link" href="eog-eog-exif-util.html#eog-exif-util-format-date" title="eog_exif_util_format_date ()">eog_exif_util_format_date</a>           (<em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *date</code></em>);
41
41
<span class="returnvalue">ExifData</span> *          <a class="link" href="eog-eog-exif-util.html#eog-exif-data-copy" title="eog_exif_data_copy ()">eog_exif_data_copy</a>                  (<em class="parameter"><code><span class="type">ExifData</span> *data</code></em>);
42
42
<span class="returnvalue">void</span>                <a class="link" href="eog-eog-exif-util.html#eog-exif-data-free" title="eog_exif_data_free ()">eog_exif_data_free</a>                  (<em class="parameter"><code><span class="type">ExifData</span> *data</code></em>);
43
 
const <span class="returnvalue">gchar</span> *       <a class="link" href="eog-eog-exif-util.html#eog-exif-data-get-value" title="eog_exif_data_get_value ()">eog_exif_data_get_value</a>             (<em class="parameter"><code><span class="type">ExifData</span> *exif_data</code></em>,
44
 
                                                         <em class="parameter"><code><span class="type">gint</span> tag_id</code></em>,
45
 
                                                         <em class="parameter"><code><span class="type">gchar</span> *buffer</code></em>,
46
 
                                                         <em class="parameter"><code><span class="type">guint</span> buf_size</code></em>);
 
43
const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *       <a class="link" href="eog-eog-exif-util.html#eog-exif-data-get-value" title="eog_exif_data_get_value ()">eog_exif_data_get_value</a>             (<em class="parameter"><code><span class="type">ExifData</span> *exif_data</code></em>,
 
44
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> tag_id</code></em>,
 
45
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *buffer</code></em>,
 
46
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> buf_size</code></em>);
47
47
</pre>
48
48
</div>
49
49
<div class="refsect1">
55
55
<a name="eog-eog-exif-util.details"></a><h2>Details</h2>
56
56
<div class="refsect2">
57
57
<a name="eog-exif-util-format-date"></a><h3>eog_exif_util_format_date ()</h3>
58
 
<pre class="programlisting"><span class="returnvalue">gchar</span> *             eog_exif_util_format_date           (<em class="parameter"><code>const <span class="type">gchar</span> *date</code></em>);</pre>
 
58
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *             eog_exif_util_format_date           (<em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *date</code></em>);</pre>
59
59
<p>
60
60
Takes a date string formatted after Exif specifications and generates a
61
61
more readable, possibly localized, string out of it.
92
92
<hr>
93
93
<div class="refsect2">
94
94
<a name="eog-exif-data-get-value"></a><h3>eog_exif_data_get_value ()</h3>
95
 
<pre class="programlisting">const <span class="returnvalue">gchar</span> *       eog_exif_data_get_value             (<em class="parameter"><code><span class="type">ExifData</span> *exif_data</code></em>,
96
 
                                                         <em class="parameter"><code><span class="type">gint</span> tag_id</code></em>,
97
 
                                                         <em class="parameter"><code><span class="type">gchar</span> *buffer</code></em>,
98
 
                                                         <em class="parameter"><code><span class="type">guint</span> buf_size</code></em>);</pre>
 
95
<pre class="programlisting">const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *       eog_exif_data_get_value             (<em class="parameter"><code><span class="type">ExifData</span> *exif_data</code></em>,
 
96
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> tag_id</code></em>,
 
97
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *buffer</code></em>,
 
98
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> buf_size</code></em>);</pre>
99
99
<p>
100
100
Convenience function to extract a string representation of an Exif tag
101
101
directly from an <span class="structname">ExifData</span> struct. The string is