Searched refs:GMountOperation (Results 1 – 13 of 13) sorted by relevance
/external/bluetooth/glib/gio/ |
D | gmountoperation.h | 35 …_OPERATION(o) (G_TYPE_CHECK_INSTANCE_CAST ((o), G_TYPE_MOUNT_OPERATION, GMountOperation)) 63 void (* ask_password) (GMountOperation *op, 69 void (* ask_question) (GMountOperation *op, 73 void (* reply) (GMountOperation *op, 76 void (* aborted) (GMountOperation *op); 94 GMountOperation * g_mount_operation_new (void); 96 const char * g_mount_operation_get_username (GMountOperation *op); 97 void g_mount_operation_set_username (GMountOperation *op, 99 const char * g_mount_operation_get_password (GMountOperation *op); 100 void g_mount_operation_set_password (GMountOperation *op, [all …]
|
D | gmountoperation.c | 54 G_DEFINE_TYPE (GMountOperation, g_mount_operation, G_TYPE_OBJECT); 91 GMountOperation *operation; in g_mount_operation_set_property() 140 GMountOperation *operation; in g_mount_operation_get_property() 182 GMountOperation *operation; in g_mount_operation_finalize() 199 GMountOperation *op = data; in reply_non_handled_in_idle() 206 ask_password (GMountOperation *op, in ask_password() 219 ask_question (GMountOperation *op, in ask_question() 418 g_mount_operation_init (GMountOperation *operation) in g_mount_operation_init() 432 GMountOperation * 447 g_mount_operation_get_username (GMountOperation *op) in g_mount_operation_get_username() [all …]
|
D | gvolume.h | 127 GMountOperation *mount_operation, 165 GMountOperation *mount_operation,
|
D | gmount.h | 109 GMountOperation *mount_operation, 162 GMountOperation *mount_operation,
|
D | giotypes.h | 99 typedef struct _GMountOperation GMountOperation; typedef
|
D | gfile.h | 390 GMountOperation *mount_operation, 418 GMountOperation *mount_operation, 701 GMountOperation *mount_operation, 710 GMountOperation *mount_operation,
|
D | gvolume.c | 361 GMountOperation *mount_operation, in g_volume_mount()
|
D | gmount.c | 498 GMountOperation *mount_operation, in g_mount_remount()
|
D | gunixvolume.c | 437 GMountOperation *mount_operation, in g_unix_volume_mount()
|
D | gfile.c | 3648 GMountOperation *mount_operation, in g_file_mount_mountable() 4995 GMountOperation *mount_operation, in g_file_mount_enclosing_volume()
|
D | ChangeLog | 115 Bug 573421 – Clarify message format in GMountOperation 5058 Add some guards to GMountOperation's public functions.
|
/external/bluetooth/glib/docs/reference/gio/ |
D | gio-sections.txt | 1131 <TITLE>GMountOperation</TITLE> 1134 GMountOperation
|
/external/bluetooth/glib/ |
D | NEWS | 125 573421 Clarify message format in GMountOperation 166 - GMountOperation gained an "aborted' signal that allows to abort
|