虚拟方法
GtkAccessibleTextget_contents
新增于:4.14
声明 [src]
GBytes*
get_contents (
GtkAccessibleText* self,
unsigned int start,
unsigned int end
)
返回值
类型: GBytes
作为 UTF-8 格式的可访问对象内容的请求片断。注意,该片段不一定是以 NUL 结尾。
方法调用者拥有返回数据,负责释放它。 |
新增于:4.14
GBytes*
get_contents (
GtkAccessibleText* self,
unsigned int start,
unsigned int end
)
类型: GBytes
作为 UTF-8 格式的可访问对象内容的请求片断。注意,该片段不一定是以 NUL 结尾。
方法调用者拥有返回数据,负责释放它。 |