Top |
const gchar * | udisks_utab_entry_get_source () |
const gchar * const * | udisks_utab_entry_get_opts () |
UDisksUtabMonitor * | udisks_utab_monitor_new () |
GSList * | udisks_utab_monitor_get_entries () |
const gchar *
udisks_utab_entry_get_source (UDisksUtabEntry *entry
);
Gets the source field of entry
.
const gchar * const *
udisks_utab_entry_get_opts (UDisksUtabEntry *entry
);
Gets the opts field of entry
.
UDisksUtabMonitor *
udisks_utab_monitor_new (void
);
Creates a new UDisksUtabMonitor object.
Signals are emitted in the
GSList *
udisks_utab_monitor_get_entries (UDisksUtabMonitor *monitor
);
Gets all /run/mounts/utab entries
A list of UDisksUtabEntry objects that must be freed with g_slist_free()
after each element has been freed with g_object_unref()
.
[transfer full][element-type UDisksUtabEntry]
typedef struct _UDisksUtabEntry UDisksUtabEntry;
The UDisksUtabEntry structure contains only private data and should only be accessed using the provided API.
typedef struct _UDisksUtabMonitor UDisksUtabMonitor;
The UDisksUtabMonitor structure contains only private data and should only be accessed using the provided API.