mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-09 02:10:10 +00:00
testsuite/gtk/builder.c: Fix running on Visual Studio
Explicitly say in the code that we are exporting the symbols so that when the test program runs, it can find the required builder symbols.
This commit is contained in:
parent
08ecf779f9
commit
1e4d3b6ca1
@ -2448,13 +2448,13 @@ test_transforms (void)
|
||||
g_object_unref (builder);
|
||||
}
|
||||
|
||||
char *
|
||||
G_MODULE_EXPORT char *
|
||||
builder_get_search (gpointer item)
|
||||
{
|
||||
return g_strdup (gtk_string_filter_get_search (item));
|
||||
}
|
||||
|
||||
char *
|
||||
G_MODULE_EXPORT char *
|
||||
builder_copy_arg (gpointer item, const char *arg)
|
||||
{
|
||||
return g_strdup (arg);
|
||||
|
Loading…
Reference in New Issue
Block a user