~canonical-dx-team/ubuntu/maverick/gtk+2.0/menuproxy

« 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): Sebastian Dröge
  • Date: 2010-06-11 12:19:30 UTC
  • mfrom: (1.11.6 upstream)
  • mto: This revision was merged to the branch mainline in revision 175.
  • Revision ID: james.westby@ubuntu.com-20100611121930-n4pklvkoqdsg12vm
Tags: 2.21.2-1
* New upstream development release:
  + debian/rules,
    debian/libgtk2.0-0.symbols:
    - Update for new API symbols.
  + debian/patches/070_mandatory-relibtoolize.patch:
    - Regenerated for the new version.
  + debian/control.in:
    - Update GLib (build-) dependency to >= 2.25.8.

Show diffs side-by-side

added added

removed removed

Lines of Context:
31
31
<td valign="top" align="right"></td>
32
32
</tr></table></div>
33
33
<div class="refsect1" title="Incompatible changes from 1.0 to 1.2">
34
 
<a name="id1459038"></a><h2>Incompatible changes from 1.0 to 1.2</h2>
 
34
<a name="id1386206"></a><h2>Incompatible changes from 1.0 to 1.2</h2>
35
35
<div class="itemizedlist"><ul class="itemizedlist" type="disc">
36
36
<li class="listitem"><p>
37
37
<span class="structname">GtkAcceleratorTable</span> has been replaced with 
414
414
4
415
415
5
416
416
6</pre></td>
417
 
        <td class="listing_code"><pre class="programlisting"><span class="normal"><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean">gboolean</a> frozen</span><span class="symbol">;</span>
 
417
        <td class="listing_code"><pre class="programlisting"><span class="usertype">gboolean</span><span class="normal"> frozen</span><span class="symbol">;</span>
418
418
<span class="normal">frozen </span><span class="symbol">=</span><span class="normal"> </span><span class="function">GTK_CLIST_FROZEN</span><span class="normal"> </span><span class="symbol">(</span><span class="normal">clist</span><span class="symbol">);</span>
419
419
<span class="function"><a href="GtkCList.html#gtk-clist-freeze">gtk_clist_freeze</a></span><span class="normal"> </span><span class="symbol">(</span><span class="normal">clist</span><span class="symbol">);</span>
420
420
<span class="symbol">[...]</span>