Class

RmfLoader

since: 0

Description [src]

final class Rmf.Loader : GObject.Object
{
  /* No available fields */
}

Loads RMF data from various* sources.

(*”Various” presently meaning one).

Available since: 0

Ancestors

Constructors

rmf_loader_new

Creates a new RmfLoader.

since: 0

Instance methods

rmf_loader_get_root

Get the toplevel object for the currently loaded data.

since: 0

rmf_loader_get_version

Get the RMF version number of the currently loaded data.

since: 0

rmf_loader_load_from_file

Load RMF data from a file.

since: 0

Methods inherited from GObject (43)

Please see GObject for a full list of methods.

Properties

Rmf.Loader:data

The source data.

since: 0

Rmf.Loader:offset

The current byte offset into the data.

since: 0

Rmf.Loader:root

Toplevel object for the currently loaded data.

since: 0

Rmf.Loader:source

Human-readable name for the data source, for use in error messages.

since: 0

Rmf.Loader:version

RMF version of the loaded data.

since: 0

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.

unstable since: 2.0

Class structure

struct RmfLoaderClass {
  GObjectClass parent_class;
  
}
No description available.
Class members
parent_class: GObjectClass
No description available.