summaryrefslogtreecommitdiff
path: root/gtk/gtkpasswordentry.c
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@gnome.org>2020-12-16 15:17:13 +0000
committerEmmanuele Bassi <ebassi@gnome.org>2020-12-16 16:29:00 +0000
commitfc4402b456b0a4555422aff32c61cfe3d27408b6 (patch)
tree1235a51fbc0404be145fdb5096c904fa56eec351 /gtk/gtkpasswordentry.c
parent077aec5d326cc1df8634ab58a46c5081eb8b703f (diff)
downloadgtk+-fc4402b456b0a4555422aff32c61cfe3d27408b6.tar.gz
docs: Ignore gtkpasswordentryprivate.h
Diffstat (limited to 'gtk/gtkpasswordentry.c')
-rw-r--r--gtk/gtkpasswordentry.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/gtk/gtkpasswordentry.c b/gtk/gtkpasswordentry.c
index 1babb6a2f7..36b2a187ec 100644
--- a/gtk/gtkpasswordentry.c
+++ b/gtk/gtkpasswordentry.c
@@ -528,6 +528,14 @@ gtk_password_entry_accessible_init (GtkAccessibleInterface *iface)
iface->get_platform_state = gtk_password_entry_accessible_get_platform_state;
}
+/*< private >
+ * gtk_password_entry_get_text_widget
+ * @entry: a #GtkPasswordEntry
+ *
+ * Retrieves the #GtkText delegate of the #GtkPasswordEntry.
+ *
+ * Returns: (transfer none): the #GtkText delegate widget
+ */
GtkText *
gtk_password_entry_get_text_widget (GtkPasswordEntry *entry)
{