From 44d14782870339fb1702ba42d26f43755c064e0d Mon Sep 17 00:00:00 2001 From: Lars Uebernickel Date: Thu, 5 Sep 2013 18:17:58 +0200 Subject: Use serialized icons for messages and sources The D-Bus protocol is not part of the public API, so it's okay to change it. --- src/im-phone-menu.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/im-phone-menu.h') diff --git a/src/im-phone-menu.h b/src/im-phone-menu.h index 9742f61..728ecaa 100644 --- a/src/im-phone-menu.h +++ b/src/im-phone-menu.h @@ -39,7 +39,7 @@ void im_phone_menu_add_message (ImPhoneMenu *men const gchar *app_id, const gchar *app_icon, const gchar *id, - const gchar *iconstr, + GVariant *serialized_icon, const gchar *title, const gchar *subtitle, const gchar *body, -- cgit v1.2.3