Virtual Method

GtkSourceCompletionProviderpopulate_finish

Declaration [src]

GListModel*
populate_finish (
  GtkSourceCompletionProvider* self,
  GAsyncResult* result,
  GError** error
)

Description [src]

Completes an asynchronous operation to populate a completion provider.

Parameters

result GAsyncResult
 

A GAsyncResult provided to callback.

 The data is owned by the caller of the function.
error GError **
  The return location for a GError*, or NULL.

Return value

Returns: A list model of GObject
 

A GListModel of GtkSourceCompletionProposal.

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