buffer: Remove use of CoglHandle in the CoglBuffer API
authorRobert Bragg <robert@linux.intel.com>
Thu, 27 May 2010 22:40:40 +0000 (23:40 +0100)
committerRobert Bragg <robert@linux.intel.com>
Fri, 28 May 2010 17:42:33 +0000 (18:42 +0100)
commite2fc489f0849d0295297d5702b815d853ff35135
treeefec76f0d707dce93b934c73a153ed6bacbb1ed1
parenta8c8cbee5139427f4daf222e2f3b98276d1507b5
buffer: Remove use of CoglHandle in the CoglBuffer API

This replaces the use of CoglHandle with strongly type CoglBuffer *
pointers instead. The only function not converted for now is
cogl_is_buffer which will be done in a later commit.
clutter/cogl/cogl/cogl-buffer-private.h
clutter/cogl/cogl/cogl-buffer.c
clutter/cogl/cogl/cogl-buffer.h