~ubuntu-branches/ubuntu/oneiric/yelp/oneiric

« back to all changes in this revision

Viewing changes to docs/libyelp/html/YelpView.html

  • Committer: Bazaar Package Importer
  • Author(s): Rodrigo Moya
  • Date: 2011-06-10 10:21:16 UTC
  • mfrom: (1.1.47 upstream)
  • Revision ID: james.westby@ubuntu.com-20110610102116-xv29fb5h3vrpz0kv
Tags: 3.0.3-0ubuntu1
* New upstream release
* debian/control:
  - Match yelp-xsl BuildDep with the minimum version needed upstream
  - BuildDepend on liblaunchpad-integration-3.0-dev
* debian/patches/00git_clear_gvariantbuilder.patch:
* debian/patches/00git_split_search_string.patch:
* debian/patches/00git_use_gsettings.patch:
  - Removed upstream patches
* debian/patches/00_build_with_gtk2.patch:
* debian/rules:
  - Removed, we build with GTK3 now
* debian/patches/04_use_doc-base.patch:
  - Rebased
* debian/patches/01_lpi.patch:
  - Rebased and made it use GTK3 version of launchpad-integration

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
<head>
4
4
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5
5
<title>YelpView</title>
6
 
<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
 
6
<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
7
7
<link rel="home" href="index.html" title="Yelp Reference Manual">
8
 
<link rel="up" href="ch01.html#id3045421" title="Widgets">
 
8
<link rel="up" href="ch01.html#id2970729" title="Widgets">
9
9
<link rel="prev" href="ch01.html" title="API Reference">
10
10
<link rel="next" href="YelpLocationEntry.html" title="YelpLocationEntry">
11
 
<meta name="generator" content="GTK-Doc V1.17 (XML mode)">
 
11
<meta name="generator" content="GTK-Doc V1.15 (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">
15
15
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2">
16
16
<tr valign="middle">
17
17
<td><a accesskey="p" href="ch01.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
18
 
<td><a accesskey="u" href="ch01.html#id3045421"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td>
 
18
<td><a accesskey="u" href="ch01.html#id2970729"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td>
19
19
<td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
20
20
<th width="100%" align="center">Yelp Reference Manual</th>
21
21
<td><a accesskey="n" href="YelpLocationEntry.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
34
34
                  <a href="#YelpView.signals" class="shortcut">Signals</a>
35
35
</td></tr>
36
36
</table>
37
 
<div class="refentry">
 
37
<div class="refentry" title="YelpView">
38
38
<a name="YelpView"></a><div class="titlepage"></div>
39
39
<div class="refnamediv"><table width="100%"><tr>
40
40
<td valign="top">
43
43
</td>
44
44
<td valign="top" align="right"></td>
45
45
</tr></table></div>
46
 
<div class="refsynopsisdiv">
 
46
<div class="refsynopsisdiv" title="Synopsis">
47
47
<a name="YelpView.synopsis"></a><h2>Synopsis</h2>
48
 
<a name="YelpViewState"></a><pre class="synopsis"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            (<a href="YelpView.html#YelpViewActionValidFunc">*YelpViewActionValidFunc</a>)          (<em class="parameter"><code><a href="YelpView.html"><span class="type">YelpView</span></a> *view</code></em>,
 
48
<pre class="synopsis">                    <a href="YelpView.html#YelpView-struct">YelpView</a>;
 
49
                    <a href="YelpView.html#YelpViewClass">YelpViewClass</a>;
 
50
<span class="returnvalue">gboolean</span>            (<a href="YelpView.html#YelpViewActionValidFunc">*YelpViewActionValidFunc</a>)          (<em class="parameter"><code><a href="YelpView.html"><span class="type">YelpView</span></a> *view</code></em>,
49
51
                                                         <em class="parameter"><code><span class="type">GtkAction</span> *action</code></em>,
50
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *uri</code></em>,
51
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> data</code></em>);
52
 
struct              <a href="YelpView.html#YelpView-struct">YelpView</a>;
53
 
struct              <a href="YelpView.html#YelpViewClass">YelpViewClass</a>;
 
52
                                                         <em class="parameter"><code><span class="type">gchar</span> *uri</code></em>,
 
53
                                                         <em class="parameter"><code><span class="type">gpointer</span> data</code></em>);
54
54
enum                <a href="YelpView.html#YelpViewState">YelpViewState</a>;
55
 
<a href="http://library.gnome.org/devel/gobject/unstable/gobject-Type-Information.html#GType"><span class="returnvalue">GType</span></a>               <a href="YelpView.html#yelp-view-state-get-type">yelp_view_state_get_type</a>            (<em class="parameter"><code><span class="type">void</span></code></em>);
 
55
<span class="returnvalue">GType</span>               <a href="YelpView.html#yelp-view-state-get-type">yelp_view_state_get_type</a>            (<em class="parameter"><code><span class="type">void</span></code></em>);
56
56
<span class="returnvalue">GtkWidget</span> *         <a href="YelpView.html#yelp-view-new">yelp_view_new</a>                       (<em class="parameter"><code><span class="type">void</span></code></em>);
57
57
<span class="returnvalue">void</span>                <a href="YelpView.html#yelp-view-load">yelp_view_load</a>                      (<em class="parameter"><code><a href="YelpView.html"><span class="type">YelpView</span></a> *view</code></em>,
58
 
                                                         <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *uri</code></em>);
 
58
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *uri</code></em>);
59
59
<span class="returnvalue">void</span>                <a href="YelpView.html#yelp-view-load-uri">yelp_view_load_uri</a>                  (<em class="parameter"><code><a href="YelpView.html"><span class="type">YelpView</span></a> *view</code></em>,
60
60
                                                         <em class="parameter"><code><a href="YelpUri.html"><span class="type">YelpUri</span></a> *uri</code></em>);
61
61
<span class="returnvalue">void</span>                <a href="YelpView.html#yelp-view-load-document">yelp_view_load_document</a>             (<em class="parameter"><code><a href="YelpView.html"><span class="type">YelpView</span></a> *view</code></em>,
66
66
<span class="returnvalue">void</span>                <a href="YelpView.html#yelp-view-add-link-action">yelp_view_add_link_action</a>           (<em class="parameter"><code><a href="YelpView.html"><span class="type">YelpView</span></a> *view</code></em>,
67
67
                                                         <em class="parameter"><code><span class="type">GtkAction</span> *action</code></em>,
68
68
                                                         <em class="parameter"><code><a href="YelpView.html#YelpViewActionValidFunc"><span class="type">YelpViewActionValidFunc</span></a> func</code></em>,
69
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> data</code></em>);
 
69
                                                         <em class="parameter"><code><span class="type">gpointer</span> data</code></em>);
70
70
<a href="YelpUri.html"><span class="returnvalue">YelpUri</span></a> *           <a href="YelpView.html#yelp-view-get-active-link-uri">yelp_view_get_active_link_uri</a>       (<em class="parameter"><code><a href="YelpView.html"><span class="type">YelpView</span></a> *view</code></em>);
71
 
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *             <a href="YelpView.html#yelp-view-get-active-link-text">yelp_view_get_active_link_text</a>      (<em class="parameter"><code><a href="YelpView.html"><span class="type">YelpView</span></a> *view</code></em>);
 
71
<span class="returnvalue">gchar</span> *             <a href="YelpView.html#yelp-view-get-active-link-text">yelp_view_get_active_link_text</a>      (<em class="parameter"><code><a href="YelpView.html"><span class="type">YelpView</span></a> *view</code></em>);
72
72
</pre>
73
73
</div>
74
 
<div class="refsect1">
 
74
<div class="refsect1" title="Object Hierarchy">
75
75
<a name="YelpView.object-hierarchy"></a><h2>Object Hierarchy</h2>
76
76
<pre class="synopsis">
77
 
  <a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject">GObject</a>
78
 
   +----<a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GInitiallyUnowned">GInitiallyUnowned</a>
 
77
  GObject
 
78
   +----GInitiallyUnowned
79
79
         +----GtkWidget
80
80
               +----GtkContainer
81
81
                     +----WebKitWebView
82
82
                           +----YelpView
83
83
</pre>
84
 
<pre class="synopsis">
85
 
  GEnum
86
 
   +----YelpViewState
87
 
</pre>
88
84
</div>
89
 
<div class="refsect1">
 
85
<div class="refsect1" title="Implemented Interfaces">
90
86
<a name="YelpView.implemented-interfaces"></a><h2>Implemented Interfaces</h2>
91
87
<p>
92
88
YelpView implements
93
89
 AtkImplementorIface,  GtkBuildable and  GtkScrollable.</p>
94
90
</div>
95
 
<div class="refsect1">
 
91
<div class="refsect1" title="Properties">
96
92
<a name="YelpView.properties"></a><h2>Properties</h2>
97
93
<pre class="synopsis">
98
 
  "<a href="YelpView.html#YelpView--page-desc">page-desc</a>"                <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>*                : Read
99
 
  "<a href="YelpView.html#YelpView--page-icon">page-icon</a>"                <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>*                : Read
100
 
  "<a href="YelpView.html#YelpView--page-id">page-id</a>"                  <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>*                : Read
101
 
  "<a href="YelpView.html#YelpView--page-title">page-title</a>"               <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>*                : Read
102
 
  "<a href="YelpView.html#YelpView--root-title">root-title</a>"               <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>*                : Read
 
94
  "<a href="YelpView.html#YelpView--page-desc">page-desc</a>"                <span class="type">gchar</span>*                : Read
 
95
  "<a href="YelpView.html#YelpView--page-icon">page-icon</a>"                <span class="type">gchar</span>*                : Read
 
96
  "<a href="YelpView.html#YelpView--page-id">page-id</a>"                  <span class="type">gchar</span>*                : Read
 
97
  "<a href="YelpView.html#YelpView--page-title">page-title</a>"               <span class="type">gchar</span>*                : Read
 
98
  "<a href="YelpView.html#YelpView--root-title">root-title</a>"               <span class="type">gchar</span>*                : Read
103
99
  "<a href="YelpView.html#YelpView--state">state</a>"                    <a href="YelpView.html#YelpViewState"><span class="type">YelpViewState</span></a>         : Read / Write
104
100
  "<a href="YelpView.html#YelpView--yelp-uri">yelp-uri</a>"                 <a href="YelpUri.html"><span class="type">YelpUri</span></a>*              : Read / Write
105
101
</pre>
106
102
</div>
107
 
<div class="refsect1">
 
103
<div class="refsect1" title="Signals">
108
104
<a name="YelpView.signals"></a><h2>Signals</h2>
109
105
<pre class="synopsis">
110
 
  "<a href="YelpView.html#YelpView-external-uri">external-uri</a>"                                   : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS"><code class="literal">Run Last</code></a>
111
 
  "<a href="YelpView.html#YelpView-loaded">loaded</a>"                                         : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS"><code class="literal">Run Last</code></a>
112
 
  "<a href="YelpView.html#YelpView-new-view-requested">new-view-requested</a>"                             : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS"><code class="literal">Run Last</code></a>
 
106
  "<a href="YelpView.html#YelpView-external-uri">external-uri</a>"                                   : Run Last
 
107
  "<a href="YelpView.html#YelpView-loaded">loaded</a>"                                         : Run Last
 
108
  "<a href="YelpView.html#YelpView-new-view-requested">new-view-requested</a>"                             : Run Last
113
109
</pre>
114
110
</div>
115
 
<div class="refsect1">
 
111
<div class="refsect1" title="Description">
116
112
<a name="YelpView.description"></a><h2>Description</h2>
117
113
</div>
118
 
<div class="refsect1">
 
114
<div class="refsect1" title="Details">
119
115
<a name="YelpView.details"></a><h2>Details</h2>
120
 
<div class="refsect2">
121
 
<a name="YelpViewActionValidFunc"></a><h3>YelpViewActionValidFunc ()</h3>
122
 
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            (*YelpViewActionValidFunc)          (<em class="parameter"><code><a href="YelpView.html"><span class="type">YelpView</span></a> *view</code></em>,
123
 
                                                         <em class="parameter"><code><span class="type">GtkAction</span> *action</code></em>,
124
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *uri</code></em>,
125
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> data</code></em>);</pre>
126
 
</div>
127
 
<hr>
128
 
<div class="refsect2">
129
 
<a name="YelpView-struct"></a><h3>struct YelpView</h3>
130
 
<pre class="programlisting">struct YelpView;</pre>
131
 
</div>
132
 
<hr>
133
 
<div class="refsect2">
134
 
<a name="YelpViewClass"></a><h3>struct YelpViewClass</h3>
135
 
<pre class="programlisting">struct YelpViewClass {
 
116
<div class="refsect2" title="YelpView">
 
117
<a name="YelpView-struct"></a><h3>YelpView</h3>
 
118
<pre class="programlisting">typedef struct _YelpView YelpView;</pre>
 
119
</div>
 
120
<hr>
 
121
<div class="refsect2" title="YelpViewClass">
 
122
<a name="YelpViewClass"></a><h3>YelpViewClass</h3>
 
123
<pre class="programlisting">typedef struct {
136
124
    WebKitWebViewClass  parent_class;
137
125
 
138
126
    gboolean    (* external_uri)            (YelpView    *view,
139
127
                                             YelpUri     *uri);
140
 
};
 
128
} YelpViewClass;
141
129
</pre>
142
130
</div>
143
131
<hr>
144
 
<div class="refsect2">
 
132
<div class="refsect2" title="YelpViewActionValidFunc ()">
 
133
<a name="YelpViewActionValidFunc"></a><h3>YelpViewActionValidFunc ()</h3>
 
134
<pre class="programlisting"><span class="returnvalue">gboolean</span>            (*YelpViewActionValidFunc)          (<em class="parameter"><code><a href="YelpView.html"><span class="type">YelpView</span></a> *view</code></em>,
 
135
                                                         <em class="parameter"><code><span class="type">GtkAction</span> *action</code></em>,
 
136
                                                         <em class="parameter"><code><span class="type">gchar</span> *uri</code></em>,
 
137
                                                         <em class="parameter"><code><span class="type">gpointer</span> data</code></em>);</pre>
 
138
</div>
 
139
<hr>
 
140
<div class="refsect2" title="enum YelpViewState">
145
141
<a name="YelpViewState"></a><h3>enum YelpViewState</h3>
146
142
<pre class="programlisting">typedef enum {
147
143
    YELP_VIEW_STATE_BLANK,
152
148
</pre>
153
149
</div>
154
150
<hr>
155
 
<div class="refsect2">
 
151
<div class="refsect2" title="yelp_view_state_get_type ()">
156
152
<a name="yelp-view-state-get-type"></a><h3>yelp_view_state_get_type ()</h3>
157
 
<pre class="programlisting"><a href="http://library.gnome.org/devel/gobject/unstable/gobject-Type-Information.html#GType"><span class="returnvalue">GType</span></a>               yelp_view_state_get_type            (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
 
153
<pre class="programlisting"><span class="returnvalue">GType</span>               yelp_view_state_get_type            (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
158
154
</div>
159
155
<hr>
160
 
<div class="refsect2">
 
156
<div class="refsect2" title="yelp_view_new ()">
161
157
<a name="yelp-view-new"></a><h3>yelp_view_new ()</h3>
162
158
<pre class="programlisting"><span class="returnvalue">GtkWidget</span> *         yelp_view_new                       (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
163
159
</div>
164
160
<hr>
165
 
<div class="refsect2">
 
161
<div class="refsect2" title="yelp_view_load ()">
166
162
<a name="yelp-view-load"></a><h3>yelp_view_load ()</h3>
167
163
<pre class="programlisting"><span class="returnvalue">void</span>                yelp_view_load                      (<em class="parameter"><code><a href="YelpView.html"><span class="type">YelpView</span></a> *view</code></em>,
168
 
                                                         <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *uri</code></em>);</pre>
 
164
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *uri</code></em>);</pre>
169
165
</div>
170
166
<hr>
171
 
<div class="refsect2">
 
167
<div class="refsect2" title="yelp_view_load_uri ()">
172
168
<a name="yelp-view-load-uri"></a><h3>yelp_view_load_uri ()</h3>
173
169
<pre class="programlisting"><span class="returnvalue">void</span>                yelp_view_load_uri                  (<em class="parameter"><code><a href="YelpView.html"><span class="type">YelpView</span></a> *view</code></em>,
174
170
                                                         <em class="parameter"><code><a href="YelpUri.html"><span class="type">YelpUri</span></a> *uri</code></em>);</pre>
175
171
</div>
176
172
<hr>
177
 
<div class="refsect2">
 
173
<div class="refsect2" title="yelp_view_load_document ()">
178
174
<a name="yelp-view-load-document"></a><h3>yelp_view_load_document ()</h3>
179
175
<pre class="programlisting"><span class="returnvalue">void</span>                yelp_view_load_document             (<em class="parameter"><code><a href="YelpView.html"><span class="type">YelpView</span></a> *view</code></em>,
180
176
                                                         <em class="parameter"><code><a href="YelpUri.html"><span class="type">YelpUri</span></a> *uri</code></em>,
181
177
                                                         <em class="parameter"><code><a href="YelpDocument.html"><span class="type">YelpDocument</span></a> *document</code></em>);</pre>
182
178
</div>
183
179
<hr>
184
 
<div class="refsect2">
 
180
<div class="refsect2" title="yelp_view_get_document ()">
185
181
<a name="yelp-view-get-document"></a><h3>yelp_view_get_document ()</h3>
186
182
<pre class="programlisting"><a href="YelpDocument.html"><span class="returnvalue">YelpDocument</span></a> *      yelp_view_get_document              (<em class="parameter"><code><a href="YelpView.html"><span class="type">YelpView</span></a> *view</code></em>);</pre>
187
183
</div>
188
184
<hr>
189
 
<div class="refsect2">
 
185
<div class="refsect2" title="yelp_view_get_action_group ()">
190
186
<a name="yelp-view-get-action-group"></a><h3>yelp_view_get_action_group ()</h3>
191
187
<pre class="programlisting"><span class="returnvalue">GtkActionGroup</span> *    yelp_view_get_action_group          (<em class="parameter"><code><a href="YelpView.html"><span class="type">YelpView</span></a> *view</code></em>);</pre>
192
188
</div>
193
189
<hr>
194
 
<div class="refsect2">
 
190
<div class="refsect2" title="yelp_view_add_link_action ()">
195
191
<a name="yelp-view-add-link-action"></a><h3>yelp_view_add_link_action ()</h3>
196
192
<pre class="programlisting"><span class="returnvalue">void</span>                yelp_view_add_link_action           (<em class="parameter"><code><a href="YelpView.html"><span class="type">YelpView</span></a> *view</code></em>,
197
193
                                                         <em class="parameter"><code><span class="type">GtkAction</span> *action</code></em>,
198
194
                                                         <em class="parameter"><code><a href="YelpView.html#YelpViewActionValidFunc"><span class="type">YelpViewActionValidFunc</span></a> func</code></em>,
199
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> data</code></em>);</pre>
 
195
                                                         <em class="parameter"><code><span class="type">gpointer</span> data</code></em>);</pre>
200
196
</div>
201
197
<hr>
202
 
<div class="refsect2">
 
198
<div class="refsect2" title="yelp_view_get_active_link_uri ()">
203
199
<a name="yelp-view-get-active-link-uri"></a><h3>yelp_view_get_active_link_uri ()</h3>
204
200
<pre class="programlisting"><a href="YelpUri.html"><span class="returnvalue">YelpUri</span></a> *           yelp_view_get_active_link_uri       (<em class="parameter"><code><a href="YelpView.html"><span class="type">YelpView</span></a> *view</code></em>);</pre>
205
201
</div>
206
202
<hr>
207
 
<div class="refsect2">
 
203
<div class="refsect2" title="yelp_view_get_active_link_text ()">
208
204
<a name="yelp-view-get-active-link-text"></a><h3>yelp_view_get_active_link_text ()</h3>
209
 
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *             yelp_view_get_active_link_text      (<em class="parameter"><code><a href="YelpView.html"><span class="type">YelpView</span></a> *view</code></em>);</pre>
210
 
</div>
211
 
</div>
212
 
<div class="refsect1">
 
205
<pre class="programlisting"><span class="returnvalue">gchar</span> *             yelp_view_get_active_link_text      (<em class="parameter"><code><a href="YelpView.html"><span class="type">YelpView</span></a> *view</code></em>);</pre>
 
206
</div>
 
207
</div>
 
208
<div class="refsect1" title="Property Details">
213
209
<a name="YelpView.property-details"></a><h2>Property Details</h2>
214
 
<div class="refsect2">
 
210
<div class="refsect2" title='The "page-desc" property'>
215
211
<a name="YelpView--page-desc"></a><h3>The <code class="literal">"page-desc"</code> property</h3>
216
 
<pre class="programlisting">  "page-desc"                <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>*                : Read</pre>
 
212
<pre class="programlisting">  "page-desc"                <span class="type">gchar</span>*                : Read</pre>
217
213
<p>The description of the page being viewed.</p>
218
214
<p>Default value: NULL</p>
219
215
</div>
220
216
<hr>
221
 
<div class="refsect2">
 
217
<div class="refsect2" title='The "page-icon" property'>
222
218
<a name="YelpView--page-icon"></a><h3>The <code class="literal">"page-icon"</code> property</h3>
223
 
<pre class="programlisting">  "page-icon"                <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>*                : Read</pre>
 
219
<pre class="programlisting">  "page-icon"                <span class="type">gchar</span>*                : Read</pre>
224
220
<p>The icon of the page being viewed.</p>
225
221
<p>Default value: NULL</p>
226
222
</div>
227
223
<hr>
228
 
<div class="refsect2">
 
224
<div class="refsect2" title='The "page-id" property'>
229
225
<a name="YelpView--page-id"></a><h3>The <code class="literal">"page-id"</code> property</h3>
230
 
<pre class="programlisting">  "page-id"                  <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>*                : Read</pre>
 
226
<pre class="programlisting">  "page-id"                  <span class="type">gchar</span>*                : Read</pre>
231
227
<p>The ID of the root page of the page being viewed.</p>
232
228
<p>Default value: NULL</p>
233
229
</div>
234
230
<hr>
235
 
<div class="refsect2">
 
231
<div class="refsect2" title='The "page-title" property'>
236
232
<a name="YelpView--page-title"></a><h3>The <code class="literal">"page-title"</code> property</h3>
237
 
<pre class="programlisting">  "page-title"               <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>*                : Read</pre>
 
233
<pre class="programlisting">  "page-title"               <span class="type">gchar</span>*                : Read</pre>
238
234
<p>The title of the page being viewed.</p>
239
235
<p>Default value: NULL</p>
240
236
</div>
241
237
<hr>
242
 
<div class="refsect2">
 
238
<div class="refsect2" title='The "root-title" property'>
243
239
<a name="YelpView--root-title"></a><h3>The <code class="literal">"root-title"</code> property</h3>
244
 
<pre class="programlisting">  "root-title"               <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>*                : Read</pre>
 
240
<pre class="programlisting">  "root-title"               <span class="type">gchar</span>*                : Read</pre>
245
241
<p>The title of the root page of the page being viewed.</p>
246
242
<p>Default value: NULL</p>
247
243
</div>
248
244
<hr>
249
 
<div class="refsect2">
 
245
<div class="refsect2" title='The "state" property'>
250
246
<a name="YelpView--state"></a><h3>The <code class="literal">"state"</code> property</h3>
251
247
<pre class="programlisting">  "state"                    <a href="YelpView.html#YelpViewState"><span class="type">YelpViewState</span></a>         : Read / Write</pre>
252
248
<p>The loading state of the view.</p>
253
249
<p>Default value: YELP_VIEW_STATE_BLANK</p>
254
250
</div>
255
251
<hr>
256
 
<div class="refsect2">
 
252
<div class="refsect2" title='The "yelp-uri" property'>
257
253
<a name="YelpView--yelp-uri"></a><h3>The <code class="literal">"yelp-uri"</code> property</h3>
258
254
<pre class="programlisting">  "yelp-uri"                 <a href="YelpUri.html"><span class="type">YelpUri</span></a>*              : Read / Write</pre>
259
255
<p>A YelpUri with the current location.</p>
260
256
</div>
261
257
</div>
262
 
<div class="refsect1">
 
258
<div class="refsect1" title="Signal Details">
263
259
<a name="YelpView.signal-details"></a><h2>Signal Details</h2>
264
 
<div class="refsect2">
 
260
<div class="refsect2" title='The "external-uri" signal'>
265
261
<a name="YelpView-external-uri"></a><h3>The <code class="literal">"external-uri"</code> signal</h3>
266
 
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            user_function                      (<a href="YelpView.html"><span class="type">YelpView</span></a> *yelpview,
 
262
<pre class="programlisting"><span class="returnvalue">gboolean</span>            user_function                      (<a href="YelpView.html"><span class="type">YelpView</span></a> *yelpview,
267
263
                                                        <a href="YelpUri.html"><span class="type">YelpUri</span></a>  *arg1,
268
 
                                                        <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-RUN-LAST:CAPS"><code class="literal">Run Last</code></a></pre>
 
264
                                                        <span class="type">gpointer</span>  user_data)      : Run Last</pre>
269
265
</div>
270
266
<hr>
271
 
<div class="refsect2">
 
267
<div class="refsect2" title='The "loaded" signal'>
272
268
<a name="YelpView-loaded"></a><h3>The <code class="literal">"loaded"</code> signal</h3>
273
269
<pre class="programlisting"><span class="returnvalue">void</span>                user_function                      (<a href="YelpView.html"><span class="type">YelpView</span></a> *yelpview,
274
 
                                                        <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-RUN-LAST:CAPS"><code class="literal">Run Last</code></a></pre>
 
270
                                                        <span class="type">gpointer</span>  user_data)      : Run Last</pre>
275
271
</div>
276
272
<hr>
277
 
<div class="refsect2">
 
273
<div class="refsect2" title='The "new-view-requested" signal'>
278
274
<a name="YelpView-new-view-requested"></a><h3>The <code class="literal">"new-view-requested"</code> signal</h3>
279
275
<pre class="programlisting"><span class="returnvalue">void</span>                user_function                      (<a href="YelpView.html"><span class="type">YelpView</span></a> *yelpview,
280
276
                                                        <a href="YelpUri.html"><span class="type">YelpUri</span></a>  *arg1,
281
 
                                                        <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-RUN-LAST:CAPS"><code class="literal">Run Last</code></a></pre>
 
277
                                                        <span class="type">gpointer</span>  user_data)      : Run Last</pre>
282
278
</div>
283
279
</div>
284
280
</div>
285
281
<div class="footer">
286
282
<hr>
287
 
          Generated by GTK-Doc V1.17</div>
 
283
          Generated by GTK-Doc V1.15</div>
288
284
</body>
289
285
</html>
 
 
b'\\ No newline at end of file'