| Copyright | Will Thompson and Iñaki García Etxebarria | 
|---|---|
| License | LGPL-2.1 | 
| Maintainer | Iñaki García Etxebarria | 
| Safe Haskell | Safe-Inferred | 
| Language | Haskell2010 | 
GI.Gtk.Structs.RecentInfo
Description
GtkRecentInfo contains the metadata associated with an item in the
 recently used files list.
Synopsis
- newtype RecentInfo = RecentInfo (ManagedPtr RecentInfo)
 - recentInfoCreateAppInfo :: (HasCallStack, MonadIO m) => RecentInfo -> Maybe Text -> m (Maybe AppInfo)
 - recentInfoExists :: (HasCallStack, MonadIO m) => RecentInfo -> m Bool
 - recentInfoGetAdded :: (HasCallStack, MonadIO m) => RecentInfo -> m DateTime
 - recentInfoGetAge :: (HasCallStack, MonadIO m) => RecentInfo -> m Int32
 - recentInfoGetApplicationInfo :: (HasCallStack, MonadIO m) => RecentInfo -> Text -> m (Bool, Text, Word32, DateTime)
 - recentInfoGetApplications :: (HasCallStack, MonadIO m) => RecentInfo -> m ([Text], Word64)
 - recentInfoGetDescription :: (HasCallStack, MonadIO m) => RecentInfo -> m Text
 - recentInfoGetDisplayName :: (HasCallStack, MonadIO m) => RecentInfo -> m Text
 - recentInfoGetGicon :: (HasCallStack, MonadIO m) => RecentInfo -> m (Maybe Icon)
 - recentInfoGetGroups :: (HasCallStack, MonadIO m) => RecentInfo -> m ([Text], Word64)
 - recentInfoGetMimeType :: (HasCallStack, MonadIO m) => RecentInfo -> m Text
 - recentInfoGetModified :: (HasCallStack, MonadIO m) => RecentInfo -> m DateTime
 - recentInfoGetPrivateHint :: (HasCallStack, MonadIO m) => RecentInfo -> m Bool
 - recentInfoGetShortName :: (HasCallStack, MonadIO m) => RecentInfo -> m Text
 - recentInfoGetUri :: (HasCallStack, MonadIO m) => RecentInfo -> m Text
 - recentInfoGetUriDisplay :: (HasCallStack, MonadIO m) => RecentInfo -> m (Maybe Text)
 - recentInfoGetVisited :: (HasCallStack, MonadIO m) => RecentInfo -> m DateTime
 - recentInfoHasApplication :: (HasCallStack, MonadIO m) => RecentInfo -> Text -> m Bool
 - recentInfoHasGroup :: (HasCallStack, MonadIO m) => RecentInfo -> Text -> m Bool
 - recentInfoIsLocal :: (HasCallStack, MonadIO m) => RecentInfo -> m Bool
 - recentInfoLastApplication :: (HasCallStack, MonadIO m) => RecentInfo -> m Text
 - recentInfoMatch :: (HasCallStack, MonadIO m) => RecentInfo -> RecentInfo -> m Bool
 - recentInfoRef :: (HasCallStack, MonadIO m) => RecentInfo -> m RecentInfo
 - recentInfoUnref :: (HasCallStack, MonadIO m) => RecentInfo -> m ()
 
Exported types
newtype RecentInfo Source #
Memory-managed wrapper type.
Constructors
| RecentInfo (ManagedPtr RecentInfo) | 
Instances
| Eq RecentInfo Source # | |
Defined in GI.Gtk.Structs.RecentInfo  | |
| GBoxed RecentInfo Source # | |
Defined in GI.Gtk.Structs.RecentInfo  | |
| ManagedPtrNewtype RecentInfo Source # | |
Defined in GI.Gtk.Structs.RecentInfo Methods toManagedPtr :: RecentInfo -> ManagedPtr RecentInfo  | |
| TypedObject RecentInfo Source # | |
Defined in GI.Gtk.Structs.RecentInfo  | |
| HasParentTypes RecentInfo Source # | |
Defined in GI.Gtk.Structs.RecentInfo  | |
| IsGValue (Maybe RecentInfo) Source # | Convert   | 
Defined in GI.Gtk.Structs.RecentInfo Methods gvalueGType_ :: IO GType gvalueSet_ :: Ptr GValue -> Maybe RecentInfo -> IO () gvalueGet_ :: Ptr GValue -> IO (Maybe RecentInfo)  | |
| type ParentTypes RecentInfo Source # | |
Defined in GI.Gtk.Structs.RecentInfo  | |
Methods
Click to display all available methods, including inherited ones
Methods
createAppInfo, exists, hasApplication, hasGroup, isLocal, lastApplication, match, ref, unref.
Getters
getAdded, getAge, getApplicationInfo, getApplications, getDescription, getDisplayName, getGicon, getGroups, getMimeType, getModified, getPrivateHint, getShortName, getUri, getUriDisplay, getVisited.
Setters
None.
createAppInfo
recentInfoCreateAppInfo Source #
Arguments
| :: (HasCallStack, MonadIO m) | |
| => RecentInfo | 
  | 
| -> Maybe Text | 
  | 
| -> m (Maybe AppInfo) | Returns: the newly created   | 
Creates a GAppInfo for the specified GtkRecentInfo
In case of error, error will be set either with a
 GTK_RECENT_MANAGER_ERROR or a G_IO_ERROR
exists
Arguments
| :: (HasCallStack, MonadIO m) | |
| => RecentInfo | 
  | 
| -> m Bool | Returns:   | 
Checks whether the resource pointed by info still exists.
 At the moment this check is done only on resources pointing
 to local files.
getAdded
Arguments
| :: (HasCallStack, MonadIO m) | |
| => RecentInfo | 
  | 
| -> m DateTime | Returns: a   | 
Gets the time when the resource was added to the recently used resources list.
getAge
Arguments
| :: (HasCallStack, MonadIO m) | |
| => RecentInfo | 
  | 
| -> m Int32 | Returns: a positive integer containing the number of days elapsed since the time this resource was last modified  | 
Gets the number of days elapsed since the last update
 of the resource pointed by info.
getApplicationInfo
recentInfoGetApplicationInfo Source #
Arguments
| :: (HasCallStack, MonadIO m) | |
| => RecentInfo | 
  | 
| -> Text | 
  | 
| -> m (Bool, Text, Word32, DateTime) | Returns:   | 
Gets the data regarding the application that has registered the resource
 pointed by info.
If the command line contains any escape characters defined inside the storage specification, they will be expanded.
getApplications
recentInfoGetApplications Source #
Arguments
| :: (HasCallStack, MonadIO m) | |
| => RecentInfo | 
  | 
| -> m ([Text], Word64) | Returns: a newly
   allocated   | 
Retrieves the list of applications that have registered this resource.
getDescription
recentInfoGetDescription Source #
Arguments
| :: (HasCallStack, MonadIO m) | |
| => RecentInfo | 
  | 
| -> m Text | Returns: the description of the resource. The returned string is owned by the recent manager, and should not be freed.  | 
Gets the (short) description of the resource.
getDisplayName
recentInfoGetDisplayName Source #
Arguments
| :: (HasCallStack, MonadIO m) | |
| => RecentInfo | 
  | 
| -> m Text | Returns: the display name of the resource. The returned string is owned by the recent manager, and should not be freed.  | 
Gets the name of the resource.
If none has been defined, the basename of the resource is obtained.
getGicon
Arguments
| :: (HasCallStack, MonadIO m) | |
| => RecentInfo | 
  | 
| -> m (Maybe Icon) | Returns: a   | 
Retrieves the icon associated to the resource MIME type.
getGroups
Arguments
| :: (HasCallStack, MonadIO m) | |
| => RecentInfo | 
  | 
| -> m ([Text], Word64) | Returns: 
   a newly allocated   | 
getMimeType
recentInfoGetMimeType Source #
Arguments
| :: (HasCallStack, MonadIO m) | |
| => RecentInfo | 
  | 
| -> m Text | Returns: the MIME type of the resource. The returned string is owned by the recent manager, and should not be freed.  | 
Gets the MIME type of the resource.
getModified
recentInfoGetModified Source #
Arguments
| :: (HasCallStack, MonadIO m) | |
| => RecentInfo | 
  | 
| -> m DateTime | Returns: a   | 
Gets the time when the meta-data for the resource was last modified.
getPrivateHint
recentInfoGetPrivateHint Source #
Arguments
| :: (HasCallStack, MonadIO m) | |
| => RecentInfo | 
  | 
| -> m Bool | Returns:   | 
Gets the value of the “private” flag.
Resources in the recently used list that have this flag
 set to True should only be displayed by the applications
 that have registered them.
getShortName
recentInfoGetShortName Source #
Arguments
| :: (HasCallStack, MonadIO m) | |
| => RecentInfo | 
  | 
| -> m Text | Returns: A newly-allocated string in UTF-8 encoding
   free it with   | 
Computes a valid UTF-8 string that can be used as the name of the item in a menu or list.
For example, calling this function on an item that refers to “file:///foo/bar.txt” will yield “bar.txt”.
getUri
Arguments
| :: (HasCallStack, MonadIO m) | |
| => RecentInfo | 
  | 
| -> m Text | Returns: the URI of the resource. The returned string is owned by the recent manager, and should not be freed.  | 
Gets the URI of the resource.
getUriDisplay
recentInfoGetUriDisplay Source #
Arguments
| :: (HasCallStack, MonadIO m) | |
| => RecentInfo | 
  | 
| -> m (Maybe Text) | Returns: a newly allocated UTF-8 string containing the
   resource’s URI or   | 
Gets a displayable version of the resource’s URI.
If the resource is local, it returns a local path; if the
 resource is not local, it returns the UTF-8 encoded content
 of recentInfoGetUri.
getVisited
Arguments
| :: (HasCallStack, MonadIO m) | |
| => RecentInfo | 
  | 
| -> m DateTime | Returns: a   | 
Gets the time when the meta-data for the resource was last visited.
hasApplication
recentInfoHasApplication Source #
Arguments
| :: (HasCallStack, MonadIO m) | |
| => RecentInfo | 
  | 
| -> Text | 
  | 
| -> m Bool | Returns:   | 
Checks whether an application registered this resource using appName.
hasGroup
Arguments
| :: (HasCallStack, MonadIO m) | |
| => RecentInfo | 
  | 
| -> Text | 
  | 
| -> m Bool | Returns:   | 
Checks whether groupName appears inside the groups
 registered for the recently used item info.
isLocal
Arguments
| :: (HasCallStack, MonadIO m) | |
| => RecentInfo | 
  | 
| -> m Bool | Returns:   | 
Checks whether the resource is local or not by looking at the scheme of its URI.
lastApplication
recentInfoLastApplication Source #
Arguments
| :: (HasCallStack, MonadIO m) | |
| => RecentInfo | 
  | 
| -> m Text | Returns: an application name. Use   | 
Gets the name of the last application that have registered the
 recently used resource represented by info.
match
Arguments
| :: (HasCallStack, MonadIO m) | |
| => RecentInfo | 
  | 
| -> RecentInfo | 
  | 
| -> m Bool | Returns:   | 
Checks whether two GtkRecentInfo point to the same resource.
ref
Arguments
| :: (HasCallStack, MonadIO m) | |
| => RecentInfo | 
  | 
| -> m RecentInfo | Returns: the recent info object with its reference count increased by one  | 
Increases the reference count of recentInfo by one.
unref
Arguments
| :: (HasCallStack, MonadIO m) | |
| => RecentInfo | 
  | 
| -> m () | 
Decreases the reference count of info by one.
If the reference count reaches zero, info is
 deallocated, and the memory freed.