Function

GnomeAutoarfilter_get_description_libarchive

Declaration [src]

gchar*
autoar_filter_get_description_libarchive (
  AutoarFilter filter
)

Description [src]

Gets description of the filter from libarchive. This function creates and destroys an archive object in order to get the description string.

Parameters

filter

Type: AutoarFilter

An AutoarFilter.

Return value

Type: gchar*

Description about the filter. Free the returned string with g_free().

The caller of the function takes ownership of the data, and is responsible for freeing it.
The value is a NUL terminated UTF-8 string.