docs: Ignore gtkpasswordentryprivate.h

This commit is contained in:
Emmanuele Bassi 2020-12-16 15:17:13 +00:00
parent 077aec5d32
commit fc4402b456
2 changed files with 9 additions and 0 deletions

View File

@ -193,6 +193,7 @@ private_headers = [
'gtknomediafileprivate.h',
'gtkpango.h',
'gtkpasswordentrybufferprivate.h',
'gtkpasswordentryprivate.h',
'gtkpathbar.h',
'gdkpixbufutilsprivate.h',
'gtkplacessidebarprivate.h',

View File

@ -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)
{