Service
Object Hierarchy:
Description:
[
CCode ( type_id =
"ibus_service_get_type ()" ) ]
public class Service :
Object
An IBusService is a base class for services.
Content:
Properties:
Creation methods:
- public Service (DBusConnection connection, string path)
Creantes a new Service.
Methods:
- public class bool add_interfaces (string xml_data)
Set the interface introspection information with the service class.
- public bool emit_signal (string dest_bus_name, string interface_name, string signal_name, Variant parameters) throws Error
- public unowned DBusConnection get_connection ()
Gets a connections.
- public unowned string get_object_path ()
Gets the object path of an IBusService.
- public bool register (DBusConnection connection) throws Error
Registers service to a connection.
- public virtual Variant service_get_property (DBusConnection connection, string sender, string object_path, string interface_name, string property_name) throws Error
The ::service_get_property
class method is to connect
DBusInterfaceGetPropertyFunc.
- public virtual void service_method_call (DBusConnection connection, string sender, string object_path, string interface_name, string method_name, Variant parameters, DBusMethodInvocation invocation)
The ::service_method_call
class method is to connect
DBusInterfaceMethodCallFunc.
- public virtual bool service_set_property (DBusConnection connection, string sender, string object_path, string interface_name, string property_name, Variant value) throws Error
The ::service_set_property
class method is to connect
DBusInterfaceSetPropertyFunc.
- public void unregister (DBusConnection connection)
Unregisters service from a connection.
Inherited Members:
All known members inherited from class IBus.Object
All known members inherited from class GLib.Object
- @get
- @new
- @ref
- @set
- add_toggle_ref
- add_weak_pointer
- bind_property
- connect
- constructed
- disconnect
- dispose
- dup_data
- dup_qdata
- force_floating
- freeze_notify
- get_class
- get_data
- get_property
- get_qdata
- get_type
- getv
- interface_find_property
- interface_install_property
- interface_list_properties
- is_floating
- new_valist
- new_with_properties
- newv
- notify
- notify_property
- ref_count
- ref_sink
- remove_toggle_ref
- remove_weak_pointer
- replace_data
- replace_qdata
- set_data
- set_data_full
- set_property
- set_qdata
- set_qdata_full
- set_valist
- setv
- steal_data
- steal_qdata
- thaw_notify
- unref
- watch_closure
- weak_ref
- weak_unref