aboutsummaryrefslogtreecommitdiff
path: root/libmessaging-menu/indicator-messages-service.h
diff options
context:
space:
mode:
authorSebastien Bacher <seb128@ubuntu.com>2012-10-02 23:18:17 +0200
committerSebastien Bacher <seb128@ubuntu.com>2012-10-02 23:18:17 +0200
commit78f8f75ee73478ecb704aecc467c861fa4558b52 (patch)
treea75c86a1f9262d9dc0954ffdab75524163584874 /libmessaging-menu/indicator-messages-service.h
parentc8794795a7054eff4e21bbca52321195f2d8720c (diff)
parent36692583866dac99672571d6d83ed2c65b9e795d (diff)
downloadayatana-indicator-messages-78f8f75ee73478ecb704aecc467c861fa4558b52.tar.gz
ayatana-indicator-messages-78f8f75ee73478ecb704aecc467c861fa4558b52.tar.bz2
ayatana-indicator-messages-78f8f75ee73478ecb704aecc467c861fa4558b52.zip
Import upstream version 12.10.4
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);