Mark GtkEntryCompletion type as deprecated

Add the Deprecated tag to the type docblock.
This commit is contained in:
Emmanuele Bassi
2022-10-20 12:36:08 +01:00
parent 593bf2bc6d
commit 7908a72fa9

View File

@@ -56,6 +56,8 @@
* [method@Gtk.TreeModelFilter.get_model]. Dont 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);