Method
FoundryTextDocumentsave
Declaration [src]
DexFuture*
foundry_text_document_save (
FoundryTextDocument* self,
FoundryOperation* operation
)
Parameters
operation
-
Type:
FoundryOperation
An operation to update with progress.
The argument can be NULL
.The data is owned by the caller of the method.
Return value
Type: DexFuture
No description available.
The caller of the method takes ownership of the returned data, and is responsible for freeing it. |