~ubuntu-branches/debian/sid/thunar/sid

« back to all changes in this revision

Viewing changes to docs/reference/thunarx/html/ThunarxProviderFactory.html

  • Committer: Bazaar Package Importer
  • Author(s): Lionel Le Folgoc
  • Date: 2010-05-23 14:12:33 UTC
  • mfrom: (1.1.24 upstream)
  • Revision ID: james.westby@ubuntu.com-20100523141233-ntplken25atdr214
Tags: 1.0.2-1
* New upstream release.
* debian/patches/04_fix-umask-handling.patch: dropped, included upstream.
* debian/control: build-dep on libstartup-notification0-dev (>= 0.4) as
  startup notification support is enabled in debian/rules.

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>ThunarxProviderFactory</title>
6
 
<meta name="generator" content="DocBook XSL Stylesheets V1.73.2">
7
 
<link rel="start" href="index.html" title="Thunar Extensions Reference Manual">
 
6
<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
 
7
<link rel="home" href="index.html" title="Thunar Extensions Reference Manual">
8
8
<link rel="up" href="thunarx-using-extensions.html" title="Part VI. Using Thunar extensions in applications">
9
9
<link rel="prev" href="thunarx-using-extensions.html" title="Part VI. Using Thunar extensions in applications">
10
10
<link rel="next" href="ix01.html" title="Index">
11
 
<meta name="generator" content="GTK-Doc V1.10 (XML mode)">
 
11
<meta name="generator" content="GTK-Doc V1.14 (XML mode)">
12
12
<link rel="stylesheet" href="style.css" type="text/css">
13
 
<link rel="part" href="thunarx-overview.html" title="Part I. Overview">
14
 
<link rel="part" href="thunarx-writing-extensions.html" title="Part II. Writing Extensions">
15
 
<link rel="part" href="thunarx-fundamentals.html" title="Part III. Fundamentals">
16
 
<link rel="part" href="thunarx-abstraction-layer.html" title="Part IV. Abstraction Layer">
17
 
<link rel="part" href="thunarx-providers.html" title="Part V. Providers">
18
 
<link rel="part" href="thunarx-using-extensions.html" title="Part VI. Using Thunar extensions in applications">
19
 
<link rel="index" href="ix01.html" title="Index">
20
13
</head>
21
14
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
22
15
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2">
27
20
<th width="100%" align="center">Thunar Extensions Reference Manual</th>
28
21
<td><a accesskey="n" href="ix01.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
29
22
</tr>
30
 
<tr><td colspan="5" class="shortcuts"><nobr><a href="#ThunarxProviderFactory.synopsis" class="shortcut">Top</a>
 
23
<tr><td colspan="5" class="shortcuts">
 
24
<a href="#ThunarxProviderFactory.synopsis" class="shortcut">Top</a>
31
25
                   | 
32
26
                  <a href="#ThunarxProviderFactory.description" class="shortcut">Description</a>
33
27
                   | 
34
 
                  <a href="#ThunarxProviderFactory.object-hierarchy" class="shortcut">Object Hierarchy</a></nobr></td></tr>
 
28
                  <a href="#ThunarxProviderFactory.object-hierarchy" class="shortcut">Object Hierarchy</a>
 
29
</td></tr>
35
30
</table>
36
 
<div class="refentry" lang="en">
 
31
<div class="refentry" title="ThunarxProviderFactory">
37
32
<a name="ThunarxProviderFactory"></a><div class="titlepage"></div>
38
33
<div class="refnamediv"><table width="100%"><tr>
39
34
<td valign="top">
42
37
</td>
43
38
<td valign="top" align="right"></td>
44
39
</tr></table></div>
45
 
<div class="refsect1" lang="en">
 
40
<div class="refsect1" title="Stability Level">
46
41
<a name="ThunarxProviderFactory.stability-level"></a><h2>Stability Level</h2>
47
42
Stable, unless otherwise indicated
48
43
</div>
49
 
<div class="refsynopsisdiv">
 
44
<div class="refsynopsisdiv" title="Synopsis">
50
45
<a name="ThunarxProviderFactory.synopsis"></a><h2>Synopsis</h2>
51
46
<pre class="synopsis">
52
 
 
53
47
#include &lt;thunarx/thunarx.h&gt;
54
48
 
55
49
                    <a class="link" href="ThunarxProviderFactory.html#ThunarxProviderFactory-struct" title="ThunarxProviderFactory">ThunarxProviderFactory</a>;
56
 
<a class="link" href="ThunarxProviderFactory.html" title="ThunarxProviderFactory">ThunarxProviderFactory</a>* <a class="link" href="ThunarxProviderFactory.html#thunarx-provider-factory-get-default" title="thunarx_provider_factory_get_default ()">thunarx_provider_factory_get_default</a>
57
 
                                                        (void);
58
 
<a
59
 
href="/usr/share/gtk-doc/html/glib/glib-Doubly-Linked-Lists.html#GList"
60
 
>GList</a>*              <a class="link" href="ThunarxProviderFactory.html#thunarx-provider-factory-list-providers" title="thunarx_provider_factory_list_providers ()">thunarx_provider_factory_list_providers</a>
61
 
                                                        (<a class="link" href="ThunarxProviderFactory.html" title="ThunarxProviderFactory">ThunarxProviderFactory</a> *factory,
62
 
                                                         <a
63
 
href="/usr/share/gtk-doc/html/gobject/gobject-Type-Information.html#GType"
64
 
>GType</a> type);
 
50
<a class="link" href="ThunarxProviderFactory.html" title="ThunarxProviderFactory"><span class="returnvalue">ThunarxProviderFactory</span></a> * <a class="link" href="ThunarxProviderFactory.html#thunarx-provider-factory-get-default" title="thunarx_provider_factory_get_default ()">thunarx_provider_factory_get_default</a>
 
51
                                                        (<em class="parameter"><code><span class="type">void</span></code></em>);
 
52
<span class="returnvalue">GList</span> *             <a class="link" href="ThunarxProviderFactory.html#thunarx-provider-factory-list-providers" title="thunarx_provider_factory_list_providers ()">thunarx_provider_factory_list_providers</a>
 
53
                                                        (<em class="parameter"><code><a class="link" href="ThunarxProviderFactory.html" title="ThunarxProviderFactory"><span class="type">ThunarxProviderFactory</span></a> *factory</code></em>,
 
54
                                                         <em class="parameter"><code><span class="type">GType</span> type</code></em>);
65
55
</pre>
66
56
</div>
67
 
<div class="refsect1" lang="en">
 
57
<div class="refsect1" title="Object Hierarchy">
68
58
<a name="ThunarxProviderFactory.object-hierarchy"></a><h2>Object Hierarchy</h2>
69
59
<pre class="synopsis">
70
 
  <a
71
 
href="/usr/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject"
72
 
>GObject</a>
 
60
  GObject
73
61
   +----ThunarxProviderFactory
74
62
</pre>
75
63
</div>
76
 
<div class="refsect1" lang="en">
 
64
<div class="refsect1" title="Description">
77
65
<a name="ThunarxProviderFactory.description"></a><h2>Description</h2>
78
66
<p>
79
67
  The <a class="link" href="ThunarxProviderFactory.html" title="ThunarxProviderFactory"><span class="type">ThunarxProviderFactory</span></a> class allows applications to use Thunar plugins. It handles
81
69
  For example, Thunar uses this class to access the installed extensions.
82
70
</p>
83
71
</div>
84
 
<div class="refsect1" lang="en">
 
72
<div class="refsect1" title="Details">
85
73
<a name="ThunarxProviderFactory.details"></a><h2>Details</h2>
86
 
<div class="refsect2" lang="en">
 
74
<div class="refsect2" title="ThunarxProviderFactory">
87
75
<a name="ThunarxProviderFactory-struct"></a><h3>ThunarxProviderFactory</h3>
88
76
<pre class="programlisting">typedef struct _ThunarxProviderFactory ThunarxProviderFactory;</pre>
89
77
<p>
92
80
</p>
93
81
</div>
94
82
<hr>
95
 
<div class="refsect2" lang="en">
 
83
<div class="refsect2" title="thunarx_provider_factory_get_default ()">
96
84
<a name="thunarx-provider-factory-get-default"></a><h3>thunarx_provider_factory_get_default ()</h3>
97
 
<pre class="programlisting"><a class="link" href="ThunarxProviderFactory.html" title="ThunarxProviderFactory">ThunarxProviderFactory</a>* thunarx_provider_factory_get_default
98
 
                                                        (void);</pre>
 
85
<pre class="programlisting"><a class="link" href="ThunarxProviderFactory.html" title="ThunarxProviderFactory"><span class="returnvalue">ThunarxProviderFactory</span></a> * thunarx_provider_factory_get_default
 
86
                                                        (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
99
87
<p>
100
88
Returns a reference to the default <a class="link" href="ThunarxProviderFactory.html" title="ThunarxProviderFactory"><span class="type">ThunarxProviderFactory</span></a>
101
89
instance.
102
90
</p>
103
91
<p>
104
92
The caller is responsible to free the returned object
105
 
using <a
106
 
href="/usr/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#g-object-unref"
107
 
><code class="function">g_object_unref()</code></a> when no longer needed.</p>
108
 
<p>
109
 
 
 
93
using <code class="function">g_object_unref()</code> when no longer needed.
110
94
</p>
111
95
<div class="variablelist"><table border="0">
112
96
<col align="left" valign="top">
119
103
</table></div>
120
104
</div>
121
105
<hr>
122
 
<div class="refsect2" lang="en">
 
106
<div class="refsect2" title="thunarx_provider_factory_list_providers ()">
123
107
<a name="thunarx-provider-factory-list-providers"></a><h3>thunarx_provider_factory_list_providers ()</h3>
124
 
<pre class="programlisting"><a
125
 
href="/usr/share/gtk-doc/html/glib/glib-Doubly-Linked-Lists.html#GList"
126
 
>GList</a>*              thunarx_provider_factory_list_providers
127
 
                                                        (<a class="link" href="ThunarxProviderFactory.html" title="ThunarxProviderFactory">ThunarxProviderFactory</a> *factory,
128
 
                                                         <a
129
 
href="/usr/share/gtk-doc/html/gobject/gobject-Type-Information.html#GType"
130
 
>GType</a> type);</pre>
 
108
<pre class="programlisting"><span class="returnvalue">GList</span> *             thunarx_provider_factory_list_providers
 
109
                                                        (<em class="parameter"><code><a class="link" href="ThunarxProviderFactory.html" title="ThunarxProviderFactory"><span class="type">ThunarxProviderFactory</span></a> *factory</code></em>,
 
110
                                                         <em class="parameter"><code><span class="type">GType</span> type</code></em>);</pre>
131
111
<p>
132
112
Returns all providers of the given <em class="parameter"><code>type</code></em>.
133
113
</p>
140
120
g_list_free (list);
141
121
</pre></div>
142
122
<p>
143
 
 
144
123
</p>
145
124
<div class="variablelist"><table border="0">
146
125
<col align="left" valign="top">
147
126
<tbody>
148
127
<tr>
149
128
<td><p><span class="term"><em class="parameter"><code>factory</code></em> :</span></p></td>
150
 
<td> a <a class="link" href="ThunarxProviderFactory.html" title="ThunarxProviderFactory"><span class="type">ThunarxProviderFactory</span></a> instance.
 
129
<td>a <a class="link" href="ThunarxProviderFactory.html" title="ThunarxProviderFactory"><span class="type">ThunarxProviderFactory</span></a> instance.
151
130
</td>
152
131
</tr>
153
132
<tr>
154
133
<td><p><span class="term"><em class="parameter"><code>type</code></em> :</span></p></td>
155
 
<td> the provider <a
156
 
href="/usr/share/gtk-doc/html/gobject/gobject-Type-Information.html#GType"
157
 
><span class="type">GType</span></a>.
 
134
<td>the provider <span class="type">GType</span>.
158
135
</td>
159
136
</tr>
160
137
<tr>
166
143
</table></div>
167
144
</div>
168
145
</div>
169
 
<div class="refsect1" lang="en">
 
146
<div class="refsect1" title="See Also">
170
147
<a name="ThunarxProviderFactory.see-also"></a><h2>See Also</h2>
171
148
<p>
172
149
  <a class="link" href="ThunarxMenuProvider.html" title="ThunarxMenuProvider"><span class="type">ThunarxMenuProvider</span></a>, <a class="link" href="ThunarxPropertyPageProvider.html" title="ThunarxPropertyPageProvider"><span class="type">ThunarxPropertyPageProvider</span></a>, <a class="link" href="ThunarxRenamerProvider.html" title="ThunarxRenamerProvider"><span class="type">ThunarxRenamerProvider</span></a>
175
152
</div>
176
153
<div class="footer">
177
154
<hr>
178
 
          Generated by GTK-Doc V1.10</div>
 
155
          Generated by GTK-Doc V1.14</div>
179
156
</body>
180
 
</html>
 
157
</html>
 
 
b'\\ No newline at end of file'