File: libecal-ECalView.html

package info (click to toggle)
evolution-data-server 1.0.4-1
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 39,504 kB
  • ctags: 26,423
  • sloc: ansic: 175,347; tcl: 30,499; sh: 20,699; perl: 11,320; xml: 9,039; java: 7,653; cpp: 6,029; makefile: 4,866; awk: 1,338; yacc: 1,103; sed: 772; cs: 505; lex: 134; asm: 14
file content (108 lines) | stat: -rw-r--r-- 10,937 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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
<html><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>ECalView</title><meta name="generator" content="DocBook XSL Stylesheets V1.64.1"><link rel="home" href="index.html" title="Evolution API Reference: libecal, the Calendar Library"><link rel="up" href="ch01.html" title="Evolution API Reference: libecal, the Calendar Library"><link rel="previous" href="libecal-e-cal-util.html" title="e-cal-util"><link rel="chapter" href="ch01.html" title="Evolution API Reference: libecal, the Calendar Library"><link rel="refentry" href="ECalComponent.html" title="ECalComponent"><link rel="refentry" href="libecal-ECalListener.html" title="ECalListener"><link rel="refentry" href="libecal-ECalViewListener.html" title="ECalViewListener"><link rel="refentry" href="ECal.html" title="ECal"><link rel="refentry" href="libecal-e-cal-recur.html" title="e-cal-recur"><link rel="refentry" href="libecal-e-cal-time-util.html" title="e-cal-time-util"><link rel="refentry" href="libecal-e-cal-types.html" title="e-cal-types"><link rel="refentry" href="libecal-e-cal-util.html" title="e-cal-util"><link rel="refentry" href="libecal-ECalView.html" title="ECalView"><link rel="section" href="libecal-ECalView.html#id2559046" title="Object Hierarchy"><link rel="section" href="libecal-ECalView.html#id2559060" title="Signal Prototypes"><link rel="section" href="libecal-ECalView.html#id2566558" title="Description"><link rel="section" href="libecal-ECalView.html#id2566569" title="Details"><link rel="section" href="libecal-ECalView.html#id2508735" title="Signals"><link rel="section" href="libecal-ECalView.html#id2565339" title="See Also"><meta name="generator" content="GTK-Doc V1.2 (XML mode)"><link rel="stylesheet" href="style.css" type="text/css"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><table class="navigation" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2"><tr valign="middle"><td><a accesskey="p" href="libecal-e-cal-util.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td><td><a accesskey="u" href="ch01.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td><td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td><th width="100%" align="center">Evolution API Reference: libecal, the Calendar Library</th></tr></table><div class="refentry" lang="en"><a name="libecal-ECalView"></a><div class="titlepage"><div></div><div></div></div><div class="refnamediv"><h2><span class="refentrytitle">ECalView</span></h2><p>ECalView &#8212; Represents a search against a calendar.</p></div><div class="refsynopsisdiv"><h2>Synopsis</h2><a name="ECal"></a><pre class="synopsis">



struct      <a href="ECal.html#ECal-struct">ECal</a>;
#define     <a href="libecal-ECalView.html#E-CAL-VIEW-CAPS">E_CAL_VIEW</a>                      (obj)
#define     <a href="libecal-ECalView.html#E-CAL-VIEW-CLASS-CAPS">E_CAL_VIEW_CLASS</a>                (klass)
GType       <a href="libecal-ECalView.html#e-cal-view-get-type">e_cal_view_get_type</a>             (void);
ECalView*   <a href="libecal-ECalView.html#e-cal-view-new">e_cal_view_new</a>                  (GNOME_Evolution_Calendar_CalView corba_view,
                                             ECalViewListener *listener,
                                             struct <a href="ECal.html" title="ECal">_ECal</a> *client);

</pre></div><div class="refsect1" lang="en"><a name="id2559046"></a><h2>Object Hierarchy</h2><pre class="synopsis">

  GObject
   +----ECal
</pre></div><div class="refsect1" lang="en"><a name="id2559060"></a><h2>Signal Prototypes</h2><pre class="synopsis">

"<a href="ECal.html#ECal-backend-died">backend-died</a>"
            void        user_function      (<a href="ECal.html" title="ECal">ECal</a> *ecal,
                                            gpointer user_data);
"<a href="ECal.html#ECal-backend-error">backend-error</a>"
            void        user_function      (<a href="ECal.html" title="ECal">ECal</a> *ecal,
                                            gchar *arg1,
                                            gpointer user_data);
"<a href="ECal.html#ECal-cal-opened">cal-opened</a>"
            void        user_function      (<a href="ECal.html" title="ECal">ECal</a> *ecal,
                                            gint arg1,
                                            gpointer user_data);
"<a href="ECal.html#ECal-cal-set-mode">cal-set-mode</a>"
            void        user_function      (<a href="ECal.html" title="ECal">ECal</a> *ecal,
                                            ECalSetModeStatusEnum arg1,
                                            CalModeEnum arg2,
                                            gpointer user_data);
"<a href="ECal.html#ECal-categories-changed">categories-changed</a>"
            void        user_function      (<a href="ECal.html" title="ECal">ECal</a> *ecal,
                                            gpointer arg1,
                                            gpointer user_data);
</pre></div><div class="refsect1" lang="en"><a name="id2566558"></a><h2>Description</h2><p>
In the same way that an EBookView represents a view of an addressbook, the
ECalView is a view of the ECal.
</p></div><div class="refsect1" lang="en"><a name="id2566569"></a><h2>Details</h2><div class="refsect2" lang="en"><a name="id2566574"></a><h3><a name="ECal-struct"></a>struct ECal</h3><a class="indexterm" name="id2566583"></a><pre class="programlisting">struct ECal;</pre><p>

</p></div><hr><div class="refsect2" lang="en"><a name="id2566592"></a><h3><a name="E-CAL-VIEW-CAPS"></a>E_CAL_VIEW()</h3><a class="indexterm" name="id2566601"></a><pre class="programlisting">#define E_CAL_VIEW(obj)            (G_TYPE_CHECK_INSTANCE_CAST ((obj), E_TYPE_CAL_VIEW, ECalView))
</pre><p>

</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i class="parameter"><tt>obj</tt></i>:</span></td><td>


</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2566627"></a><h3><a name="E-CAL-VIEW-CLASS-CAPS"></a>E_CAL_VIEW_CLASS()</h3><a class="indexterm" name="id2508562"></a><pre class="programlisting">#define E_CAL_VIEW_CLASS(klass)    (G_TYPE_CHECK_CLASS_CAST ((klass), E_TYPE_CAL_VIEW, ECalViewClass))
</pre><p>

</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i class="parameter"><tt>klass</tt></i>:</span></td><td>


</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2508589"></a><h3><a name="e-cal-view-get-type"></a>e_cal_view_get_type ()</h3><a class="indexterm" name="id2508597"></a><pre class="programlisting">GType       e_cal_view_get_type             (void);</pre><p>
Registers the <span class="type">ECalView</span> class if necessary, and returns the type ID assigned
to it.</p><p>

</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td><td> The type ID of the <span class="type">ECalView</span> class.
</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2508642"></a><h3><a name="e-cal-view-new"></a>e_cal_view_new ()</h3><a class="indexterm" name="id2508651"></a><pre class="programlisting">ECalView*   e_cal_view_new                  (GNOME_Evolution_Calendar_CalView corba_view,
                                             ECalViewListener *listener,
                                             struct <a href="ECal.html" title="ECal">_ECal</a> *client);</pre><p>
Creates a new view object by issuing the view creation request to the
calendar server.</p><p>

</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i class="parameter"><tt>corba_view</tt></i>:</span></td><td> 
</td></tr><tr><td><span class="term"><i class="parameter"><tt>listener</tt></i>:</span></td><td> 
</td></tr><tr><td><span class="term"><i class="parameter"><tt>client</tt></i>:</span></td><td> 
</td></tr><tr><td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td><td> A newly-created view object, or NULL if the request failed.
</td></tr></tbody></table></div></div></div><div class="refsect1" lang="en"><a name="id2508735"></a><h2>Signals</h2><div class="refsect2" lang="en"><a name="id2508740"></a><h3><a name="ECal-backend-died"></a>The "backend-died" signal</h3><pre class="programlisting">void        user_function                  (<a href="ECal.html" title="ECal">ECal</a> *ecal,
                                            gpointer user_data);</pre><p>

</p>

@:</div><hr><div class="refsect2" lang="en"><a name="id2508770"></a><h3><a name="ECal-backend-error"></a>The "backend-error" signal</h3><pre class="programlisting">void        user_function                  (<a href="ECal.html" title="ECal">ECal</a> *ecal,
                                            gchar *arg1,
                                            gpointer user_data);</pre><p>

</p>

@: 
@:</div><hr><div class="refsect2" lang="en"><a name="id2508805"></a><h3><a name="ECal-cal-opened"></a>The "cal-opened" signal</h3><pre class="programlisting">void        user_function                  (<a href="ECal.html" title="ECal">ECal</a> *ecal,
                                            gint arg1,
                                            gpointer user_data);</pre><p>

</p>

@: 
@:</div><hr><div class="refsect2" lang="en"><a name="id2565259"></a><h3><a name="ECal-cal-set-mode"></a>The "cal-set-mode" signal</h3><pre class="programlisting">void        user_function                  (<a href="ECal.html" title="ECal">ECal</a> *ecal,
                                            ECalSetModeStatusEnum arg1,
                                            CalModeEnum arg2,
                                            gpointer user_data);</pre><p>

</p>

@: 
@: 
@:</div><hr><div class="refsect2" lang="en"><a name="id2565301"></a><h3><a name="ECal-categories-changed"></a>The "categories-changed" signal</h3><pre class="programlisting">void        user_function                  (<a href="ECal.html" title="ECal">ECal</a> *ecal,
                                            gpointer arg1,
                                            gpointer user_data);</pre><p>

</p>

@: 
@:</div></div><div class="refsect1" lang="en"><a name="id2565339"></a><h2>See Also</h2><p>
<span class="type">e-cal</span>, <span class="type">e-cal-view-listener</span>
</p></div></div><table class="navigation" width="100%" summary="Navigation footer" cellpadding="2" cellspacing="0"><tr valign="middle"><td align="left"><a accesskey="p" href="libecal-e-cal-util.html"><b>&lt;&lt;e-cal-util</b></a></td><td align="right"></td></tr></table></body></html>