path: Remove use of CoglHandle in the CoglPath API
authorRobert Bragg <robert@linux.intel.com>
Thu, 27 May 2010 23:35:47 +0000 (00:35 +0100)
committerRobert Bragg <robert@linux.intel.com>
Tue, 1 Jun 2010 11:20:58 +0000 (12:20 +0100)
commitf3f268b0cdc9e8113b0dee9eb28eca309823f544
tree8bcaf2288df18c5b97b6ce06f4add072ac39b835
parent250d82cd3fdf4cfa2b8cc5ad93cc4577a1daa2e3
path: Remove use of CoglHandle in the CoglPath API

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