Gimp.Display.name
@returns(unicode)
def name():
# Python wrapper for gimp_display_name()
Returns the display to be used for plug-in windows.
This is a constant value given at plug-in configuration time. Will return None if GIMP has been started with no GUI, either via "--no-interface" flag, or a console build.
- Returns