~ubuntu-branches/ubuntu/hardy/evince/hardy-proposed

« back to all changes in this revision

Viewing changes to help/reference/xml/ev-view-accessible.xml

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2007-11-26 10:27:02 UTC
  • mfrom: (1.1.21 upstream)
  • Revision ID: james.westby@ubuntu.com-20071126102702-fuhptvu6n6ycva3u
Tags: 2.20.1-2ubuntu1
* Sync with Debian
* debian/control.in:
  - Depends on ghostscript-x
  - updated Build-Depends for lpi and hildon changes
  - updated maintainer informationx
* debian/patches/01_launchpad.patch:
  - launchpad integration changes
* debian/patches/02_autoconf.patch:
  - configure update
* debian/patches/03_hildon_interface.patch
  Adds support for Hildon interface with including:
  - Registration of the program into the hildon enviromment.
  - D-bus processing via ossolib.
  - Changed selection and button event handling to match Hildon model.
  - Changes in accelerators handling Zoom, Fullscreen and Presentation
    modes.
  - Uses Hildon chooser dialog.
  - Selects the Hildon interface definition file when in Hildon mode.
  - If the arch is not lpia, the standard gtk interface is used.
  - Fixes interface rendering problem when compiled for lpia.
  - Adjusted the Makefile.am files to include the Hildon interface
    options and interface file evince-hildon-ui.xml.
* debian/patches/99_autoreconf.patch:
  - updated
* debian/rules:
  - do not remove the documentation
  - use the hildon configure option during the lpia build

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
 
19
19
 
20
20
 
21
 
<link linkend="GType">GType</link>               <link linkend="ev-view-accessible-factory-get-type">ev_view_accessible_factory_get_type</link> (void);
22
 
<link linkend="GType">GType</link>               <link linkend="ev-view-accessible-factory-get-accessible-type">ev_view_accessible_factory_get_accessible_type</link>
23
 
                                                        (void);
 
21
<link linkend="GType">GType</link>       <link linkend="ev-view-accessible-factory-get-type">ev_view_accessible_factory_get_type</link>
 
22
                                            (void);
 
23
<link linkend="GType">GType</link>       <link linkend="ev-view-accessible-factory-get-accessible-type">ev_view_accessible_factory_get_accessible_type</link>
 
24
                                            (void);
24
25
</synopsis>
25
26
</refsynopsisdiv>
26
27
 
43
44
<title role="details.title">Details</title>
44
45
<refsect2>
45
46
<title><anchor id="ev-view-accessible-factory-get-type" role="function"/>ev_view_accessible_factory_get_type ()</title>
46
 
<indexterm><primary>ev_view_accessible_factory_get_type</primary></indexterm><programlisting><link linkend="GType">GType</link>               ev_view_accessible_factory_get_type (void);</programlisting>
 
47
<indexterm><primary>ev_view_accessible_factory_get_type</primary></indexterm><programlisting><link linkend="GType">GType</link>       ev_view_accessible_factory_get_type
 
48
                                            (void);</programlisting>
47
49
<para>
48
50
 
49
51
</para><variablelist role="params">
54
56
</variablelist></refsect2>
55
57
<refsect2>
56
58
<title><anchor id="ev-view-accessible-factory-get-accessible-type" role="function"/>ev_view_accessible_factory_get_accessible_type ()</title>
57
 
<indexterm><primary>ev_view_accessible_factory_get_accessible_type</primary></indexterm><programlisting><link linkend="GType">GType</link>               ev_view_accessible_factory_get_accessible_type
58
 
                                                        (void);</programlisting>
 
59
<indexterm><primary>ev_view_accessible_factory_get_accessible_type</primary></indexterm><programlisting><link linkend="GType">GType</link>       ev_view_accessible_factory_get_accessible_type
 
60
                                            (void);</programlisting>
59
61
<para>
60
62
 
61
63
</para><variablelist role="params">