Class
PhoshNotifyDBusNotificationsProxy
Description [src]
class Phosh.NotifyDBusNotificationsProxy : Gio.DBusProxy {
/* No available fields */
}
The PhoshNotifyDBusNotificationsProxy structure contains only private data and should only be accessed using the provided API.
Constructors
phosh_notify_dbus_notifications_proxy_new_finish
Finishes an operation started with phosh_notify_dbus_notifications_proxy_new().
phosh_notify_dbus_notifications_proxy_new_for_bus_finish
Finishes an operation started with phosh_notify_dbus_notifications_proxy_new_for_bus().
phosh_notify_dbus_notifications_proxy_new_for_bus_sync
Like phosh_notify_dbus_notifications_proxy_new_sync() but takes a GBusType instead of a GDBusConnection.
phosh_notify_dbus_notifications_proxy_new_sync
Synchronously creates a proxy for the D-Bus interface org.freedesktop.Notifications. See g_dbus_proxy_new_sync() for more details.
Functions
phosh_notify_dbus_notifications_proxy_new
Asynchronously creates a proxy for the D-Bus interface org.freedesktop.Notifications. See g_dbus_proxy_new() for more details.
phosh_notify_dbus_notifications_proxy_new_for_bus
Like phosh_notify_dbus_notifications_proxy_new() but takes a GBusType instead of a GDBusConnection.
Instance methods
Methods inherited from GDBusProxy (19)
g_dbus_proxy_call
Asynchronously invokes the method_name method on proxy.
unstable since: 2.26
g_dbus_proxy_call_finish
Finishes an operation started with g_dbus_proxy_call().
unstable since: 2.26
g_dbus_proxy_call_sync
Synchronously invokes the method_name method on proxy.
unstable since: 2.26
g_dbus_proxy_call_with_unix_fd_list
Like g_dbus_proxy_call() but also takes a GUnixFDList object.
unstable since: 2.30
g_dbus_proxy_call_with_unix_fd_list_finish
Finishes an operation started with g_dbus_proxy_call_with_unix_fd_list().
unstable since: 2.30
g_dbus_proxy_call_with_unix_fd_list_sync
Like g_dbus_proxy_call_sync() but also takes and returns GUnixFDList objects.
unstable since: 2.30
g_dbus_proxy_get_cached_property
Looks up the value for a property from the cache. This call does no blocking IO.
unstable since: 2.26
g_dbus_proxy_get_cached_property_names
Gets the names of all cached properties on proxy.
unstable since: 2.26
g_dbus_proxy_get_connection
Gets the connection proxy is for.
unstable since: 2.26
g_dbus_proxy_get_default_timeout
Gets the timeout to use if -1 (specifying default timeout) is
passed as timeout_msec in the g_dbus_proxy_call() and
g_dbus_proxy_call_sync() functions.
unstable since: 2.26
g_dbus_proxy_get_flags
Gets the flags that proxy was constructed with.
unstable since: 2.26
g_dbus_proxy_get_interface_info
Returns the GDBusInterfaceInfo, if any, specifying the interface
that proxy conforms to. See the GDBusProxy:g-interface-info
property for more details.
unstable since: 2.26
g_dbus_proxy_get_interface_name
Gets the D-Bus interface name proxy is for.
unstable since: 2.26
g_dbus_proxy_get_name
Gets the name that proxy was constructed for.
unstable since: 2.26
g_dbus_proxy_get_name_owner
The unique name that owns the name that proxy is for or NULL if
no-one currently owns that name. You may connect to the
GObject::notify signal to track changes to the
GDBusProxy:g-name-owner property.
unstable since: 2.26
g_dbus_proxy_get_object_path
Gets the object path proxy is for.
unstable since: 2.26
g_dbus_proxy_set_cached_property
If value is not NULL, sets the cached value for the property with
name property_name to the value in value.
unstable since: 2.26
g_dbus_proxy_set_default_timeout
Sets the timeout to use if -1 (specifying default timeout) is
passed as timeout_msec in the g_dbus_proxy_call() and
g_dbus_proxy_call_sync() functions.
unstable since: 2.26
g_dbus_proxy_set_interface_info
Ensure that interactions with proxy conform to the given
interface. See the GDBusProxy:g-interface-info property for more details.
unstable since: 2.26
Methods inherited from GAsyncInitable (3)
g_async_initable_init_async
Starts asynchronous initialization of the object implementing the
interface. This must be done before any real use of the object after
initial construction. If the object also implements GInitable you can
optionally call g_initable_init() instead.
unstable since: 2.22
g_async_initable_init_finish
Finishes asynchronous initialization and returns the result. See g_async_initable_init_async().
unstable since: 2.22
g_async_initable_new_finish
Finishes the async construction for the various g_async_initable_new
calls, returning the created object or NULL on error.
unstable since: 2.22
Methods inherited from GDBusInterface (4)
g_dbus_interface_dup_object
Gets the GDBusObject that interface_ belongs to, if any.
unstable since: 2.32
g_dbus_interface_get_info
Gets D-Bus introspection information for the D-Bus interface
implemented by interface_.
unstable since: 2.30
g_dbus_interface_get_object
Gets the GDBusObject that interface_ belongs to, if any.
unstable since: 2.30
g_dbus_interface_set_object
Sets the GDBusObject for interface_ to object.
unstable since: 2.30
Methods inherited from GInitable (1)
Methods inherited from PhoshNotifyDBusNotifications (18)
phosh_notify_dbus_notifications_call_close_notification
Asynchronously invokes the CloseNotification() D-Bus method on proxy.
When the operation is finished, callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).
You can then call phosh_notify_dbus_notifications_call_close_notification_finish() to get the result of the operation.
phosh_notify_dbus_notifications_call_close_notification_finish
Finishes an operation started with phosh_notify_dbus_notifications_call_close_notification().
phosh_notify_dbus_notifications_call_close_notification_sync
Synchronously invokes the CloseNotification() D-Bus method on proxy. The calling thread is blocked until a reply is received.
phosh_notify_dbus_notifications_call_get_capabilities
Asynchronously invokes the GetCapabilities() D-Bus method on proxy.
When the operation is finished, callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).
You can then call phosh_notify_dbus_notifications_call_get_capabilities_finish() to get the result of the operation.
phosh_notify_dbus_notifications_call_get_capabilities_finish
Finishes an operation started with phosh_notify_dbus_notifications_call_get_capabilities().
phosh_notify_dbus_notifications_call_get_capabilities_sync
Synchronously invokes the GetCapabilities() D-Bus method on proxy. The calling thread is blocked until a reply is received.
phosh_notify_dbus_notifications_call_get_server_information
Asynchronously invokes the GetServerInformation() D-Bus method on proxy.
When the operation is finished, callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).
You can then call phosh_notify_dbus_notifications_call_get_server_information_finish() to get the result of the operation.
phosh_notify_dbus_notifications_call_get_server_information_finish
Finishes an operation started with phosh_notify_dbus_notifications_call_get_server_information().
phosh_notify_dbus_notifications_call_get_server_information_sync
Synchronously invokes the GetServerInformation() D-Bus method on proxy. The calling thread is blocked until a reply is received.
phosh_notify_dbus_notifications_call_notify
Asynchronously invokes the Notify() D-Bus method on proxy.
When the operation is finished, callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).
You can then call phosh_notify_dbus_notifications_call_notify_finish() to get the result of the operation.
phosh_notify_dbus_notifications_call_notify_finish
Finishes an operation started with phosh_notify_dbus_notifications_call_notify().
phosh_notify_dbus_notifications_call_notify_sync
Synchronously invokes the Notify() D-Bus method on proxy. The calling thread is blocked until a reply is received.