signal: Stop using g_type_class_ref/unref

These are just wrappers for g_type_class_get/nothing now.
This commit is contained in:
Matthias Clasen 2023-09-27 06:15:42 -04:00
parent e942aab423
commit 5997f7cc83

View File

@ -1304,7 +1304,7 @@ g_signal_stop_emission_by_name (gpointer instance,
* Also tries the ancestors of the given type.
*
* The type class passed as @itype must already have been instantiated (for
* example, using g_type_class_ref()) for this function to work, as signals are
* example, using g_type_class_get()) for this function to work, as signals are
* always installed during class initialization.
*
* See g_signal_new() for details on allowed signal names.