Bug 125299 - [GTK] Fix GObject introspection warnings in webkitspellchecker
Summary: [GTK] Fix GObject introspection warnings in webkitspellchecker
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKitGTK (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: Gtk
Depends on:
Blocks:
 
Reported: 2013-12-05 04:16 PST by Carlos Garcia Campos
Modified: 2013-12-05 05:25 PST (History)
2 users (show)

See Also:


Attachments
Patch (2.97 KB, patch)
2013-12-05 04:18 PST, Carlos Garcia Campos
pnormand: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Carlos Garcia Campos 2013-12-05 04:16:21 PST
Source/WebKit/gtk/webkit/webkitspellchecker.cpp:43: Warning: WebKit: missing ":" at column 45:
 * @misspelling_location: (out) (allow-none) a pointer to an integer to store the location of the first misspelling
                                            ^
Source/WebKit/gtk/webkit/webkitspellchecker.cpp:44: Warning: WebKit: missing ":" at column 43:
 * @misspelling_length: (out) (allow-none) a pointer to an integer to store the length of the first misspelling
                                          ^
Source/WebKit/gtk/webkit/webkitspellchecker.cpp:66: Warning: WebKit: missing ":" at column 26:
 * @context: (allow-none) the surrounding context of the misspelled word
                         ^
Source/WebKit/gtk/webkit/webkitspellchecker.cpp:92: Warning: WebKit: missing ":" at column 28:
 * @languages: (allow-none) a string of languages to use for @checker
                           ^
Source/WebKit/gtk/webkit/webkitspellchecker.cpp:116: Warning: WebKit: missing ":" at column 28:
 * Returns: (transfer full) the suggestion for the autocorrection of
                           ^
Comment 1 Carlos Garcia Campos 2013-12-05 04:18:06 PST
Created attachment 218500 [details]
Patch
Comment 2 Carlos Garcia Campos 2013-12-05 05:25:56 PST
Committed r160171: <http://trac.webkit.org/changeset/160171>