gi-gtk-3.0.6: 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 #

Instances

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

Methods

new :: MonadIO m => (ForeignPtr 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

recentDataAppExec :: AttrLabelProxy "appExec" Source #

AppName

recentDataAppName :: AttrLabelProxy "appName" Source #

Description

recentDataDescription :: AttrLabelProxy "description" Source #

DisplayName

recentDataDisplayName :: AttrLabelProxy "displayName" Source #

Groups

recentDataGroups :: AttrLabelProxy "groups" Source #

IsPrivate

recentDataIsPrivate :: AttrLabelProxy "isPrivate" Source #

MimeType

recentDataMimeType :: AttrLabelProxy "mimeType" Source #