Function

GioUnixMountEntrycopy

unstable since: 2.84

Declaration [src]

GUnixMountEntry*
g_unix_mount_entry_copy (
  GUnixMountEntry* mount_entry
)

Description [src]

Makes a copy of mount_entry.

Available since: 2.84

Parameters

mount_entry

Type: GUnixMountEntry

A GUnixMountEntry.

The data is owned by the caller of the function.

Return value

Type: GUnixMountEntry

A new GUnixMountEntry.

The caller of the function takes ownership of the data, and is responsible for freeing it.