Home
last modified time | relevance | path

Searched refs:g_win32_registry_value_iter_init (Results 1 – 4 of 4) sorted by relevance

/third_party/glib/docs/reference/gio/
Dgio-sections-win32.txt74 g_win32_registry_value_iter_init
/third_party/glib/gio/
Dgwin32registrykey.h204 gboolean g_win32_registry_value_iter_init (GWin32RegistryValueIter *iter,
Dgwin32appinfo.c2164 if (!g_win32_registry_value_iter_init (&iter, registered_apps, NULL)) in collect_capable_apps_from_registered_apps()
2476 if (g_win32_registry_value_iter_init (&iter, associations, NULL)) in read_capable_app()
2519 if (g_win32_registry_value_iter_init (&iter, associations, NULL)) in read_capable_app()
2756 g_win32_registry_value_iter_init (&sup_iter, supported_key, NULL)) in read_incapable_app()
2911 if (!g_win32_registry_value_iter_init (&iter, open_with_progids, NULL)) in read_exts()
2986 if (!g_win32_registry_value_iter_init (&iter, open_with_progids, NULL)) in read_classes()
Dgwin32registrykey.c1064 g_win32_registry_value_iter_init (GWin32RegistryValueIter *iter, in g_win32_registry_value_iter_init() function