cally: Check HAVE_CONFIG_H on cally-util.c
authorAlejandro Piñeiro <apinheiro@igalia.com>
Wed, 7 Jul 2010 12:05:27 +0000 (14:05 +0200)
committerAlejandro Piñeiro <apinheiro@igalia.com>
Wed, 7 Jul 2010 13:46:34 +0000 (15:46 +0200)
clutter/cally/cally-util.c

index a0890b9..8b83009 100644 (file)
  * Boston, MA 02111-1307, USA.
  */
 
+/**
+ * SECTION:cally-util
+ * @Title: CallyUtil
+ * @short_description: #AtkUtil implementation
+ * @see_also: #ClutterActor
+ *
+ * #CallyUtil implements #AtkUtil abstract methods. Although it
+ * includes the name "Util" it is in fact one of the most important
+ * interfaces to be implemented in any ATK toolkit implementation.
+
+ * For instance, it defines atk_get_root(), the method that returns
+ * the root object in the hierarchy. Without it, you don't have
+ * available any accessible object.
+ */
+
+#ifdef HAVE_CONFIG_H
 #include "config.h"
+#endif
 
 #include <stdlib.h>
 #include <string.h>