gdk: Make a warning more useful

We can just print out what is missing where, instead of a riddle.
This commit is contained in:
Matthias Clasen 2024-01-06 08:59:36 -05:00
parent 6bc7ec3d4d
commit 854910cc17

View File

@ -71,7 +71,7 @@ gdk_draw_context_default_surface_resized (GdkDrawContext *context)
static void
gdk_draw_context_default_empty_frame (GdkDrawContext *context)
{
g_warning ("FIXME: Implement");
g_warning ("FIXME: Implement GdkDrawContext.empty_frame in %s", G_OBJECT_TYPE_NAME (context));
}
static void