~ubuntu-branches/ubuntu/trusty/glib2.0/trusty-proposed

« back to all changes in this revision

Viewing changes to docs/reference/glib/tmpl/glib-unused.sgml

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2010-03-23 19:25:52 UTC
  • mfrom: (3.4.9 experimental)
  • Revision ID: james.westby@ubuntu.com-20100323192552-istna8c33bw6harh
Tags: 2.23.6-1ubuntu1
* Resync on Debian
* debian/patches/01_gettext-desktopfiles.patch:
  - updated to use gettext for X-GNOME-Fullname too
* debian/patches/71_gio_launch_handler.patch:
  - new gio default launch handle feature required for wncksync
* debian/control.in, 
  debian/patches/80-gtester-subunit.patch:
  - gtester-report subunit support
* debian/libglib2.0-0.symbols:
  - updated the symbols list for the gio launcher handler

Show diffs side-by-side

added added

removed removed

Lines of Context:
900
900
</para>
901
901
 
902
902
 
 
903
<!-- ##### VARIABLE glib_binary_age ##### -->
 
904
<para>
 
905
This is the binary age passed to <application>libtool</application>. If 
 
906
<application>libtool</application> means nothing to you, don't worry 
 
907
about it. ;-)
 
908
</para>
 
909
 
 
910
 
 
911
<!-- ##### FUNCTION glib_check_version ##### -->
 
912
<para>
 
913
 
 
914
</para>
 
915
 
 
916
@required_major: 
 
917
@required_minor: 
 
918
@required_micro: 
 
919
@Returns: 
 
920
 
 
921
<!-- ##### VARIABLE glib_interface_age ##### -->
 
922
<para>
 
923
This is the interface age passed to <application>libtool</application>. If 
 
924
<application>libtool</application> means nothing to you, don't worry 
 
925
about it. ;-)
 
926
</para>
 
927
 
 
928
 
 
929
<!-- ##### VARIABLE glib_major_version ##### -->
 
930
<para>
 
931
The major version number of the GLib library. 
 
932
(e.g. in GLib version 1.2.5 this is 1.)
 
933
</para>
 
934
 
 
935
<para>
 
936
This variable is in the library, so represents the
 
937
GLib library you have linked against. Contrast with the
 
938
#GLIB_MAJOR_VERSION macro, which represents the major version of the
 
939
GLib headers you have included.
 
940
</para>
 
941
 
 
942
 
 
943
<!-- ##### VARIABLE glib_micro_version ##### -->
 
944
<para>
 
945
The micro version number of the GLib library.
 
946
(e.g. in GLib version 1.2.5 this is 5.)
 
947
</para>
 
948
 
 
949
<para>
 
950
This variable is in the library, so represents the GLib library you
 
951
have linked against. Contrast with the #GLIB_MICRO_VERSION macro, which
 
952
represents the micro version of the GLib headers you have included.
 
953
</para>
 
954
 
 
955
 
 
956
<!-- ##### VARIABLE glib_minor_version ##### -->
 
957
<para>
 
958
The minor version number of the GLib library.
 
959
(e.g. in GLib version 1.2.5 this is 2.)
 
960
</para>
 
961
 
 
962
<para>
 
963
This variable is in the library, so represents the
 
964
GLib library you have linked against. Contrast with the
 
965
#GLIB_MINOR_VERSION macro, which represents the minor version of the
 
966
GLib headers you have included.
 
967
</para>
 
968
 
 
969
 
903
970
<!-- ##### MACRO lseek ##### -->
904
971
<para>
905
972