~ubuntu-branches/debian/experimental/gtk+2.0/experimental

« back to all changes in this revision

Viewing changes to docs/reference/gtk/html/gtk-changes-1-2.html

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2007-09-17 11:15:05 UTC
  • mto: (72.1.1 lenny) (1.4.1 upstream)
  • mto: This revision was merged to the branch mainline in revision 55.
  • Revision ID: james.westby@ubuntu.com-20070917111505-giz9c5xltxkb5y54
Tags: upstream-2.12.0
ImportĀ upstreamĀ versionĀ 2.12.0

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=US-ASCII">
5
5
<title>Changes from 1.0 to 1.2</title>
6
 
<meta name="generator" content="DocBook XSL Stylesheets V1.72.0">
 
6
<meta name="generator" content="DocBook XSL Stylesheets V1.73.2">
7
7
<link rel="start" href="index.html" title="GTK+ Reference Manual">
8
8
<link rel="up" href="migrating.html" title="Part&#160;IV.&#160;Migrating from Previous Versions of GTK+">
9
9
<link rel="prev" href="checklist-named-icons.html" title="Use named icons">
10
10
<link rel="next" href="gtk-changes-2-0.html" title="Changes from 1.2 to 2.0">
11
 
<meta name="generator" content="GTK-Doc V1.7 (XML mode)">
 
11
<meta name="generator" content="GTK-Doc V1.8 (XML mode)">
12
12
<link rel="stylesheet" href="style.css" type="text/css">
13
13
<link rel="part" href="gtk.html" title="Part&#160;I.&#160;GTK+ Overview">
14
14
<link rel="part" href="gtkbase.html" title="Part&#160;II.&#160;GTK+ Core Reference">
79
79
<td valign="top" align="right"></td>
80
80
</tr></table></div>
81
81
<div class="refsect1" lang="en">
82
 
<a name="id4435977"></a><h2>Incompatible changes from 1.0 to 1.2</h2>
 
82
<a name="id4194277"></a><h2>Incompatible changes from 1.0 to 1.2</h2>
83
83
<div class="itemizedlist"><ul type="disc">
84
84
<li><p>
85
85
<span class="structname">GtkAcceleratorTable</span> has been replaced with 
511
511
</li>
512
512
<li>
513
513
<p>There is no longer a special <code class="option">--with-threads</code> 
514
 
       <span><strong class="command">configure</strong></span> option for GTK+. To use threads in a GTK+ 
 
514
       <span class="command"><strong>configure</strong></span> option for GTK+. To use threads in a GTK+ 
515
515
       program, you must:
516
516
 
517
517
       </p>
522
522
              <code class="function">g_thread_init()</code>.
523
523
           </p></li>
524
524
<li><p>Link with the libraries returned by
525
 
             <span><strong class="command">gtk-config --libs gthread</strong></span>
 
525
             <span class="command"><strong>gtk-config --libs gthread</strong></span>
526
526
             and use the cflags from
527
 
             <span><strong class="command">gtk-config --cflags gthread</strong></span>.
 
527
             <span class="command"><strong>gtk-config --cflags gthread</strong></span>.
528
528
             You can get these <code class="envar">CFLAGS</code> and <code class="envar">LIBS</code> by 
529
529
             passing <code class="literal">gthread</code> as the fourth parameter to the 
530
530
             <code class="literal">AM_PATH_GTK</code> <span class="application">automake</span>