libpurple/protocol.c

branch
soc.2013.gobjectification.plugins
changeset 36716
94a965c18f01
parent 36709
6e915db4db35
child 36719
0d7682bdf828
equal deleted inserted replaced
36715:8474ffec0c98 36716:94a965c18f01
584 { 584 {
585 DEFINE_PROTOCOL_FUNC(protocol, remove_group, gc, group); 585 DEFINE_PROTOCOL_FUNC(protocol, remove_group, gc, group);
586 } 586 }
587 587
588 char * 588 char *
589 purple_protocol_iface_get_cb_real_name(PurpleProtocol *protocol, 589 purple_protocol_iface_get_cuser_real_name(PurpleProtocol *protocol,
590 PurpleConnection *gc, int id, 590 PurpleConnection *gc, int id,
591 const char *who) 591 const char *who)
592 { 592 {
593 DEFINE_PROTOCOL_FUNC_WITH_RETURN(protocol, NULL, get_cb_real_name, gc, id, 593 DEFINE_PROTOCOL_FUNC_WITH_RETURN(protocol, NULL, get_cuser_real_name, gc,
594 who); 594 id, who);
595 } 595 }
596 596
597 void 597 void
598 purple_protocol_iface_set_chat_topic(PurpleProtocol *protocol, 598 purple_protocol_iface_set_chat_topic(PurpleProtocol *protocol,
599 PurpleConnection *gc, int id, 599 PurpleConnection *gc, int id,

mercurial