Enlightenment CVS committal

Author  : doursse
Project : e17
Module  : libs/ecore

Dir     : e17/libs/ecore/src/lib/ecore_x


Modified Files:
        ecore_x_drawable.c 


Log Message:
 add ecore_x_drawable.c

===================================================================
RCS file: /cvs/e/e17/libs/ecore/src/lib/ecore_x/ecore_x_drawable.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- ecore_x_drawable.c  9 Mar 2007 01:11:09 -0000       1.1
+++ ecore_x_drawable.c  15 Mar 2007 00:23:56 -0000      1.2
@@ -1,13 +1,25 @@
+/*
+ * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2
+ */
+
 #include "ecore_x_private.h"
 
 
 /**
+ * @defgroup Ecore_X_Drawable_Group X Drawable Functions
+ *
+ * Functions that operate on drawables.
+ */
+
+
+/**
  * Retrieves the geometry of the given drawable.
  * @param d The given drawable.
  * @param x Pointer to an integer into which the X position is to be stored.
  * @param y Pointer to an integer into which the Y position is to be stored.
  * @param w Pointer to an integer into which the width is to be stored.
  * @param h Pointer to an integer into which the height is to be stored.
+ * @ingroup Ecore_X_Drawable_Group
  */
 EAPI void
 ecore_x_drawable_geometry_get(Ecore_X_Drawable d, int *x, int *y, int *w, int 
*h)
@@ -35,6 +47,7 @@
  * Retrieves the width of the border of the given drawable.
  * @param  d The given drawable.
  * @return The border width of the given drawable.
+ * @ingroup Ecore_X_Drawable_Group
  */
 EAPI int
 ecore_x_drawable_border_width_get(Ecore_X_Drawable d)
@@ -54,6 +67,7 @@
  * Retrieves the depth of the given drawable.
  * @param  d The given drawable.
  * @return The depth of the given drawable.
+ * @ingroup Ecore_X_Drawable_Group
  */
 EAPI int
 ecore_x_drawable_depth_get(Ecore_X_Drawable d)



-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to