Searched refs:g_slist_copy (Results 1 – 10 of 10) sorted by relevance
80 GSList* g_slist_copy (GSList *list) G_GNUC_WARN_UNUSED_RESULT;
466 g_slist_copy (GSList *list) in g_slist_copy() function
1171 reversed = g_slist_reverse (g_slist_copy (suite->cases)); in g_test_run_suite_internal()1183 reversed = g_slist_reverse (g_slist_copy (suite->suites)); in g_test_run_suite_internal()
2519 #undef g_slist_copy 2520 extern __typeof (g_slist_copy) g_slist_copy __attribute((alias("IA__g_slist_copy"), visibility("def…
2512 extern __typeof (g_slist_copy) IA__g_slist_copy __attribute((visibility("hidden")));2513 #define g_slist_copy IA__g_slist_copy macro
101 * New functions g_slist_copy and g_list_copy to duplicate a list with all
1345 * gslist.c: new function g_slist_copy() to duplicate a list with all its
1869 g_slist_copy
281 class->construct_properties = pclass ? g_slist_copy (pclass->construct_properties) : NULL; in g_object_base_class_init()
3092 adapter->oor_devices = g_slist_copy(adapter->found_devices); in adapter_update_oor_devices()