ecore_cocoa: improve documentation
authorJean Guyomarc'h <jean@guyomarch.bzh>
Tue, 7 Jun 2016 19:04:25 +0000 (21:04 +0200)
committerJean Guyomarc'h <jean@guyomarch.bzh>
Tue, 7 Jun 2016 20:20:06 +0000 (22:20 +0200)
src/lib/ecore_cocoa/Ecore_Cocoa.h

index 67342d9..aae6645 100644 (file)
@@ -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
  */