AgsFreeSelection

AgsFreeSelection — free selection object

Functions

Properties

AgsNotation * notation Read / Write

Types and Values

Object Hierarchy

    GObject
    ╰── AgsTask
        ╰── AgsFreeSelection

Includes

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

Description

The AgsFreeSelection task frees selection of AgsNotation.

Functions

ags_free_selection_new ()

AgsFreeSelection *
ags_free_selection_new (AgsNotation *notation);

Create a new instance of AgsFreeSelection.

Parameters

notation

the AgsNotation

 

Returns

the new AgsFreeSelection.

Since: 3.0.0


AGS_FREE_SELECTION()

#define AGS_FREE_SELECTION(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_FREE_SELECTION, AgsFreeSelection))

AGS_FREE_SELECTION_CLASS()

#define AGS_FREE_SELECTION_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_FREE_SELECTION, AgsFreeSelectionClass))

AGS_FREE_SELECTION_GET_CLASS()

#define AGS_FREE_SELECTION_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS((obj), AGS_TYPE_FREE_SELECTION, AgsFreeSelectionClass))

AGS_IS_FREE_SELECTION()

#define AGS_IS_FREE_SELECTION(obj)             (G_TYPE_CHECK_INSTANCE_TYPE((obj), AGS_TYPE_FREE_SELECTION))

AGS_IS_FREE_SELECTION_CLASS()

#define AGS_IS_FREE_SELECTION_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE((class), AGS_TYPE_FREE_SELECTION))

ags_free_selection_get_type ()

GType
ags_free_selection_get_type ();

Types and Values

AGS_TYPE_FREE_SELECTION

#define AGS_TYPE_FREE_SELECTION                (ags_free_selection_get_type())

struct AgsFreeSelection

struct AgsFreeSelection;

struct AgsFreeSelectionClass

struct AgsFreeSelectionClass {
  AgsTaskClass task;
};

Property Details

The “notation” property

  “notation”                 AgsNotation *

The assigned AgsNotation

Owner: AgsFreeSelection

Flags: Read / Write

Since: 3.0.0