~bratsche/ubuntu/maverick/gtk+2.0/menu-activation-fix

« back to all changes in this revision

Viewing changes to docs/reference/gdk-pixbuf/gdk-pixbuf-query-loaders.1

  • Committer: Bazaar Package Importer
  • Author(s): Robert Ancell
  • Date: 2010-07-22 21:41:30 UTC
  • mfrom: (1.11.7 upstream) (72.1.16 experimental)
  • Revision ID: james.westby@ubuntu.com-20100722214130-5uzyvpb9g4m0ts2c
Tags: 2.21.5-1ubuntu1
* Merge with Debian experimental, Ubuntu changes:
* debian/control.in:
  - Add introspection build-depends
  - Add Vcs-Bzr link
  - Add gir1.0-gtk-2.0 package
  - libgtk2.0-dev replaces gir-repository-dev
  - Conflict with appmenu-gtk (<< 0.1.3) to prevent menu proxy breakage
* debian/rules:
  - Build with --enable-introspection
  - Add gir1.0-gtk-2.0 package to BINARY_ARCH_PKGS
  - Add dh_girepository call
  - Disable devhelp files
* debian/dh_gtkmodules.in:
  - Remove obsolete script content
* debian/libgtk2.0-0.symbols:
  - Add Ubuntu specific symbols
* debian/libgtk2.0-dev.install.in:
  - Add gir files
* debian/libgtk2.0-doc.install.in
  - Disable devhelp files
* debian/gir1.0-gtk-2.0.install.in
  - Introspection package
* debian/patches/043_menu_proxy.patch
  - Add GtkMenuProxy support for remoting menus.
* debian/patches/062_dnd_menubar.patch:
  - Allow click on menubars for dnd
* debian/patches/063_treeview_almost_fixed.patch:
  - Add an ubuntu-almost-fixed-height-mode property, (required for
    software-center)
* debian/patches/071_no_offscreen_widgets_grabbing.patch:
  - Don't let offscreen widgets do grabbing
* debian/patches/072_indicator_menu_update.patch:
  - change by Cody Russell to send an update event on menu changes,
    should make the bluetooth indicator refresh correctly
* debian/patches/091_bugzilla_tooltip_refresh.patch:
  - Upstream bugzilla change to have better looking tooltips the gtk theme
    need to set "new-tooltip-style" to use those
* debian/watch:
  - Watch for unstable versions

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
'\" t
2
 
.\"     Title: gdk-pixbuf-query-loaders
3
 
.\"    Author: [FIXME: author] [see http://docbook.sf.net/el/author]
4
 
.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
5
 
.\"      Date: 06/10/2010
6
 
.\"    Manual: [FIXME: manual]
7
 
.\"    Source: [FIXME: source]
8
 
.\"  Language: English
9
 
.\"
10
 
.TH "GDK\-PIXBUF\-QUERY\-" "1" "06/10/2010" "[FIXME: source]" "[FIXME: manual]"
11
 
.\" -----------------------------------------------------------------
12
 
.\" * set default formatting
13
 
.\" -----------------------------------------------------------------
14
 
.\" disable hyphenation
15
 
.nh
16
 
.\" disable justification (adjust text to left margin only)
17
 
.ad l
18
 
.\" -----------------------------------------------------------------
19
 
.\" * MAIN CONTENT STARTS HERE *
20
 
.\" -----------------------------------------------------------------
21
 
.SH "NAME"
22
 
gdk-pixbuf-query-loaders \- GdkPixbuf loader registration utility
23
 
.SH "SYNOPSIS"
24
 
.HP \w'\fBgdk\-pixbuf\-query\-loaders\fR\ 'u
25
 
\fBgdk\-pixbuf\-query\-loaders\fR [module...]
26
 
.SH "DESCRIPTION"
27
 
.PP
28
 
 
29
 
\fBgdk\-pixbuf\-query\-loaders\fR
30
 
collects information about loadable modules for
31
 
gdk\-pixbuf
32
 
and writes it to
33
 
stdout\&.
34
 
.PP
35
 
If called without arguments, it looks for modules in the
36
 
gdk\-pixbuf
37
 
loader directory\&.
38
 
.PP
39
 
If called with arguments, it looks for the specified modules\&. The arguments may be absolute or relative paths\&.
40
 
.SH "ENVIRONMENT"
41
 
.PP
42
 
The environment variable
43
 
\fBGDK_PIXBUF_MODULEDIR\fR
44
 
can be used to specify a different loader directory\&. The default
45
 
gdk\-pixbuf
46
 
loader directory is
47
 
\fIlibdir\fR/gtk\-2\&.0/\fIversion\fR/loaders\&.
48
 
.SH "BUGS"
49
 
.PP
50
 
None known yet\&.