comparison libpurple/protocols/bonjour/mdns_common.h @ 18845:09f52521ff5b

Fix bonjour buddy icons to work with iChat.
author Daniel Atallah <daniel.atallah@gmail.com>
date Wed, 08 Aug 2007 18:14:46 +0000
parents 7bf6b9a70b41
children 44b4e8bd759b
comparison
equal deleted inserted replaced
18843:7bf6b9a70b41 18845:09f52521ff5b
45 * Deal with a buddy icon update 45 * Deal with a buddy icon update
46 */ 46 */
47 void bonjour_dns_sd_update_buddy_icon(BonjourDnsSd *data); 47 void bonjour_dns_sd_update_buddy_icon(BonjourDnsSd *data);
48 48
49 /** 49 /**
50 * The buddy icon blob has been set, notify everyone watching the TXT record
51 */
52 void bonjour_dns_sd_buddy_icon_data_set(BonjourDnsSd *data);
53
54 /**
55 * Advertise our presence within the dns-sd daemon and start 50 * Advertise our presence within the dns-sd daemon and start
56 * browsing for other bonjour peers. 51 * browsing for other bonjour peers.
57 */ 52 */
58 gboolean bonjour_dns_sd_start(BonjourDnsSd *data); 53 gboolean bonjour_dns_sd_start(BonjourDnsSd *data);
59 54