validate: Make array delemiter a line continuation char

Making its usage more friendly

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-devtools/-/merge_requests/248>
This commit is contained in:
Thibault Saunier 2021-05-24 01:26:41 -04:00
parent 3883be76e7
commit 6196aab94b

View file

@ -581,7 +581,7 @@ gst_validate_has_colored_output (void)
} }
/* Parse file that contains a list of GStructures */ /* Parse file that contains a list of GStructures */
#define GST_STRUCT_LINE_CONTINUATION_CHARS ",{\\[" #define GST_STRUCT_LINE_CONTINUATION_CHARS ",{\\[<"
static GList * static GList *
_file_get_structures (GFile * file, gchar ** err, _file_get_structures (GFile * file, gchar ** err,
GstValidateGetIncludePathsFunc get_include_paths_func) GstValidateGetIncludePathsFunc get_include_paths_func)