Closed xatier closed 4 years ago
Caller (gtk runtime) of gtk_im_context_hime_get_preedit_string would unreference the attribute list PangoAttrList **attrs.
gtk_im_context_hime_get_preedit_string
PangoAttrList **attrs
Always populate a valid attribute list instead of early return.
Ref: https://developer.gnome.org/gtk2/stable/GtkIMContext.html#gtk-im-context-get-preedit-string https://developer.gnome.org/gtk3/stable/GtkIMContext.html#gtk-im-context-get-preedit-string
Caller (gtk runtime) of
gtk_im_context_hime_get_preedit_string
would unreference the attribute listPangoAttrList **attrs
.Always populate a valid attribute list instead of early return.
Ref: https://developer.gnome.org/gtk2/stable/GtkIMContext.html#gtk-im-context-get-preedit-string https://developer.gnome.org/gtk3/stable/GtkIMContext.html#gtk-im-context-get-preedit-string