From 7b29dff87e1468f77ed0607b77a49c238c121006 Mon Sep 17 00:00:00 2001 From: Jean Guyomarc'h Date: Tue, 7 Jun 2016 21:04:25 +0200 Subject: [PATCH] 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 67342d9811..aae6645c86 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 */