~ubuntu-branches/ubuntu/utopic/nautilus/utopic-proposed

« back to all changes in this revision

Viewing changes to docs/reference/libnautilus-extension/html/libnautilus-extension-nautilus-property-page.html

  • Committer: Package Import Robot
  • Author(s): Tim Lunn
  • Date: 2014-01-02 16:50:06 UTC
  • mfrom: (1.17.43)
  • Revision ID: package-import@ubuntu.com-20140102165006-1ghk9ropzitdc8pp
Tags: 1:3.10.1-0ubuntu1
* New upstream release
* debian/control.in: bump depend on gtk+ 3.9.11
* debian/patches:
  - Dropped git patches, that are included in new version
  - 06_never_exec_nonexec_launchers.patch, refreshed
  - disconnect-extra-location-widgets.patch, dropped included in new version
  - 16_unity_new_documents.patch, refreshed
  - ubuntu_show_titlebar.patch, disable CSD titlebar on non-GNOME sessions
  - ubuntu_titlebar_css.patch, theme fixes (LP: #1272602)

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
<html>
3
3
<head>
4
4
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5
 
<title>NautilusPropertyPage</title>
 
5
<title>Nautilus Extension Reference Manual: NautilusPropertyPage</title>
6
6
<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
7
7
<link rel="home" href="index.html" title="Nautilus Extension Reference Manual">
8
8
<link rel="up" href="ch01.html" title="Extension Interfaces">
9
9
<link rel="prev" href="libnautilus-extension-nautilus-property-page-provider.html" title="nautilus-property-page-provider">
10
10
<link rel="next" href="ix01.html" title="Index">
11
 
<meta name="generator" content="GTK-Doc V1.18.1 (XML mode)">
 
11
<meta name="generator" content="GTK-Doc V1.19.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">
15
 
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2">
16
 
<tr valign="middle">
17
 
<td><a accesskey="p" href="libnautilus-extension-nautilus-property-page-provider.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
18
 
<td><a accesskey="u" href="ch01.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td>
19
 
<td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
20
 
<th width="100%" align="center">Nautilus Extension Reference Manual</th>
21
 
<td><a accesskey="n" href="ix01.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
22
 
</tr>
23
 
<tr><td colspan="5" class="shortcuts">
24
 
<a href="#libnautilus-extension-nautilus-property-page.synopsis" class="shortcut">Top</a>
 
15
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="10"><tr valign="middle">
 
16
<td width="100%" align="left">
 
17
<a href="#" class="shortcut">Top</a>
25
18
                   | 
26
19
                  <a href="#libnautilus-extension-nautilus-property-page.description" class="shortcut">Description</a>
27
20
                   | 
28
21
                  <a href="#libnautilus-extension-nautilus-property-page.object-hierarchy" class="shortcut">Object Hierarchy</a>
29
22
                   | 
30
23
                  <a href="#libnautilus-extension-nautilus-property-page.properties" class="shortcut">Properties</a>
31
 
</td></tr>
32
 
</table>
 
24
</td>
 
25
<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
 
26
<td><a accesskey="u" href="ch01.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td>
 
27
<td><a accesskey="p" href="libnautilus-extension-nautilus-property-page-provider.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
 
28
<td><a accesskey="n" href="ix01.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
 
29
</tr></table>
33
30
<div class="refentry">
34
31
<a name="libnautilus-extension-nautilus-property-page"></a><div class="titlepage"></div>
35
32
<div class="refnamediv"><table width="100%"><tr>
44
41
<a name="NautilusPropertyPage"></a><pre class="synopsis">                    <a class="link" href="libnautilus-extension-nautilus-property-page.html#NautilusPropertyPageDetails" title="NautilusPropertyPageDetails">NautilusPropertyPageDetails</a>;
45
42
struct              <a class="link" href="libnautilus-extension-nautilus-property-page.html#NautilusPropertyPage-struct" title="struct NautilusPropertyPage">NautilusPropertyPage</a>;
46
43
<a class="link" href="libnautilus-extension-nautilus-property-page.html#NautilusPropertyPage"><span class="returnvalue">NautilusPropertyPage</span></a> * <a class="link" href="libnautilus-extension-nautilus-property-page.html#nautilus-property-page-new" title="nautilus_property_page_new ()">nautilus_property_page_new</a>       (<em class="parameter"><code>const <span class="type">char</span> *name</code></em>,
47
 
                                                         <em class="parameter"><code><a href="http://developer.gnome.org/gtk2/GtkWidget.html"><span class="type">GtkWidget</span></a> *label</code></em>,
48
 
                                                         <em class="parameter"><code><a href="http://developer.gnome.org/gtk2/GtkWidget.html"><span class="type">GtkWidget</span></a> *page</code></em>);
 
44
                                                         <em class="parameter"><code><span class="type">GtkWidget</span> *label</code></em>,
 
45
                                                         <em class="parameter"><code><span class="type">GtkWidget</span> *page</code></em>);
49
46
</pre>
50
47
</div>
51
48
<div class="refsect1">
52
49
<a name="libnautilus-extension-nautilus-property-page.object-hierarchy"></a><h2>Object Hierarchy</h2>
53
50
<pre class="synopsis">
54
 
  <a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject">GObject</a>
 
51
  GObject
55
52
   +----NautilusPropertyPage
56
53
</pre>
57
54
</div>
58
55
<div class="refsect1">
59
56
<a name="libnautilus-extension-nautilus-property-page.properties"></a><h2>Properties</h2>
60
57
<pre class="synopsis">
61
 
  "<a class="link" href="libnautilus-extension-nautilus-property-page.html#NautilusPropertyPage--label" title='The "label" property'>label</a>"                    <a href="http://developer.gnome.org/gtk2/GtkWidget.html"><span class="type">GtkWidget</span></a>*            : Read / Write
62
 
  "<a class="link" href="libnautilus-extension-nautilus-property-page.html#NautilusPropertyPage--name" title='The "name" property'>name</a>"                     <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>*                : Read / Write / Construct Only
63
 
  "<a class="link" href="libnautilus-extension-nautilus-property-page.html#NautilusPropertyPage--page" title='The "page" property'>page</a>"                     <a href="http://developer.gnome.org/gtk2/GtkWidget.html"><span class="type">GtkWidget</span></a>*            : Read / Write
 
58
  "<a class="link" href="libnautilus-extension-nautilus-property-page.html#NautilusPropertyPage--label" title='The "label" property'>label</a>"                    <span class="type">GtkWidget</span>*            : Read / Write
 
59
  "<a class="link" href="libnautilus-extension-nautilus-property-page.html#NautilusPropertyPage--name" title='The "name" property'>name</a>"                     <span class="type">gchar</span>*                : Read / Write / Construct Only
 
60
  "<a class="link" href="libnautilus-extension-nautilus-property-page.html#NautilusPropertyPage--page" title='The "page" property'>page</a>"                     <span class="type">GtkWidget</span>*            : Read / Write
64
61
</pre>
65
62
</div>
66
63
<div class="refsect1">
87
84
<div class="refsect2">
88
85
<a name="nautilus-property-page-new"></a><h3>nautilus_property_page_new ()</h3>
89
86
<pre class="programlisting"><a class="link" href="libnautilus-extension-nautilus-property-page.html#NautilusPropertyPage"><span class="returnvalue">NautilusPropertyPage</span></a> * nautilus_property_page_new       (<em class="parameter"><code>const <span class="type">char</span> *name</code></em>,
90
 
                                                         <em class="parameter"><code><a href="http://developer.gnome.org/gtk2/GtkWidget.html"><span class="type">GtkWidget</span></a> *label</code></em>,
91
 
                                                         <em class="parameter"><code><a href="http://developer.gnome.org/gtk2/GtkWidget.html"><span class="type">GtkWidget</span></a> *page</code></em>);</pre>
 
87
                                                         <em class="parameter"><code><span class="type">GtkWidget</span> *label</code></em>,
 
88
                                                         <em class="parameter"><code><span class="type">GtkWidget</span> *page</code></em>);</pre>
92
89
<p>
93
90
Creates a new <a class="link" href="libnautilus-extension-nautilus-property-page.html#NautilusPropertyPage"><span class="type">NautilusPropertyPage</span></a> from page_widget.
94
91
</p>
123
120
<a name="libnautilus-extension-nautilus-property-page.property-details"></a><h2>Property Details</h2>
124
121
<div class="refsect2">
125
122
<a name="NautilusPropertyPage--label"></a><h3>The <code class="literal">"label"</code> property</h3>
126
 
<pre class="programlisting">  "label"                    <a href="http://developer.gnome.org/gtk2/GtkWidget.html"><span class="type">GtkWidget</span></a>*            : Read / Write</pre>
 
123
<pre class="programlisting">  "label"                    <span class="type">GtkWidget</span>*            : Read / Write</pre>
127
124
<p>Label widget to display in the notebook tab.</p>
128
125
</div>
129
126
<hr>
130
127
<div class="refsect2">
131
128
<a name="NautilusPropertyPage--name"></a><h3>The <code class="literal">"name"</code> property</h3>
132
 
<pre class="programlisting">  "name"                     <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>*                : Read / Write / Construct Only</pre>
 
129
<pre class="programlisting">  "name"                     <span class="type">gchar</span>*                : Read / Write / Construct Only</pre>
133
130
<p>Name of the page.</p>
134
131
<p>Default value: NULL</p>
135
132
</div>
136
133
<hr>
137
134
<div class="refsect2">
138
135
<a name="NautilusPropertyPage--page"></a><h3>The <code class="literal">"page"</code> property</h3>
139
 
<pre class="programlisting">  "page"                     <a href="http://developer.gnome.org/gtk2/GtkWidget.html"><span class="type">GtkWidget</span></a>*            : Read / Write</pre>
 
136
<pre class="programlisting">  "page"                     <span class="type">GtkWidget</span>*            : Read / Write</pre>
140
137
<p>Widget for the property page.</p>
141
138
</div>
142
139
</div>
143
140
</div>
144
141
<div class="footer">
145
142
<hr>
146
 
          Generated by GTK-Doc V1.18.1</div>
 
143
          Generated by GTK-Doc V1.19.1</div>
147
144
</body>
148
145
</html>
 
 
b'\\ No newline at end of file'