projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
593bf2b
)
Mark GtkEntryCompletion type as deprecated
author
Emmanuele Bassi
<ebassi@gnome.org>
Thu, 20 Oct 2022 11:36:08 +0000
(12:36 +0100)
committer
Emmanuele Bassi
<ebassi@gnome.org>
Thu, 20 Oct 2022 14:39:07 +0000
(15:39 +0100)
Add the Deprecated tag to the type docblock.
gtk/deprecated/gtkentrycompletion.c
patch
|
blob
|
history
diff --git
a/gtk/deprecated/gtkentrycompletion.c
b/gtk/deprecated/gtkentrycompletion.c
index ce3683908c267605b997a33b599ebbcb3cfdf185..3ba04ff765b3ec3f7b1f8143e1731aa73322742e 100644
(file)
--- a/
gtk/deprecated/gtkentrycompletion.c
+++ b/
gtk/deprecated/gtkentrycompletion.c
@@
-56,6
+56,8
@@
* [method@Gtk.TreeModelFilter.get_model]. Don’t forget to use
* [method@Gtk.TreeModelFilter.convert_iter_to_child_iter] to obtain a
* matching iter.
+ *
+ * Deprecated: 4.10
*/
#include "config.h"
@@
-2028,7
+2030,7
@@
static gboolean
check_completion_callback (GtkEntryCompletion *completion)
{
completion->check_completion_idle = NULL;
-
+
gtk_entry_completion_complete (completion);
gtk_entry_completion_insert_prefix (completion);