From: Matthias Clasen Date: Sun, 12 Feb 2023 16:41:08 +0000 (+0000) Subject: Apply 4 suggestion(s) to 2 file(s) X-Git-Tag: archive/raspbian/4.12.3+ds-1+rpi1~1^2^2^2~22^2~7^2~3^2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=83c5f5ff0f66e4ab68a51d0f1739a33f65703e77;p=gtk4.git Apply 4 suggestion(s) to 2 file(s) --- diff --git a/gtk/gtksearchentry.c b/gtk/gtksearchentry.c index 8173e5ee65..ed01f82d5a 100644 --- a/gtk/gtksearchentry.c +++ b/gtk/gtksearchentry.c @@ -840,7 +840,7 @@ gtk_search_entry_get_key_controller (GtkSearchEntry *entry) * * Returns: (nullable): The placeholder text. * - * Since: 4.8 + * Since: 4.10 */ const char * gtk_search_entry_get_placeholder_text (GtkSearchEntry *entry) @@ -857,7 +857,7 @@ gtk_search_entry_get_placeholder_text (GtkSearchEntry *entry) * * Sets the placeholder text associated with @entry. * - * Since: 4.8 + * Since: 4.10 */ void gtk_search_entry_set_placeholder_text (GtkSearchEntry *entry, diff --git a/gtk/gtksearchentry.h b/gtk/gtksearchentry.h index 805436fa42..b6b5a0fa4f 100644 --- a/gtk/gtksearchentry.h +++ b/gtk/gtksearchentry.h @@ -60,10 +60,10 @@ void gtk_search_entry_set_search_delay (GtkSearchEntry *entry, GDK_AVAILABLE_IN_4_8 guint gtk_search_entry_get_search_delay (GtkSearchEntry *entry); -GDK_AVAILABLE_IN_4_6 +GDK_AVAILABLE_IN_4_10 void gtk_search_entry_set_placeholder_text (GtkSearchEntry *entry, const char *text); -GDK_AVAILABLE_IN_4_6 +GDK_AVAILABLE_IN_4_10 const char * gtk_search_entry_get_placeholder_text (GtkSearchEntry *entry); G_DEFINE_AUTOPTR_CLEANUP_FUNC(GtkSearchEntry, g_object_unref)