gtkRecentInfoGetShortName {RGtk2}R Documentation

gtkRecentInfoGetShortName

Description

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".

Usage

gtkRecentInfoGetShortName(object)

Arguments

object [GtkRecentInfo] an GtkRecentInfo

Details

Since 2.10

Value

[character] .

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]