ecore_cocoa: improve documentation

This commit is contained in:
Jean Guyomarc'h 2016-06-07 21:04:25 +02:00
parent d0826aacb7
commit 7b29dff87e
1 changed files with 4 additions and 0 deletions

View 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
*/