mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-02 07:23:41 +02:00
girffi: Rename gi_function_invoker_destroy() to …_clear()
This brings its naming more in line with modern GLib conventions. This is an API break, but libgirepository is not API frozen yet. Signed-off-by: Philip Withnall <pwithnall@gnome.org>
This commit is contained in:
@@ -66,7 +66,7 @@ test_function_info_invoker (void)
|
||||
gi_function_info_prep_invoker (function_info, &invoker, &local_error);
|
||||
g_assert_no_error (local_error);
|
||||
|
||||
gi_function_invoker_destroy (&invoker);
|
||||
gi_function_invoker_clear (&invoker);
|
||||
g_clear_pointer (&function_info, gi_base_info_unref);
|
||||
|
||||
g_clear_object (&repository);
|
||||
|
Reference in New Issue
Block a user