~ucl-cs-study-devs/activityfinder/gtk+2.0-2.24.27

« back to all changes in this revision

Viewing changes to docs/reference/gtk/running.sgml

  • Committer: Package Import Robot
  • Author(s): Iain Lane
  • Date: 2015-02-20 17:48:37 UTC
  • mfrom: (1.14.27)
  • Revision ID: package-import@ubuntu.com-20150220174837-slkw5y3egvqijcyu
Tags: 2.24.26-0ubuntu1
* New upstream release.
  + Protect gdk_event_apply_filters_safe from changes in the filter list
  (LP: #1351890)
* Now need to build with --enable-man to build the manpages, and build-dep
  on libxml2-utils to get xmlcatalog which configure uses to decide whether
  to build them.

Show diffs side-by-side

added added

removed removed

Lines of Context:
36
36
 
37
37
<para>
38
38
A list of modules to load in addition to those specified in the 
39
 
<envar>GTK_MODULES</envar> environment variable and the 
 
39
<envar>GTK2_MODULES</envar> environment variable and the 
40
40
<literal>gtk-modules</literal> setting.
41
41
</para>
42
42
</formalpara>
196
196
</formalpara>
197
197
 
198
198
<formalpara>
 
199
  <title><envar>GTK2_MODULES</envar></title>
 
200
 
 
201
  <para>
 
202
    A list of modules to load. Note that GTK+ also allows to specify modules to load via a commandline option (<option>--gtk-module</option>) and with the <literal>gtk-modules</literal> setting.
 
203
  </para>
 
204
</formalpara>
 
205
 
 
206
<formalpara>
199
207
  <title><envar>GTK_MODULES</envar></title>
200
208
 
201
209
  <para>
202
 
    A list of modules to load. Note that GTK+ also allows to specify modules to load via a commandline option (<option>--gtk-module</option>) and with the <literal>gtk-modules</literal> setting.
 
210
      A list of modules to load in addition to the ones in the <envar>GTK_MODULES</envar> variable.
203
211
  </para>
204
212
  <warning>
205
213
    Note that this environment variable is read by GTK+ 3 too,
206
214
    which may not have the same set of modules available for loading.
 
215
    Use <envar>GTK2_MODULES</envar> for modules that are only compatible
 
216
    with GTK+ 2.
207
217
  </warning>
208
218
</formalpara>
209
219