comparison finch/libgnt/gntutils.h @ 21253:ae330012956f

Doxygen for gnt.
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Tue, 16 Oct 2007 13:06:48 +0000
parents acf284962b40
children 44f53d3fc54f
comparison
equal deleted inserted replaced
21252:d275275a011c 21253:ae330012956f
151 * @param key The key to trigger the button 151 * @param key The key to trigger the button
152 * @param button The button to trigger 152 * @param button The button to trigger
153 * 153 *
154 * @since 2.0.0 (gnt), 2.1.0 (pidgin) 154 * @since 2.0.0 (gnt), 2.1.0 (pidgin)
155 */ 155 */
156 void gnt_util_set_trigger_widget(GntWidget *wid, const char *text, GntWidget *button); 156 void gnt_util_set_trigger_widget(GntWidget *widget, const char *key, GntWidget *button);
157 157