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:

committed by
Michael Natterer

parent
75e6fc560b
commit
2a69c419f1
@ -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__ */
|
||||
|
Reference in New Issue
Block a user