~larsu/indicator-messages/set-status-return-value

« back to all changes in this revision

Viewing changes to src/im-phone-menu.h

  • Committer: Tarmac
  • Author(s): Lars Uebernickel
  • Date: 2013-09-09 14:32:02 UTC
  • mfrom: (375.2.6 use-gicon-serialize)
  • Revision ID: tarmac-20130909143202-iip1qcm9w2mcqq6w
Use g_icon_serialize() instead of g_icon_to_string().

Approved by Charles Kerr, PS Jenkins bot.

Show diffs side-by-side

added added

removed removed

Lines of Context:
37
37
 
38
38
void                im_phone_menu_add_message           (ImPhoneMenu        *menu,
39
39
                                                         const gchar        *app_id,
40
 
                                                         const gchar        *app_icon,
 
40
                                                         GIcon              *app_icon,
41
41
                                                         const gchar        *id,
42
 
                                                         const gchar        *iconstr,
 
42
                                                         GVariant           *serialized_icon,
43
43
                                                         const gchar        *title,
44
44
                                                         const gchar        *subtitle,
45
45
                                                         const gchar        *body,