summaryrefslogtreecommitdiff
path: root/docs/reference/gdk-pixbuf/tmpl/initialization_versions.sgml
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2004-11-01 19:41:27 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2004-11-01 19:41:27 +0000
commit51663a12d84994854c6f71d9cc222283f72dfbc6 (patch)
tree71bef8d4552a0d2efa28248fead170a01d46551b /docs/reference/gdk-pixbuf/tmpl/initialization_versions.sgml
parentd83285965d0cc6f528bebc66364fe11e77044097 (diff)
downloadgdk-pixbuf-51663a12d84994854c6f71d9cc222283f72dfbc6.tar.gz
Document gdk_pixbuf_{major,minor,micro}_version.
2004-11-01 Matthias Clasen <mclasen@redhat.com> * gdk-pixbuf/tmpl/initialization_versions.sgml: Document gdk_pixbuf_{major,minor,micro}_version.
Diffstat (limited to 'docs/reference/gdk-pixbuf/tmpl/initialization_versions.sgml')
-rw-r--r--docs/reference/gdk-pixbuf/tmpl/initialization_versions.sgml42
1 files changed, 42 insertions, 0 deletions
diff --git a/docs/reference/gdk-pixbuf/tmpl/initialization_versions.sgml b/docs/reference/gdk-pixbuf/tmpl/initialization_versions.sgml
index 3c0f879ae..6b25caaa9 100644
--- a/docs/reference/gdk-pixbuf/tmpl/initialization_versions.sgml
+++ b/docs/reference/gdk-pixbuf/tmpl/initialization_versions.sgml
@@ -23,6 +23,48 @@ This is the version currently in use by a running program.
</para>
+<!-- ##### VARIABLE gdk_pixbuf_major_version ##### -->
+<para>
+The major version number of the &gdk-pixbuf; library. (e.g. in
+&gdk-pixbuf; version 1.2.5 this is 1.)
+</para>
+
+<para>
+This variable is in the library, so represents the
+&gdk-pixbuf; library you have linked against. Contrast with the
+#GDK_PIXBUF_MAJOR macro, which represents the major version of the
+&gdk-pixbuf; headers you have included.
+</para>
+
+
+<!-- ##### VARIABLE gdk_pixbuf_minor_version ##### -->
+<para>
+The minor version number of the &gdk-pixbuf; library. (e.g. in
+&gdk-pixbuf; version 1.2.5 this is 2.)
+</para>
+
+<para>
+This variable is in the library, so represents the
+&gdk-pixbuf; library you have linked against. Contrast with the
+#GDK_PIXBUF_MINOR macro, which represents the minor version of the
+&gdk-pixbuf; headers you have included.
+</para>
+
+
+<!-- ##### VARIABLE gdk_pixbuf_micro_version ##### -->
+<para>
+The micro version number of the &gdk-pixbuf; library. (e.g. in
+&gdk-pixbuf; version 1.2.5 this is 5.)
+</para>
+
+<para>
+This variable is in the library, so represents the
+&gdk-pixbuf; library you have linked against. Contrast with the
+#GDK_PIXBUF_MICRO macro, which represents the micro version of the
+&gdk-pixbuf; headers you have included.
+</para>
+
+
<!-- ##### MACRO GDK_PIXBUF_VERSION ##### -->
<para>
Contains the full version of the &gdk-pixbuf; header as a string.