[Webkit-unassigned] [Bug 33327] [GTK] Expose the IM context via the API

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jan 27 04:28:06 PST 2010


https://bugs.webkit.org/show_bug.cgi?id=33327


Gustavo Noronha (kov) <gns at gnome.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #47504|review?                     |review-
               Flag|                            |




--- Comment #9 from Gustavo Noronha (kov) <gns at gnome.org>  2010-01-27 04:28:06 PST ---
(From update of attachment 47504)

> +        Expose the GtkIMMultiContext as a property of WebKitWebView. This will
> +        allow embedders to generate the input method context menu entires and

s/entires/entries/

> +    * This is the input method context used for all text entry widgets inside
> +    * the #WebKitWebView. It can be used to generate context menu items for
> +    * controlling the active input method. g_object_unref does not need to be
> +    * called after retrieving this property.

I don't think this is true. g_object_get will increase the ref count of the
object it is getting, so you need to unref it, right? You could say that the
WebView is the owner of the object, though.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list