mirror of https://github.com/GNOME/gimp.git
Doc NULL return for gimp_display_name() when no GUI.
This commit is contained in:
parent
62cbd3eac3
commit
df8964a1ce
|
@ -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 New Issue