Gimp.Procedure.add_aux_argument_from_property

@accepts(Gimp.Procedure, GObject.Object, unicode)
@returns(GObject.ParamSpec)
def add_aux_argument_from_property(self, config, prop_name):
    # Python wrapper for gimp_procedure_add_aux_argument_from_property()
  

Add a new auxiliary argument to self according to the specifications of the property prop_name registered on config.

See Gimp.Procedure.add_aux_argument for details.

Since 3.0

self

the Gimp.Procedure.

config

a GObject.Object.

prop_name

property name in config.

Returns