Class

AgsAudioLv2TurtleScanner

Description

class AgsAudio.Lv2TurtleScanner : GObject.Object {
  gobject: GObject,
  flags: guint,
  status_flags: guint,
  obj_mutex: GRecMutex,
  cache_turtle: GList*,
  current_subject_iriref: gchar*,
  plugin_position: gint
}
No description available.

Ancestors

Constructors

ags_lv2_turtle_scanner_new

Creates an AgsLv2TurtleScanner.

since: 3.2.7

Instance methods

ags_lv2_turtle_scanner_quick_scan

Quick scan to detect available plugins.

since: 3.2.7

ags_lv2_turtle_scanner_quick_scan_see_also
No description available.

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 AgsAudioLv2TurtleScannerClass {
  GObjectClass gobject;
  
}
No description available.
Class members
gobject: GObjectClass
No description available.