AgsPluginBrowser

AgsPluginBrowser — A composite to select plugin effect.

Stability Level

Stable, unless otherwise indicated

Functions

Object Hierarchy

    GObject
    ╰── GInitiallyUnowned
        ╰── GtkWidget
            ╰── GtkWindow
                ╰── GtkDialog
                    ╰── AgsPluginBrowser

Includes

#include <ags/app/ags_plugin_browser.h>

Description

AgsPluginBrowser is a composite widget to select plugin plugin and the desired effect.

Functions

ags_plugin_browser_get_plugin_filename ()

gchar *
ags_plugin_browser_get_plugin_filename
                               (AgsPluginBrowser *plugin_browser);

Retrieve selected plugin plugin filename.

Parameters

plugin_browser

the AgsPluginBrowser

 

Returns

the active plugin filename

Since: 3.0.0


ags_plugin_browser_get_plugin_effect ()

gchar *
ags_plugin_browser_get_plugin_effect (AgsPluginBrowser *plugin_browser);

Retrieve selected plugin effect.

Parameters

plugin_browser

the AgsPluginBrowser

 

Returns

the active plugin effect

Since: 3.0.0


ags_plugin_browser_new ()

AgsPluginBrowser *
ags_plugin_browser_new (GtkWidget *transient_for);

Create a new instance of AgsPluginBrowser

Parameters

transient_for

the AgsWindow

 

Returns

the new AgsPluginBrowser

Since: 3.0.0