From: Rico Tzschichholz Date: Sun, 15 Sep 2019 15:49:34 +0000 (+0200) Subject: build: gtkbuilderparser.c contains g-i annotations for public API X-Git-Tag: archive/raspbian/4.4.1+ds1-2+rpi1^2~18^2~20^2~849 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=51b2fd1777e81ce4a75f03baecaae6be02cb69cf;p=gtk4.git build: gtkbuilderparser.c contains g-i annotations for public API --- diff --git a/gtk/meson.build b/gtk/meson.build index cf0ed19350..0cb3fbb9af 100644 --- a/gtk/meson.build +++ b/gtk/meson.build @@ -27,7 +27,6 @@ gtk_private_sources = files([ 'gtkapplicationimpl.c', 'gtkbookmarksmanager.c', 'gtkbuilder-menus.c', - 'gtkbuilderparser.c', 'gtkbuilderprecompile.c', 'gtkcellareaboxcontext.c', 'gtkcoloreditor.c', @@ -176,6 +175,7 @@ gtk_public_sources = files([ 'gtkbox.c', 'gtkbuildable.c', 'gtkbuilder.c', + 'gtkbuilderparser.c', 'gtkbutton.c', 'gtkcalendar.c', 'gtkcellarea.c',