~jonas-drange/ubuntu-push/lp1577723-skiptest

« back to all changes in this revision

Viewing changes to messaging/cmessaging/cmessaging_c.go

  • Committer: Tarmac
  • Author(s): jonas-drange, Michael Hudson-Doyle, John R. Lenton
  • Date: 2015-11-20 15:03:47 UTC
  • mfrom: (416.2.8 lp1517189-with-fix)
  • Revision ID: tarmac-20151120150347-vdwpcwhd9cei58h3
[r=pedronis] fix tests and warnings

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
 
22
22
// this is a .go file instead of a .c file because of dh-golang limitations
23
23
 
 
24
void handleActivate(gchar* c_action, const gchar * c_notification , gpointer obj);
 
25
 
24
26
static void activate_cb(MessagingMenuMessage* msg, gchar* action, GVariant* parameter, gpointer obj) {
25
27
    handleActivate(action, messaging_menu_message_get_id(msg), obj);
26
28
}