DataCal
Object Hierarchy:
Description:
[
CCode ( type_id =
"e_data_cal_get_type ()" ) ]
public class DataCal :
Object,
Initable
Content:
Properties:
Creation methods:
Methods:
- public unowned DBusConnection get_connection ()
Returns the
DBusConnection on which the Calendar D-Bus interface is exported.
- public unowned string get_object_path ()
Returns the object path at which the Calendar D-Bus interface is
exported.
- public CalBackend? ref_backend ()
Returns the CalBackend
to which incoming remote method invocations are being forwarded.
- public void report_backend_property_changed (string prop_name, string prop_value)
Notifies client about certain property value change
- public void report_error (string message)
Emits an error message, thus the clients can be notified about it.
- public void report_free_busy_data (SList<string> freebusy)
Reports result of a free/busy query on the
this.
- public void respond_add_timezone (uint32 opid, owned Error? error)
Notifies listeners of the completion of the add_timezone method call.
- public void respond_create_objects (uint32 opid, owned Error? error, SList<string> uids, SList<Component> new_components)
Notifies listeners of the completion of the create_objects method
call.
- public void respond_discard_alarm (uint32 opid, owned Error? error)
Notifies listeners of the completion of the discard_alarm method call.
- public void respond_get_attachment_uris (uint32 opid, owned Error? error, SList<string> attachment_uris)
Notifies listeners of the completion of the get_attachment_uris method
call.
- public void respond_get_free_busy (uint32 opid, owned Error? error, SList<string> freebusy)
Notifies listeners of the completion of the get_free_busy method call.
- public void respond_get_object (uint32 opid, owned Error? error, string object)
Notifies listeners of the completion of the get_object method call.
- public void respond_get_object_list (uint32 opid, owned Error? error, SList<string> objects)
Notifies listeners of the completion of the get_object_list method
call.
- public void respond_get_timezone (uint32 opid, owned Error? error, string tzobject)
Notifies listeners of the completion of the get_timezone method call.
- public void respond_modify_objects (uint32 opid, owned Error? error, SList<Component> old_components, SList<Component> new_components)
Notifies listeners of the completion of the modify_objects method
call.
- public void respond_open (uint32 opid, owned Error? error)
Notifies listeners of the completion of the open method call.
- public void respond_receive_objects (uint32 opid, owned Error? error)
Notifies listeners of the completion of the receive_objects method
call.
- public void respond_refresh (uint32 opid, owned Error? error)
Notifies listeners of the completion of the refresh method call.
- public void respond_remove_objects (uint32 opid, owned Error? error, SList<ComponentId> ids, SList<Component> old_components, SList<Component> new_components)
Notifies listeners of the completion of the remove_objects method
call.
- public void respond_send_objects (uint32 opid, owned Error? error, SList<string> users, string calobj)
Notifies listeners of the completion of the send_objects method call.
Inherited Members:
All known members inherited from class GLib.Object
All known members inherited from interface GLib.Initable