cairoSurfaceReference {RGtk2}R Documentation

cairoSurfaceReference

Description

Increases the reference count on surface by one. This prevents surface from being destroyed until a matching call to cairoSurfaceDestroy is made.

Usage

cairoSurfaceReference(surface)

Arguments

surface [CairoSurface] a CairoSurface

Details

.

Value

[CairoSurface] the referenced CairoSurface.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]