~ubuntu-branches/ubuntu/precise/evolution-data-server/precise-proposed

« back to all changes in this revision

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

  • Committer: Package Import Robot
  • Author(s): Mathieu Trudel-Lapierre
  • Date: 2011-09-19 12:15:29 UTC
  • mfrom: (1.1.93 upstream)
  • Revision ID: package-import@ubuntu.com-20110919121529-nsmfnges77ec7hux
Tags: 3.1.92-0ubuntu1
* New upstream release.
  - Cannot add more than one appointment per session (LP: #852277)
  - Contacts calendar backend doesn't show events (LP: #853905)
  - Set X-Evolution-Source header consistently (LP: #660626)

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
<head>
4
4
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5
5
<title>ECategoryEditor</title>
6
 
<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
 
6
<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
7
7
<link rel="home" href="index.html" title="Evolution-Data-Server Manual: Graphical Utilities (libedataserverui)">
8
8
<link rel="up" href="ch01.html" title="Evolution-Data-Server Manual: Graphical Utilities (libedataserverui)">
9
9
<link rel="prev" href="ECategoriesSelector.html" title="ECategoriesSelector">
10
10
<link rel="next" href="libedataserverui-ECategoryCompletion.html" title="ECategoryCompletion">
11
 
<meta name="generator" content="GTK-Doc V1.17 (XML mode)">
 
11
<meta name="generator" content="GTK-Doc V1.18 (XML mode)">
12
12
<link rel="stylesheet" href="style.css" type="text/css">
13
13
</head>
14
14
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
43
43
<a name="ECategoryEditor.synopsis"></a><h2>Synopsis</h2>
44
44
<pre class="synopsis">struct              <a class="link" href="ECategoryEditor.html#ECategoryEditor-struct" title="struct ECategoryEditor">ECategoryEditor</a>;
45
45
<a class="link" href="ECategoryEditor.html" title="ECategoryEditor"><span class="returnvalue">ECategoryEditor</span></a> *   <a class="link" href="ECategoryEditor.html#e-category-editor-new" title="e_category_editor_new ()">e_category_editor_new</a>               (<em class="parameter"><code><span class="type">void</span></code></em>);
46
 
const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *       <a class="link" href="ECategoryEditor.html#e-category-editor-create-category" title="e_category_editor_create_category ()">e_category_editor_create_category</a>   (<em class="parameter"><code><a class="link" href="ECategoryEditor.html" title="ECategoryEditor"><span class="type">ECategoryEditor</span></a> *editor</code></em>);
47
 
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="ECategoryEditor.html#e-category-editor-edit-category" title="e_category_editor_edit_category ()">e_category_editor_edit_category</a>     (<em class="parameter"><code><a class="link" href="ECategoryEditor.html" title="ECategoryEditor"><span class="type">ECategoryEditor</span></a> *editor</code></em>,
48
 
                                                         <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> *category</code></em>);
 
46
const <span class="returnvalue">gchar</span> *       <a class="link" href="ECategoryEditor.html#e-category-editor-create-category" title="e_category_editor_create_category ()">e_category_editor_create_category</a>   (<em class="parameter"><code><a class="link" href="ECategoryEditor.html" title="ECategoryEditor"><span class="type">ECategoryEditor</span></a> *editor</code></em>);
 
47
<span class="returnvalue">gboolean</span>            <a class="link" href="ECategoryEditor.html#e-category-editor-edit-category" title="e_category_editor_edit_category ()">e_category_editor_edit_category</a>     (<em class="parameter"><code><a class="link" href="ECategoryEditor.html" title="ECategoryEditor"><span class="type">ECategoryEditor</span></a> *editor</code></em>,
 
48
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *category</code></em>);
49
49
</pre>
50
50
</div>
51
51
<div class="refsect1">
52
52
<a name="ECategoryEditor.object-hierarchy"></a><h2>Object Hierarchy</h2>
53
53
<pre class="synopsis">
54
 
  <a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject">GObject</a>
55
 
   +----<a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GInitiallyUnowned">GInitiallyUnowned</a>
 
54
  GObject
 
55
   +----GInitiallyUnowned
56
56
         +----GtkWidget
57
57
               +----GtkContainer
58
58
                     +----GtkBin
93
93
<hr>
94
94
<div class="refsect2">
95
95
<a name="e-category-editor-create-category"></a><h3>e_category_editor_create_category ()</h3>
96
 
<pre class="programlisting">const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *       e_category_editor_create_category   (<em class="parameter"><code><a class="link" href="ECategoryEditor.html" title="ECategoryEditor"><span class="type">ECategoryEditor</span></a> *editor</code></em>);</pre>
 
96
<pre class="programlisting">const <span class="returnvalue">gchar</span> *       e_category_editor_create_category   (<em class="parameter"><code><a class="link" href="ECategoryEditor.html" title="ECategoryEditor"><span class="type">ECategoryEditor</span></a> *editor</code></em>);</pre>
97
97
<p class="since">Since 3.2</p>
98
98
</div>
99
99
<hr>
100
100
<div class="refsect2">
101
101
<a name="e-category-editor-edit-category"></a><h3>e_category_editor_edit_category ()</h3>
102
 
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            e_category_editor_edit_category     (<em class="parameter"><code><a class="link" href="ECategoryEditor.html" title="ECategoryEditor"><span class="type">ECategoryEditor</span></a> *editor</code></em>,
103
 
                                                         <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> *category</code></em>);</pre>
 
102
<pre class="programlisting"><span class="returnvalue">gboolean</span>            e_category_editor_edit_category     (<em class="parameter"><code><a class="link" href="ECategoryEditor.html" title="ECategoryEditor"><span class="type">ECategoryEditor</span></a> *editor</code></em>,
 
103
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *category</code></em>);</pre>
104
104
<p class="since">Since 3.2</p>
105
105
</div>
106
106
</div>
107
107
</div>
108
108
<div class="footer">
109
109
<hr>
110
 
          Generated by GTK-Doc V1.17</div>
 
110
          Generated by GTK-Doc V1.18</div>
111
111
</body>
112
112
</html>
 
 
b'\\ No newline at end of file'