Method

FoundryAdwPagesave

Declaration [src]

DexFuture*
foundry_page_save (
  FoundryPage* self
)

Description [src]

Requests that the page saves.

Return value

Type: DexFuture

A DexFuture that resolves to any value when the operation has completed or rejects with error.

The caller of the method takes ownership of the returned data, and is responsible for freeing it.