pangoCoverageToBytes {RGtk2}R Documentation

pangoCoverageToBytes

Description

Convert a PangoCoverage structure into a flat binary format

Usage

pangoCoverageToBytes(object)

Arguments

object

a PangoCoverage

Value

A list containing the following elements:

bytes

location to store result (must be freed with gFree())

n.bytes

location to store size of result

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.20.21 Index]