Method
PhoshNotifyDBusNotificationscall_notify_sync
Declaration [src]
gboolean
phosh_notify_dbus_notifications_call_notify_sync (
PhoshNotifyDBusNotifications* proxy,
const gchar* arg_app_name,
guint arg_replaces_id,
const gchar* arg_app_icon,
const gchar* arg_summary,
const gchar* arg_body,
const gchar* const* arg_actions,
GVariant* arg_hints,
gint arg_expire_timeout,
guint* out_id,
GCancellable* cancellable,
GError** error
)
Description [src]
Synchronously invokes the Notify() D-Bus method on proxy
. The calling thread is blocked until a reply is received.
See phosh_notify_dbus_notifications_call_notify()
for the asynchronous version of this method.
Parameters
arg_app_name |
const gchar* |
Argument to pass with the method invocation. |
|
The data is owned by the caller of the function. | |
The value is a NUL terminated UTF-8 string. | |
arg_replaces_id |
guint |
Argument to pass with the method invocation. |
|
arg_app_icon |
const gchar* |
Argument to pass with the method invocation. |
|
The data is owned by the caller of the function. | |
The value is a NUL terminated UTF-8 string. | |
arg_summary |
const gchar* |
Argument to pass with the method invocation. |
|
The data is owned by the caller of the function. | |
The value is a NUL terminated UTF-8 string. | |
arg_body |
const gchar* |
Argument to pass with the method invocation. |
|
The data is owned by the caller of the function. | |
The value is a NUL terminated UTF-8 string. | |
arg_actions |
const gchar* const* |
Argument to pass with the method invocation. |
|
The data is owned by the caller of the function. | |
The value is a NUL terminated UTF-8 string. | |
arg_hints |
GVariant |
Argument to pass with the method invocation. |
|
The data is owned by the caller of the function. | |
arg_expire_timeout |
gint |
Argument to pass with the method invocation. |
|
out_id |
guint* |
Return location for return parameter or |
|
The argument will be set by the function. | |
The argument can be NULL . | |
cancellable |
GCancellable |
A |
|
The argument can be NULL . | |
The data is owned by the caller of the function. | |
error |
GError ** |
The return location for a GError* , or NULL . |