Doc NULL return for gimp_display_name() when no GUI.

This commit is contained in:
Ed J 2014-05-24 17:58:37 +01:00
parent 62cbd3eac3
commit df8964a1ce
1 changed files with 2 additions and 0 deletions

View File

@ -1341,6 +1341,8 @@ gimp_wm_class (void)
* Returns the display to be used for plug-in windows.
*
* This is a constant value given at plug-in configuration time.
* Will return #NULL if GIMP has been started with no GUI, either
* via "--no-interface" flag, or a console build.
*
* Return value: the display name
**/