Method

NautilusFileInfoget_string_attribute

Declaration [src]

char*
nautilus_file_info_get_string_attribute (
  NautilusFileInfo* file_info,
  const char* attribute_name
)

Description

No description available.

Parameters

attribute_name const char*
 

The name of an attribute.

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

Return value

Returns: char*
 

The value for the given attribute_name, or NULL if there is none.

 The caller of the method takes ownership of the data, and is responsible for freeing it.
 The return value can be NULL.
 The string is a NUL terminated UTF-8 string.