demo: Unmix argument names

This commit is contained in:
Benjamin Otte
2024-09-25 02:47:05 +02:00
parent 310a4a3bf6
commit 37cefde5b0

View File

@@ -276,7 +276,7 @@ gtk_font_plane_class_init (GtkFontPlaneClass *class)
GtkWidget *
gtk_font_plane_new (GtkAdjustment *weight_adj,
GtkAdjustment *width_adj)
GtkAdjustment *width_adj)
{
return g_object_new (GTK_TYPE_FONT_PLANE,
"weight-adjustment", weight_adj,