aboutsummaryrefslogtreecommitdiff
path: root/src/indicator-messages-service.h
diff options
context:
space:
mode:
authorSebastien Bacher <seb128@ubuntu.com>2012-10-02 23:19:53 +0200
committerSebastien Bacher <seb128@ubuntu.com>2012-10-02 23:19:53 +0200
commit910a1eb17c10443d50a6c3d2ac86bcfc7d970612 (patch)
tree7d1a19d9f473239aa30dbf225352968177fa54f6 /src/indicator-messages-service.h
parent213c3d37aee885e6767d800f66b0d55b39801c3c (diff)
parent78f8f75ee73478ecb704aecc467c861fa4558b52 (diff)
downloadayatana-indicator-messages-910a1eb17c10443d50a6c3d2ac86bcfc7d970612.tar.gz
ayatana-indicator-messages-910a1eb17c10443d50a6c3d2ac86bcfc7d970612.tar.bz2
ayatana-indicator-messages-910a1eb17c10443d50a6c3d2ac86bcfc7d970612.zip
* New upstream release:
- don't segfault if .desktop file is not installed (lp: #1058386) - Use fallback icon names (without status emblems). (lp: #1056595)
Diffstat (limited to 'src/indicator-messages-service.h')
-rw-r--r--src/indicator-messages-service.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/indicator-messages-service.h b/src/indicator-messages-service.h
index 2adaaf3..2401d0e 100644
--- a/src/indicator-messages-service.h
+++ b/src/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);