comparison pidgin/gtkutils.h @ 32663:79a8ed88de20

propagate from branch 'im.pidgin.pidgin' (head bfb757dfe6b2549ab37a9b19f78f5f1f2f9df0cd) to branch 'im.pidgin.cpw.qulogic.gtk3' (head 73a08f798ab6ede72ea1c28a63c2dc0cc23db620)
author Elliott Sales de Andrade <qulogic@pidgin.im>
date Mon, 21 Mar 2011 01:53:46 +0000
parents ea07a6230b57 59426f92168f
children e2a1510da13d
comparison
equal deleted inserted replaced
32662:1b4988e242fc 32663:79a8ed88de20
362 362
363 /** 363 /**
364 * Add autocompletion of screenames to an entry, supporting a filtering function. 364 * Add autocompletion of screenames to an entry, supporting a filtering function.
365 * 365 *
366 * @param entry The GtkEntry on which to setup autocomplete. 366 * @param entry The GtkEntry on which to setup autocomplete.
367 * @param optmenu A menu for accounts, returned by gaim_gtk_account_option_menu_new(). 367 * @param optmenu A menu for accounts, returned by pidgin_account_option_menu_new().
368 * If @a optmenu is not @c NULL, it'll be updated when a username is chosen 368 * If @a optmenu is not @c NULL, it'll be updated when a username is chosen
369 * from the autocomplete list. 369 * from the autocomplete list.
370 * @param filter_func A function for checking if an autocomplete entry 370 * @param filter_func A function for checking if an autocomplete entry
371 * should be shown. This can be @c NULL. 371 * should be shown. This can be @c NULL.
372 * @param user_data The data to be passed to the filter_func function. 372 * @param user_data The data to be passed to the filter_func function.