comparison src/protocols/silc/silcgaim.h @ 12970:ec9b92104904

[gaim-migrate @ 15323] Pass the tooltip GString to the prpls. This make the prpl tooltip_text consistent with the drawing-tooltip signal callbacks. It also eliminates a little bit of duplicated code from the prpls. It's also theoretically more efficient, but I'm sure the difference is irrelevant. However, this change will allow me to kill a bunch more duplicated code. committer: Tailor Script <tailor@pidgin.im>
author Richard Laager <rlaager@wiktel.com>
date Fri, 20 Jan 2006 20:35:18 +0000
parents 82e918444965
children ae1c155bed57
comparison
equal deleted inserted replaced
12969:b98a28bf29d9 12970:ec9b92104904
105 void silcgaim_buddy_keyagr_request(SilcClient client, 105 void silcgaim_buddy_keyagr_request(SilcClient client,
106 SilcClientConnection conn, 106 SilcClientConnection conn,
107 SilcClientEntry client_entry, 107 SilcClientEntry client_entry,
108 const char *hostname, SilcUInt16 port); 108 const char *hostname, SilcUInt16 port);
109 void silcgaim_idle_set(GaimConnection *gc, int idle); 109 void silcgaim_idle_set(GaimConnection *gc, int idle);
110 char *silcgaim_tooltip_text(GaimBuddy *b, gboolean full); 110 void silcgaim_tooltip_text(GaimBuddy *b, GString *str, gboolean full);
111 char *silcgaim_status_text(GaimBuddy *b); 111 char *silcgaim_status_text(GaimBuddy *b);
112 gboolean silcgaim_ip_is_private(const char *ip); 112 gboolean silcgaim_ip_is_private(const char *ip);
113 void silcgaim_ftp_send_file(GaimConnection *gc, const char *name, const char *file); 113 void silcgaim_ftp_send_file(GaimConnection *gc, const char *name, const char *file);
114 GaimXfer *silcgaim_ftp_new_xfer(GaimConnection *gc, const char *name); 114 GaimXfer *silcgaim_ftp_new_xfer(GaimConnection *gc, const char *name);
115 void silcgaim_ftp_request(SilcClient client, SilcClientConnection conn, 115 void silcgaim_ftp_request(SilcClient client, SilcClientConnection conn,