Gimp » Gimp.Procedure »

Gimp.Procedure.prototype.get_argument_sync

function get_argument_sync(arg_name: String): Gimp.ArgumentSync {
    // Gjs wrapper for gimp_procedure_get_argument_sync()
}
  

Since 3.0

arg_name

the name of one of procedure's arguments or auxiliary arguments

Returns

The Gimp.ArgumentSync value set with Gimp.Procedure.prototype.set_argument_sync:

More Information

  • Gimp.Procedure