cedric pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=2d338afb7c3fdcd3b19ee1850b594aeeb5d68415

commit 2d338afb7c3fdcd3b19ee1850b594aeeb5d68415
Author: Jean Guyomarc'h <jean.guyoma...@gmail.com>
Date:   Wed Jan 6 23:10:29 2016 +0100

    ecore_cocoa: add missing documentation
    
    Signed-off-by: Cedric BAIL <ced...@osg.samsung.com>
---
 src/lib/ecore_cocoa/Ecore_Cocoa.h | 15 +++++++++++++--
 1 file changed, 13 insertions(+), 2 deletions(-)

diff --git a/src/lib/ecore_cocoa/Ecore_Cocoa.h 
b/src/lib/ecore_cocoa/Ecore_Cocoa.h
index 42bc61d..5b05129 100644
--- a/src/lib/ecore_cocoa/Ecore_Cocoa.h
+++ b/src/lib/ecore_cocoa/Ecore_Cocoa.h
@@ -2,7 +2,7 @@
  * @file Ecore_Cocoa.h
  *
  * @brief Ecore_Cocoa Wrapper Library to interact with the Cocoa
- * envirnement (Mac OS X) from the E environment
+ * environment (Mac OS X) from the E environment
  *
  */
 #ifndef __ECORE_COCOA_H__
@@ -335,10 +335,21 @@ EAPI void ecore_cocoa_window_size_max_get(const 
Ecore_Cocoa_Window *window,
                                           int                      *w,
                                           int                      *h);
 
+/**
+ * Set a Cocoa window's resize increment
+ * @param window The Cocoa window which resize increment is to be set
+ * @param w The width size increment
+ * @param h The height size increment
+ */
 EAPI void ecore_cocoa_window_size_step_set(Ecore_Cocoa_Window *window,
                                            int                 w,
                                            int                 h);
-
+/**
+ * Get a Cocoa window's resize increment
+ * @param window The Cocoa window which resize increment queried
+ * @param w The width size increment
+ * @param h The height size increment
+ */
 EAPI void ecore_cocoa_window_size_step_get(const Ecore_Cocoa_Window *window,
                                            int                      *w,
                                            int                      *h);

-- 


Reply via email to