方法
GioMountremount_finish
声明 [src]
gboolean
g_mount_remount_finish (
GMount* mount,
GAsyncResult* result,
GError** error
)
参数
result
-
类型:
GAsyncResult
一个
GAsyncResult
。数据由方法调用者所有。The data is owned by the caller of the method. error
-
类型:
GError **
Arecoverable error的返回位置。a recoverable error。
The argument can be NULL
.如果返回位置不是 NULL
,则必须将其初始化为空GError*
。如果没有错误,则方法将保留初始化为 NULL
。在发生错误的情况下,该参数将被设置为一个新的 GError
;调用者将获取数据的所有权,并负责释放它。