gIconToString: gIconToString

Description Usage Arguments Details Value Author(s)

View source: R/gioFuncs.R

Description

Generates a textual representation of icon that can be used for serialization such as when passing icon to a different process or saving it to persistent storage. Use gIconNewForString to get icon back from the returned string.

Usage

1
gIconToString(object)

Arguments

object

a GIcon.

Details

The encoding of the returned string is proprietary to GIcon except in the following two cases

Since 2.20

Value

[character] An allocated UTF8 string or NULL if icon can't be serialized.

Author(s)

Derived by RGtkGen from GTK+ documentation


RGtk2 documentation built on Oct. 14, 2021, 5:08 p.m.

Related to gIconToString in RGtk2...