⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 160171 in webkit


Ignore:
Timestamp:
Dec 5, 2013, 5:28:37 AM (13 years ago)
Author:
Carlos Garcia Campos
Message:

[GTK] Fix GObject introspection warnings in webkitspellchecker
https://bugs.webkit.org/show_bug.cgi?id=125299

Reviewed by Philippe Normand.

  • webkit/webkitspellchecker.cpp: Add missing ':' after some

gobject-introspection annotations.

Location:
trunk/Source/WebKit/gtk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit/gtk/ChangeLog

    r160099 r160171  
     12013-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
    1112013-12-03  Joseph Pecoraro  <pecoraro@apple.com>
    212
  • trunk/Source/WebKit/gtk/webkit/webkitspellchecker.cpp

    r145722 r160171  
    4141 * @checker: a #WebKitSpellChecker
    4242 * @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 misspelling
    44  * @misspelling_length: (out) (allow-none) a pointer to an integer to store the length of the first misspelling
     43 * @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
    4545 *
    4646 * Checks @string for misspellings using @checker, storing the
     
    6464 * @checker: a #WebKitSpellChecker
    6565 * @word: the misspelled word
    66  * @context: (allow-none) the surrounding context of the misspelled word
     66 * @context: (allow-none): the surrounding context of the misspelled word
    6767 *
    6868 * Returns a %NULL-terminated array of guesses for corrections of the
     
    9090 * webkit_spell_checker_update_spell_checking_languages:
    9191 * @checker: a #WebKitSpellChecker
    92  * @languages: (allow-none) a string of languages to use for @checker
     92 * @languages: (allow-none): a string of languages to use for @checker
    9393 *
    9494 * Sets @languages as the list of languages to use by @checker. The
     
    114114 * Returns a suggestion for a word to use in an "autocorrect" feature.
    115115 *
    116  * Returns: (transfer full) the suggestion for the autocorrection of
     116 * Returns: (transfer full): the suggestion for the autocorrection of
    117117 * @word
    118118 *
Note: See TracChangeset for help on using the changeset viewer.