~ubuntu-branches/ubuntu/raring/librsvg/raring-proposed

« back to all changes in this revision

Viewing changes to doc/html/rsvg-Version-check-and-feature-tests.html

  • Committer: Package Import Robot
  • Author(s): Simon McVittie
  • Date: 2012-10-22 20:17:48 UTC
  • mfrom: (1.2.1) (34.1.24 sid)
  • Revision ID: package-import@ubuntu.com-20121022201748-6frue379at27szqm
Tags: 2.36.4-1
* Team upload
* New upstream version (LP: #1038843)
* Use dh-autoreconf with --as-needed instead of patching ltmain.sh
  (from Ubuntu, thanks Iain Lane)
* Enable Vala bindings (based on Ubuntu changes, thanks to Robert Ancell)
  - Build-Conflicts: valac-0.16 because if both are installed, the
    default version 0.16 is selected, breaking our build

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
<link rel="up" href="rsvg.html" title="Part I. API Reference">
9
9
<link rel="prev" href="rsvg-Using-RSVG-with-GdkPixbuf.html" title="Using RSVG with GdkPixbuf">
10
10
<link rel="next" href="object-tree.html" title="Object Hierarchy">
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">
47
47
#define             <a class="link" href="rsvg-Version-check-and-feature-tests.html#LIBRSVG-HAVE-SVGZ:CAPS" title="LIBRSVG_HAVE_SVGZ">LIBRSVG_HAVE_SVGZ</a>
48
48
#define             <a class="link" href="rsvg-Version-check-and-feature-tests.html#LIBRSVG-HAVE-CSS:CAPS" title="LIBRSVG_HAVE_CSS">LIBRSVG_HAVE_CSS</a>
49
49
#define             <a class="link" href="rsvg-Version-check-and-feature-tests.html#LIBRSVG-CHECK-FEATURE:CAPS" title="LIBRSVG_CHECK_FEATURE()">LIBRSVG_CHECK_FEATURE</a>               (FEATURE)
50
 
extern const char * <a class="link" href="rsvg-Version-check-and-feature-tests.html#librsvg-version" title="librsvg_version">librsvg_version</a>;
51
 
<span class="returnvalue">void</span>                <a class="link" href="rsvg-Version-check-and-feature-tests.html#librsvg-preinit" title="librsvg_preinit ()">librsvg_preinit</a>                     (<em class="parameter"><code><span class="type">void</span> *app</code></em>,
52
 
                                                         <em class="parameter"><code><span class="type">void</span> *modinfo</code></em>);
53
 
<span class="returnvalue">void</span>                <a class="link" href="rsvg-Version-check-and-feature-tests.html#librsvg-postinit" title="librsvg_postinit ()">librsvg_postinit</a>                    (<em class="parameter"><code><span class="type">void</span> *app</code></em>,
54
 
                                                         <em class="parameter"><code><span class="type">void</span> *modinfo</code></em>);
55
50
</pre>
56
51
</div>
57
52
<div class="refsect1">
67
62
<hr>
68
63
<div class="refsect2">
69
64
<a name="LIBRSVG-MINOR-VERSION:CAPS"></a><h3>LIBRSVG_MINOR_VERSION</h3>
70
 
<pre class="programlisting">#define LIBRSVG_MINOR_VERSION (35)
 
65
<pre class="programlisting">#define LIBRSVG_MINOR_VERSION (36)
71
66
</pre>
72
67
</div>
73
68
<hr>
74
69
<div class="refsect2">
75
70
<a name="LIBRSVG-MICRO-VERSION:CAPS"></a><h3>LIBRSVG_MICRO_VERSION</h3>
76
 
<pre class="programlisting">#define LIBRSVG_MICRO_VERSION (2)
 
71
<pre class="programlisting">#define LIBRSVG_MICRO_VERSION (4)
77
72
</pre>
78
73
</div>
79
74
<hr>
80
75
<div class="refsect2">
81
76
<a name="LIBRSVG-VERSION:CAPS"></a><h3>LIBRSVG_VERSION</h3>
82
 
<pre class="programlisting">#define LIBRSVG_VERSION "2.35.2"
 
77
<pre class="programlisting">#define LIBRSVG_VERSION "2.36.4"
83
78
</pre>
84
79
</div>
85
80
<hr>
105
100
<pre class="programlisting">#define LIBRSVG_CHECK_FEATURE(FEATURE) (defined(LIBRSVG_HAVE_##FEATURE) &amp;&amp; LIBRSVG_HAVE_##FEATURE)
106
101
</pre>
107
102
</div>
108
 
<hr>
109
 
<div class="refsect2">
110
 
<a name="librsvg-version"></a><h3>librsvg_version</h3>
111
 
<pre class="programlisting">extern const char *librsvg_version;
112
 
</pre>
113
 
</div>
114
 
<hr>
115
 
<div class="refsect2">
116
 
<a name="librsvg-preinit"></a><h3>librsvg_preinit ()</h3>
117
 
<pre class="programlisting"><span class="returnvalue">void</span>                librsvg_preinit                     (<em class="parameter"><code><span class="type">void</span> *app</code></em>,
118
 
                                                         <em class="parameter"><code><span class="type">void</span> *modinfo</code></em>);</pre>
119
 
</div>
120
 
<hr>
121
 
<div class="refsect2">
122
 
<a name="librsvg-postinit"></a><h3>librsvg_postinit ()</h3>
123
 
<pre class="programlisting"><span class="returnvalue">void</span>                librsvg_postinit                    (<em class="parameter"><code><span class="type">void</span> *app</code></em>,
124
 
                                                         <em class="parameter"><code><span class="type">void</span> *modinfo</code></em>);</pre>
125
 
</div>
126
103
</div>
127
104
</div>
128
105
<div class="footer">
129
106
<hr>
130
 
          Generated by GTK-Doc V1.18.1</div>
 
107
          Generated by GTK-Doc V1.18</div>
131
108
</body>
132
109
</html>
 
 
b'\\ No newline at end of file'