mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-26 13:41:07 +00:00
Apply 4 suggestion(s) to 2 file(s)
This commit is contained in:
parent
87d21dc5c9
commit
83c5f5ff0f
@ -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,
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user