Function

GioUnixDesktopAppInfoget_generic_name

Declaration [src]

const char*
g_desktop_app_info_get_generic_name (
  GDesktopAppInfo* info
)

Description [src]

Gets the generic name from the desktop file.

Parameters

info

Type: GDesktopAppInfo

A GDesktopAppInfo

The data is owned by the caller of the function.

Return value

Type: const char*

The value of the GenericName key

The data is owned by the called function.
The return value can be NULL.
The value is a NUL terminated UTF-8 string.