cogl-path: Adds missing cogl_is_path prototype

This adds a missing cogl_is_path prototype to the public cogl-path.h
header.
This commit is contained in:
Robert Bragg 2010-06-01 17:53:42 +01:00
parent eca2634050
commit d131602a6d
2 changed files with 13 additions and 0 deletions

View File

@ -53,6 +53,18 @@ G_BEGIN_DECLS
typedef struct _CoglPath CoglPath;
/**
* cogl_is_path:
* @handle: A CoglHandle
*
* Gets whether the given handle references an existing path object.
*
* Return value: %TRUE if the handle references a #CoglPath,
* %FALSE otherwise
*/
gboolean
cogl_is_path (CoglHandle handle);
/**
* cogl_path_fill:
*

View File

@ -154,6 +154,7 @@ cogl_rectangle_with_multitexture_coords
cogl_polygon
<SUBSECTION>
cogl_is_path
cogl_path_new
cogl_get_path
cogl_set_path