Interface

AravisGcSelector

Description

interface Aravis.GcSelector : GObject.Object
No description available.

Prerequisite

In order to implement GcSelector, your type must inherit from GObject.

Instance methods

arv_gc_selector_get_selected_features
No description available.

Available since: 0.8.0

arv_gc_selector_is_selector
No description available.

Available since: 0.8.0

Interface structure

struct AravisGcSelectorInterface {
  GTypeInterface parent;
  const GSList* (* get_selected_features) (
    ArvGcSelector* gc_selector
  );
  
}
Interface members
parent
GTypeInterface
 No description available.
get_selected_features
const GSList* (* get_selected_features) (
    ArvGcSelector* gc_selector
  )
 No description available.

Virtual methods

Aravis.GcSelector.get_selected_features
No description available.