~ubuntu-branches/ubuntu/raring/vte/raring

« back to all changes in this revision

Viewing changes to doc/reference/html/migration-0-30.html

  • Committer: Package Import Robot
  • Author(s): Martin Pitt
  • Date: 2011-09-07 10:06:44 UTC
  • mfrom: (1.1.66 upstream)
  • Revision ID: package-import@ubuntu.com-20110907100644-yzd5r42f4h5ofr9h
Tags: 1:0.28.2-0ubuntu1
New upstream release. Do not upgrade to 0.29 yet, as this drops GTK2
support, and we still have a ton of rdepends of libvte9.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2
 
<html>
3
 
<head>
4
 
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5
 
<title>Migrating to VTE 0.30</title>
6
 
<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
7
 
<link rel="home" href="index.html" title="VTE Reference Manual">
8
 
<link rel="up" href="index.html" title="VTE Reference Manual">
9
 
<link rel="prev" href="vte-Version-Information.html" title="Version Information">
10
 
<link rel="next" href="ch04s02.html" title="Include headers">
11
 
<meta name="generator" content="GTK-Doc V1.15.1 (XML mode)">
12
 
<link rel="stylesheet" href="style.css" type="text/css">
13
 
</head>
14
 
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
15
 
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2"><tr valign="middle">
16
 
<td><a accesskey="p" href="vte-Version-Information.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
17
 
<td> </td>
18
 
<td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
19
 
<th width="100%" align="center">VTE Reference Manual</th>
20
 
<td><a accesskey="n" href="ch04s02.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
21
 
</tr></table>
22
 
<div class="chapter">
23
 
<div class="titlepage"><div><div><h2 class="title">
24
 
<a name="migration-0-30"></a>Migrating to VTE 0.30</h2></div></div></div>
25
 
<div class="toc"><dl>
26
 
<dt><span class="section"><a href="migration-0-30.html#id3057293">Build system</a></span></dt>
27
 
<dt><span class="section"><a href="ch04s02.html">Include headers</a></span></dt>
28
 
<dt><span class="section"><a href="ch04s03.html">Public struct members</a></span></dt>
29
 
<dt><span class="section"><a href="ch04s04.html">Deprecated, removed and renamed functions and objects</a></span></dt>
30
 
<dt><span class="section"><a href="ch04s05.html">Signal changes</a></span></dt>
31
 
<dt><span class="section"><a href="ch04s06.html">Style properties</a></span></dt>
32
 
</dl></div>
33
 
<p>
34
 
    VTE 0.30 breaks API and ABI from ealier versions. This chapter details
35
 
    the changes you need to make to your programme to adapt.
36
 
  </p>
37
 
<p>
38
 
    VTE now requires GTK+ 3.0; GTK+ 2.0 is no longer supported.
39
 
  </p>
40
 
<div class="section">
41
 
<div class="titlepage"><div><div><h2 class="title" style="clear: both">
42
 
<a name="id3057293"></a>Build system</h2></div></div></div>
43
 
<p>
44
 
      The VTE pkg-config file was renamed to <code class="literal">vte-2.92.pc</code>. Use
45
 
        </p>
46
 
<pre class="programlisting">
47
 
          PKG_CHECK_MODULES([VTE],[vte-2.92 &gt;= 0.30])
48
 
        </pre>
49
 
<p>
50
 
      in <code class="literal">configure.ac</code>.
51
 
    </p>
52
 
</div>
53
 
</div>
54
 
<div class="footer">
55
 
<hr>
56
 
          Generated by GTK-Doc V1.15.1</div>
57
 
</body>
58
 
</html>
 
 
b'\\ No newline at end of file'