File: rb-plugin-manager.xml

package info (click to toggle)
rhythmbox 0.11.6-1
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 26,232 kB
  • ctags: 11,434
  • sloc: ansic: 97,824; xml: 36,080; sh: 9,341; python: 4,193; makefile: 2,130; cpp: 153
file content (80 lines) | stat: -rw-r--r-- 2,724 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
<?xml version="1.0"?>
<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN" 
               "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd">
<refentry id="rhythmbox-rb-plugin-manager">
<refmeta>
<refentrytitle role="top_of_page" id="rhythmbox-rb-plugin-manager.top_of_page">rb-plugin-manager</refentrytitle>
<manvolnum>3</manvolnum>
<refmiscinfo>RHYTHMBOX Library</refmiscinfo>
</refmeta>

<refnamediv>
<refname>rb-plugin-manager</refname>
<refpurpose></refpurpose>
<!--[<xref linkend="desc" endterm="desc.title"/>]-->
</refnamediv>

<refsynopsisdiv id="rhythmbox-rb-plugin-manager.synopsis" role="synopsis">
<title role="synopsis.title">Synopsis</title>

<synopsis>
#define             <link linkend="RB-PLUGIN-MANAGER-CONST:CAPS">RB_PLUGIN_MANAGER_CONST</link>             (obj)
                    <link linkend="RBPluginManagerPrivate">RBPluginManagerPrivate</link>;
<link linkend="GtkWidget">GtkWidget</link>*          <link linkend="rb-plugin-manager-new">rb_plugin_manager_new</link>               (void);
</synopsis>
</refsynopsisdiv>









<refsect1 id="rhythmbox-rb-plugin-manager.description" role="desc">
<title role="desc.title">Description</title>
<para>

</para>
</refsect1>

<refsect1 id="rhythmbox-rb-plugin-manager.details" role="details">
<title role="details.title">Details</title>
<refsect2 id="RB-PLUGIN-MANAGER-CONST:CAPS" role="macro">
<title>RB_PLUGIN_MANAGER_CONST()</title>
<indexterm zone="RB-PLUGIN-MANAGER-CONST:CAPS"><primary>RB_PLUGIN_MANAGER_CONST</primary></indexterm><programlisting>#define RB_PLUGIN_MANAGER_CONST(obj)        (G_TYPE_CHECK_INSTANCE_CAST((obj), RB_TYPE_PLUGIN_MANAGER, RBPluginManager const))
</programlisting>
<para>

</para><variablelist role="params">
<varlistentry><term><parameter>obj</parameter>&nbsp;:</term>
<listitem><simpara>


</simpara></listitem></varlistentry>
</variablelist></refsect2>
<refsect2 id="RBPluginManagerPrivate" role="struct">
<title>RBPluginManagerPrivate</title>
<indexterm zone="RBPluginManagerPrivate"><primary>RBPluginManagerPrivate</primary></indexterm><programlisting>typedef struct _RBPluginManagerPrivate RBPluginManagerPrivate;</programlisting>
<para>

</para></refsect2>
<refsect2 id="rb-plugin-manager-new" role="function">
<title>rb_plugin_manager_new ()</title>
<indexterm zone="rb-plugin-manager-new"><primary>rb_plugin_manager_new</primary></indexterm><programlisting><link linkend="GtkWidget">GtkWidget</link>*          rb_plugin_manager_new               (void);</programlisting>
<para>

</para><variablelist role="params">
<varlistentry><term><emphasis>Returns</emphasis>&nbsp;:</term><listitem><simpara>


</simpara></listitem></varlistentry>
</variablelist></refsect2>

</refsect1>




</refentry>