Apply 4 suggestion(s) to 2 file(s)
authorMatthias Clasen <mclasen@redhat.com>
Sun, 12 Feb 2023 16:41:08 +0000 (16:41 +0000)
committerAlexandros Theodotou <alex@zrythm.org>
Sun, 12 Feb 2023 21:47:06 +0000 (06:47 +0900)
gtk/gtksearchentry.c
gtk/gtksearchentry.h

index 8173e5ee65a8af7b2528d4ab9b18d106d71dc165..ed01f82d5a9b30fd6b5de5fd1af39b2f7cd3201a 100644 (file)
@@ -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,
index 805436fa429e212691fc7861954d8393220e799c..b6b5a0fa4fc18c4212ef5ce70524c90618fb4cb4 100644 (file)
@@ -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)