]> Pileus Git - ~andy/gtk/blobdiff - docs/reference/gtk/tmpl/gtkfeatures.sgml
Make 3.0 parallel-installable to 2.x
[~andy/gtk] / docs / reference / gtk / tmpl / gtkfeatures.sgml
index 3f0bcabe920f8988d306a23707b5b13aec1b53b7..16e0adddc54ad479b5a97b24659e34f5c8006d67 100644 (file)
@@ -16,6 +16,12 @@ typically use the features described here.
 
 </para>
 
+<!-- ##### SECTION Stability_Level ##### -->
+
+
+<!-- ##### SECTION Image ##### -->
+
+
 <!-- ##### VARIABLE gtk_major_version ##### -->
 <para>
 The major version number of the GTK+ library.  (e.g. in GTK+ version
@@ -76,21 +82,12 @@ about it. ;-)
 
 <!-- ##### FUNCTION gtk_check_version ##### -->
 <para>
-Checks that the GTK+ library in use is equal to the given 
-version. Primarily useful to compare the header file version 
-(from #GTK_MAJOR_VERSION, #GTK_MINOR_VERSION, #GTK_MICRO_VERSION) 
-the the runtime library version. This should only be done 
-in the build for your application, to check that the user's libraries
-and header files are the same. Applications should not do this 
-when deployed, because it's OK for applications to use a different
-micro version of GTK+ than the one they were compiled against.
 </para>
 
-@required_major: the required major version.
-@required_minor: the required major version.
-@required_micro: the required major version.
-@Returns: %NULL if the GTK+ library is compatible with the given version, or
-a string describing the version mismatch.
+@required_major: 
+@required_minor: 
+@required_micro: 
+@Returns: 
 
 
 <!-- ##### MACRO GTK_MAJOR_VERSION ##### -->
@@ -140,8 +137,8 @@ at application run time.
 
 <!-- ##### MACRO GTK_CHECK_VERSION ##### -->
 <para>
-Returns %TRUE if the version of the GTK+ header files is the same
-as the passed-in version.
+Returns %TRUE if the version of the GTK+ header files is the same 
+as or newer than the passed-in version.
 </para>
 
 @major: major version (e.g. 1 for version 1.2.5)