added gimp_boolean_handled_accum().

2004-06-17  Michael Natterer  <mitch@gimp.org>

	* app/core/gimp-utils.[ch]: added gimp_boolean_handled_accum().

	* app/core/gimp.c
	* app/widgets/gimpcontrollerinfo.c: use it.
This commit is contained in:
Michael Natterer
2004-06-17 16:32:30 +00:00
committed by Michael Natterer
parent 75e6fc560b
commit 2a69c419f1
5 changed files with 33 additions and 39 deletions

View File

@ -42,5 +42,10 @@ gint64 gimp_g_list_get_memsize (GList *list,
gchar * gimp_get_default_language (const gchar *category);
gboolean gimp_boolean_handled_accum (GSignalInvocationHint *ihint,
GValue *return_accu,
const GValue *handler_return,
gpointer dummy);
#endif /* __APP_GIMP_UTILS_H__ */