jayji pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=7b29dff87e1468f77ed0607b77a49c238c121006

commit 7b29dff87e1468f77ed0607b77a49c238c121006
Author: Jean Guyomarc'h <j...@guyomarch.bzh>
Date:   Tue Jun 7 21:04:25 2016 +0200

    ecore_cocoa: improve documentation
---
 src/lib/ecore_cocoa/Ecore_Cocoa.h | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/src/lib/ecore_cocoa/Ecore_Cocoa.h 
b/src/lib/ecore_cocoa/Ecore_Cocoa.h
index 67342d9..aae6645 100644
--- a/src/lib/ecore_cocoa/Ecore_Cocoa.h
+++ b/src/lib/ecore_cocoa/Ecore_Cocoa.h
@@ -433,6 +433,10 @@ EAPI void 
ecore_cocoa_window_borderless_set(Ecore_Cocoa_Window *window,
 
 /**
  * Set the content view of a Cocoa window
+ *
+ * Refer to Apple's documentation of the property 'contentView' of
+ * the NSWindow class for more details about the content view.
+ *
  * @param window The Cocoa window which internal view is to be set
  * @param view The NSView to be set as @c window content view
  */

-- 


Reply via email to