Class

GrlCaps

Description

class Grl.Caps : GObject.Object
{
  /* No available fields */
}
No description available.

Ancestors

Constructors

grl_caps_new

Creates a new caps object.

since: 0.2.0

Instance methods

grl_caps_get_key_filter
No description available.

since: 0.2.0

grl_caps_get_key_range_filter
No description available.

since: 0.2.0

grl_caps_get_type_filter
No description available.

since: 0.2.0

grl_caps_is_key_filter

Checks if key is supported for filtering in caps.

since: 0.2.0

grl_caps_is_key_range_filter

Checks if key is supported for filtering by range in caps.

since: 0.2.0

grl_caps_set_key_filter
No description available.

since: 0.2.0

grl_caps_set_key_range_filter
No description available.

since: 0.2.0

grl_caps_set_type_filter

Sets the supported filter capability.

since: 0.2.0

grl_caps_test_option

Checks whether (key, value) are authorized by caps.

since: 0.2.0

Methods inherited from GObject (43)

Please see GObject for a full list of methods.

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 GrlCapsClass {
  GObjectClass parent;
  
}

Grilo Capabilities class.

Class members
parent: GObjectClass

The parent class structure.