Gimp.message_get_handler

@returns(Gimp.MessageHandlerType)
def message_get_handler():
    # Python wrapper for gimp_message_get_handler()
  

Returns the current state of where warning messages are displayed.

This procedure returns the way g_message warnings are displayed. They can be shown in a dialog box or printed on the console where gimp was started.

Returns