[gnome-shell] Minor documentation fixes



commit 9b38c5b30410f0a5229f231f54dcbefbf74a1602
Author: Jasper St. Pierre <jstpierre mecheye net>
Date:   Mon Oct 17 22:09:48 2011 -0400

    Minor documentation fixes

 src/st/st-texture-cache.c |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/src/st/st-texture-cache.c b/src/st/st-texture-cache.c
index dbdbe49..466f1ba 100644
--- a/src/st/st-texture-cache.c
+++ b/src/st/st-texture-cache.c
@@ -1252,7 +1252,7 @@ load_sliced_image (GSimpleAsyncResult *result,
  * note that the dimensions of the image loaded from @path 
  * should be a multiple of the specified grid dimensions.
  *
- * Returns: (transfer none): A new ClutterGroup
+ * Returns: (transfer none): A new #ClutterGroup
  */
 ClutterGroup *
 st_texture_cache_load_sliced_image (StTextureCache    *cache,
@@ -1349,7 +1349,7 @@ symbolic_names_for_icon (const char *name)
  * @theme_node: (allow-none): a #StThemeNode
  * @name: Name of a themed icon
  * @icon_type: the type of icon to load
- * @size: Size of themed
+ * @size: Size of themed icon
  *
  * Load a themed icon into a texture. See the #StIconType documentation
  * for an explanation of how @icon_type affects the returned icon. The
@@ -1628,7 +1628,7 @@ st_texture_cache_load_file_to_cogl_texture (StTextureCache *cache,
  * into a cairo surface.  On error, a warning is emitted
  * and %NULL is returned.
  *
- * Returns: (transfer full): a new #cairo_surface_t *
+ * Returns: (transfer full): a new #cairo_surface_t
  */
 cairo_surface_t *
 st_texture_cache_load_file_to_cairo_surface (StTextureCache *cache,



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]