Virtual Method
IdeVcsClonerclone_async
Declaration
void
clone_async (
IdeVcsCloner* self,
const gchar* uri,
const gchar* destination,
GVariant* options,
IdeNotification* progress,
GCancellable* cancellable,
GAsyncReadyCallback callback,
gpointer user_data
)
Parameters
uri |
const gchar* |
A string containing the URI. |
|
The data is owned by the caller of the function. | |
The string is a NUL terminated UTF-8 string. | |
destination |
const gchar* |
A string containing the destination path. |
|
The data is owned by the caller of the function. | |
The string is a NUL terminated UTF-8 string. | |
options |
GVariant* |
A |
|
The data is owned by the caller of the function. | |
progress |
IdeNotification |
A location for an |
|
The argument can be NULL . | |
The data is owned by the caller of the function. | |
cancellable |
GCancellable* |
A |
|
The argument can be NULL . | |
The data is owned by the caller of the function. | |
callback |
GAsyncReadyCallback |
A |
|
user_data |
gpointer |
Closure data for |