forked from AuroraMiddleware/gtk
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`.
|
* `GtkPasswordEntry` uses a `GtkPasswordEntryBuffer`.
|
||||||
*
|
*
|
||||||
* Since 4.4.
|
* Since: 4.4
|
||||||
*/
|
*/
|
||||||
struct _GtkPasswordEntryBuffer
|
struct _GtkPasswordEntryBuffer
|
||||||
{
|
{
|
||||||
|
@ -123,7 +123,6 @@ gtk_private_sources = files([
|
|||||||
'gtkpanedhandle.c',
|
'gtkpanedhandle.c',
|
||||||
'gtkpango.c',
|
'gtkpango.c',
|
||||||
'gskpango.c',
|
'gskpango.c',
|
||||||
'gtkpasswordentrybuffer.c',
|
|
||||||
'gtkpathbar.c',
|
'gtkpathbar.c',
|
||||||
'gtkplacessidebar.c',
|
'gtkplacessidebar.c',
|
||||||
'gtkplacesview.c',
|
'gtkplacesview.c',
|
||||||
@ -325,6 +324,7 @@ gtk_public_sources = files([
|
|||||||
'gtkpaned.c',
|
'gtkpaned.c',
|
||||||
'gtkpapersize.c',
|
'gtkpapersize.c',
|
||||||
'gtkpasswordentry.c',
|
'gtkpasswordentry.c',
|
||||||
|
'gtkpasswordentrybuffer.c',
|
||||||
'gtkpicture.c',
|
'gtkpicture.c',
|
||||||
'gtkpopover.c',
|
'gtkpopover.c',
|
||||||
'gtkpopovermenu.c',
|
'gtkpopovermenu.c',
|
||||||
|
Loading…
Reference in New Issue
Block a user