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

« back to all changes in this revision

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

  • Committer: Package Import Robot
  • Author(s): Iain Lane
  • Date: 2013-05-14 14:00:47 UTC
  • mfrom: (1.63.19) (172.1.10 experimental)
  • Revision ID: package-import@ubuntu.com-20130514140047-0idsmbto2pmdhlmf
Tags: 2.37.0-0ubuntu1
* New upstream release
  + GApplication has gained a busy state. This feature is intended for
    clients that want to signal a desktop shell their busy state, for instance
    because a long-running operation is pending.
  + GLib can now be built with the bionic C library
  + GIcon can now be serialized to a GVariant
* debian/patches/git_dont_break_bindings,
  debian/patches/15_gio_desktop_app_info_test_bin_true_path.patch,
  debian/patches/17_check_abis_mips_symbols.patch: Dropped, upstream. 
* Update symbols file for this release. 

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
<head>
4
4
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5
5
<title>Version Information</title>
6
 
<meta name="generator" content="DocBook XSL Stylesheets V1.77.1">
 
6
<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
7
7
<link rel="home" href="index.html" title="GLib Reference Manual">
8
8
<link rel="up" href="glib-fundamentals.html" title="GLib Fundamentals">
9
9
<link rel="prev" href="glib-fundamentals.html" title="GLib Fundamentals">
10
10
<link rel="next" href="glib-Basic-Types.html" title="Basic Types">
11
 
<meta name="generator" content="GTK-Doc V1.18.1 (XML mode)">
 
11
<meta name="generator" content="GTK-Doc V1.18 (XML mode)">
12
12
<link rel="stylesheet" href="style.css" type="text/css">
13
13
</head>
14
14
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
190
190
<hr>
191
191
<div class="refsect2">
192
192
<a name="GLIB-MINOR-VERSION:CAPS"></a><h3>GLIB_MINOR_VERSION</h3>
193
 
<pre class="programlisting">#define GLIB_MINOR_VERSION 36
 
193
<pre class="programlisting">#define GLIB_MINOR_VERSION 37
194
194
</pre>
195
195
<p>
196
196
The minor version number of the GLib library.
226
226
<p>
227
227
</p>
228
228
<div class="example">
229
 
<a name="id-1.3.2.5.11.5.1"></a><p class="title"><b>Example 1. Checking the version of the GLib library</b></p>
 
229
<a name="idm140063786954368"></a><p class="title"><b>Example 1. Checking the version of the GLib library</b></p>
230
230
<div class="example-contents">
231
231
  <table class="listing_frame" border="0" cellpadding="0" cellspacing="0">
232
232
    <tbody>
233
233
      <tr>
234
234
        <td class="listing_lines" align="right"><pre>1
235
235
2</pre></td>
236
 
        <td class="listing_code"><pre class="programlisting"><span class="keyword">if</span> (!<span class="preproc">GLIB_CHECK_VERSION</span> (<span class="number">1</span>, <span class="number">2</span>, <span class="number">0</span>))
237
 
    <span class="preproc">g_error</span> (<span class="number">&quot;GLib version 1.2.0 or above is needed&quot;</span>);</pre></td>
 
236
        <td class="listing_code"><pre class="programlisting"><span class="keyword">if</span><span class="normal"> </span><span class="symbol">(!</span><span class="function"><a href="glib-Version-Information.html#GLIB-CHECK-VERSION:CAPS">GLIB_CHECK_VERSION</a></span><span class="normal"> </span><span class="symbol">(</span><span class="number">1</span><span class="symbol">,</span><span class="normal"> </span><span class="number">2</span><span class="symbol">,</span><span class="normal"> </span><span class="number">0</span><span class="symbol">))</span>
 
237
<span class="normal">  </span><span class="function"><a href="glib-Message-Logging.html#g-error">g_error</a></span><span class="normal"> </span><span class="symbol">(</span><span class="string">"GLib version 1.2.0 or above is needed"</span><span class="symbol">);</span></pre></td>
238
238
      </tr>
239
239
    </tbody>
240
240
  </table>
404
404
</div>
405
405
<div class="footer">
406
406
<hr>
407
 
          Generated by GTK-Doc V1.18.1</div>
 
407
          Generated by GTK-Doc V1.18</div>
408
408
</body>
409
409
</html>
 
 
b'\\ No newline at end of file'