[gtk: 3/4] gtk: fix GtkPasswordEntryBuffer introspection




commit a009e26e9561f97e6eff838fef05fb7655ba9251
Author: Marc-André Lureau <marcandre lureau redhat com>
Date:   Tue Jul 13 15:03:03 2021 +0400

    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>

 gtk/gtkpasswordentrybuffer.c | 2 +-
 gtk/meson.build              | 2 +-
 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',


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]