mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-08 17:50:10 +00:00
gtk: fix GtkPasswordEntryBuffer introspection
Move the source file to public_sources list, and fix tag annotation. Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
This commit is contained in:
parent
ab908c23f4
commit
a009e26e95
@ -38,7 +38,7 @@
|
||||
*
|
||||
* `GtkPasswordEntry` uses a `GtkPasswordEntryBuffer`.
|
||||
*
|
||||
* Since 4.4.
|
||||
* Since: 4.4
|
||||
*/
|
||||
struct _GtkPasswordEntryBuffer
|
||||
{
|
||||
|
@ -123,7 +123,6 @@ gtk_private_sources = files([
|
||||
'gtkpanedhandle.c',
|
||||
'gtkpango.c',
|
||||
'gskpango.c',
|
||||
'gtkpasswordentrybuffer.c',
|
||||
'gtkpathbar.c',
|
||||
'gtkplacessidebar.c',
|
||||
'gtkplacesview.c',
|
||||
@ -325,6 +324,7 @@ gtk_public_sources = files([
|
||||
'gtkpaned.c',
|
||||
'gtkpapersize.c',
|
||||
'gtkpasswordentry.c',
|
||||
'gtkpasswordentrybuffer.c',
|
||||
'gtkpicture.c',
|
||||
'gtkpopover.c',
|
||||
'gtkpopovermenu.c',
|
||||
|
Loading…
Reference in New Issue
Block a user