mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-09 18:30:08 +00:00
docs: Ignore gtkpasswordentryprivate.h
This commit is contained in:
parent
077aec5d32
commit
fc4402b456
@ -193,6 +193,7 @@ private_headers = [
|
||||
'gtknomediafileprivate.h',
|
||||
'gtkpango.h',
|
||||
'gtkpasswordentrybufferprivate.h',
|
||||
'gtkpasswordentryprivate.h',
|
||||
'gtkpathbar.h',
|
||||
'gdkpixbufutilsprivate.h',
|
||||
'gtkplacessidebarprivate.h',
|
||||
|
@ -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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user