summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)