RecentInfo.createAppInfo

Creates a GAppInfo for the specified GtkRecentInfo

class RecentInfo
createAppInfo
(
string appName
)

Parameters

appName string

the name of the application that should be mapped to a GAppInfo; if NULL is used then the default application for the MIME type is used. [allow-none]

Return Value

Type: AppInfo

the newly created GAppInfo, or NULL. In case of error, error will be set either with a GTK_RECENT_MANAGER_ERROR or a G_IO_ERROR. [transfer full]

Throws

GException on failure.

Meta