Searched refs:GWin32RegistryKey (Results 1 – 5 of 5) sorted by relevance
/third_party/glib/gio/ |
D | gwin32registrykey.h | 29 …EY(o) (G_TYPE_CHECK_INSTANCE_CAST ((o), G_TYPE_WIN32_REGISTRY_KEY, GWin32RegistryKey)) 62 typedef struct _GWin32RegistryKey GWin32RegistryKey; typedef 92 typedef void (*GWin32RegistryKeyWatchCallbackFunc) (GWin32RegistryKey *key, 99 GWin32RegistryKey *key; 114 GWin32RegistryKey *key; 163 GWin32RegistryKey *g_win32_registry_key_new (const gchar *path, 167 GWin32RegistryKey *g_win32_registry_key_new_w (const gunichar2 *path, 171 GWin32RegistryKey *g_win32_registry_key_get_child (GWin32RegistryKey *key, 176 GWin32RegistryKey *g_win32_registry_key_get_child_w (GWin32RegistryKey *key, 182 GWin32RegistryKey *key, [all …]
|
D | gwin32registrykey.c | 392 GWin32RegistryKey *ancestor; 440 G_DEFINE_TYPE_WITH_CODE (GWin32RegistryKey, g_win32_registry_key, G_TYPE_OBJECT, 441 G_ADD_PRIVATE (GWin32RegistryKey) 448 GWin32RegistryKey *key; in g_win32_registry_key_dispose() 488 GWin32RegistryKey * 523 GWin32RegistryKey * 552 GWin32RegistryKey *key; in g_win32_registry_key_initable_init() 656 GWin32RegistryKey * 657 g_win32_registry_key_get_child (GWin32RegistryKey *key, in g_win32_registry_key_get_child() 662 GWin32RegistryKey *result = NULL; in g_win32_registry_key_get_child() [all …]
|
D | gwin32appinfo.c | 198 GWin32RegistryKey *key; 615 static GWin32RegistryKey *url_associations_key; 618 static GWin32RegistryKey *file_exts_key; 621 static GWin32RegistryKey *user_clients_key; 624 static GWin32RegistryKey *system_clients_key; 627 static GWin32RegistryKey *user_registered_apps_key; 630 static GWin32RegistryKey *system_registered_apps_key; 633 static GWin32RegistryKey *applications_key; 636 static GWin32RegistryKey *classes_root_key; 658 read_handler_icon (GWin32RegistryKey *key, in read_handler_icon() [all …]
|
/third_party/glib/docs/reference/gio/ |
D | gio-sections-win32.txt | 59 GWin32RegistryKey
|
/third_party/glib/ |
D | NEWS | 834 - !1341 MUI capabilities for GWin32RegistryKey 902 - !1517 GWin32RegistryKey: Move assertions
|