diff options
author | Matthias Clasen <mclasen@redhat.com> | 2020-10-03 12:52:19 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2020-10-03 13:11:20 -0400 |
commit | 9d0d4cef0368e60793d6d9d4716bf829041748a0 (patch) | |
tree | 9657bcd6409ad00693021f21f29f41f4e7d515b7 /gtk/gtktestutils.c | |
parent | 1b1bf6c90aa15d2e1c63cb786f4b676eeb20158c (diff) | |
download | gtk+-9d0d4cef0368e60793d6d9d4716bf829041748a0.tar.gz |
Cosmetics
Diffstat (limited to 'gtk/gtktestutils.c')
-rw-r--r-- | gtk/gtktestutils.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gtk/gtktestutils.c b/gtk/gtktestutils.c index 7688e12e71..35691d0c3d 100644 --- a/gtk/gtktestutils.c +++ b/gtk/gtktestutils.c @@ -151,7 +151,8 @@ gtk_test_list_all_types (guint *n_types) /** * gtk_test_register_all_types: * - * Force registration of all core Gtk+ and Gdk object types. + * Force registration of all core GTK object types. + * * This allowes to refer to any of those object types via * g_type_from_name() after calling this function. **/ |