Method

FoundryAdwPagesave_as

Declaration [src]

DexFuture*
foundry_page_save_as (
  FoundryPage* self
)

Description [src]

Requests that the page saves to a new file after querying the user for the necessary new file.

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.