~cyphermox/ubuntu/raring/evolution-data-server/3.6.4

« back to all changes in this revision

Viewing changes to docs/reference/libedataserverui/html/ECategoriesSelector.html

  • Committer: Mathieu Trudel-Lapierre
  • Date: 2013-03-19 23:22:37 UTC
  • mfrom: (1.1.108)
  • Revision ID: mathieu-tl@ubuntu.com-20130319232237-b0ujp4pyhl8a9qih
* New upstream release.
  - Crash in Contacts calendar backend (LP: #1039594)
  - Empty name selector dialog on open (LP: #1072442)

Show diffs side-by-side

added added

removed removed

Lines of Context:
46
46
<div class="refsynopsisdiv">
47
47
<a name="ECategoriesSelector.synopsis"></a><h2>Synopsis</h2>
48
48
<pre class="synopsis">struct              <a class="link" href="ECategoriesSelector.html#ECategoriesSelector-struct" title="struct ECategoriesSelector">ECategoriesSelector</a>;
49
 
<a href="http://developer.gnome.org/devel/gtk/GtkWidget.html"><span class="returnvalue">GtkWidget</span></a> *         <a class="link" href="ECategoriesSelector.html#e-categories-selector-new" title="e_categories_selector_new ()">e_categories_selector_new</a>           (<em class="parameter"><code><span class="type">void</span></code></em>);
50
 
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *             <a class="link" href="ECategoriesSelector.html#e-categories-selector-get-checked" title="e_categories_selector_get_checked ()">e_categories_selector_get_checked</a>   (<em class="parameter"><code><a class="link" href="ECategoriesSelector.html" title="ECategoriesSelector"><span class="type">ECategoriesSelector</span></a> *selector</code></em>);
 
49
<span class="returnvalue">GtkWidget</span> *         <a class="link" href="ECategoriesSelector.html#e-categories-selector-new" title="e_categories_selector_new ()">e_categories_selector_new</a>           (<em class="parameter"><code><span class="type">void</span></code></em>);
 
50
<span class="returnvalue">gchar</span> *             <a class="link" href="ECategoriesSelector.html#e-categories-selector-get-checked" title="e_categories_selector_get_checked ()">e_categories_selector_get_checked</a>   (<em class="parameter"><code><a class="link" href="ECategoriesSelector.html" title="ECategoriesSelector"><span class="type">ECategoriesSelector</span></a> *selector</code></em>);
51
51
<span class="returnvalue">void</span>                <a class="link" href="ECategoriesSelector.html#e-categories-selector-set-checked" title="e_categories_selector_set_checked ()">e_categories_selector_set_checked</a>   (<em class="parameter"><code><a class="link" href="ECategoriesSelector.html" title="ECategoriesSelector"><span class="type">ECategoriesSelector</span></a> *selector</code></em>,
52
 
                                                         <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *categories</code></em>);
53
 
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="ECategoriesSelector.html#e-categories-selector-get-items-checkable" title="e_categories_selector_get_items_checkable ()">e_categories_selector_get_items_checkable</a>
 
52
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *categories</code></em>);
 
53
<span class="returnvalue">gboolean</span>            <a class="link" href="ECategoriesSelector.html#e-categories-selector-get-items-checkable" title="e_categories_selector_get_items_checkable ()">e_categories_selector_get_items_checkable</a>
54
54
                                                        (<em class="parameter"><code><a class="link" href="ECategoriesSelector.html" title="ECategoriesSelector"><span class="type">ECategoriesSelector</span></a> *selector</code></em>);
55
55
<span class="returnvalue">void</span>                <a class="link" href="ECategoriesSelector.html#e-categories-selector-set-items-checkable" title="e_categories_selector_set_items_checkable ()">e_categories_selector_set_items_checkable</a>
56
56
                                                        (<em class="parameter"><code><a class="link" href="ECategoriesSelector.html" title="ECategoriesSelector"><span class="type">ECategoriesSelector</span></a> *selectr</code></em>,
57
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> checkable</code></em>);
 
57
                                                         <em class="parameter"><code><span class="type">gboolean</span> checkable</code></em>);
58
58
<span class="returnvalue">void</span>                <a class="link" href="ECategoriesSelector.html#e-categories-selector-delete-selection" title="e_categories_selector_delete_selection ()">e_categories_selector_delete_selection</a>
59
59
                                                        (<em class="parameter"><code><a class="link" href="ECategoriesSelector.html" title="ECategoriesSelector"><span class="type">ECategoriesSelector</span></a> *selector</code></em>);
60
 
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *             <a class="link" href="ECategoriesSelector.html#e-categories-selector-get-selected" title="e_categories_selector_get_selected ()">e_categories_selector_get_selected</a>  (<em class="parameter"><code><a class="link" href="ECategoriesSelector.html" title="ECategoriesSelector"><span class="type">ECategoriesSelector</span></a> *selector</code></em>);
 
60
<span class="returnvalue">gchar</span> *             <a class="link" href="ECategoriesSelector.html#e-categories-selector-get-selected" title="e_categories_selector_get_selected ()">e_categories_selector_get_selected</a>  (<em class="parameter"><code><a class="link" href="ECategoriesSelector.html" title="ECategoriesSelector"><span class="type">ECategoriesSelector</span></a> *selector</code></em>);
61
61
</pre>
62
62
</div>
63
63
<div class="refsect1">
64
64
<a name="ECategoriesSelector.object-hierarchy"></a><h2>Object Hierarchy</h2>
65
65
<pre class="synopsis">
66
 
  <a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject">GObject</a>
67
 
   +----<a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GInitiallyUnowned">GInitiallyUnowned</a>
68
 
         +----<a href="http://developer.gnome.org/devel/gtk/GtkWidget.html">GtkWidget</a>
69
 
               +----<a href="http://developer.gnome.org/devel/gtk/GtkContainer.html">GtkContainer</a>
70
 
                     +----<a href="http://developer.gnome.org/devel/gtk/GtkTreeView.html">GtkTreeView</a>
 
66
  GObject
 
67
   +----GInitiallyUnowned
 
68
         +----GtkWidget
 
69
               +----GtkContainer
 
70
                     +----GtkTreeView
71
71
                           +----ECategoriesSelector
72
72
</pre>
73
73
</div>
75
75
<a name="ECategoriesSelector.implemented-interfaces"></a><h2>Implemented Interfaces</h2>
76
76
<p>
77
77
ECategoriesSelector implements
78
 
 AtkImplementorIface,  <a href="http://developer.gnome.org/devel/gtk/GtkBuildable.html">GtkBuildable</a> and  <a href="http://developer.gnome.org/devel/gtk/GtkScrollable.html">GtkScrollable</a>.</p>
 
78
 AtkImplementorIface,  GtkBuildable and  GtkScrollable.</p>
79
79
</div>
80
80
<div class="refsect1">
81
81
<a name="ECategoriesSelector.properties"></a><h2>Properties</h2>
82
82
<pre class="synopsis">
83
 
  "<a class="link" href="ECategoriesSelector.html#ECategoriesSelector--items-checkable" title='The "items-checkable" property'>items-checkable</a>"          <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>              : Read / Write
 
83
  "<a class="link" href="ECategoriesSelector.html#ECategoriesSelector--items-checkable" title='The "items-checkable" property'>items-checkable</a>"          <span class="type">gboolean</span>              : Read / Write
84
84
</pre>
85
85
</div>
86
86
<div class="refsect1">
87
87
<a name="ECategoriesSelector.signals"></a><h2>Signals</h2>
88
88
<pre class="synopsis">
89
 
  "<a class="link" href="ECategoriesSelector.html#ECategoriesSelector-category-checked" title='The "category-checked" signal'>category-checked</a>"                               : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-RUN-FIRST:CAPS"><code class="literal">Run First</code></a>
90
 
  "<a class="link" href="ECategoriesSelector.html#ECategoriesSelector-selection-changed" title='The "selection-changed" signal'>selection-changed</a>"                              : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-RUN-FIRST:CAPS"><code class="literal">Run First</code></a>
 
89
  "<a class="link" href="ECategoriesSelector.html#ECategoriesSelector-category-checked" title='The "category-checked" signal'>category-checked</a>"                               : <code class="literal">Run First</code>
 
90
  "<a class="link" href="ECategoriesSelector.html#ECategoriesSelector-selection-changed" title='The "selection-changed" signal'>selection-changed</a>"                              : <code class="literal">Run First</code>
91
91
</pre>
92
92
</div>
93
93
<div class="refsect1">
107
107
<hr>
108
108
<div class="refsect2">
109
109
<a name="e-categories-selector-new"></a><h3>e_categories_selector_new ()</h3>
110
 
<pre class="programlisting"><a href="http://developer.gnome.org/devel/gtk/GtkWidget.html"><span class="returnvalue">GtkWidget</span></a> *         e_categories_selector_new           (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
 
110
<pre class="programlisting"><span class="returnvalue">GtkWidget</span> *         e_categories_selector_new           (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
111
111
<p class="since">Since 3.2</p>
112
112
</div>
113
113
<hr>
114
114
<div class="refsect2">
115
115
<a name="e-categories-selector-get-checked"></a><h3>e_categories_selector_get_checked ()</h3>
116
 
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *             e_categories_selector_get_checked   (<em class="parameter"><code><a class="link" href="ECategoriesSelector.html" title="ECategoriesSelector"><span class="type">ECategoriesSelector</span></a> *selector</code></em>);</pre>
 
116
<pre class="programlisting"><span class="returnvalue">gchar</span> *             e_categories_selector_get_checked   (<em class="parameter"><code><a class="link" href="ECategoriesSelector.html" title="ECategoriesSelector"><span class="type">ECategoriesSelector</span></a> *selector</code></em>);</pre>
117
117
<p>
118
 
Free returned pointer with <a href="http://library.gnome.org/devel/glib/unstable/glib-Memory-Allocation.html#g-free"><code class="function">g_free()</code></a>.
 
118
Free returned pointer with <code class="function">g_free()</code>.
119
119
</p>
120
120
<p class="since">Since 3.2</p>
121
121
</div>
123
123
<div class="refsect2">
124
124
<a name="e-categories-selector-set-checked"></a><h3>e_categories_selector_set_checked ()</h3>
125
125
<pre class="programlisting"><span class="returnvalue">void</span>                e_categories_selector_set_checked   (<em class="parameter"><code><a class="link" href="ECategoriesSelector.html" title="ECategoriesSelector"><span class="type">ECategoriesSelector</span></a> *selector</code></em>,
126
 
                                                         <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *categories</code></em>);</pre>
 
126
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *categories</code></em>);</pre>
127
127
<p class="since">Since 3.2</p>
128
128
</div>
129
129
<hr>
130
130
<div class="refsect2">
131
131
<a name="e-categories-selector-get-items-checkable"></a><h3>e_categories_selector_get_items_checkable ()</h3>
132
 
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            e_categories_selector_get_items_checkable
 
132
<pre class="programlisting"><span class="returnvalue">gboolean</span>            e_categories_selector_get_items_checkable
133
133
                                                        (<em class="parameter"><code><a class="link" href="ECategoriesSelector.html" title="ECategoriesSelector"><span class="type">ECategoriesSelector</span></a> *selector</code></em>);</pre>
134
134
<p class="since">Since 3.2</p>
135
135
</div>
138
138
<a name="e-categories-selector-set-items-checkable"></a><h3>e_categories_selector_set_items_checkable ()</h3>
139
139
<pre class="programlisting"><span class="returnvalue">void</span>                e_categories_selector_set_items_checkable
140
140
                                                        (<em class="parameter"><code><a class="link" href="ECategoriesSelector.html" title="ECategoriesSelector"><span class="type">ECategoriesSelector</span></a> *selectr</code></em>,
141
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> checkable</code></em>);</pre>
 
141
                                                         <em class="parameter"><code><span class="type">gboolean</span> checkable</code></em>);</pre>
142
142
<p class="since">Since 3.2</p>
143
143
</div>
144
144
<hr>
151
151
<hr>
152
152
<div class="refsect2">
153
153
<a name="e-categories-selector-get-selected"></a><h3>e_categories_selector_get_selected ()</h3>
154
 
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *             e_categories_selector_get_selected  (<em class="parameter"><code><a class="link" href="ECategoriesSelector.html" title="ECategoriesSelector"><span class="type">ECategoriesSelector</span></a> *selector</code></em>);</pre>
 
154
<pre class="programlisting"><span class="returnvalue">gchar</span> *             e_categories_selector_get_selected  (<em class="parameter"><code><a class="link" href="ECategoriesSelector.html" title="ECategoriesSelector"><span class="type">ECategoriesSelector</span></a> *selector</code></em>);</pre>
155
155
<p>
156
 
Free returned pointer with <a href="http://library.gnome.org/devel/glib/unstable/glib-Memory-Allocation.html#g-free"><code class="function">g_free()</code></a>.
 
156
Free returned pointer with <code class="function">g_free()</code>.
157
157
</p>
158
158
<p class="since">Since 3.2</p>
159
159
</div>
162
162
<a name="ECategoriesSelector.property-details"></a><h2>Property Details</h2>
163
163
<div class="refsect2">
164
164
<a name="ECategoriesSelector--items-checkable"></a><h3>The <code class="literal">"items-checkable"</code> property</h3>
165
 
<pre class="programlisting">  "items-checkable"          <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>              : Read / Write</pre>
 
165
<pre class="programlisting">  "items-checkable"          <span class="type">gboolean</span>              : Read / Write</pre>
166
166
<p></p>
167
167
<p>Default value: TRUE</p>
168
168
</div>
172
172
<div class="refsect2">
173
173
<a name="ECategoriesSelector-category-checked"></a><h3>The <code class="literal">"category-checked"</code> signal</h3>
174
174
<pre class="programlisting"><span class="returnvalue">void</span>                user_function                      (<a class="link" href="ECategoriesSelector.html" title="ECategoriesSelector"><span class="type">ECategoriesSelector</span></a> *ecategoriesselector,
175
 
                                                        <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>               *arg1,
176
 
                                                        <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>             arg2,
177
 
                                                        <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a>             user_data)                : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-RUN-FIRST:CAPS"><code class="literal">Run First</code></a></pre>
 
175
                                                        <span class="type">gchar</span>               *arg1,
 
176
                                                        <span class="type">gboolean</span>             arg2,
 
177
                                                        <span class="type">gpointer</span>             user_data)                : <code class="literal">Run First</code></pre>
178
178
</div>
179
179
<hr>
180
180
<div class="refsect2">
181
181
<a name="ECategoriesSelector-selection-changed"></a><h3>The <code class="literal">"selection-changed"</code> signal</h3>
182
182
<pre class="programlisting"><span class="returnvalue">void</span>                user_function                      (<a class="link" href="ECategoriesSelector.html" title="ECategoriesSelector"><span class="type">ECategoriesSelector</span></a> *ecategoriesselector,
183
 
                                                        <a href="http://developer.gnome.org/devel/gtk/GtkTreeSelection.html"><span class="type">GtkTreeSelection</span></a>    *arg1,
184
 
                                                        <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a>             user_data)                : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-RUN-FIRST:CAPS"><code class="literal">Run First</code></a></pre>
 
183
                                                        <span class="type">GtkTreeSelection</span>    *arg1,
 
184
                                                        <span class="type">gpointer</span>             user_data)                : <code class="literal">Run First</code></pre>
185
185
</div>
186
186
</div>
187
187
</div>