结构

GtkRecentInfo

说明 [src]

struct GtkRecentInfo {
  /* No available fields */
}

GtkRecentInfo 包含与最近使用的文件列表中的某个项相关的元数据。

方法实例

gtk_recent_info_create_app_info

为指定的 GtkRecentInfo 创建一个 GAppInfo

gtk_recent_info_exists

检查 info 指向的资源是否仍然存在。目前,此检查仅针对指向本地文件的资源执行。

gtk_recent_info_get_added

获取向最近使用的资源列表中添加资源的时间。

gtk_recent_info_get_age

获取自 info 指向的资源上次更新以来经过的天数。

gtk_recent_info_get_application_info

获取有关已经注册 info 指向的资源的应用程序的数据。

gtk_recent_info_get_applications

检索已注册此资源的应用程序的列表。

gtk_recent_info_get_description

获取(短)资源描述。

gtk_recent_info_get_display_name

获取资源的名称。

gtk_recent_info_get_gicon

检索与资源 MIME 类型关联的图标。

gtk_recent_info_get_groups

返回为最近使用的项 info 注册的所有组。

gtk_recent_info_get_mime_type

获取资源的 MIME 类型。

gtk_recent_info_get_modified

获取资源元数据上一次修改的时间。

gtk_recent_info_get_private_hint

获取“private”标志的值。

gtk_recent_info_get_short_name

计算一个有效的 UTF-8 字符串,该字符串可以用作菜单或列表中项的名称。

gtk_recent_info_get_uri

获取资源的 URI

gtk_recent_info_get_uri_display

获取资源的 URI 的可显示版本。

gtk_recent_info_get_visited

获取资源元数据上一次访问的时间。

gtk_recent_info_has_application

检查是否有应用程序使用 app_name 注册了这个资源。

gtk_recent_info_has_group

检查在最近使用项注册的组中 group_name 是否出现在 info 中。

gtk_recent_info_is_local

通过查看其 URI 的架构来检查资源是否为本地资源。

gtk_recent_info_last_application

获取注册 info 所示的最近使用资源的最后一个应用程序的名称。

gtk_recent_info_match

检查两个 GtkRecentInfo 是否指向相同的资源。

gtk_recent_info_ref

recent_info 的引用计数增加 1。

gtk_recent_info_unref

info 的引用计数减少 1。