mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-27 06:00:22 +00:00
docs: Ignore gtkpasswordentryprivate.h
This commit is contained in:
parent
077aec5d32
commit
fc4402b456
@ -193,6 +193,7 @@ private_headers = [
|
|||||||
'gtknomediafileprivate.h',
|
'gtknomediafileprivate.h',
|
||||||
'gtkpango.h',
|
'gtkpango.h',
|
||||||
'gtkpasswordentrybufferprivate.h',
|
'gtkpasswordentrybufferprivate.h',
|
||||||
|
'gtkpasswordentryprivate.h',
|
||||||
'gtkpathbar.h',
|
'gtkpathbar.h',
|
||||||
'gdkpixbufutilsprivate.h',
|
'gdkpixbufutilsprivate.h',
|
||||||
'gtkplacessidebarprivate.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;
|
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 *
|
GtkText *
|
||||||
gtk_password_entry_get_text_widget (GtkPasswordEntry *entry)
|
gtk_password_entry_get_text_widget (GtkPasswordEntry *entry)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user