diff options
author | Matthias Clasen <mclasen@redhat.com> | 2020-06-21 18:00:29 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2020-06-23 16:11:46 -0400 |
commit | e8210d5865bca6f2738bb0a68962963f19e76e37 (patch) | |
tree | 5a4b71b20105b24019e47e52bd88a2e1545b1c08 /gtk/meson.build | |
parent | 518462d882034c18e93171e66f87df95d35b3af4 (diff) | |
download | gtk+-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.build | 1 |
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', |