gio/ docs fixup

This commit is contained in:
Ryan Lortie
2010-07-12 18:30:14 -04:00
parent adde752ec5
commit 5344c22810
19 changed files with 53 additions and 88 deletions

View File

@@ -48,6 +48,34 @@ Desktop Entry Parser
<!-- ##### SECTION ./tmpl/limits.sgml.sgml:Image ##### -->
<!-- ##### SECTION ./tmpl/limits.sgml.sgml:Long_Description ##### -->
<para>
</para>
<!-- ##### SECTION ./tmpl/limits.sgml.sgml:See_Also ##### -->
<para>
</para>
<!-- ##### SECTION ./tmpl/limits.sgml.sgml:Short_Description ##### -->
<!-- ##### SECTION ./tmpl/limits.sgml.sgml:Stability_Level ##### -->
<!-- ##### SECTION ./tmpl/limits.sgml.sgml:Title ##### -->
Version Information
<!-- ##### SECTION ./tmpl/testutils.sgml:Long_Description ##### -->
<para>
@@ -911,9 +939,7 @@ Turns the argument into a string literal by using the '#' stringizing operator.
<!-- ##### VARIABLE glib_binary_age ##### -->
<para>
This is the binary age passed to <application>libtool</application>. If
<application>libtool</application> means nothing to you, don't worry
about it. ;-)
</para>
@@ -929,50 +955,25 @@ about it. ;-)
<!-- ##### VARIABLE glib_interface_age ##### -->
<para>
This is the interface age passed to <application>libtool</application>. If
<application>libtool</application> means nothing to you, don't worry
about it. ;-)
</para>
<!-- ##### VARIABLE glib_major_version ##### -->
<para>
The major version number of the GLib library.
(e.g. in GLib version 1.2.5 this is 1.)
</para>
<para>
This variable is in the library, so represents the
GLib library you have linked against. Contrast with the
#GLIB_MAJOR_VERSION macro, which represents the major version of the
GLib headers you have included.
</para>
<!-- ##### VARIABLE glib_micro_version ##### -->
<para>
The micro version number of the GLib library.
(e.g. in GLib version 1.2.5 this is 5.)
</para>
<para>
This variable is in the library, so represents the GLib library you
have linked against. Contrast with the #GLIB_MICRO_VERSION macro, which
represents the micro version of the GLib headers you have included.
</para>
<!-- ##### VARIABLE glib_minor_version ##### -->
<para>
The minor version number of the GLib library.
(e.g. in GLib version 1.2.5 this is 2.)
</para>
<para>
This variable is in the library, so represents the
GLib library you have linked against. Contrast with the
#GLIB_MINOR_VERSION macro, which represents the minor version of the
GLib headers you have included.
</para>