add note to docs on VIPS_INIT deprecation
as in, it's not deprecated
This commit is contained in:
parent
0193e23c64
commit
0aecd57513
@ -130,6 +130,9 @@ vips_get_argv0( void )
|
|||||||
* VIPS_INIT:
|
* VIPS_INIT:
|
||||||
* @ARGV0: name of application
|
* @ARGV0: name of application
|
||||||
*
|
*
|
||||||
|
* gtk-doc mistakenly tags this macro as deprecated for unknown reasons. It is
|
||||||
|
* *NOT* deprecated, please ignore the warning above.
|
||||||
|
*
|
||||||
* VIPS_INIT() starts up the world of VIPS. You should call this on
|
* VIPS_INIT() starts up the world of VIPS. You should call this on
|
||||||
* program startup before using any other VIPS operations. If you do not call
|
* program startup before using any other VIPS operations. If you do not call
|
||||||
* VIPS_INIT(), VIPS will call it for you when you use your first VIPS
|
* VIPS_INIT(), VIPS will call it for you when you use your first VIPS
|
||||||
|
Loading…
Reference in New Issue
Block a user