gi-gtk-3.0.7: Gtk bindings

CopyrightWill Thompson, Iñaki García Etxebarria and Jonas Platte
LicenseLGPL-2.1
MaintainerIñaki García Etxebarria (garetxe@gmail.com)
Safe HaskellNone
LanguageHaskell2010

GI.Gtk.Structs.RecentData

Contents

Description

Meta-data to be passed to gtk_recent_manager_add_full() when registering a recently used resource.

Synopsis

Exported types

newtype RecentData Source #

Constructors

RecentData (ManagedPtr RecentData) 

Instances

WrappedPtr RecentData Source # 
(~) AttrOpTag tag AttrSet => Constructible RecentData tag Source # 

Methods

new :: MonadIO m => (ManagedPtr RecentData -> RecentData) -> [AttrOp RecentData tag] -> m RecentData

((~) * info (ResolveRecentDataMethod t RecentData), MethodInfo * info RecentData p) => IsLabel t (RecentData -> p) Source # 

Methods

fromLabel :: Proxy# Symbol t -> RecentData -> p #

((~) * info (ResolveRecentDataMethod t RecentData), MethodInfo * info RecentData p) => IsLabelProxy t (RecentData -> p) Source # 
HasAttributeList * RecentData Source # 
type AttributeList RecentData Source # 
type AttributeList RecentData

newZeroRecentData :: MonadIO m => m RecentData Source #

Construct a RecentData struct initialized to zero.

Properties

appExec

recentData_appExec :: AttrLabelProxy "appExec" Source #

appName

recentData_appName :: AttrLabelProxy "appName" Source #

description

recentData_description :: AttrLabelProxy "description" Source #

displayName

recentData_displayName :: AttrLabelProxy "displayName" Source #

groups

recentData_groups :: AttrLabelProxy "groups" Source #

isPrivate

recentData_isPrivate :: AttrLabelProxy "isPrivate" Source #

mimeType

recentData_mimeType :: AttrLabelProxy "mimeType" Source #