Deprecate GtkEntryCompletion

We want to drop cell renderers and tree models
in GTK 5. The functionality of GtkEntryCompletion
may be replaced by a new widget in GTK 5.
This commit is contained in:
Matthias Clasen
2022-10-03 22:45:52 -04:00
parent a527a4d82e
commit 7e9ca5b41d
14 changed files with 122 additions and 32 deletions

View File

@@ -21,6 +21,8 @@
#include <string.h>
#include <gtk/gtk.h>
G_GNUC_BEGIN_IGNORE_DEPRECATIONS
/* Don't copy this bad example; inline RGB data is always a better
* idea than inline XPMs.
*/