comparison src/notify.h @ 9800:cc68a8c6e741

[gaim-migrate @ 10668] I rather dislike that gc is used implicitly as the handle. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Sat, 21 Aug 2004 05:12:23 +0000
parents 62eb9fe24692
children 9e0b98c458b1
comparison
equal deleted inserted replaced
9799:f4adac0ef359 9800:cc68a8c6e741
174 void *gaim_notify_formatted(void *handle, const char *title, 174 void *gaim_notify_formatted(void *handle, const char *title,
175 const char *primary, const char *secondary, 175 const char *primary, const char *secondary,
176 const char *text, GCallback cb, void *user_data); 176 const char *text, GCallback cb, void *user_data);
177 177
178 /** 178 /**
179 * Displays user information with formatted text, passing information giving 179 * Displays user information with formatted text, passing information giving
180 * the connection and username from which the user information came. 180 * the connection and username from which the user information came.
181 * 181 *
182 * The text is essentially a stripped-down format of HTML, the same that 182 * The text is essentially a stripped-down format of HTML, the same that
183 * IMs may send. 183 * IMs may send.
184 * 184 *
185 * @param gc The GaimConnection handle associated with the information. 185 * @param gc The GaimConnection handle associated with the information.