summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2023-02-12 16:41:08 +0000
committerAlexandros Theodotou <alex@zrythm.org>2023-02-13 06:47:06 +0900
commit83c5f5ff0f66e4ab68a51d0f1739a33f65703e77 (patch)
tree81b4312c758806d27744f845e72861e2706871a7
parent87d21dc5c9a4c88b37ad00f631eb470dfbdbaa3b (diff)
downloadgtk+-83c5f5ff0f66e4ab68a51d0f1739a33f65703e77.tar.gz
Apply 4 suggestion(s) to 2 file(s)
-rw-r--r--gtk/gtksearchentry.c4
-rw-r--r--gtk/gtksearchentry.h4
2 files changed, 4 insertions, 4 deletions
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)