Method

GtkFileChooserNativeget_accept_label

since: 3.20

Declaration [src]

const char*
gtk_file_chooser_native_get_accept_label (
  GtkFileChooserNative* self
)

Description [src]

Retrieves the custom label text for the accept button.

Available since: 3.20

Return value

Type: const char*

The custom label, or NULL for the default. This string is owned by GTK+ and should not be modified or freed.

The returned data is owned by the instance.
The return value can be NULL.
The value is a NUL terminated UTF-8 string.