Method

AgsFileLinkget_data

since: 3.6.17

[]

Declaration [src]

gchar*
ags_file_link_get_data (
  AgsFileLink* file_link
)
[]

Description [src]

Get data of file_link.

Available since: 3.6.17

Gets propertyAgs.FileLink:data
[]

Return value

Type: gchar*

The data.

The caller of the method takes ownership of the returned data, and is responsible for freeing it.
The value is a NUL terminated UTF-8 string.