comparison console/libgnt/gntutils.h @ 15158:68385f5bbd61

[gaim-migrate @ 17944] Generate the marshal-things during make when necessary. Allow specifying the hash-functions for a GntTree. committer: Tailor Script <tailor@pidgin.im>
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Sun, 10 Dec 2006 09:26:44 +0000
parents 8a0cfee11af8
children 7a52dce840b4
comparison
equal deleted inserted replaced
15157:67ccc195074b 15158:68385f5bbd61
18 */ 18 */
19 char *gnt_util_onscreen_fit_string(const char *string, int maxw); 19 char *gnt_util_onscreen_fit_string(const char *string, int maxw);
20 20
21 GHashTable *g_hash_table_duplicate(GHashTable *src, GHashFunc hash, 21 GHashTable *g_hash_table_duplicate(GHashTable *src, GHashFunc hash,
22 GEqualFunc equal, GDestroyNotify key_d, GDestroyNotify value_d); 22 GEqualFunc equal, GDestroyNotify key_d, GDestroyNotify value_d);
23
24
25 /**
26 * To be used with g_signal_new. Look in the key_pressed signal-definition in
27 * gntwidget.c for usage.
28 */
29 gboolean gnt_boolean_handled_accumulator(GSignalInvocationHint *ihint,
30 GValue *return_accu,
31 const GValue *handler_return,
32 gpointer dummy);
33