diff 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
line wrap: on
line diff
--- a/console/libgnt/gntutils.h	Sun Dec 10 09:09:39 2006 +0000
+++ b/console/libgnt/gntutils.h	Sun Dec 10 09:26:44 2006 +0000
@@ -20,3 +20,14 @@
 
 GHashTable *g_hash_table_duplicate(GHashTable *src, GHashFunc hash,
 		GEqualFunc equal, GDestroyNotify key_d, GDestroyNotify value_d);
+
+
+/**
+ * To be used with g_signal_new. Look in the key_pressed signal-definition in
+ * gntwidget.c for usage.
+ */
+gboolean gnt_boolean_handled_accumulator(GSignalInvocationHint *ihint,
+				  GValue                *return_accu,
+				  const GValue          *handler_return,
+				  gpointer               dummy);
+