Home
last modified time | relevance | path

Searched refs:GMountOperation (Results 1 – 13 of 13) sorted by relevance

/external/bluetooth/glib/gio/
Dgmountoperation.h35 …_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 …]
Dgmountoperation.c54 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 …]
Dgvolume.h127 GMountOperation *mount_operation,
165 GMountOperation *mount_operation,
Dgmount.h109 GMountOperation *mount_operation,
162 GMountOperation *mount_operation,
Dgiotypes.h99 typedef struct _GMountOperation GMountOperation; typedef
Dgfile.h390 GMountOperation *mount_operation,
418 GMountOperation *mount_operation,
701 GMountOperation *mount_operation,
710 GMountOperation *mount_operation,
Dgvolume.c361 GMountOperation *mount_operation, in g_volume_mount()
Dgmount.c498 GMountOperation *mount_operation, in g_mount_remount()
Dgunixvolume.c437 GMountOperation *mount_operation, in g_unix_volume_mount()
Dgfile.c3648 GMountOperation *mount_operation, in g_file_mount_mountable()
4995 GMountOperation *mount_operation, in g_file_mount_enclosing_volume()
DChangeLog115 Bug 573421 – Clarify message format in GMountOperation
5058 Add some guards to GMountOperation's public functions.
/external/bluetooth/glib/docs/reference/gio/
Dgio-sections.txt1131 <TITLE>GMountOperation</TITLE>
1134 GMountOperation
/external/bluetooth/glib/
DNEWS125 573421 Clarify message format in GMountOperation
166 - GMountOperation gained an "aborted' signal that allows to abort