~ubuntu-branches/ubuntu/oneiric/evince/oneiric-updates

« back to all changes in this revision

Viewing changes to help/reference/shell/html/EvOpenRecentAction.html

  • Committer: Bazaar Package Importer
  • Author(s): Rodrigo Moya, Josselin Mouette, Rodrigo Moya
  • Date: 2011-05-19 12:12:42 UTC
  • mfrom: (1.1.65 upstream) (1.3.6 experimental)
  • Revision ID: james.westby@ubuntu.com-20110519121242-967hbn2nh2hunp4y
Tags: 3.0.0-4ubuntu1
[ Josselin Mouette ]
* bug-presubj: please document where to report rendering bugs.
* evince.mime: dropped. We have desktop files to handle MIME 
  associations, no need to maintain an alternate system by hand.
  Closes: #619564, #627027, #551734, #581441.

[ Rodrigo Moya ]
* Rebase from Debian and GNOME3 PPA (thanks to Rico Tzschichholz).
  Remaining Ubuntu changes:
* debian/apparmor-profile:
* debian/apparmor-profile.abstraction:
* debian/evince.apport:
* debian/evince-common.dirs:
* debian/evince-common.postinst:
* debian/evince-common.postrm:
  - Add apparmor profile
* debian/control:
  - Build-Depend on debhelper (>= 7.4.20ubuntu5), gnome-common,
    hardening-includes and liblaunchpad-integration-3.0-dev
  - Standards-Version is 3.9.1
  - Depend on apparmor
* debian/rules:
  - Include hardening.make
  - Add rule to install apparmor files
* debian/watch:
  - Watch unstable series
* debian/patches/01_lpi.patch:
  - Launchpad integration patch
* debian/patches/04_gold.patch:
  - Link against libz
* debian/patches/05_library-path.patch:
  - Fix library path for g-ir-scanner

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
<link rel="up" href="evince-frontend.html" title="Part I. Frontend">
9
9
<link rel="prev" href="EvSidebarPage.html" title="EvSidebarPage">
10
10
<link rel="next" href="evince-ev-application.html" title="ev-application">
11
 
<meta name="generator" content="GTK-Doc V1.15.1 (XML mode)">
 
11
<meta name="generator" content="GTK-Doc V1.17.1 (XML mode)">
12
12
<link rel="stylesheet" href="style.css" type="text/css">
13
13
</head>
14
14
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
32
32
                  <a href="#EvOpenRecentAction.signals" class="shortcut">Signals</a>
33
33
</td></tr>
34
34
</table>
35
 
<div class="refentry" title="EvOpenRecentAction">
 
35
<div class="refentry">
36
36
<a name="EvOpenRecentAction"></a><div class="titlepage"></div>
37
37
<div class="refnamediv"><table width="100%"><tr>
38
38
<td valign="top">
41
41
</td>
42
42
<td valign="top" align="right"></td>
43
43
</tr></table></div>
44
 
<div class="refsynopsisdiv" title="Synopsis">
 
44
<div class="refsynopsisdiv">
45
45
<a name="EvOpenRecentAction.synopsis"></a><h2>Synopsis</h2>
46
 
<pre class="synopsis">                    <a class="link" href="EvOpenRecentAction.html#EvOpenRecentAction-struct" title="EvOpenRecentAction">EvOpenRecentAction</a>;
47
 
                    <a class="link" href="EvOpenRecentAction.html#EvOpenRecentActionClass" title="EvOpenRecentActionClass">EvOpenRecentActionClass</a>;
 
46
<pre class="synopsis">struct              <a class="link" href="EvOpenRecentAction.html#EvOpenRecentAction-struct" title="struct EvOpenRecentAction">EvOpenRecentAction</a>;
 
47
struct              <a class="link" href="EvOpenRecentAction.html#EvOpenRecentActionClass" title="struct EvOpenRecentActionClass">EvOpenRecentActionClass</a>;
48
48
</pre>
49
49
</div>
50
 
<div class="refsect1" title="Object Hierarchy">
 
50
<div class="refsect1">
51
51
<a name="EvOpenRecentAction.object-hierarchy"></a><h2>Object Hierarchy</h2>
52
52
<pre class="synopsis">
53
53
  <a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject">GObject</a>
54
 
   +----<a href="http://library.gnome.org/devel/gtk/unstable/GtkAction.html">GtkAction</a>
 
54
   +----<a href="http://library.gnome.org/devel/gtk/GtkAction.html">GtkAction</a>
55
55
         +----EvOpenRecentAction
56
56
</pre>
57
57
</div>
58
 
<div class="refsect1" title="Implemented Interfaces">
 
58
<div class="refsect1">
59
59
<a name="EvOpenRecentAction.implemented-interfaces"></a><h2>Implemented Interfaces</h2>
60
60
<p>
61
61
EvOpenRecentAction implements
62
 
 <a href="http://library.gnome.org/devel/gtk/unstable/GtkBuildable.html">GtkBuildable</a>.</p>
 
62
 <a href="http://library.gnome.org/devel/gtk/GtkBuildable.html">GtkBuildable</a>.</p>
63
63
</div>
64
 
<div class="refsect1" title="Signals">
 
64
<div class="refsect1">
65
65
<a name="EvOpenRecentAction.signals"></a><h2>Signals</h2>
66
66
<pre class="synopsis">
67
 
  "<a class="link" href="EvOpenRecentAction.html#EvOpenRecentAction-item-activated" title='The "item-activated" signal'>item-activated</a>"                                 : Run Last / Action
 
67
  "<a class="link" href="EvOpenRecentAction.html#EvOpenRecentAction-item-activated" title='The "item-activated" signal'>item-activated</a>"                                 : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-ACTION:CAPS"><code class="literal">Action</code></a>
68
68
</pre>
69
69
</div>
70
 
<div class="refsect1" title="Description">
 
70
<div class="refsect1">
71
71
<a name="EvOpenRecentAction.description"></a><h2>Description</h2>
72
72
<p>
73
73
</p>
74
74
</div>
75
 
<div class="refsect1" title="Details">
 
75
<div class="refsect1">
76
76
<a name="EvOpenRecentAction.details"></a><h2>Details</h2>
77
 
<div class="refsect2" title="EvOpenRecentAction">
78
 
<a name="EvOpenRecentAction-struct"></a><h3>EvOpenRecentAction</h3>
79
 
<pre class="programlisting">typedef struct _EvOpenRecentAction EvOpenRecentAction;</pre>
 
77
<div class="refsect2">
 
78
<a name="EvOpenRecentAction-struct"></a><h3>struct EvOpenRecentAction</h3>
 
79
<pre class="programlisting">struct EvOpenRecentAction;</pre>
80
80
<p>
81
81
</p>
82
82
</div>
83
83
<hr>
84
 
<div class="refsect2" title="EvOpenRecentActionClass">
85
 
<a name="EvOpenRecentActionClass"></a><h3>EvOpenRecentActionClass</h3>
86
 
<pre class="programlisting">typedef struct {
 
84
<div class="refsect2">
 
85
<a name="EvOpenRecentActionClass"></a><h3>struct EvOpenRecentActionClass</h3>
 
86
<pre class="programlisting">struct EvOpenRecentActionClass {
87
87
        GtkActionClass parent_class;
88
88
 
89
89
        void (* item_activated) (EvOpenRecentAction *action,
90
90
                                 const gchar        *uri);
91
 
} EvOpenRecentActionClass;
 
91
};
92
92
</pre>
93
93
</div>
94
94
</div>
95
 
<div class="refsect1" title="Signal Details">
 
95
<div class="refsect1">
96
96
<a name="EvOpenRecentAction.signal-details"></a><h2>Signal Details</h2>
97
 
<div class="refsect2" title='The "item-activated" signal'>
 
97
<div class="refsect2">
98
98
<a name="EvOpenRecentAction-item-activated"></a><h3>The <code class="literal">"item-activated"</code> signal</h3>
99
99
<pre class="programlisting"><span class="returnvalue">void</span>                user_function                      (<a class="link" href="EvOpenRecentAction.html" title="EvOpenRecentAction"><span class="type">EvOpenRecentAction</span></a> *evopenrecentaction,
100
100
                                                        <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>              *arg1,
101
 
                                                        <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a>            user_data)               : Run Last / Action</pre>
 
101
                                                        <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a>            user_data)               : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-ACTION:CAPS"><code class="literal">Action</code></a></pre>
102
102
</div>
103
103
</div>
104
104
</div>
105
105
<div class="footer">
106
106
<hr>
107
 
          Generated by GTK-Doc V1.15.1</div>
 
107
          Generated by GTK-Doc V1.17.1</div>
108
108
</body>
109
109
</html>
 
 
b'\\ No newline at end of file'