fomatting of headers -> fixup. and documentation fixing.
[framework/uifw/elementary.git] / src / lib / elm_need.h
index d1d751a..e066448 100644 (file)
@@ -1,50 +1,49 @@
-   /**
   * Request that your elementary application needs efreet
-    * 
   * This initializes the Efreet library when called and if support exists
   * it returns EINA_TRUE, otherwise returns EINA_FALSE. This must be called
   * before any efreet calls.
-    * 
   * @return EINA_TRUE if support exists and initialization succeeded.
-    * 
   * @ingroup Efreet
   */
-   EAPI Eina_Bool    elm_need_efreet(void);
+/**
+ * Request that your elementary application needs efreet
+ *
+ * This initializes the Efreet library when called and if support exists
+ * it returns EINA_TRUE, otherwise returns EINA_FALSE. This must be called
+ * before any efreet calls.
+ *
+ * @return EINA_TRUE if support exists and initialization succeeded.
+ *
+ * @ingroup Efreet
+ */
+EAPI Eina_Bool elm_need_efreet(void);
 
-   /**
   * Request that your elementary application needs e_dbus
-    * 
   * This initializes the E_dbus library when called and if support exists
   * it returns EINA_TRUE, otherwise returns EINA_FALSE. This must be called
   * before any e_dbus calls.
-    * 
   * @return EINA_TRUE if support exists and initialization succeeded.
-    * 
   * @ingroup E_dbus
   */
-   EAPI Eina_Bool    elm_need_e_dbus(void);
+/**
+ * Request that your elementary application needs e_dbus
+ *
+ * This initializes the E_dbus library when called and if support exists
+ * it returns EINA_TRUE, otherwise returns EINA_FALSE. This must be called
+ * before any e_dbus calls.
+ *
+ * @return EINA_TRUE if support exists and initialization succeeded.
+ *
+ * @ingroup E_dbus
+ */
+EAPI Eina_Bool elm_need_e_dbus(void);
 
-   /**
-    * Request that your elementary application needs ethumb
-    * 
-    * This initializes the Ethumb library when called and if support exists
-    * it returns EINA_TRUE, otherwise returns EINA_FALSE.
-    * This must be called before any other function that deals with
-    * elm_thumb objects or ethumb_client instances.
-    *
-    * @ingroup Thumb
-    */
-   EAPI Eina_Bool    elm_need_ethumb(void);
-
-   /**
-    * Request that your elementary application needs web support
-    * 
-    * This initializes the Ewebkit library when called and if support exists
-    * it returns EINA_TRUE, otherwise returns EINA_FALSE.
-    * This must be called before any other function that deals with
-    * elm_web objects or ewk_view instances.
-    *
-    * @ingroup Web
-    */
-   EAPI Eina_Bool    elm_need_web(void);
+/**
+ * Request that your elementary application needs ethumb
+ *
+ * This initializes the Ethumb library when called and if support exists
+ * it returns EINA_TRUE, otherwise returns EINA_FALSE.
+ * This must be called before any other function that deals with
+ * elm_thumb objects or ethumb_client instances.
+ *
+ * @ingroup Thumb
+ */
+EAPI Eina_Bool elm_need_ethumb(void);
 
+/**
+ * Request that your elementary application needs web support
+ *
+ * This initializes the Ewebkit library when called and if support exists
+ * it returns EINA_TRUE, otherwise returns EINA_FALSE.
+ * This must be called before any other function that deals with
+ * elm_web objects or ewk_view instances.
+ *
+ * @ingroup Web
+ */
+EAPI Eina_Bool elm_need_web(void);