Class

AgsFileLink

Description

class Ags.FileLink : GObject.Object {
  gobject: GObject,
  obj_mutex: GRecMutex,
  version: gchar*,
  build_id: gchar*,
  name: gchar*,
  xml_type: gchar*,
  filename: gchar*,
  data: gchar*
}
No description available.

Ancestors

Implements

Constructors

ags_file_link_new

Creates an AgsFileLink.

since: 3.0.0

Instance methods

ags_file_link_get_data

Get data of file_link.

since: 3.6.17

ags_file_link_get_filename

Get filename of file_link.

since: 3.6.17

ags_file_link_set_data

Set data of file_link.

since: 3.6.17

ags_file_link_set_filename

Set filename of file_link.

since: 3.6.17

Methods inherited from GObject (43)

Please see GObject for a full list of methods.

Methods inherited from AgsPlugin (10)
ags_plugin_get_build_id

Retrieve the build id of the plugin.

since: 3.0.0

ags_plugin_get_name

Retrieve the name of the plugin.

since: 3.0.0

ags_plugin_get_ports

Retrieve the ports of the plugin.

since: 3.0.0

ags_plugin_get_version

Retrieve the version of the plugin.

since: 3.0.0

ags_plugin_get_xml_type

Retrieve the xml type of the plugin.

since: 3.0.0

ags_plugin_set_build_id

Set the build id of the plugin.

since: 3.0.0

ags_plugin_set_name

Set the name of the plugin.

since: 3.0.0

ags_plugin_set_ports

Set the build id of the plugin.

since: 3.0.0

ags_plugin_set_version

Set the version of the plugin.

since: 3.0.0

ags_plugin_set_xml_type

Set the build id of the plugin.

since: 3.0.0

Properties

Ags.FileLink:data

The data this AgsFileLink contains.

since: 3.0.0

Ags.FileLink:filename

The filename this AgsFileLink refers.

since: 3.0.0

Signals

Signals inherited from GObject (1)
GObject::notify

The notify signal is emitted on an object when one of its properties has its value set through g_object_set_property(), g_object_set(), et al.

Class structure

struct AgsFileLinkClass {
  GObjectClass gobject;
  
}
No description available.
Class members
gobject: GObjectClass
No description available.