summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc-André Lureau <marcandre.lureau@redhat.com>2021-07-13 15:03:03 +0400
committerMarc-André Lureau <marcandre.lureau@redhat.com>2021-07-13 15:03:09 +0400
commita009e26e9561f97e6eff838fef05fb7655ba9251 (patch)
tree995ade4436612da95a37c5c908fc2efade75f25d
parentab908c23f4d6e81986b694ac5ebe82cc233abc8d (diff)
downloadgtk+-a009e26e9561f97e6eff838fef05fb7655ba9251.tar.gz
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>
-rw-r--r--gtk/gtkpasswordentrybuffer.c2
-rw-r--r--gtk/meson.build2
2 files changed, 2 insertions, 2 deletions
diff --git a/gtk/gtkpasswordentrybuffer.c b/gtk/gtkpasswordentrybuffer.c
index 4a36d07729..39e75dc952 100644
--- a/gtk/gtkpasswordentrybuffer.c
+++ b/gtk/gtkpasswordentrybuffer.c
@@ -38,7 +38,7 @@
*
* `GtkPasswordEntry` uses a `GtkPasswordEntryBuffer`.
*
- * Since 4.4.
+ * Since: 4.4
*/
struct _GtkPasswordEntryBuffer
{
diff --git a/gtk/meson.build b/gtk/meson.build
index 47ca9804a9..b42d793c86 100644
--- a/gtk/meson.build
+++ b/gtk/meson.build
@@ -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',