AgsFreeSelection

AgsFreeSelection — free selection object

Synopsis

#include <ags/audio/task/ags_free_selection.h>

struct              AgsFreeSelection;
struct              AgsFreeSelectionClass;
AgsFreeSelection *  ags_free_selection_new              (AgsNotation *notation);

Description

The AgsFreeSelection task frees selection of AgsNotation.

Details

struct AgsFreeSelection

struct AgsFreeSelection {
  AgsTask task;

  AgsNotation *notation;
};

struct AgsFreeSelectionClass

struct AgsFreeSelectionClass {
  AgsTaskClass task;
};

ags_free_selection_new ()

AgsFreeSelection *  ags_free_selection_new              (AgsNotation *notation);

Creates an AgsFreeSelection.

navigation :

the AgsNavigation

Returns :

an new AgsFreeSelection.

Since 0.4