Title: [151775] trunk/Source/WebKit2
- Revision
- 151775
- Author
- [email protected]
- Date
- 2013-06-20 07:11:19 -0700 (Thu, 20 Jun 2013)
Log Message
[EFL][WK2] Update text checker documentation.
https://bugs.webkit.org/show_bug.cgi?id=117828
Reviewed by Christophe Dumez.
* UIProcess/API/efl/ewk_text_checker.h:
The client is not responsible for destroying the memory.
Modified Paths
Diff
Modified: trunk/Source/WebKit2/ChangeLog (151774 => 151775)
--- trunk/Source/WebKit2/ChangeLog 2013-06-20 13:21:56 UTC (rev 151774)
+++ trunk/Source/WebKit2/ChangeLog 2013-06-20 14:11:19 UTC (rev 151775)
@@ -1,3 +1,13 @@
+2013-06-20 Grzegorz Czajkowski <[email protected]>
+
+ [EFL][WK2] Update text checker documentation.
+ https://bugs.webkit.org/show_bug.cgi?id=117828
+
+ Reviewed by Christophe Dumez.
+
+ * UIProcess/API/efl/ewk_text_checker.h:
+ The client is not responsible for destroying the memory.
+
2013-06-19 Sam Weinig <[email protected]>
Expose plug-ins CFBundleShortVersionString in the WKPluginInformation dictionary
Modified: trunk/Source/WebKit2/UIProcess/API/efl/ewk_text_checker.h (151774 => 151775)
--- trunk/Source/WebKit2/UIProcess/API/efl/ewk_text_checker.h 2013-06-20 13:21:56 UTC (rev 151774)
+++ trunk/Source/WebKit2/UIProcess/API/efl/ewk_text_checker.h 2013-06-20 14:11:19 UTC (rev 151775)
@@ -96,8 +96,8 @@
* @param tag unique tag to notify the spell checker which document that @a text is associated,
* @c 0 can be passed for text not associated with a particular document
* @param word the word to get guesses
- * @return a list of dynamically allocated strings (as char*) and
- * caller is responsible for destroying them.
+ * @return a list of dynamically allocated strings (as char*),
+ * the list and its items will be freed by WebKit.
*/
typedef Eina_List *(*Ewk_Text_Checker_Word_Guesses_Get_Cb)(uint64_t tag, const char *word);
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes