HomeSort by relevance Sort by last modified time
    Searched refs:GMountOperation (Results 1 - 10 of 10) sorted by null

  /external/bluetooth/glib/gio/
gmountoperation.h 35 #define G_MOUNT_OPERATION(o) (G_TYPE_CHECK_INSTANCE_CAST ((o), G_TYPE_MOUNT_OPERATION, GMountOperation))
42 * 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)
    [all...]
gmountoperation.c 27 #include "gmountoperation.h"
35 * SECTION:gmountoperation
39 * #GMountOperation provides a mechanism for authenticating mountable
43 * Mounting operations are handed a #GMountOperation that then can use
54 G_DEFINE_TYPE (GMountOperation, g_mount_operation, G_TYPE_OBJECT);
91 GMountOperation *operation;
140 GMountOperation *operation;
182 GMountOperation *operation;
199 GMountOperation *op = data;
206 ask_password (GMountOperation *op
    [all...]
gvolume.h 89 * #GVolume implementations must emit the #GMountOperation::aborted
91 * awaiting input from the user through a #GMountOperation instance.
127 GMountOperation *mount_operation,
165 GMountOperation *mount_operation,
giotypes.h 99 typedef struct _GMountOperation GMountOperation;
gmount.h 109 GMountOperation *mount_operation,
162 GMountOperation *mount_operation,
gfile.h 390 GMountOperation *mount_operation,
418 GMountOperation *mount_operation,
    [all...]
gvolume.c 47 * a #GMountOperation object and a #GAsyncReadyCallback.
50 * #GMountOperation if automounting all volumes when a desktop session
349 * @mount_operation: a #GMountOperation or %NULL to avoid user interaction.
361 GMountOperation *mount_operation,
gmount.c 480 * @mount_operation: a #GMountOperation or %NULL to avoid user interaction.
498 GMountOperation *mount_operation,
gunixvolume.c 437 GMountOperation *mount_operation,
gfile.c     [all...]

Completed in 56 milliseconds