Changeset 160171 in webkit
- Timestamp:
- Dec 5, 2013, 5:28:37 AM (13 years ago)
- Location:
- trunk/Source/WebKit/gtk
- Files:
-
- 2 edited
-
ChangeLog (modified) (1 diff)
-
webkit/webkitspellchecker.cpp (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebKit/gtk/ChangeLog
r160099 r160171 1 2013-12-05 Carlos Garcia Campos <cgarcia@igalia.com> 2 3 [GTK] Fix GObject introspection warnings in webkitspellchecker 4 https://bugs.webkit.org/show_bug.cgi?id=125299 5 6 Reviewed by Philippe Normand. 7 8 * webkit/webkitspellchecker.cpp: Add missing ':' after some 9 gobject-introspection annotations. 10 1 11 2013-12-03 Joseph Pecoraro <pecoraro@apple.com> 2 12 -
trunk/Source/WebKit/gtk/webkit/webkitspellchecker.cpp
r145722 r160171 41 41 * @checker: a #WebKitSpellChecker 42 42 * @string: the string to check for misspellings 43 * @misspelling_location: (out) (allow-none) a pointer to an integer to store the location of the first misspelling44 * @misspelling_length: (out) (allow-none) a pointer to an integer to store the length of the first misspelling43 * @misspelling_location: (out) (allow-none): a pointer to an integer to store the location of the first misspelling 44 * @misspelling_length: (out) (allow-none): a pointer to an integer to store the length of the first misspelling 45 45 * 46 46 * Checks @string for misspellings using @checker, storing the … … 64 64 * @checker: a #WebKitSpellChecker 65 65 * @word: the misspelled word 66 * @context: (allow-none) the surrounding context of the misspelled word66 * @context: (allow-none): the surrounding context of the misspelled word 67 67 * 68 68 * Returns a %NULL-terminated array of guesses for corrections of the … … 90 90 * webkit_spell_checker_update_spell_checking_languages: 91 91 * @checker: a #WebKitSpellChecker 92 * @languages: (allow-none) a string of languages to use for @checker92 * @languages: (allow-none): a string of languages to use for @checker 93 93 * 94 94 * Sets @languages as the list of languages to use by @checker. The … … 114 114 * Returns a suggestion for a word to use in an "autocorrect" feature. 115 115 * 116 * Returns: (transfer full) the suggestion for the autocorrection of116 * Returns: (transfer full): the suggestion for the autocorrection of 117 117 * @word 118 118 *
Note:
See TracChangeset
for help on using the changeset viewer.