Doc NULL return for gimp_display_name() when no GUI.
This commit is contained in:
parent
62cbd3eac3
commit
df8964a1ce
1 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||
**/
|
||||
|
|
|
|||
Loading…
Reference in a new issue