aboutsummaryrefslogtreecommitdiff
path: root/libmessaging-menu/indicator-messages-service.h
diff options
context:
space:
mode:
Diffstat (limited to 'libmessaging-menu/indicator-messages-service.h')
-rw-r--r--libmessaging-menu/indicator-messages-service.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/libmessaging-menu/indicator-messages-service.h b/libmessaging-menu/indicator-messages-service.h
index 2adaaf3..2401d0e 100644
--- a/libmessaging-menu/indicator-messages-service.h
+++ b/libmessaging-menu/indicator-messages-service.h
@@ -1,5 +1,5 @@
/*
- * Generated by gdbus-codegen 2.33.10. DO NOT EDIT.
+ * Generated by gdbus-codegen 2.33.12. DO NOT EDIT.
*
* The license of this code is the same as for the source it was derived from.
*/
@@ -38,6 +38,7 @@ struct _IndicatorMessagesServiceIface
gboolean (*handle_set_status) (
IndicatorMessagesService *object,
GDBusMethodInvocation *invocation,
+ const gchar *arg_desktop_id,
const gchar *arg_status);
gboolean (*handle_unregister_application) (
@@ -120,6 +121,7 @@ gboolean indicator_messages_service_call_unregister_application_sync (
void indicator_messages_service_call_set_status (
IndicatorMessagesService *proxy,
+ const gchar *arg_desktop_id,
const gchar *arg_status,
GCancellable *cancellable,
GAsyncReadyCallback callback,
@@ -132,6 +134,7 @@ gboolean indicator_messages_service_call_set_status_finish (
gboolean indicator_messages_service_call_set_status_sync (
IndicatorMessagesService *proxy,
+ const gchar *arg_desktop_id,
const gchar *arg_status,
GCancellable *cancellable,
GError **error);