add doc note for operation.new
since language bindings use it
This commit is contained in:
parent
ceb1b96d06
commit
b1cd4d1124
@ -626,6 +626,19 @@ vips_operation_invalidate( VipsOperation *operation )
|
|||||||
g_signal_emit( operation, vips_operation_signals[SIG_INVALIDATE], 0 );
|
g_signal_emit( operation, vips_operation_signals[SIG_INVALIDATE], 0 );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* vips_operation_new:
|
||||||
|
* @name: nickname of operation to create
|
||||||
|
*
|
||||||
|
* Return a new #VipsOperation with the specified nickname. Useful for
|
||||||
|
* language bindings.
|
||||||
|
*
|
||||||
|
* You'll need to set
|
||||||
|
* any arguments and build the operation before you can use it. See
|
||||||
|
* vips_call() for a higher-level way to make new operations.
|
||||||
|
*
|
||||||
|
* Returns: (transfer full): the new operation.
|
||||||
|
*/
|
||||||
VipsOperation *
|
VipsOperation *
|
||||||
vips_operation_new( const char *name )
|
vips_operation_new( const char *name )
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user