Interface

AgsPluginController

Description

interface Ags.PluginController : GObject.Object
No description available.

Prerequisite

In order to implement PluginController, your type must inherit fromGObject.

Instance methods

ags_plugin_controller_do_request

Do request.

since: 3.0.0

Interface structure

struct AgsPluginControllerInterface {
  GTypeInterface ginterface;
  gpointer (* do_request) (
    AgsPluginController* plugin_controller,
    SoupServerMessage* msg,
    GHashTable* query,
    GObject* security_context,
    gchar* path,
    gchar* login,
    gchar* security_token
  );
  
}
No description available.
Interface members
ginterface
GTypeInterface
 No description available.
do_request
gpointer (* do_request) (
    AgsPluginController* plugin_controller,
    SoupServerMessage* msg,
    GHashTable* query,
    GObject* security_context,
    gchar* path,
    gchar* login,
    gchar* security_token
  )
 No description available.

Virtual methods

Ags.PluginController.do_request

Do request.

since: 3.0.0