From 432c37bd21abf357e28e64b4a337c06c71b2bd32 Mon Sep 17 00:00:00 2001 From: Neil Roberts Date: Fri, 2 Jul 2010 13:49:34 +0100 Subject: [PATCH] Add CoglMaterialWrapMode to the Cogl docs and fix docs for the getters CoglMaterialWrapMode was missing from the cogl-sections.txt file so it wasn't getting displayed. There were also no documented return values from the getters. --- cogl/cogl-material.h | 4 ++++ doc/reference/cogl/cogl-sections.txt | 1 + 2 files changed, 5 insertions(+) diff --git a/cogl/cogl-material.h b/cogl/cogl-material.h index abc2d06b5..c7ac7a516 100644 --- a/cogl/cogl-material.h +++ b/cogl/cogl-material.h @@ -942,6 +942,8 @@ cogl_material_set_layer_wrap_mode (CoglMaterial *material, * * Gets the wrap mode for the 's' coordinate of texture lookups on this layer. * + * Return value: the wrap mode value for the s coordinate. + * * Since: 1.4 */ CoglMaterialWrapMode @@ -953,6 +955,8 @@ cogl_material_layer_get_wrap_mode_s (CoglMaterialLayer *layer); * * Gets the wrap mode for the 't' coordinate of texture lookups on this layer. * + * Return value: the wrap mode value for the t coordinate. + * * Since: 1.4 */ CoglMaterialWrapMode diff --git a/doc/reference/cogl/cogl-sections.txt b/doc/reference/cogl/cogl-sections.txt index 3ab3ad69f..6f03d6179 100644 --- a/doc/reference/cogl/cogl-sections.txt +++ b/doc/reference/cogl/cogl-sections.txt @@ -496,6 +496,7 @@ cogl_material_layer_get_type cogl_material_layer_get_texture cogl_material_layer_get_min_filter cogl_material_layer_get_mag_filter +CoglMaterialWrapMode cogl_material_set_layer_wrap_mode cogl_material_set_layer_wrap_mode_s cogl_material_set_layer_wrap_mode_t