summaryrefslogtreecommitdiff
path: root/cogl
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@linux.intel.com>2010-09-20 13:15:44 +0100
committerEmmanuele Bassi <ebassi@linux.intel.com>2010-09-20 13:15:44 +0100
commitab78575823dbac0c1f9783425f7f08ada7aa5292 (patch)
tree4e00bd59045afdcc0018904f7c794ecfb35be432 /cogl
parent0b2985ad66f7a5a3f7db2b7fc7f3b554ee1037a4 (diff)
downloadcogl-ab78575823dbac0c1f9783425f7f08ada7aa5292.tar.gz
docs: API reference fixes
Diffstat (limited to 'cogl')
-rw-r--r--cogl/cogl-path.h2
-rw-r--r--cogl/winsys/cogl-texture-pixmap-x11.h18
2 files changed, 13 insertions, 7 deletions
diff --git a/cogl/cogl-path.h b/cogl/cogl-path.h
index edeefe0d..cd553c7c 100644
--- a/cogl/cogl-path.h
+++ b/cogl/cogl-path.h
@@ -125,6 +125,8 @@ cogl_path_set_fill_rule (CoglPathFillRule fill_rule);
/**
* cogl_path_get_fill_rule:
*
+ * Retrieves the fill rule set using cogl_path_set_fill_rule().
+ *
* Return value: the fill rule that is used for the current path.
*
* Since: 1.4
diff --git a/cogl/winsys/cogl-texture-pixmap-x11.h b/cogl/winsys/cogl-texture-pixmap-x11.h
index 19886626..b2a4ae05 100644
--- a/cogl/winsys/cogl-texture-pixmap-x11.h
+++ b/cogl/winsys/cogl-texture-pixmap-x11.h
@@ -96,11 +96,13 @@ cogl_texture_pixmap_x11_update_area (CoglHandle handle,
* cogl_texture_pixmap_x11_is_using_tfp_extension:
* @handle: A CoglHandle to a CoglTexturePixmapX11 instance
*
- * Return value: whether the texture is using the
- * GLX_EXT_texture_from_pixmap or similar extension to copy the
- * contents of the pixmap to the texture. This extension is usually
- * implemented as zero-copy so it implies the updates are working
- * efficiently.
+ * Checks whether the texture is using the GLX_EXT_texture_from_pixmap
+ * or similar extension to copy the contents of the pixmap to the texture.
+ * This extension is usually implemented as zero-copy operation so it
+ * implies the updates are working efficiently.
+ *
+ * Return value: %TRUE if the texture is using an efficient extension
+ * and %FALSE otherwise
*
* Since: 1.4
* Stability: Unstable
@@ -137,8 +139,10 @@ cogl_texture_pixmap_x11_set_damage_object (CoglHandle handle,
* cogl_is_texture_pixmap_x11:
* @handle: A CoglHandle
*
- * Return value: whether @handle points to a CoglTexturePixmapX11
- * instance.
+ * Checks whether @handle points to a CoglTexturePixmapX11 instance.
+ *
+ * Return value: %TRUE if the handle is a CoglTexturePixmapX11, and
+ * %FALSE otherwise
*
* Since: 1.4
* Stability: Unstable