Method
FoundryTextManagerapply_edits
Declaration [src]
DexFuture*
foundry_text_manager_apply_edits (
FoundryTextManager* self,
GListModel* edits,
FoundryOperation* operation
)
Parameters
edits
-
Type:
GObject
A
GListModel
ofFoundryTextEdit
.The data is owned by the caller of the method. operation
-
Type:
FoundryOperation
The argument can be NULL
.The data is owned by the caller of the method.