Virtual Method

AppStreamComposeUnitdir_exists

Declaration [src]

gboolean
dir_exists (
  AscUnit* unit,
  const gchar* dirname
)

Description [src]

Returns TRUE if the directory exists and files in it are readable.

Parameters

dirname const gchar*
 

The directory name to check.

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

Return value

Returns: gboolean
  No description available.