~ubuntu-branches/ubuntu/saucy/ubuntuone-client/saucy-proposed

« back to all changes in this revision

Viewing changes to docs/reference/html/SyncdaemonConfigInterface.html

  • Committer: Package Import Robot
  • Author(s): Rodney Dawes
  • Date: 2013-07-11 15:11:07 UTC
  • mfrom: (1.1.83)
  • Revision ID: package-import@ubuntu.com-20130711151107-6tbv4n9er446e2yy
Tags: 13.07-0ubuntu1
* New upstream release.
  - Remove libsyncdaemon and convert to pure python project.
* debian/control:
  - Update dependencies for changes.
  - Drop libsyncdaemon packages. (LP: #1196684)
* debian/rules:
  - Convert to pure dh and update for build system changes.
* debian/tests:
  - Add autopkgtest configuration.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2
 
<html>
3
 
<head>
4
 
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5
 
<title>SyncdaemonConfigInterface</title>
6
 
<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
7
 
<link rel="home" href="index.html" title="libsyncdaemon Reference Manual">
8
 
<link rel="up" href="ch01.html" title="[Insert title here]">
9
 
<link rel="prev" href="SyncdaemonStatusInterface.html" title="SyncdaemonStatusInterface">
10
 
<link rel="next" href="SyncdaemonPublicfilesInterface.html" title="SyncdaemonPublicfilesInterface">
11
 
<meta name="generator" content="GTK-Doc V1.18 (XML mode)">
12
 
<link rel="stylesheet" href="style.css" type="text/css">
13
 
</head>
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="SyncdaemonStatusInterface.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">libsyncdaemon Reference Manual</th>
21
 
<td><a accesskey="n" href="SyncdaemonPublicfilesInterface.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="#SyncdaemonConfigInterface.synopsis" class="shortcut">Top</a>
25
 
                   | 
26
 
                  <a href="#SyncdaemonConfigInterface.description" class="shortcut">Description</a>
27
 
                   | 
28
 
                  <a href="#SyncdaemonConfigInterface.object-hierarchy" class="shortcut">Object Hierarchy</a>
29
 
</td></tr>
30
 
</table>
31
 
<div class="refentry">
32
 
<a name="SyncdaemonConfigInterface"></a><div class="titlepage"></div>
33
 
<div class="refnamediv"><table width="100%"><tr>
34
 
<td valign="top">
35
 
<h2><span class="refentrytitle"><a name="SyncdaemonConfigInterface.top_of_page"></a>SyncdaemonConfigInterface</span></h2>
36
 
<p>SyncdaemonConfigInterface</p>
37
 
</td>
38
 
<td valign="top" align="right"></td>
39
 
</tr></table></div>
40
 
<div class="refsynopsisdiv">
41
 
<a name="SyncdaemonConfigInterface.synopsis"></a><h2>Synopsis</h2>
42
 
<pre class="synopsis">                    <a class="link" href="SyncdaemonConfigInterface.html#SyncdaemonConfigInterface-struct" title="SyncdaemonConfigInterface">SyncdaemonConfigInterface</a>;
43
 
                    <a class="link" href="SyncdaemonConfigInterface.html#SyncdaemonConfigInterfaceClass" title="SyncdaemonConfigInterfaceClass">SyncdaemonConfigInterfaceClass</a>;
44
 
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="SyncdaemonConfigInterface.html#syncdaemon-config-interface-get-bandwidth-throttling" title="syncdaemon_config_interface_get_bandwidth_throttling ()">syncdaemon_config_interface_get_bandwidth_throttling</a>
45
 
                                                        (<em class="parameter"><code><a class="link" href="SyncdaemonConfigInterface.html" title="SyncdaemonConfigInterface"><span class="type">SyncdaemonConfigInterface</span></a> *interface</code></em>);
46
 
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="SyncdaemonConfigInterface.html#syncdaemon-config-interface-get-files-sync" title="syncdaemon_config_interface_get_files_sync ()">syncdaemon_config_interface_get_files_sync</a>
47
 
                                                        (<em class="parameter"><code><a class="link" href="SyncdaemonConfigInterface.html" title="SyncdaemonConfigInterface"><span class="type">SyncdaemonConfigInterface</span></a> *interface</code></em>);
48
 
<span class="returnvalue">void</span>                <a class="link" href="SyncdaemonConfigInterface.html#syncdaemon-config-interface-get-throttling-limits" title="syncdaemon_config_interface_get_throttling_limits ()">syncdaemon_config_interface_get_throttling_limits</a>
49
 
                                                        (<em class="parameter"><code><a class="link" href="SyncdaemonConfigInterface.html" title="SyncdaemonConfigInterface"><span class="type">SyncdaemonConfigInterface</span></a> *interface</code></em>,
50
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *download</code></em>,
51
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *upload</code></em>);
52
 
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="SyncdaemonConfigInterface.html#syncdaemon-config-interface-get-udf-autosubscribe" title="syncdaemon_config_interface_get_udf_autosubscribe ()">syncdaemon_config_interface_get_udf_autosubscribe</a>
53
 
                                                        (<em class="parameter"><code><a class="link" href="SyncdaemonConfigInterface.html" title="SyncdaemonConfigInterface"><span class="type">SyncdaemonConfigInterface</span></a> *interface</code></em>);
54
 
<a class="link" href="SyncdaemonConfigInterface.html" title="SyncdaemonConfigInterface"><span class="returnvalue">SyncdaemonConfigInterface</span></a> * <a class="link" href="SyncdaemonConfigInterface.html#syncdaemon-config-interface-new" title="syncdaemon_config_interface_new ()">syncdaemon_config_interface_new</a>
55
 
                                                        (<em class="parameter"><code><a class="link" href="SyncdaemonDaemon.html" title="SyncdaemonDaemon"><span class="type">SyncdaemonDaemon</span></a> *daemon</code></em>);
56
 
<span class="returnvalue">void</span>                <a class="link" href="SyncdaemonConfigInterface.html#syncdaemon-config-interface-set-bandwidth-throttling" title="syncdaemon_config_interface_set_bandwidth_throttling ()">syncdaemon_config_interface_set_bandwidth_throttling</a>
57
 
                                                        (<em class="parameter"><code><a class="link" href="SyncdaemonConfigInterface.html" title="SyncdaemonConfigInterface"><span class="type">SyncdaemonConfigInterface</span></a> *interface</code></em>,
58
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> enabled</code></em>);
59
 
<span class="returnvalue">void</span>                <a class="link" href="SyncdaemonConfigInterface.html#syncdaemon-config-interface-set-files-sync" title="syncdaemon_config_interface_set_files_sync ()">syncdaemon_config_interface_set_files_sync</a>
60
 
                                                        (<em class="parameter"><code><a class="link" href="SyncdaemonConfigInterface.html" title="SyncdaemonConfigInterface"><span class="type">SyncdaemonConfigInterface</span></a> *interface</code></em>,
61
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> enabled</code></em>);
62
 
<span class="returnvalue">void</span>                <a class="link" href="SyncdaemonConfigInterface.html#syncdaemon-config-interface-set-throttling-limits" title="syncdaemon_config_interface_set_throttling_limits ()">syncdaemon_config_interface_set_throttling_limits</a>
63
 
                                                        (<em class="parameter"><code><a class="link" href="SyncdaemonConfigInterface.html" title="SyncdaemonConfigInterface"><span class="type">SyncdaemonConfigInterface</span></a> *interface</code></em>,
64
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> download</code></em>,
65
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> upload</code></em>);
66
 
<span class="returnvalue">void</span>                <a class="link" href="SyncdaemonConfigInterface.html#syncdaemon-config-interface-set-udf-autosubscribe" title="syncdaemon_config_interface_set_udf_autosubscribe ()">syncdaemon_config_interface_set_udf_autosubscribe</a>
67
 
                                                        (<em class="parameter"><code><a class="link" href="SyncdaemonConfigInterface.html" title="SyncdaemonConfigInterface"><span class="type">SyncdaemonConfigInterface</span></a> *interface</code></em>,
68
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> enabled</code></em>);
69
 
</pre>
70
 
</div>
71
 
<div class="refsect1">
72
 
<a name="SyncdaemonConfigInterface.object-hierarchy"></a><h2>Object Hierarchy</h2>
73
 
<pre class="synopsis">
74
 
  <a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject">GObject</a>
75
 
   +----<a class="link" href="SyncdaemonInterface.html" title="SyncdaemonInterface">SyncdaemonInterface</a>
76
 
         +----SyncdaemonConfigInterface
77
 
</pre>
78
 
</div>
79
 
<div class="refsect1">
80
 
<a name="SyncdaemonConfigInterface.description"></a><h2>Description</h2>
81
 
<p>
82
 
</p>
83
 
</div>
84
 
<div class="refsect1">
85
 
<a name="SyncdaemonConfigInterface.details"></a><h2>Details</h2>
86
 
<div class="refsect2">
87
 
<a name="SyncdaemonConfigInterface-struct"></a><h3>SyncdaemonConfigInterface</h3>
88
 
<pre class="programlisting">typedef struct _SyncdaemonConfigInterface SyncdaemonConfigInterface;</pre>
89
 
<p>
90
 
</p>
91
 
</div>
92
 
<hr>
93
 
<div class="refsect2">
94
 
<a name="SyncdaemonConfigInterfaceClass"></a><h3>SyncdaemonConfigInterfaceClass</h3>
95
 
<pre class="programlisting">typedef struct {
96
 
        SyncdaemonInterfaceClass parent_class;
97
 
} SyncdaemonConfigInterfaceClass;
98
 
</pre>
99
 
<p>
100
 
</p>
101
 
</div>
102
 
<hr>
103
 
<div class="refsect2">
104
 
<a name="syncdaemon-config-interface-get-bandwidth-throttling"></a><h3>syncdaemon_config_interface_get_bandwidth_throttling ()</h3>
105
 
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            syncdaemon_config_interface_get_bandwidth_throttling
106
 
                                                        (<em class="parameter"><code><a class="link" href="SyncdaemonConfigInterface.html" title="SyncdaemonConfigInterface"><span class="type">SyncdaemonConfigInterface</span></a> *interface</code></em>);</pre>
107
 
</div>
108
 
<hr>
109
 
<div class="refsect2">
110
 
<a name="syncdaemon-config-interface-get-files-sync"></a><h3>syncdaemon_config_interface_get_files_sync ()</h3>
111
 
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            syncdaemon_config_interface_get_files_sync
112
 
                                                        (<em class="parameter"><code><a class="link" href="SyncdaemonConfigInterface.html" title="SyncdaemonConfigInterface"><span class="type">SyncdaemonConfigInterface</span></a> *interface</code></em>);</pre>
113
 
</div>
114
 
<hr>
115
 
<div class="refsect2">
116
 
<a name="syncdaemon-config-interface-get-throttling-limits"></a><h3>syncdaemon_config_interface_get_throttling_limits ()</h3>
117
 
<pre class="programlisting"><span class="returnvalue">void</span>                syncdaemon_config_interface_get_throttling_limits
118
 
                                                        (<em class="parameter"><code><a class="link" href="SyncdaemonConfigInterface.html" title="SyncdaemonConfigInterface"><span class="type">SyncdaemonConfigInterface</span></a> *interface</code></em>,
119
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *download</code></em>,
120
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *upload</code></em>);</pre>
121
 
</div>
122
 
<hr>
123
 
<div class="refsect2">
124
 
<a name="syncdaemon-config-interface-get-udf-autosubscribe"></a><h3>syncdaemon_config_interface_get_udf_autosubscribe ()</h3>
125
 
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            syncdaemon_config_interface_get_udf_autosubscribe
126
 
                                                        (<em class="parameter"><code><a class="link" href="SyncdaemonConfigInterface.html" title="SyncdaemonConfigInterface"><span class="type">SyncdaemonConfigInterface</span></a> *interface</code></em>);</pre>
127
 
</div>
128
 
<hr>
129
 
<div class="refsect2">
130
 
<a name="syncdaemon-config-interface-new"></a><h3>syncdaemon_config_interface_new ()</h3>
131
 
<pre class="programlisting"><a class="link" href="SyncdaemonConfigInterface.html" title="SyncdaemonConfigInterface"><span class="returnvalue">SyncdaemonConfigInterface</span></a> * syncdaemon_config_interface_new
132
 
                                                        (<em class="parameter"><code><a class="link" href="SyncdaemonDaemon.html" title="SyncdaemonDaemon"><span class="type">SyncdaemonDaemon</span></a> *daemon</code></em>);</pre>
133
 
</div>
134
 
<hr>
135
 
<div class="refsect2">
136
 
<a name="syncdaemon-config-interface-set-bandwidth-throttling"></a><h3>syncdaemon_config_interface_set_bandwidth_throttling ()</h3>
137
 
<pre class="programlisting"><span class="returnvalue">void</span>                syncdaemon_config_interface_set_bandwidth_throttling
138
 
                                                        (<em class="parameter"><code><a class="link" href="SyncdaemonConfigInterface.html" title="SyncdaemonConfigInterface"><span class="type">SyncdaemonConfigInterface</span></a> *interface</code></em>,
139
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> enabled</code></em>);</pre>
140
 
</div>
141
 
<hr>
142
 
<div class="refsect2">
143
 
<a name="syncdaemon-config-interface-set-files-sync"></a><h3>syncdaemon_config_interface_set_files_sync ()</h3>
144
 
<pre class="programlisting"><span class="returnvalue">void</span>                syncdaemon_config_interface_set_files_sync
145
 
                                                        (<em class="parameter"><code><a class="link" href="SyncdaemonConfigInterface.html" title="SyncdaemonConfigInterface"><span class="type">SyncdaemonConfigInterface</span></a> *interface</code></em>,
146
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> enabled</code></em>);</pre>
147
 
</div>
148
 
<hr>
149
 
<div class="refsect2">
150
 
<a name="syncdaemon-config-interface-set-throttling-limits"></a><h3>syncdaemon_config_interface_set_throttling_limits ()</h3>
151
 
<pre class="programlisting"><span class="returnvalue">void</span>                syncdaemon_config_interface_set_throttling_limits
152
 
                                                        (<em class="parameter"><code><a class="link" href="SyncdaemonConfigInterface.html" title="SyncdaemonConfigInterface"><span class="type">SyncdaemonConfigInterface</span></a> *interface</code></em>,
153
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> download</code></em>,
154
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> upload</code></em>);</pre>
155
 
</div>
156
 
<hr>
157
 
<div class="refsect2">
158
 
<a name="syncdaemon-config-interface-set-udf-autosubscribe"></a><h3>syncdaemon_config_interface_set_udf_autosubscribe ()</h3>
159
 
<pre class="programlisting"><span class="returnvalue">void</span>                syncdaemon_config_interface_set_udf_autosubscribe
160
 
                                                        (<em class="parameter"><code><a class="link" href="SyncdaemonConfigInterface.html" title="SyncdaemonConfigInterface"><span class="type">SyncdaemonConfigInterface</span></a> *interface</code></em>,
161
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> enabled</code></em>);</pre>
162
 
<p>
163
 
</p>
164
 
</div>
165
 
</div>
166
 
</div>
167
 
<div class="footer">
168
 
<hr>
169
 
          Generated by GTK-Doc V1.18</div>
170
 
</body>
171
 
</html>
 
 
b'\\ No newline at end of file'