summaryrefslogtreecommitdiff
path: root/gtk/meson.build
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2020-06-21 18:00:29 -0400
committerMatthias Clasen <mclasen@redhat.com>2020-06-23 16:11:46 -0400
commite8210d5865bca6f2738bb0a68962963f19e76e37 (patch)
tree5a4b71b20105b24019e47e52bd88a2e1545b1c08 /gtk/meson.build
parent518462d882034c18e93171e66f87df95d35b3af4 (diff)
downloadgtk+-e8210d5865bca6f2738bb0a68962963f19e76e37.tar.gz
Add GtkStringList as public api
This is a list model holding strings, initialized from a char **. String lists are buildable as well, and that replaces the buildable support in GktDropDowns.
Diffstat (limited to 'gtk/meson.build')
-rw-r--r--gtk/meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk/meson.build b/gtk/meson.build
index 83048902a7..ac11bf9cb2 100644
--- a/gtk/meson.build
+++ b/gtk/meson.build
@@ -380,6 +380,7 @@ gtk_public_sources = files([
'gtkstackswitcher.c',
'gtkstatusbar.c',
'gtkstringfilter.c',
+ 'gtkstringlist.c',
'gtkstringsorter.c',
'gtkstylecontext.c',
'gtkstyleprovider.c',