Method

AgsFileLinkset_data

since: 3.6.17

[]

Declaration [src]

void
ags_file_link_set_data (
  AgsFileLink* file_link,
  gchar* data
)
[]

Description [src]

Set data of file_link.

Available since: 3.6.17

Sets propertyAgs.FileLink:data
[]

Parameters

data

Type: gchar*

The data.

The data is owned by the caller of the method.
The value is a NUL terminated UTF-8 string.