~timchen119/ubuntu/trusty/gnome-bluetooth/lp1035431

« back to all changes in this revision

Viewing changes to docs/reference/libgnome-bluetooth/xml/bluetooth-plugin-manager.xml

  • Committer: Bazaar Package Importer
  • Author(s): Emilio Pozuelo Monfort
  • Date: 2011-02-27 15:45:22 UTC
  • mfrom: (1.3.2 upstream)
  • mto: (2.2.3 experimental) (1.5.1)
  • mto: This revision was merged to the branch mainline in revision 53.
  • Revision ID: james.westby@ubuntu.com-20110227154522-dnnoqasv5v3mv42a
Tags: upstream-2.91.5
ImportĀ upstreamĀ versionĀ 2.91.5

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<refentry id="gnome-bluetooth-bluetooth-plugin-manager">
2
 
<refmeta>
3
 
<refentrytitle role="top_of_page" id="gnome-bluetooth-bluetooth-plugin-manager.top_of_page">bluetooth-plugin-manager</refentrytitle>
4
 
<manvolnum>3</manvolnum>
5
 
<refmiscinfo>GNOME-BLUETOOTH Library</refmiscinfo>
6
 
</refmeta>
7
 
 
8
 
<refnamediv>
9
 
<refname>bluetooth-plugin-manager</refname>
10
 
<refpurpose></refpurpose>
11
 
</refnamediv>
12
 
 
13
 
<refsynopsisdiv id="gnome-bluetooth-bluetooth-plugin-manager.synopsis" role="synopsis">
14
 
<title role="synopsis.title">Synopsis</title>
15
 
 
16
 
<synopsis>
17
 
<link linkend="gboolean">gboolean</link>            <link linkend="bluetooth-plugin-manager-init">bluetooth_plugin_manager_init</link>       (void);
18
 
<link linkend="void">void</link>                <link linkend="bluetooth-plugin-manager-cleanup">bluetooth_plugin_manager_cleanup</link>    (void);
19
 
<link linkend="GList">GList</link> *             <link linkend="bluetooth-plugin-manager-get-widgets">bluetooth_plugin_manager_get_widgets</link>
20
 
                                                        (const <link linkend="char">char</link> *bdaddr,
21
 
                                                         const <link linkend="char">char</link> **uuids);
22
 
<link linkend="void">void</link>                <link linkend="bluetooth-plugin-manager-device-deleted">bluetooth_plugin_manager_device_deleted</link>
23
 
                                                        (const <link linkend="char">char</link> *bdaddr);
24
 
</synopsis>
25
 
</refsynopsisdiv>
26
 
 
27
 
 
28
 
 
29
 
 
30
 
 
31
 
 
32
 
 
33
 
 
34
 
 
35
 
<refsect1 id="gnome-bluetooth-bluetooth-plugin-manager.description" role="desc">
36
 
<title role="desc.title">Description</title>
37
 
<para>
38
 
</para>
39
 
</refsect1>
40
 
 
41
 
<refsect1 id="gnome-bluetooth-bluetooth-plugin-manager.details" role="details">
42
 
<title role="details.title">Details</title>
43
 
<refsect2 id="bluetooth-plugin-manager-init" role="function">
44
 
<title>bluetooth_plugin_manager_init ()</title>
45
 
<indexterm zone="bluetooth-plugin-manager-init"><primary sortas="bluetooth_plugin_manager_init">bluetooth_plugin_manager_init</primary></indexterm><programlisting><link linkend="gboolean">gboolean</link>            bluetooth_plugin_manager_init       (void);</programlisting>
46
 
<para>
47
 
</para><variablelist role="params">
48
 
<varlistentry><term><emphasis>Returns</emphasis>&#160;:</term><listitem><simpara>
49
 
</simpara></listitem></varlistentry>
50
 
</variablelist></refsect2>
51
 
<refsect2 id="bluetooth-plugin-manager-cleanup" role="function">
52
 
<title>bluetooth_plugin_manager_cleanup ()</title>
53
 
<indexterm zone="bluetooth-plugin-manager-cleanup"><primary sortas="bluetooth_plugin_manager_cleanup">bluetooth_plugin_manager_cleanup</primary></indexterm><programlisting><link linkend="void">void</link>                bluetooth_plugin_manager_cleanup    (void);</programlisting>
54
 
<para>
55
 
</para></refsect2>
56
 
<refsect2 id="bluetooth-plugin-manager-get-widgets" role="function">
57
 
<title>bluetooth_plugin_manager_get_widgets ()</title>
58
 
<indexterm zone="bluetooth-plugin-manager-get-widgets"><primary sortas="bluetooth_plugin_manager_get_widgets">bluetooth_plugin_manager_get_widgets</primary></indexterm><programlisting><link linkend="GList">GList</link> *             bluetooth_plugin_manager_get_widgets
59
 
                                                        (const <link linkend="char">char</link> *bdaddr,
60
 
                                                         const <link linkend="char">char</link> **uuids);</programlisting>
61
 
<para>
62
 
</para><variablelist role="params">
63
 
<varlistentry><term><parameter>bdaddr</parameter>&#160;:</term>
64
 
<listitem><simpara>
65
 
</simpara></listitem></varlistentry>
66
 
<varlistentry><term><parameter>uuids</parameter>&#160;:</term>
67
 
<listitem><simpara>
68
 
</simpara></listitem></varlistentry>
69
 
<varlistentry><term><emphasis>Returns</emphasis>&#160;:</term><listitem><simpara>
70
 
</simpara></listitem></varlistentry>
71
 
</variablelist></refsect2>
72
 
<refsect2 id="bluetooth-plugin-manager-device-deleted" role="function">
73
 
<title>bluetooth_plugin_manager_device_deleted ()</title>
74
 
<indexterm zone="bluetooth-plugin-manager-device-deleted"><primary sortas="bluetooth_plugin_manager_device_deleted">bluetooth_plugin_manager_device_deleted</primary></indexterm><programlisting><link linkend="void">void</link>                bluetooth_plugin_manager_device_deleted
75
 
                                                        (const <link linkend="char">char</link> *bdaddr);</programlisting>
76
 
<para>
77
 
</para><variablelist role="params">
78
 
<varlistentry><term><parameter>bdaddr</parameter>&#160;:</term>
79
 
<listitem><simpara>
80
 
</simpara></listitem></varlistentry>
81
 
</variablelist></refsect2>
82
 
 
83
 
</refsect1>
84
 
 
85
 
 
86
 
 
87
 
 
88
 
</refentry>