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 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747
|
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>EDataCalView</title>
<meta name="generator" content="DocBook XSL Stylesheets V1.69.1">
<link rel="start" href="index.html" title="Evolution API Reference: libedata-cal, the Calendar Backend Library">
<link rel="up" href="ch01.html" title="Evolution API Reference: libedata-cal, the Calendar Backend Library">
<link rel="prev" href="libedata-cal-EDataCalFactory.html" title="EDataCalFactory">
<link rel="next" href="EDataCal.html" title="EDataCal">
<meta name="generator" content="GTK-Doc V1.7 (XML mode)">
<link rel="stylesheet" href="style.css" type="text/css">
<link rel="chapter" href="ch01.html" title="Evolution API Reference: libedata-cal, the Calendar Backend Library">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2">
<tr valign="middle">
<td><a accesskey="p" href="libedata-cal-EDataCalFactory.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: libedata-cal, the Calendar Backend Library</th>
<td><a accesskey="n" href="EDataCal.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
</tr>
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2533217" class="shortcut">Top</a>
 | 
<a href="#id2579131" class="shortcut">Description</a></nobr></td></tr>
</table>
<div class="refentry" lang="en">
<a name="EDataCalView"></a><div class="titlepage"></div>
<div class="refnamediv"><table width="100%"><tr>
<td valign="top">
<h2>
<a name="id2533217"></a><span class="refentrytitle">EDataCalView</span>
</h2>
<p>EDataCalView — Implementation of the calendar CORBA search interface.</p>
</td>
<td valign="top" align="right"></td>
</tr></table></div>
<div class="refsynopsisdiv">
<h2>Synopsis</h2>
<pre class="synopsis">
#define <a href="EDataCalView.html#E-DATA-CAL-VIEW-TYPE:CAPS">E_DATA_CAL_VIEW_TYPE</a>
#define <a href="EDataCalView.html#QUERY:CAPS">QUERY</a> (obj)
#define <a href="EDataCalView.html#E-DATA-CAL-VIEW-CLASS:CAPS">E_DATA_CAL_VIEW_CLASS</a> (klass)
#define <a href="EDataCalView.html#IS-QUERY:CAPS">IS_QUERY</a> (obj)
#define <a href="EDataCalView.html#IS-E-DATA-CAL-VIEW-CLASS:CAPS">IS_E_DATA_CAL_VIEW_CLASS</a> (klass)
<a href="EDataCalView.html#EDataCalViewPrivate">EDataCalViewPrivate</a>;
<a
href="/opt/gnome/share/gtk-doc/html/gobject/gobject-Type-Information.html#GType"
>GType</a> <a href="EDataCalView.html#e-data-cal-view-get-type">e_data_cal_view_get_type</a> (void);
<a href="EDataCalView.html" title="EDataCalView">EDataCalView</a>* <a href="EDataCalView.html#e-data-cal-view-new">e_data_cal_view_new</a> (<a href="ECalBackend.html" title="ECalBackend">ECalBackend</a> *backend,
GNOME_Evolution_Calendar_CalViewListener ql,
<a href="ECalBackendSExp.html" title="ECalBackendSExp">ECalBackendSExp</a> *sexp);
void <a href="EDataCalView.html#e-data-cal-view-add-listener">e_data_cal_view_add_listener</a> (<a href="EDataCalView.html" title="EDataCalView">EDataCalView</a> *query,
GNOME_Evolution_Calendar_CalViewListener ql);
const char* <a href="EDataCalView.html#e-data-cal-view-get-text">e_data_cal_view_get_text</a> (<a href="EDataCalView.html" title="EDataCalView">EDataCalView</a> *query);
<a href="ECalBackendSExp.html" title="ECalBackendSExp">ECalBackendSExp</a>* <a href="EDataCalView.html#e-data-cal-view-get-object-sexp">e_data_cal_view_get_object_sexp</a>
(<a href="EDataCalView.html" title="EDataCalView">EDataCalView</a> *query);
<a
href="/opt/gnome/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
>gboolean</a> <a href="EDataCalView.html#e-data-cal-view-object-matches">e_data_cal_view_object_matches</a> (<a href="EDataCalView.html" title="EDataCalView">EDataCalView</a> *query,
const char *object);
<a
href="/opt/gnome/share/gtk-doc/html/glib/glib-Doubly-Linked-Lists.html#GList"
>GList</a>* <a href="EDataCalView.html#e-data-cal-view-get-matched-objects">e_data_cal_view_get_matched_objects</a>
(<a href="EDataCalView.html" title="EDataCalView">EDataCalView</a> *query);
<a
href="/opt/gnome/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
>gboolean</a> <a href="EDataCalView.html#e-data-cal-view-is-started">e_data_cal_view_is_started</a> (<a href="EDataCalView.html" title="EDataCalView">EDataCalView</a> *query);
<a
href="/opt/gnome/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
>gboolean</a> <a href="EDataCalView.html#e-data-cal-view-is-done">e_data_cal_view_is_done</a> (<a href="EDataCalView.html" title="EDataCalView">EDataCalView</a> *query);
GNOME_Evolution_Calendar_CallStatus <a href="EDataCalView.html#e-data-cal-view-get-done-status">e_data_cal_view_get_done_status</a>
(<a href="EDataCalView.html" title="EDataCalView">EDataCalView</a> *query);
void <a href="EDataCalView.html#e-data-cal-view-notify-objects-added">e_data_cal_view_notify_objects_added</a>
(<a href="EDataCalView.html" title="EDataCalView">EDataCalView</a> *query,
const <a
href="/opt/gnome/share/gtk-doc/html/glib/glib-Doubly-Linked-Lists.html#GList"
>GList</a> *objects);
void <a href="EDataCalView.html#e-data-cal-view-notify-objects-added-1">e_data_cal_view_notify_objects_added_1</a>
(<a href="EDataCalView.html" title="EDataCalView">EDataCalView</a> *query,
const char *object);
void <a href="EDataCalView.html#e-data-cal-view-notify-objects-modified">e_data_cal_view_notify_objects_modified</a>
(<a href="EDataCalView.html" title="EDataCalView">EDataCalView</a> *query,
const <a
href="/opt/gnome/share/gtk-doc/html/glib/glib-Doubly-Linked-Lists.html#GList"
>GList</a> *objects);
void <a href="EDataCalView.html#e-data-cal-view-notify-objects-modified-1">e_data_cal_view_notify_objects_modified_1</a>
(<a href="EDataCalView.html" title="EDataCalView">EDataCalView</a> *query,
const char *object);
void <a href="EDataCalView.html#e-data-cal-view-notify-objects-removed">e_data_cal_view_notify_objects_removed</a>
(<a href="EDataCalView.html" title="EDataCalView">EDataCalView</a> *query,
const <a
href="/opt/gnome/share/gtk-doc/html/glib/glib-Doubly-Linked-Lists.html#GList"
>GList</a> *ids);
void <a href="EDataCalView.html#e-data-cal-view-notify-objects-removed-1">e_data_cal_view_notify_objects_removed_1</a>
(<a href="EDataCalView.html" title="EDataCalView">EDataCalView</a> *query,
const ECalComponentId *id);
void <a href="EDataCalView.html#e-data-cal-view-notify-progress">e_data_cal_view_notify_progress</a> (<a href="EDataCalView.html" title="EDataCalView">EDataCalView</a> *query,
const char *message,
int percent);
void <a href="EDataCalView.html#e-data-cal-view-notify-done">e_data_cal_view_notify_done</a> (<a href="EDataCalView.html" title="EDataCalView">EDataCalView</a> *query,
GNOME_Evolution_Calendar_CallStatus status);
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2579131"></a><h2>Description</h2>
<p>
</p>
</div>
<div class="refsect1" lang="en">
<a name="id2579147"></a><h2>Details</h2>
<div class="refsect2" lang="en">
<a name="id2579157"></a><h3>
<a name="E-DATA-CAL-VIEW-TYPE:CAPS"></a>E_DATA_CAL_VIEW_TYPE</h3>
<a class="indexterm" name="id2579168"></a><pre class="programlisting">#define E_DATA_CAL_VIEW_TYPE (e_data_cal_view_get_type ())
</pre>
<p>
</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2579185"></a><h3>
<a name="QUERY:CAPS"></a>QUERY()</h3>
<a class="indexterm" name="id2579197"></a><pre class="programlisting">#define QUERY(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), E_DATA_CAL_VIEW_TYPE, EDataCalView))
</pre>
<p>
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody><tr>
<td><span class="term"><em class="parameter"><code>obj</code></em> :</span></td>
<td>
</td>
</tr></tbody>
</table></div>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2579233"></a><h3>
<a name="E-DATA-CAL-VIEW-CLASS:CAPS"></a>E_DATA_CAL_VIEW_CLASS()</h3>
<a class="indexterm" name="id2579244"></a><pre class="programlisting">#define E_DATA_CAL_VIEW_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), E_DATA_CAL_VIEW_TYPE, EDataCalViewClass))
</pre>
<p>
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody><tr>
<td><span class="term"><em class="parameter"><code>klass</code></em> :</span></td>
<td>
</td>
</tr></tbody>
</table></div>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2579280"></a><h3>
<a name="IS-QUERY:CAPS"></a>IS_QUERY()</h3>
<a class="indexterm" name="id2579293"></a><pre class="programlisting">#define IS_QUERY(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), E_DATA_CAL_VIEW_TYPE))
</pre>
<p>
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody><tr>
<td><span class="term"><em class="parameter"><code>obj</code></em> :</span></td>
<td>
</td>
</tr></tbody>
</table></div>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2579328"></a><h3>
<a name="IS-E-DATA-CAL-VIEW-CLASS:CAPS"></a>IS_E_DATA_CAL_VIEW_CLASS()</h3>
<a class="indexterm" name="id2579342"></a><pre class="programlisting">#define IS_E_DATA_CAL_VIEW_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), E_DATA_CAL_VIEW_TYPE))
</pre>
<p>
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody><tr>
<td><span class="term"><em class="parameter"><code>klass</code></em> :</span></td>
<td>
</td>
</tr></tbody>
</table></div>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2579377"></a><h3>
<a name="EDataCalViewPrivate"></a>EDataCalViewPrivate</h3>
<a class="indexterm" name="id2579390"></a><pre class="programlisting">typedef struct _EDataCalViewPrivate EDataCalViewPrivate;</pre>
<p>
</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2579406"></a><h3>
<a name="e-data-cal-view-get-type"></a>e_data_cal_view_get_type ()</h3>
<a class="indexterm" name="id2579417"></a><pre class="programlisting"><a
href="/opt/gnome/share/gtk-doc/html/gobject/gobject-Type-Information.html#GType"
>GType</a> e_data_cal_view_get_type (void);</pre>
<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>
</td>
</tr></tbody>
</table></div>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2579453"></a><h3>
<a name="e-data-cal-view-new"></a>e_data_cal_view_new ()</h3>
<a class="indexterm" name="id2579466"></a><pre class="programlisting"><a href="EDataCalView.html" title="EDataCalView">EDataCalView</a>* e_data_cal_view_new (<a href="ECalBackend.html" title="ECalBackend">ECalBackend</a> *backend,
GNOME_Evolution_Calendar_CalViewListener ql,
<a href="ECalBackendSExp.html" title="ECalBackendSExp">ECalBackendSExp</a> *sexp);</pre>
<p>
Creates a new query engine object that monitors a calendar backend.</p>
<p>
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><span class="term"><em class="parameter"><code>backend</code></em> :</span></td>
<td> Calendar backend that the query object will monitor.
</td>
</tr>
<tr>
<td><span class="term"><em class="parameter"><code>ql</code></em> :</span></td>
<td> Listener for query results.
</td>
</tr>
<tr>
<td><span class="term"><em class="parameter"><code>sexp</code></em> :</span></td>
<td> Sexp that defines the query.
</td>
</tr>
<tr>
<td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td>
<td> A newly-created query object, or NULL on failure.
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2583910"></a><h3>
<a name="e-data-cal-view-add-listener"></a>e_data_cal_view_add_listener ()</h3>
<a class="indexterm" name="id2583924"></a><pre class="programlisting">void e_data_cal_view_add_listener (<a href="EDataCalView.html" title="EDataCalView">EDataCalView</a> *query,
GNOME_Evolution_Calendar_CalViewListener ql);</pre>
<p>
Adds the given CORBA listener to a <a href="EDataCalView.html" title="EDataCalView"><span class="type">EDataCalView</span></a> object. This makes the view
object notify that listener when notifying the other listeners already attached
to the view.</p>
<p>
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><span class="term"><em class="parameter"><code>query</code></em> :</span></td>
<td> A <a href="EDataCalView.html" title="EDataCalView"><span class="type">EDataCalView</span></a> object.
</td>
</tr>
<tr>
<td><span class="term"><em class="parameter"><code>ql</code></em> :</span></td>
<td> A CORBA query listener to add to the list of listeners.
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2584013"></a><h3>
<a name="e-data-cal-view-get-text"></a>e_data_cal_view_get_text ()</h3>
<a class="indexterm" name="id2584024"></a><pre class="programlisting">const char* e_data_cal_view_get_text (<a href="EDataCalView.html" title="EDataCalView">EDataCalView</a> *query);</pre>
<p>
Get the expression used for the given query.</p>
<p>
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><span class="term"><em class="parameter"><code>query</code></em> :</span></td>
<td> A <a href="EDataCalView.html" title="EDataCalView"><span class="type">EDataCalView</span></a> object.
</td>
</tr>
<tr>
<td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td>
<td> the query expression used to search.
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2584094"></a><h3>
<a name="e-data-cal-view-get-object-sexp"></a>e_data_cal_view_get_object_sexp ()</h3>
<a class="indexterm" name="id2584107"></a><pre class="programlisting"><a href="ECalBackendSExp.html" title="ECalBackendSExp">ECalBackendSExp</a>* e_data_cal_view_get_object_sexp
(<a href="EDataCalView.html" title="EDataCalView">EDataCalView</a> *query);</pre>
<p>
Get the <a href="ECalBackendSExp.html" title="ECalBackendSExp"><span class="type">ECalBackendSExp</span></a> object used for the given query.</p>
<p>
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><span class="term"><em class="parameter"><code>query</code></em> :</span></td>
<td> A query object.
</td>
</tr>
<tr>
<td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td>
<td> The expression object used to search.
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2584177"></a><h3>
<a name="e-data-cal-view-object-matches"></a>e_data_cal_view_object_matches ()</h3>
<a class="indexterm" name="id2584191"></a><pre class="programlisting"><a
href="/opt/gnome/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
>gboolean</a> e_data_cal_view_object_matches (<a href="EDataCalView.html" title="EDataCalView">EDataCalView</a> *query,
const char *object);</pre>
<p>
Compares the given <em class="parameter"><code>object</code></em> to the regular expression used for the
given query.</p>
<p>
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><span class="term"><em class="parameter"><code>query</code></em> :</span></td>
<td> A query object.
</td>
</tr>
<tr>
<td><span class="term"><em class="parameter"><code>object</code></em> :</span></td>
<td> Object to match.
</td>
</tr>
<tr>
<td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td>
<td> TRUE if the object matches the expression, FALSE if not.
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2584280"></a><h3>
<a name="e-data-cal-view-get-matched-objects"></a>e_data_cal_view_get_matched_objects ()</h3>
<a class="indexterm" name="id2584294"></a><pre class="programlisting"><a
href="/opt/gnome/share/gtk-doc/html/glib/glib-Doubly-Linked-Lists.html#GList"
>GList</a>* e_data_cal_view_get_matched_objects
(<a href="EDataCalView.html" title="EDataCalView">EDataCalView</a> *query);</pre>
<p>
Gets the list of objects already matched for the given query.</p>
<p>
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><span class="term"><em class="parameter"><code>query</code></em> :</span></td>
<td> A query object.
</td>
</tr>
<tr>
<td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td>
<td> A list of matched objects.
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2584357"></a><h3>
<a name="e-data-cal-view-is-started"></a>e_data_cal_view_is_started ()</h3>
<a class="indexterm" name="id2584368"></a><pre class="programlisting"><a
href="/opt/gnome/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
>gboolean</a> e_data_cal_view_is_started (<a href="EDataCalView.html" title="EDataCalView">EDataCalView</a> *query);</pre>
<p>
Checks whether the given query has already been started.</p>
<p>
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><span class="term"><em class="parameter"><code>query</code></em> :</span></td>
<td> A query object.
</td>
</tr>
<tr>
<td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td>
<td> TRUE if the query has already been started, FALSE otherwise.
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2584430"></a><h3>
<a name="e-data-cal-view-is-done"></a>e_data_cal_view_is_done ()</h3>
<a class="indexterm" name="id2584442"></a><pre class="programlisting"><a
href="/opt/gnome/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
>gboolean</a> e_data_cal_view_is_done (<a href="EDataCalView.html" title="EDataCalView">EDataCalView</a> *query);</pre>
<p>
Checks whether the given query is already done. Being done means the initial
matching of objects have been finished, not that no more notifications about
changes will be sent. In fact, even after done, notifications will still be sent
if there are changes in the objects matching the query search expression.</p>
<p>
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><span class="term"><em class="parameter"><code>query</code></em> :</span></td>
<td> A query object.
</td>
</tr>
<tr>
<td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td>
<td> TRUE if the query is done, FALSE if still in progress.
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2584508"></a><h3>
<a name="e-data-cal-view-get-done-status"></a>e_data_cal_view_get_done_status ()</h3>
<a class="indexterm" name="id2584521"></a><pre class="programlisting">GNOME_Evolution_Calendar_CallStatus e_data_cal_view_get_done_status
(<a href="EDataCalView.html" title="EDataCalView">EDataCalView</a> *query);</pre>
<p>
Gets the status code obtained when the initial matching of objects was done
for the given query.</p>
<p>
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><span class="term"><em class="parameter"><code>query</code></em> :</span></td>
<td> A query object.
</td>
</tr>
<tr>
<td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td>
<td> The query status.
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2584585"></a><h3>
<a name="e-data-cal-view-notify-objects-added"></a>e_data_cal_view_notify_objects_added ()</h3>
<a class="indexterm" name="id2584599"></a><pre class="programlisting">void e_data_cal_view_notify_objects_added
(<a href="EDataCalView.html" title="EDataCalView">EDataCalView</a> *query,
const <a
href="/opt/gnome/share/gtk-doc/html/glib/glib-Doubly-Linked-Lists.html#GList"
>GList</a> *objects);</pre>
<p>
Notifies all query listeners of the addition of a list of objects.</p>
<p>
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><span class="term"><em class="parameter"><code>query</code></em> :</span></td>
<td> A query object.
</td>
</tr>
<tr>
<td><span class="term"><em class="parameter"><code>objects</code></em> :</span></td>
<td> List of objects that have been added.
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2584672"></a><h3>
<a name="e-data-cal-view-notify-objects-added-1"></a>e_data_cal_view_notify_objects_added_1 ()</h3>
<a class="indexterm" name="id2584686"></a><pre class="programlisting">void e_data_cal_view_notify_objects_added_1
(<a href="EDataCalView.html" title="EDataCalView">EDataCalView</a> *query,
const char *object);</pre>
<p>
Notifies all the query listeners of the addition of a single object.</p>
<p>
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><span class="term"><em class="parameter"><code>query</code></em> :</span></td>
<td> A query object.
</td>
</tr>
<tr>
<td><span class="term"><em class="parameter"><code>object</code></em> :</span></td>
<td> The object that has been added.
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2584760"></a><h3>
<a name="e-data-cal-view-notify-objects-modified"></a>e_data_cal_view_notify_objects_modified ()</h3>
<a class="indexterm" name="id2584774"></a><pre class="programlisting">void e_data_cal_view_notify_objects_modified
(<a href="EDataCalView.html" title="EDataCalView">EDataCalView</a> *query,
const <a
href="/opt/gnome/share/gtk-doc/html/glib/glib-Doubly-Linked-Lists.html#GList"
>GList</a> *objects);</pre>
<p>
Notifies all query listeners of the modification of a list of objects.</p>
<p>
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><span class="term"><em class="parameter"><code>query</code></em> :</span></td>
<td> A query object.
</td>
</tr>
<tr>
<td><span class="term"><em class="parameter"><code>objects</code></em> :</span></td>
<td> List of modified objects.
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2584847"></a><h3>
<a name="e-data-cal-view-notify-objects-modified-1"></a>e_data_cal_view_notify_objects_modified_1 ()</h3>
<a class="indexterm" name="id2584862"></a><pre class="programlisting">void e_data_cal_view_notify_objects_modified_1
(<a href="EDataCalView.html" title="EDataCalView">EDataCalView</a> *query,
const char *object);</pre>
<p>
Notifies all query listeners of the modification of a single object.</p>
<p>
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><span class="term"><em class="parameter"><code>query</code></em> :</span></td>
<td> A query object.
</td>
</tr>
<tr>
<td><span class="term"><em class="parameter"><code>object</code></em> :</span></td>
<td> The modified object.
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2584934"></a><h3>
<a name="e-data-cal-view-notify-objects-removed"></a>e_data_cal_view_notify_objects_removed ()</h3>
<a class="indexterm" name="id2584948"></a><pre class="programlisting">void e_data_cal_view_notify_objects_removed
(<a href="EDataCalView.html" title="EDataCalView">EDataCalView</a> *query,
const <a
href="/opt/gnome/share/gtk-doc/html/glib/glib-Doubly-Linked-Lists.html#GList"
>GList</a> *ids);</pre>
<p>
Notifies all query listener of the removal of a single object.</p>
<p>
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><span class="term"><em class="parameter"><code>query</code></em> :</span></td>
<td> A query object.
</td>
</tr>
<tr>
<td><span class="term"><em class="parameter"><code>ids</code></em> :</span></td>
<td>
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2585021"></a><h3>
<a name="e-data-cal-view-notify-objects-removed-1"></a>e_data_cal_view_notify_objects_removed_1 ()</h3>
<a class="indexterm" name="id2585035"></a><pre class="programlisting">void e_data_cal_view_notify_objects_removed_1
(<a href="EDataCalView.html" title="EDataCalView">EDataCalView</a> *query,
const ECalComponentId *id);</pre>
<p>
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><span class="term"><em class="parameter"><code>query</code></em> :</span></td>
<td>
</td>
</tr>
<tr>
<td><span class="term"><em class="parameter"><code>id</code></em> :</span></td>
<td>
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2585104"></a><h3>
<a name="e-data-cal-view-notify-progress"></a>e_data_cal_view_notify_progress ()</h3>
<a class="indexterm" name="id2585117"></a><pre class="programlisting">void e_data_cal_view_notify_progress (<a href="EDataCalView.html" title="EDataCalView">EDataCalView</a> *query,
const char *message,
int percent);</pre>
<p>
Notifies all query listeners of progress messages.</p>
<p>
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><span class="term"><em class="parameter"><code>query</code></em> :</span></td>
<td> A query object.
</td>
</tr>
<tr>
<td><span class="term"><em class="parameter"><code>message</code></em> :</span></td>
<td> Progress message to send to listeners.
</td>
</tr>
<tr>
<td><span class="term"><em class="parameter"><code>percent</code></em> :</span></td>
<td> Percentage completed.
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2590206"></a><h3>
<a name="e-data-cal-view-notify-done"></a>e_data_cal_view_notify_done ()</h3>
<a class="indexterm" name="id2590217"></a><pre class="programlisting">void e_data_cal_view_notify_done (<a href="EDataCalView.html" title="EDataCalView">EDataCalView</a> *query,
GNOME_Evolution_Calendar_CallStatus status);</pre>
<p>
Notifies all query listeners of the completion of the query, including a
status code.</p>
<p>
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><span class="term"><em class="parameter"><code>query</code></em> :</span></td>
<td> A query object.
</td>
</tr>
<tr>
<td><span class="term"><em class="parameter"><code>status</code></em> :</span></td>
<td> Query completion status code.
</td>
</tr>
</tbody>
</table></div>
</div>
</div>
</div>
</body>
</html>
|