summaryrefslogtreecommitdiff
path: root/gladeui/glade-accumulators.h
diff options
context:
space:
mode:
Diffstat (limited to 'gladeui/glade-accumulators.h')
-rw-r--r--gladeui/glade-accumulators.h30
1 files changed, 0 insertions, 30 deletions
diff --git a/gladeui/glade-accumulators.h b/gladeui/glade-accumulators.h
deleted file mode 100644
index 7b5e090d..00000000
--- a/gladeui/glade-accumulators.h
+++ /dev/null
@@ -1,30 +0,0 @@
-/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
-#ifndef __GLADE_ACCUMULATORS_H__
-#define __GLADE_ACCUMULATORS_H__
-
-#include <glib-object.h>
-
-G_BEGIN_DECLS
-
-gboolean glade_single_object_accumulator (GSignalInvocationHint *ihint,
- GValue *return_accu,
- const GValue *handler_return,
- gpointer dummy);
-
-gboolean glade_boolean_handled_accumulator (GSignalInvocationHint *ihint,
- GValue *return_accu,
- const GValue *handler_return,
- gpointer dummy);
-
-gboolean glade_string_accumulator (GSignalInvocationHint *ihint,
- GValue *return_accu,
- const GValue *handler_return,
- gpointer dummy);
-
-gboolean glade_stop_emission_accumulator (GSignalInvocationHint *ihint,
- GValue *return_accu,
- const GValue *handler_return,
- gpointer dummy);
-G_END_DECLS
-
-#endif /* __GLADE_ACCUMULATORS_H__ */