~maxolasersquad/ubuntu/precise/epiphany-browser/add_quicklist

« back to all changes in this revision

Viewing changes to doc/reference/html/epiphany-ephy-session.html

  • Committer: Bazaar Package Importer
  • Author(s): Artur Rona
  • Date: 2010-10-14 12:45:29 UTC
  • mfrom: (98.1.7 sid)
  • Revision ID: james.westby@ubuntu.com-20101014124529-57hi6lecoo68e3sq
Tags: 2.30.6-1ubuntu1
* Merge from debian unstable.  Remaining changes:
  - Update the search URL:
    + add debian/patches/80_ubuntu_search_url.patch
    + update debian/epiphany-browser-data.gconf-defaults
  - Set branding to Ubuntu.
  - debian/patches/81_ubuntu_force_update_bookmarks_menu.patch:
    + Update the bookmarks menu every time the internal structure
      is changed (needed for the UNE application menu to work correctly).
  - Support appindicator.
  - debian/control.in:
    + Temporary bump for gir dependencies to ensure we rebuild against
      the correct version.
  - debian/patches/13_clearing_temp.patch:
    + Fix crashing epiphany-browser while clearing temp files.
      This patch can be dropped with new upstream 2.32 release.
* debian/control.in:
  - Bump Build-Depends on network-manager-dev to avoid FTBFS.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2
 
<html>
3
 
<head>
4
 
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5
 
<title>ephy-session</title>
6
 
<meta name="generator" content="DocBook XSL Stylesheets V1.74.0">
7
 
<link rel="home" href="index.html" title="Epiphany Reference Manual">
8
 
<link rel="up" href="ch03.html" title="Incomplete">
9
 
<link rel="prev" href="epiphany-ephy-password-manager.html" title="ephy-password-manager">
10
 
<link rel="next" href="epiphany-ephy-shell.html" title="ephy-shell">
11
 
<meta name="generator" content="GTK-Doc V1.12 (XML mode)">
12
 
<link rel="stylesheet" href="style.css" type="text/css">
13
 
<link rel="chapter" href="ch01.html" title="Epiphany">
14
 
<link rel="chapter" href="ch02.html" title="Widgets">
15
 
<link rel="chapter" href="ch03.html" title="Incomplete">
16
 
</head>
17
 
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
18
 
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2">
19
 
<tr valign="middle">
20
 
<td><a accesskey="p" href="epiphany-ephy-password-manager.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
21
 
<td><a accesskey="u" href="ch03.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td>
22
 
<td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
23
 
<th width="100%" align="center">Epiphany Reference Manual</th>
24
 
<td><a accesskey="n" href="epiphany-ephy-shell.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
25
 
</tr>
26
 
<tr><td colspan="5" class="shortcuts">
27
 
<a href="#epiphany-ephy-session.synopsis" class="shortcut">Top</a>
28
 
                   | 
29
 
                  <a href="#epiphany-ephy-session.description" class="shortcut">Description</a>
30
 
</td></tr>
31
 
</table>
32
 
<div class="refentry" lang="en">
33
 
<a name="epiphany-ephy-session"></a><div class="titlepage"></div>
34
 
<div class="refnamediv"><table width="100%"><tr>
35
 
<td valign="top">
36
 
<h2><span class="refentrytitle"><a name="epiphany-ephy-session.top_of_page"></a>ephy-session</span></h2>
37
 
<p>ephy-session</p>
38
 
</td>
39
 
<td valign="top" align="right"></td>
40
 
</tr></table></div>
41
 
<div class="refsynopsisdiv">
42
 
<a name="epiphany-ephy-session.synopsis"></a><h2>Synopsis</h2>
43
 
<pre class="synopsis">
44
 
<a class="link" href="EphyWindow.html" title="EphyWindow">EphyWindow</a> *        <a class="link" href="epiphany-ephy-session.html#ephy-session-get-active-window" title="ephy_session_get_active_window ()">ephy_session_get_active_window</a>      (EphySession *session);
45
 
gboolean            <a class="link" href="epiphany-ephy-session.html#ephy-session-save" title="ephy_session_save ()">ephy_session_save</a>                   (EphySession *session,
46
 
                                                         const char *filename);
47
 
gboolean            <a class="link" href="epiphany-ephy-session.html#ephy-session-load" title="ephy_session_load ()">ephy_session_load</a>                   (EphySession *session,
48
 
                                                         const char *filename,
49
 
                                                         guint32 user_time);
50
 
void                <a class="link" href="epiphany-ephy-session.html#ephy-session-close" title="ephy_session_close ()">ephy_session_close</a>                  (EphySession *session);
51
 
GList *             <a class="link" href="epiphany-ephy-session.html#ephy-session-get-windows" title="ephy_session_get_windows ()">ephy_session_get_windows</a>            (EphySession *session);
52
 
void                <a class="link" href="epiphany-ephy-session.html#ephy-session-add-window" title="ephy_session_add_window ()">ephy_session_add_window</a>             (EphySession *session,
53
 
                                                         GtkWindow *window);
54
 
void                <a class="link" href="epiphany-ephy-session.html#ephy-session-remove-window" title="ephy_session_remove_window ()">ephy_session_remove_window</a>          (EphySession *session,
55
 
                                                         GtkWindow *window);
56
 
</pre>
57
 
</div>
58
 
<div class="refsect1" lang="en">
59
 
<a name="epiphany-ephy-session.description"></a><h2>Description</h2>
60
 
<p>
61
 
</p>
62
 
</div>
63
 
<div class="refsect1" lang="en">
64
 
<a name="epiphany-ephy-session.details"></a><h2>Details</h2>
65
 
<div class="refsect2" lang="en">
66
 
<a name="ephy-session-get-active-window"></a><h3>ephy_session_get_active_window ()</h3>
67
 
<pre class="programlisting"><a class="link" href="EphyWindow.html" title="EphyWindow">EphyWindow</a> *        ephy_session_get_active_window      (EphySession *session);</pre>
68
 
<p>
69
 
Get the current active browser window. Use it when you
70
 
need to take an action (like opening an url) on
71
 
a window but you dont have a target window.</p>
72
 
<p>
73
 
</p>
74
 
<div class="variablelist"><table border="0">
75
 
<col align="left" valign="top">
76
 
<tbody>
77
 
<tr>
78
 
<td><p><span class="term"><em class="parameter"><code>session</code></em> :</span></p></td>
79
 
<td> a <span class="type">EphySession</span>
80
 
</td>
81
 
</tr>
82
 
<tr>
83
 
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
84
 
<td> the current active non-popup browser window, or NULL of there is none.
85
 
</td>
86
 
</tr>
87
 
</tbody>
88
 
</table></div>
89
 
</div>
90
 
<hr>
91
 
<div class="refsect2" lang="en">
92
 
<a name="ephy-session-save"></a><h3>ephy_session_save ()</h3>
93
 
<pre class="programlisting">gboolean            ephy_session_save                   (EphySession *session,
94
 
                                                         const char *filename);</pre>
95
 
<p>
96
 
</p>
97
 
<div class="variablelist"><table border="0">
98
 
<col align="left" valign="top">
99
 
<tbody>
100
 
<tr>
101
 
<td><p><span class="term"><em class="parameter"><code>session</code></em> :</span></p></td>
102
 
<td>
103
 
</td>
104
 
</tr>
105
 
<tr>
106
 
<td><p><span class="term"><em class="parameter"><code>filename</code></em> :</span></p></td>
107
 
<td>
108
 
</td>
109
 
</tr>
110
 
<tr>
111
 
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
112
 
<td>
113
 
</td>
114
 
</tr>
115
 
</tbody>
116
 
</table></div>
117
 
</div>
118
 
<hr>
119
 
<div class="refsect2" lang="en">
120
 
<a name="ephy-session-load"></a><h3>ephy_session_load ()</h3>
121
 
<pre class="programlisting">gboolean            ephy_session_load                   (EphySession *session,
122
 
                                                         const char *filename,
123
 
                                                         guint32 user_time);</pre>
124
 
<p>
125
 
</p>
126
 
<div class="variablelist"><table border="0">
127
 
<col align="left" valign="top">
128
 
<tbody>
129
 
<tr>
130
 
<td><p><span class="term"><em class="parameter"><code>session</code></em> :</span></p></td>
131
 
<td>
132
 
</td>
133
 
</tr>
134
 
<tr>
135
 
<td><p><span class="term"><em class="parameter"><code>filename</code></em> :</span></p></td>
136
 
<td>
137
 
</td>
138
 
</tr>
139
 
<tr>
140
 
<td><p><span class="term"><em class="parameter"><code>user_time</code></em> :</span></p></td>
141
 
<td>
142
 
</td>
143
 
</tr>
144
 
<tr>
145
 
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
146
 
<td>
147
 
</td>
148
 
</tr>
149
 
</tbody>
150
 
</table></div>
151
 
</div>
152
 
<hr>
153
 
<div class="refsect2" lang="en">
154
 
<a name="ephy-session-close"></a><h3>ephy_session_close ()</h3>
155
 
<pre class="programlisting">void                ephy_session_close                  (EphySession *session);</pre>
156
 
<p>
157
 
</p>
158
 
<div class="variablelist"><table border="0">
159
 
<col align="left" valign="top">
160
 
<tbody><tr>
161
 
<td><p><span class="term"><em class="parameter"><code>session</code></em> :</span></p></td>
162
 
<td>
163
 
</td>
164
 
</tr></tbody>
165
 
</table></div>
166
 
</div>
167
 
<hr>
168
 
<div class="refsect2" lang="en">
169
 
<a name="ephy-session-get-windows"></a><h3>ephy_session_get_windows ()</h3>
170
 
<pre class="programlisting">GList *             ephy_session_get_windows            (EphySession *session);</pre>
171
 
<p>
172
 
</p>
173
 
<div class="variablelist"><table border="0">
174
 
<col align="left" valign="top">
175
 
<tbody>
176
 
<tr>
177
 
<td><p><span class="term"><em class="parameter"><code>session</code></em> :</span></p></td>
178
 
<td> the <span class="type">EphySession</span>
179
 
</td>
180
 
</tr>
181
 
<tr>
182
 
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
183
 
<td> the list of open <span class="type">"s."</span>
184
 
</td>
185
 
</tr>
186
 
</tbody>
187
 
</table></div>
188
 
</div>
189
 
<hr>
190
 
<div class="refsect2" lang="en">
191
 
<a name="ephy-session-add-window"></a><h3>ephy_session_add_window ()</h3>
192
 
<pre class="programlisting">void                ephy_session_add_window             (EphySession *session,
193
 
                                                         GtkWindow *window);</pre>
194
 
<p>
195
 
Add a tool window to the session. <a class="link" href="EphyWindow.html" title="EphyWindow"><span class="type">EphyWindow</span></a> take care of adding
196
 
itself to session.</p>
197
 
<p>
198
 
</p>
199
 
<div class="variablelist"><table border="0">
200
 
<col align="left" valign="top">
201
 
<tbody>
202
 
<tr>
203
 
<td><p><span class="term"><em class="parameter"><code>session</code></em> :</span></p></td>
204
 
<td> a <span class="type">EphySession</span>
205
 
</td>
206
 
</tr>
207
 
<tr>
208
 
<td><p><span class="term"><em class="parameter"><code>window</code></em> :</span></p></td>
209
 
<td> a <a class="link" href="EphyWindow.html" title="EphyWindow"><span class="type">EphyWindow</span></a>
210
 
</td>
211
 
</tr>
212
 
</tbody>
213
 
</table></div>
214
 
</div>
215
 
<hr>
216
 
<div class="refsect2" lang="en">
217
 
<a name="ephy-session-remove-window"></a><h3>ephy_session_remove_window ()</h3>
218
 
<pre class="programlisting">void                ephy_session_remove_window          (EphySession *session,
219
 
                                                         GtkWindow *window);</pre>
220
 
<p>
221
 
Remove a tool window from the session.</p>
222
 
<p>
223
 
</p>
224
 
<div class="variablelist"><table border="0">
225
 
<col align="left" valign="top">
226
 
<tbody>
227
 
<tr>
228
 
<td><p><span class="term"><em class="parameter"><code>session</code></em> :</span></p></td>
229
 
<td> a <span class="type">EphySession.</span>
230
 
</td>
231
 
</tr>
232
 
<tr>
233
 
<td><p><span class="term"><em class="parameter"><code>window</code></em> :</span></p></td>
234
 
<td> a <span class="type">GtkWindow</span>, which must be either the bookmarks editor or the
235
 
history window.
236
 
</td>
237
 
</tr>
238
 
</tbody>
239
 
</table></div>
240
 
</div>
241
 
</div>
242
 
</div>
243
 
<div class="footer">
244
 
<hr>
245
 
          Generated by GTK-Doc V1.12</div>
246
 
</body>
247
 
</html>