Searched refs:g_resource_new_from_data (Results 1 – 5 of 5) sorted by relevance
/third_party/glib/gio/tests/ |
D | resources.c | 323 resource = g_resource_new_from_data (data, &error); in test_resource_data() 353 resource = g_resource_new_from_data (data, &error); in test_resource_data_unaligned() 376 resource = g_resource_new_from_data (bytes, &local_error); in test_resource_data_corrupt() 394 resource = g_resource_new_from_data (bytes, &local_error); in test_resource_data_empty() 789 resource = g_resource_new_from_data (data, &error); in test_uri_query_info() 853 resource = g_resource_new_from_data (data, &error); in test_uri_file()
|
/third_party/glib/gio/ |
D | gresource.h | 65 GResource * g_resource_new_from_data (GBytes *data,
|
D | gresource-tool.c | 64 resource = g_resource_new_from_data (data, NULL); in get_resource() 238 resource = g_resource_new_from_data (bytes, &error); in resource_from_section()
|
D | gresource.c | 588 g_resource_new_from_data (GBytes *data, in g_resource_new_from_data() function 1374 GResource *resource = g_resource_new_from_data (bytes, NULL); in register_lazy_static_resources_unlocked()
|
/third_party/glib/docs/reference/gio/ |
D | gio-sections-common.txt | 4405 g_resource_new_from_data
|