Home
last modified time | relevance | path

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

/third_party/glib/gio/tests/
Dmount-operation.c88 g_mount_operation_set_password_save (op, G_PASSWORD_SAVE_NEVER); in test_properties()
89 g_assert_cmpint (g_mount_operation_get_password_save (op), ==, G_PASSWORD_SAVE_NEVER); in test_properties()
/third_party/glib/gio/
Dgmountoperation.c542 G_PASSWORD_SAVE_NEVER, in g_mount_operation_class_init()
782 g_return_val_if_fail (G_IS_MOUNT_OPERATION (op), G_PASSWORD_SAVE_NEVER); in g_mount_operation_get_password_save()
Dgioenums.h617 G_PASSWORD_SAVE_NEVER, enumerator
Dgioenumtypes.c529 { G_PASSWORD_SAVE_NEVER, "G_PASSWORD_SAVE_NEVER", "never" }, in g_password_save_get_type()