gtkIconSourceGetIconName {RGtk2}R Documentation

gtkIconSourceGetIconName

Description

Retrieves the source icon name, or NULL if none is set. The icon_name is not a copy, and should not be modified or expected to persist beyond the lifetime of the icon source.

Usage

gtkIconSourceGetIconName(object)

Arguments

object [GtkIconSource] a GtkIconSource

Value

[character] icon name.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]