Method

GioFileInfoget_is_symlink

Declaration

gboolean
g_file_info_get_is_symlink (
  GFileInfo* info
)

Description

Checks if a file is a symlink.

It is an error to call this if the GFileInfo does not contain G_FILE_ATTRIBUTE_STANDARD_IS_SYMLINK.

Return value

Type: gboolean

TRUE if the given info is a symlink.