ThunarVfsGroup

ThunarVfsGroup

Functions

Types and Values

Object Hierarchy

    GObject
    ╰── ThunarVfsGroup

Includes

#include <thunar-vfs/thunar-vfs.h>

Description

Functions

thunar_vfs_group_get_id ()

ThunarVfsGroupId
thunar_vfs_group_get_id (ThunarVfsGroup *group);

Returns the unique id of the given group .

Parameters

group

a ThunarVfsGroup.

 

Returns

the unique id of group .


thunar_vfs_group_get_name ()

const gchar *
thunar_vfs_group_get_name (ThunarVfsGroup *group);

Returns the name of the group . If the system is unable to determine the name of group , it'll return the group id as string.

Parameters

group

a ThunarVfsGroup.

 

Returns

the name of group .

Types and Values

ThunarVfsGroup

typedef struct _ThunarVfsGroup ThunarVfsGroup;