File: ch32s03.html

package info (click to toggle)
gtk%2B3.0 3.22.11-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 182,828 kB
  • ctags: 82,378
  • sloc: ansic: 1,165,043; xml: 9,259; makefile: 6,914; sh: 5,179; python: 402; perl: 370; cpp: 34; sed: 16
file content (61 lines) | stat: -rw-r--r-- 3,364 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Changes in GTK+ 3.6: GTK+ 3 Reference Manual</title>
<meta name="generator" content="DocBook XSL Stylesheets Vsnapshot">
<link rel="home" href="index.html" title="GTK+ 3 Reference Manual">
<link rel="up" href="gtk-migrating-3-x-to-y.html" title="Migrating from one GTK+ 3 release to another">
<link rel="prev" href="ch32s02.html" title="Changes in GTK+ 3.4">
<link rel="next" href="ch32s04.html" title="Changes in GTK+ 3.8">
<meta name="generator" content="GTK-Doc V1.25.1 (XML mode)">
<link rel="stylesheet" href="style.css" type="text/css">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="5"><tr valign="middle">
<td width="100%" align="left" class="shortcuts"></td>
<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
<td><a accesskey="u" href="gtk-migrating-3-x-to-y.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td>
<td><a accesskey="p" href="ch32s02.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
<td><a accesskey="n" href="ch32s04.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
</tr></table>
<div class="section">
<div class="titlepage"><div><div><h2 class="title" style="clear: both">
<a name="id-1.6.9.6"></a>Changes in GTK+ 3.6</h2></div></div></div>
<p>
      The accessibility bridge code that exports accessible objects
      on the bus is now used by default; atk-bridge has been converted
      into a library that GTK+ links against. To void the linking,
      pass --without-atk-bridge when configuring GTK+.
    </p>
<p>
      GDK threading support has been deprecated. It is recommended to
      use <a href="https://developer.gnome.org/glib/unstable/glib-The-Main-Event-Loop.html#g-idle-add"><code class="function">g_idle_add()</code></a>, <a href="https://developer.gnome.org/glib/unstable/glib-The-Main-Event-Loop.html#g-main-context-invoke"><code class="function">g_main_context_invoke()</code></a> and similar funtions
      to make all GTK+ calls from the main thread.
    </p>
<p>
      GTK+ now follows the XDG Base Directory specification for
      user configuration and data files. In detail,
      </p>
<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
<li class="listitem">$XDG_CONFIG_HOME/gtk-3.0/custom-papers is the new location
          for $HOME/.gtk-custom-papers</li>
<li class="listitem">$XDG_CONFIG_HOME/gtk-3.0/bookmarks is the new location
          for $HOME/.gtk-bookmarks</li>
<li class="listitem">$XDG_DATA_HOME/themes is preferred over $HOME/.themes</li>
<li class="listitem">$XDG_DATA_HOME/icons is preferred over $HOME/.icons.</li>
</ul></div>
<p>
      Existing files from the old location will still be read
      if the new location does not exist.
    </p>
<p>
      $HOME/.gtk-3.0 is no longer in the default module load path.
      If you want to load modules from there, add it to the GTK_PATH
      environment variable.
    </p>
</div>
<div class="footer">
<hr>Generated by GTK-Doc V1.25.1</div>
</body>
</html>