Method

AppStreamComposeUnitfile_exists

since: 0.14.5

Declaration [src]

gboolean
asc_unit_file_exists (
  AscUnit* unit,
  const gchar* filename
)

Description [src]

Returns TRUE if the filename exists and is readable using %asc_unit_read_data.

Available since: 0.14.5

Parameters

filename

Type: const gchar*

The filename to check.

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

Return value

Type: gboolean

No description available.