Method
IdeRenameProviderrename_finish
Declaration
gboolean
ide_rename_provider_rename_finish (
IdeRenameProvider* self,
GAsyncResult* result,
GPtrArray** edits,
GError** error
)
Description
Completes a request to ide_rename_provider_rename_async()
.
You can use the resulting GPtrArray
of IdeTextEdit
instances to edit the
project to complete the symbol rename.
Available since: | 3.32 |
Parameters
result |
GAsyncResult* |
A |
|
The data is owned by the caller of the function. | |
edits |
An array of IdeTextEdit |
A location
for a |
|
The argument will be set by the function. | |
The argument can be NULL . | |
The instance takes ownership of the data, and is responsible for freeing it. | |
error |
GError ** |
The return location for a GError* , or NULL . |