~ubuntu-branches/ubuntu/precise/glib2.0/precise-updates

« back to all changes in this revision

Viewing changes to docs/reference/glib/html/glib-Version-Information.html

  • Committer: Package Import Robot
  • Author(s): Sebastien Bacher
  • Date: 2012-02-02 19:24:45 UTC
  • mfrom: (1.59.38)
  • Revision ID: package-import@ubuntu.com-20120202192445-n258a4h70odnnq4m
Tags: 2.31.14-0ubuntu1
* New upstream version:
  GResource:
  - GLib now includes a commandline utility, gresource, to explore 
    resources in ELF files
  - The resource compiler can now optionally strip ignorable 
    whitespace from XML resources
  - The resource compiler can now generate build dependencies
  - The resource compiler will now autoselect output formats
  GApplication:
  - The menu markup parser API has been dropped, the menu XML support 
    lives in GTK+ now
  GValueArray has been deprecated
* debian/libglib2.0-0.symbols: 
  - new version update
* debian/libglib2.0-bin.install:
  - list the new gresource command and its manpage
* debian/control.in:
  - Breaks on gtk << 3.3.12, glib and gtk needs to be updated together
    due to the gmenu parser changes
  - Build-Depends on libelf-dev for the gresources tools, thanks ricotz
* debian/docs:
  - dropped, no need to install ChangeLog and NEWS from the past century
* debian/libglib2.0-bin.install:
  - ship the glib-compile-resources manpage, thanks ricotz
* debian/patches/git_gsettings_lists_set.patch:
  - git patch, fix "gsettings set ..." command line issues (lp: #925382)

Show diffs side-by-side

added added

removed removed

Lines of Context:
177
177
<hr>
178
178
<div class="refsect2">
179
179
<a name="GLIB-MICRO-VERSION:CAPS"></a><h3>GLIB_MICRO_VERSION</h3>
180
 
<pre class="programlisting">#define GLIB_MICRO_VERSION 12
 
180
<pre class="programlisting">#define GLIB_MICRO_VERSION 14
181
181
</pre>
182
182
<p>
183
183
The micro version number of the GLib library.
199
199
<p>
200
200
</p>
201
201
<div class="example">
202
 
<a name="id580107"></a><p class="title"><b>Example 1. Checking the version of the GLib library</b></p>
 
202
<a name="id403057"></a><p class="title"><b>Example 1. Checking the version of the GLib library</b></p>
203
203
<div class="example-contents">
204
204
  <table class="listing_frame" border="0" cellpadding="0" cellspacing="0">
205
205
    <tbody>