app/core/gimp-utils.[ch] app/core/gimp.c app/widgets/gimpcontrollerinfo.c
2007-02-17 Michael Natterer <mitch@gimp.org> * app/core/gimp-utils.[ch] * app/core/gimp.c * app/widgets/gimpcontrollerinfo.c * libgimpwidgets/gimpcontroller.c: removed various boolean_handled signal accumulators and use g_signal_accumulator_true_handled(). svn path=/trunk/; revision=21933
This commit is contained in:
committed by
Michael Natterer
parent
d737e1cdf0
commit
d212161c00
@ -33,11 +33,6 @@ gint64 gimp_g_param_spec_get_memsize (GParamSpec *pspec);
|
||||
gchar * gimp_get_default_language (const gchar *category);
|
||||
GimpUnit gimp_get_default_unit (void);
|
||||
|
||||
gboolean gimp_boolean_handled_accum (GSignalInvocationHint *ihint,
|
||||
GValue *return_accu,
|
||||
const GValue *handler_return,
|
||||
gpointer dummy);
|
||||
|
||||
GParameter * gimp_parameters_append (GType object_type,
|
||||
GParameter *params,
|
||||
gint *n_params,
|
||||
|
||||
Reference in New Issue
Block a user