Method

AgsGuiFileWidgetadd_location

since: 6.6.0

Declaration [src]

void
ags_file_widget_add_location (
  AgsFileWidget* file_widget,
  gchar* button_action,
  gchar* button_text
)

Description [src]

Add button_action to location with button_text.

Available since: 6.6.0

Parameters

button_action

Type: gchar*

The button action.

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

Type: gchar*

The button text.

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