Virtual Method

PhoshNotifyDBusNotificationshandle_notify

Declaration [src]

gboolean
handle_notify (
  PhoshNotifyDBusNotifications* object,
  GDBusMethodInvocation* invocation,
  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
)

Description

No description available.

Parameters

invocation GDBusMethodInvocation
  No description available.
 The data is owned by the caller of the function.
arg_app_name const gchar*
  No description available.
 The data is owned by the caller of the function.
 The value is a NUL terminated UTF-8 string.
arg_replaces_id guint
  No description available.
arg_app_icon const gchar*
  No description available.
 The data is owned by the caller of the function.
 The value is a NUL terminated UTF-8 string.
arg_summary const gchar*
  No description available.
 The data is owned by the caller of the function.
 The value is a NUL terminated UTF-8 string.
arg_body const gchar*
  No description available.
 The data is owned by the caller of the function.
 The value is a NUL terminated UTF-8 string.
arg_actions const gchar* const*
  No description available.
 The data is owned by the caller of the function.
 The value is a NUL terminated UTF-8 string.
arg_hints GVariant
  No description available.
 The data is owned by the caller of the function.
arg_expire_timeout gint
  No description available.

Return value

Returns: gboolean
  No description available.