Movatterモバイル変換


[0]ホーム

URL:


Function

Vipsvalue_get_ref_string

Declaration[src]

constchar*vips_value_get_ref_string(constGValue*value,size_t*length)

Description[src]

Get the C string held internally by theGValue.

Parameters

value

Type: GValue

GValue to get from.

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

Type: size_t*

Return length here, optionally.

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

Return value

Type: const char*

The C string held byvalue.

The data is owned by the called function.
The value is a NUL terminated UTF-8 string.

[8]ページ先頭

©2009-2025 Movatter.jp