Class

SysprofDocumentLoader

Description

final class Sysprof.DocumentLoader : GObject.Object
{
  /* No available fields */
}

No description available.

Hierarchy

hierarchy this SysprofDocumentLoader ancestor_0 GObject ancestor_0--this

Ancestors

Constructors

sysprof_document_loader_new
No description available.

sysprof_document_loader_new_for_fd
No description available.

Instance methods

sysprof_document_loader_dup_message

Gets a text message representing what is happenin with loading.

sysprof_document_loader_get_fraction

Gets the fraction between 0 and 1 for the loading that has occurred.

sysprof_document_loader_get_message

Gets a text message representing what is happenin with loading.

sysprof_document_loader_get_symbolizer

Gets the SysprofSymbolizer to use to symbolize traces within the document.

sysprof_document_loader_list_tasks
No description available.

sysprof_document_loader_load

Synchronously loads the document.

sysprof_document_loader_load_async

Asynchronously loads the document.

sysprof_document_loader_load_finish

Completes a request to load a document asynchronously.

sysprof_document_loader_set_symbolizer

Sets the symbolizer to use to convert instruction pointers to symbol names in the document.

Methods inherited from GObject (43)

Please see GObject for a full list of methods.

Properties

Sysprof.DocumentLoader:fraction
No description available.

Sysprof.DocumentLoader:message
No description available.

Sysprof.DocumentLoader:symbolizer
No description available.

Sysprof.DocumentLoader:tasks
No description available.

Signals

Signals inherited from GObject (1)
GObject::notify

The notify signal is emitted on an object when one of its properties has its value set through g_object_set_property(), g_object_set(), et al.

Class structure

struct SysprofDocumentLoaderClass {
  GObjectClass parent_class;
  
}

No description available.

Class members
parent_class: GObjectClass

No description available.