RecentInfo.createAppInfo

gio.app_info.AppInfo createAppInfo(string appName = null)

Creates a #GAppInfo for the specified #GtkRecentInfo

Parameters

appNamethe 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

Returns

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

Throws

[ErrorWrap]