clutter/tests: Fix missing declaration warnings

This commit is contained in:
Jonas Ådahl
2019-01-20 09:03:50 +01:00
parent c242558398
commit 576e7a43df
49 changed files with 280 additions and 9 deletions

View File

@ -11,6 +11,12 @@ enum
static ClutterActor *stage = NULL;
const char *
test_texture_async_describe (void);
gint
test_texture_async_main (int argc, char *argv[]);
static void
on_load_finished (ClutterTexture *texture,
const GError *error,