From 2c25bd85b8690eb0ca6b023122dc130d57c0ca8d Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Mon, 27 Feb 2012 07:10:59 -0500 Subject: gtk: Use versioned deprecations This patch changes all uses of GDK_DEPRECATED(_FOR) in gtk headers by the versioned variants, GDK_DEPRECATED_IN_3_x(_FOR). At the same time, we add GDK_AVAILABLE_IN_3_x annotations for all API additions in 3.2 and 3.4. --- gtk/gtkentrycompletion.h | 1 + 1 file changed, 1 insertion(+) (limited to 'gtk/gtkentrycompletion.h') diff --git a/gtk/gtkentrycompletion.h b/gtk/gtkentrycompletion.h index 0b19e6dcaf..9d9a4308f8 100644 --- a/gtk/gtkentrycompletion.h +++ b/gtk/gtkentrycompletion.h @@ -114,6 +114,7 @@ void gtk_entry_completion_set_match_func (GtkEntryComplet void gtk_entry_completion_set_minimum_key_length (GtkEntryCompletion *completion, gint length); gint gtk_entry_completion_get_minimum_key_length (GtkEntryCompletion *completion); +GDK_AVAILABLE_IN_3_4 gchar * gtk_entry_completion_compute_prefix (GtkEntryCompletion *completion, const char *key); void gtk_entry_completion_complete (GtkEntryCompletion *completion); -- cgit v1.2.1