Movatterモバイル変換


[0]ホーム

URL:


Function

Vipsvalue_get_array_int

Declaration[src]

int*vips_value_get_array_int(constGValue*value,int*n)

Description[src]

Return the start of the array of ints held byvalue.optionally return the number of elements inn.

Parameters

value

Type: GValue

GValue to get from.

The data is owned by the caller of the function.
n

Type: int*

Return the number of elements here, optionally.

The argument will be set by the function.
The argument can beNULL.

Return value

Type: An array of int

The array address.

The length of the array is in then argument.
The data is owned by the called function.

[8]ページ先頭

©2009-2025 Movatter.jp