gdk_gl_context_ref

Langue: en

Version: 283069 (debian - 07/07/09)

Section: 3 (Bibliothèques de fonctions)

NAME

gdk_gl_context_ref - increase reference count

SYNOPSIS

#include <gtkgl/gdkgl.h>

GdkGLContext *gdk_gl_context_ref( GdkGLContext *context )

context
Pointer to a GdkGLContext.

DESCRIPTION

Increases reference count of context by one, returns context.

The gdk_gl_* functions are quite straightforward wrappers around a few necessary GLX calls and should be easy to understand if you already know GLX.

LIBRARY USE

Use -lgtkgl as a flag to the loader.

SEE ALSO

gdk_gl_context_new(3), gdk_gl_context_share_new(3), gdk_gl_context_unref(3)

AUTHORS

The author of the GTKGLArea library is Janne Löf.

This manpage was created by Morten Kjeldgaard for the Debian project.