[Users] [Bug 4024] New: Don't use deprecated GCompletion API
noreply at thewildbeast.co.uk
noreply at thewildbeast.co.uk
Fri May 4 20:29:25 CEST 2018
http://www.thewildbeast.co.uk/claws-mail/bugzilla/show_bug.cgi?id=4024
Bug ID: 4024
Summary: Don't use deprecated GCompletion API
Classification: Unclassified
Product: Claws Mail
Version: GIT
Hardware: PC
OS: Linux
Status: NEW
Severity: normal
Priority: P3
Component: Other
Assignee: users at lists.claws-mail.org
Reporter: rootkea at gmail.com
Hello!
src/addr_compl.c uses following functions from deprecated GCompletion API:
1. g_completion_new()
2. g_completion_set_compare()
3. g_completion_clear_items()
4. g_completion_free()
5. g_completion_add_items()
6. g_completion_complete()
As the docs[0] say, these functions are deprecated and may be we should use
GtkEntryCompletion[1] instead.
[0]
https://developer.gnome.org/glib/stable/glib-Automatic-String-Completion.html#g-completion-new
[1]
https://developer.gnome.org/gtk2/stable/GtkEntryCompletion.html#gtk-entry-completion-new
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the Users
mailing list