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">
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>
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>
32
26
<a href="#ThunarxProviderFactory.description" class="shortcut">Description</a>
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>
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>
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
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">
53
47
#include <thunarx/thunarx.h>
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>
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,
63
href="/usr/share/gtk-doc/html/gobject/gobject-Type-Information.html#GType"
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>);
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">
71
href="/usr/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject"
73
61
+----ThunarxProviderFactory
76
<div class="refsect1" lang="en">
64
<div class="refsect1" title="Description">
77
65
<a name="ThunarxProviderFactory.description"></a><h2>Description</h2>
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.
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>
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
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>
100
88
Returns a reference to the default <a class="link" href="ThunarxProviderFactory.html" title="ThunarxProviderFactory"><span class="type">ThunarxProviderFactory</span></a>
104
92
The caller is responsible to free the returned object
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>
93
using <code class="function">g_object_unref()</code> when no longer needed.
111
95
<div class="variablelist"><table border="0">
112
96
<col align="left" valign="top">
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,
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>
132
112
Returns all providers of the given <em class="parameter"><code>type</code></em>.
140
120
g_list_free (list);
145
124
<div class="variablelist"><table border="0">
146
125
<col align="left" valign="top">
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.
154
133
<td><p><span class="term"><em class="parameter"><code>type</code></em> :</span></p></td>
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>.
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>
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>