Method

FoundrySymbolProviderlist_symbols

Declaration [src]

DexFuture*
foundry_symbol_provider_list_symbols (
  FoundrySymbolProvider* self,
  GFile* file,
  GBytes* contents
)

Description

No description available.

Parameters

file

Type: GFile

A GFile.

The data is owned by the caller of the method.
contents

Type: GBytes

Optional modified contents for the file.

The argument can be NULL.
The data is owned by the caller of the method.

Return value

Type: DexFuture

A DexFuture that resolves to a GListModel of FoundrySymbol or rejects with error.

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