方法
GNOME I/OSimpleAsyncResultset_op_res_gpointer
已废弃:2.46
声明 [src]
void
g_simple_async_result_set_op_res_gpointer (
GSimpleAsyncResult* simple,
gpointer op_res,
GDestroyNotify destroy_op_res
)
参数
op_res
-
类型:
gpointer
异步函数的指针结果。
参数可以为 NULL
。数据由方法调用者所有。 destroy_op_res
-
类型:
GDestroyNotify
一个
GDestroyNotify
函数。