]> Pileus Git - ~andy/gtk/blob - docs/reference/gdk-pixbuf/tmpl/initialization_versions.sgml
[quartz] Delete the typedef of GdkDevicePrivate
[~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 <!-- ##### SECTION Image ##### -->
23
24
25 <!-- ##### VARIABLE gdk_pixbuf_version ##### -->
26 <para>
27 Contains the full version of the &gdk-pixbuf; library as a string.
28 This is the version currently in use by a running program.
29 </para>
30
31
32 <!-- ##### VARIABLE gdk_pixbuf_major_version ##### -->
33 <para>
34 The major version number of the &gdk-pixbuf; library.  (e.g. in 
35 &gdk-pixbuf; version 1.2.5 this is 1.) 
36 </para>
37
38 <para>
39 This variable is in the library, so represents the
40 &gdk-pixbuf; library you have linked against. Contrast with the
41 #GDK_PIXBUF_MAJOR macro, which represents the major version of the
42 &gdk-pixbuf; headers you have included.
43 </para>
44
45
46 <!-- ##### VARIABLE gdk_pixbuf_minor_version ##### -->
47 <para>
48 The minor version number of the &gdk-pixbuf; library.  (e.g. in 
49 &gdk-pixbuf; version 1.2.5 this is 2.) 
50 </para>
51
52 <para>
53 This variable is in the library, so represents the
54 &gdk-pixbuf; library you have linked against. Contrast with the
55 #GDK_PIXBUF_MINOR macro, which represents the minor version of the
56 &gdk-pixbuf; headers you have included.
57 </para>
58
59
60 <!-- ##### VARIABLE gdk_pixbuf_micro_version ##### -->
61 <para>
62 The micro version number of the &gdk-pixbuf; library.  (e.g. in 
63 &gdk-pixbuf; version 1.2.5 this is 5.) 
64 </para>
65
66 <para>
67 This variable is in the library, so represents the
68 &gdk-pixbuf; library you have linked against. Contrast with the
69 #GDK_PIXBUF_MICRO macro, which represents the micro version of the
70 &gdk-pixbuf; headers you have included.
71 </para>
72
73
74 <!-- ##### MACRO GDK_PIXBUF_VERSION ##### -->
75 <para>
76 Contains the full version of the &gdk-pixbuf; header as a string.
77 This is the version being compiled against; contrast with
78 #gdk_pixbuf_version.
79 </para>
80
81
82
83 <!-- ##### MACRO GDK_PIXBUF_MAJOR ##### -->
84 <para>
85 Major version of &gdk-pixbuf; library, that is the first "0" in
86 "0.8.0" for example.
87 </para>
88
89
90
91 <!-- ##### MACRO GDK_PIXBUF_MINOR ##### -->
92 <para>
93 Minor version of &gdk-pixbuf; library, that is the "8" in
94 "0.8.0" for example.
95 </para>
96
97
98
99 <!-- ##### MACRO GDK_PIXBUF_MICRO ##### -->
100 <para>
101 Micro version of &gdk-pixbuf; library, that is the last "0" in
102 "0.8.0" for example.
103 </para>
104
105
106