]> Pileus Git - ~andy/gtk/blob - docs/reference/gdk-pixbuf/tmpl/initialization_versions.sgml
7e7364b68fc6ab79dd5f619b1ff9aa3c064d3847
[~andy/gtk] / docs / reference / gdk-pixbuf / tmpl / initialization_versions.sgml
1 <!-- ##### SECTION Title ##### -->
2 Initialization and Versions
3
4 <!-- ##### SECTION Short_Description ##### -->
5
6 Library version numbers.
7
8 <!-- ##### SECTION Long_Description ##### -->
9 <para>
10 These macros and variables let you check the version of &gdk-pixbuf;
11 you're linking against.
12 </para>
13
14 <!-- ##### SECTION See_Also ##### -->
15 <para>
16
17 </para>
18
19 <!-- ##### SECTION Stability_Level ##### -->
20
21
22 <!-- ##### VARIABLE gdk_pixbuf_version ##### -->
23 <para>
24 Contains the full version of the &gdk-pixbuf; library as a string.
25 This is the version currently in use by a running program.
26 </para>
27
28
29 <!-- ##### VARIABLE gdk_pixbuf_major_version ##### -->
30 <para>
31 The major version number of the &gdk-pixbuf; library.  (e.g. in 
32 &gdk-pixbuf; version 1.2.5 this is 1.) 
33 </para>
34
35 <para>
36 This variable is in the library, so represents the
37 &gdk-pixbuf; library you have linked against. Contrast with the
38 #GDK_PIXBUF_MAJOR macro, which represents the major version of the
39 &gdk-pixbuf; headers you have included.
40 </para>
41
42
43 <!-- ##### VARIABLE gdk_pixbuf_minor_version ##### -->
44 <para>
45 The minor version number of the &gdk-pixbuf; library.  (e.g. in 
46 &gdk-pixbuf; version 1.2.5 this is 2.) 
47 </para>
48
49 <para>
50 This variable is in the library, so represents the
51 &gdk-pixbuf; library you have linked against. Contrast with the
52 #GDK_PIXBUF_MINOR macro, which represents the minor version of the
53 &gdk-pixbuf; headers you have included.
54 </para>
55
56
57 <!-- ##### VARIABLE gdk_pixbuf_micro_version ##### -->
58 <para>
59 The micro version number of the &gdk-pixbuf; library.  (e.g. in 
60 &gdk-pixbuf; version 1.2.5 this is 5.) 
61 </para>
62
63 <para>
64 This variable is in the library, so represents the
65 &gdk-pixbuf; library you have linked against. Contrast with the
66 #GDK_PIXBUF_MICRO macro, which represents the micro version of the
67 &gdk-pixbuf; headers you have included.
68 </para>
69
70
71 <!-- ##### MACRO GDK_PIXBUF_VERSION ##### -->
72 <para>
73 Contains the full version of the &gdk-pixbuf; header as a string.
74 This is the version being compiled against; contrast with
75 #gdk_pixbuf_version.
76 </para>
77
78
79
80 <!-- ##### MACRO GDK_PIXBUF_MAJOR ##### -->
81 <para>
82 Major version of &gdk-pixbuf; library, that is the first "0" in
83 "0.8.0" for example.
84 </para>
85
86
87
88 <!-- ##### MACRO GDK_PIXBUF_MINOR ##### -->
89 <para>
90 Minor version of &gdk-pixbuf; library, that is the "8" in
91 "0.8.0" for example.
92 </para>
93
94
95
96 <!-- ##### MACRO GDK_PIXBUF_MICRO ##### -->
97 <para>
98 Micro version of &gdk-pixbuf; library, that is the last "0" in
99 "0.8.0" for example.
100 </para>
101
102
103