comparison libpurple/protocols/bonjour/mdns_common.h @ 18843:7bf6b9a70b41

Some more minor mdns implementation abstraction tweaks and implementation of setting buddy icons for the win32 bonjour implementation.
author Daniel Atallah <daniel.atallah@gmail.com>
date Wed, 08 Aug 2007 01:50:01 +0000
parents 83719d57a8ee
children 09f52521ff5b
comparison
equal deleted inserted replaced
18841:03a0054954bb 18843:7bf6b9a70b41
40 * Retrieve the buddy icon blob 40 * Retrieve the buddy icon blob
41 */ 41 */
42 void bonjour_dns_sd_retrieve_buddy_icon(BonjourBuddy* buddy); 42 void bonjour_dns_sd_retrieve_buddy_icon(BonjourBuddy* buddy);
43 43
44 /** 44 /**
45 * Deal with a buddy icon update
46 */
47 void bonjour_dns_sd_update_buddy_icon(BonjourDnsSd *data);
48
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 /**
45 * Advertise our presence within the dns-sd daemon and start 55 * Advertise our presence within the dns-sd daemon and start
46 * browsing for other bonjour peers. 56 * browsing for other bonjour peers.
47 */ 57 */
48 gboolean bonjour_dns_sd_start(BonjourDnsSd *data); 58 gboolean bonjour_dns_sd_start(BonjourDnsSd *data);
49 59