4
4
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5
5
<title>ThunarVfsGroup</title>
6
<meta name="generator" content="DocBook XSL Stylesheets V1.73.2">
7
<link rel="start" href="index.html" title="Thunar-VFS Reference Manual">
6
<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
7
<link rel="home" href="index.html" title="Thunar-VFS Reference Manual">
8
8
<link rel="up" href="users-and-groups-handling.html" title="Part VI. Users and Groups Handling">
9
9
<link rel="prev" href="ThunarVfsUser.html" title="ThunarVfsUser">
10
10
<link rel="next" href="ThunarVfsUserManager.html" title="ThunarVfsUserManager">
11
<meta name="generator" content="GTK-Doc V1.10 (XML mode)">
11
<meta name="generator" content="GTK-Doc V1.14 (XML mode)">
12
12
<link rel="stylesheet" href="style.css" type="text/css">
13
<link rel="part" href="introduction.html" title="Part I. Introduction">
14
<link rel="part" href="fundamentals.html" title="Part II. Fundamentals">
15
<link rel="part" href="jobs.html" title="Part III. Jobs">
16
<link rel="part" href="filesystem-monitoring.html" title="Part IV. Filesystem Monitoring">
17
<link rel="part" href="mime-types.html" title="Part V. MIME Types">
18
<link rel="part" href="users-and-groups-handling.html" title="Part VI. Users and Groups Handling">
19
<link rel="part" href="volume-handling.html" title="Part VII. Volume Handling">
20
<link rel="index" href="ix01.html" title="Index">
22
14
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
23
15
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2">
28
20
<th width="100%" align="center">Thunar-VFS Reference Manual</th>
29
21
<td><a accesskey="n" href="ThunarVfsUserManager.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
31
<tr><td colspan="5" class="shortcuts"><nobr><a href="#ThunarVfsGroup.synopsis" class="shortcut">Top</a>
23
<tr><td colspan="5" class="shortcuts">
24
<a href="#ThunarVfsGroup.synopsis" class="shortcut">Top</a>
33
26
<a href="#ThunarVfsGroup.description" class="shortcut">Description</a>
35
<a href="#ThunarVfsGroup.object-hierarchy" class="shortcut">Object Hierarchy</a></nobr></td></tr>
28
<a href="#ThunarVfsGroup.object-hierarchy" class="shortcut">Object Hierarchy</a>
37
<div class="refentry" lang="en">
31
<div class="refentry" title="ThunarVfsGroup">
38
32
<a name="ThunarVfsGroup"></a><div class="titlepage"></div>
39
33
<div class="refnamediv"><table width="100%"><tr>
44
38
<td valign="top" align="right"></td>
45
39
</tr></table></div>
46
<div class="refsynopsisdiv">
40
<div class="refsynopsisdiv" title="Synopsis">
47
41
<a name="ThunarVfsGroup.synopsis"></a><h2>Synopsis</h2>
48
42
<pre class="synopsis">
50
43
#include <thunar-vfs/thunar-vfs.h>
52
45
<a class="link" href="ThunarVfsGroup.html#ThunarVfsGroup-struct" title="ThunarVfsGroup">ThunarVfsGroup</a>;
53
<a class="link" href="thunar-vfs-Basic-Types.html#ThunarVfsGroupId" title="ThunarVfsGroupId">ThunarVfsGroupId</a> <a class="link" href="ThunarVfsGroup.html#thunar-vfs-group-get-id" title="thunar_vfs_group_get_id ()">thunar_vfs_group_get_id</a> (<a class="link" href="ThunarVfsGroup.html" title="ThunarVfsGroup">ThunarVfsGroup</a> *group);
55
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
56
>gchar</a>* <a class="link" href="ThunarVfsGroup.html#thunar-vfs-group-get-name" title="thunar_vfs_group_get_name ()">thunar_vfs_group_get_name</a> (<a class="link" href="ThunarVfsGroup.html" title="ThunarVfsGroup">ThunarVfsGroup</a> *group);
46
<a class="link" href="thunar-vfs-Basic-Types.html#ThunarVfsGroupId" title="ThunarVfsGroupId"><span class="returnvalue">ThunarVfsGroupId</span></a> <a class="link" href="ThunarVfsGroup.html#thunar-vfs-group-get-id" title="thunar_vfs_group_get_id ()">thunar_vfs_group_get_id</a> (<em class="parameter"><code><a class="link" href="ThunarVfsGroup.html" title="ThunarVfsGroup"><span class="type">ThunarVfsGroup</span></a> *group</code></em>);
47
const <span class="returnvalue">gchar</span> * <a class="link" href="ThunarVfsGroup.html#thunar-vfs-group-get-name" title="thunar_vfs_group_get_name ()">thunar_vfs_group_get_name</a> (<em class="parameter"><code><a class="link" href="ThunarVfsGroup.html" title="ThunarVfsGroup"><span class="type">ThunarVfsGroup</span></a> *group</code></em>);
59
<div class="refsect1" lang="en">
50
<div class="refsect1" title="Object Hierarchy">
60
51
<a name="ThunarVfsGroup.object-hierarchy"></a><h2>Object Hierarchy</h2>
61
52
<pre class="synopsis">
63
href="/usr/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject"
65
54
+----ThunarVfsGroup
68
<div class="refsect1" lang="en">
57
<div class="refsect1" title="Description">
69
58
<a name="ThunarVfsGroup.description"></a><h2>Description</h2>
74
<div class="refsect1" lang="en">
62
<div class="refsect1" title="Details">
75
63
<a name="ThunarVfsGroup.details"></a><h2>Details</h2>
76
<div class="refsect2" lang="en">
64
<div class="refsect2" title="ThunarVfsGroup">
77
65
<a name="ThunarVfsGroup-struct"></a><h3>ThunarVfsGroup</h3>
78
66
<pre class="programlisting">typedef struct _ThunarVfsGroup ThunarVfsGroup;</pre>
84
<div class="refsect2" lang="en">
71
<div class="refsect2" title="thunar_vfs_group_get_id ()">
85
72
<a name="thunar-vfs-group-get-id"></a><h3>thunar_vfs_group_get_id ()</h3>
86
<pre class="programlisting"><a class="link" href="thunar-vfs-Basic-Types.html#ThunarVfsGroupId" title="ThunarVfsGroupId">ThunarVfsGroupId</a> thunar_vfs_group_get_id (<a class="link" href="ThunarVfsGroup.html" title="ThunarVfsGroup">ThunarVfsGroup</a> *group);</pre>
88
Returns the unique id of the given <em class="parameter"><code>group</code></em>.</p>
73
<pre class="programlisting"><a class="link" href="thunar-vfs-Basic-Types.html#ThunarVfsGroupId" title="ThunarVfsGroupId"><span class="returnvalue">ThunarVfsGroupId</span></a> thunar_vfs_group_get_id (<em class="parameter"><code><a class="link" href="ThunarVfsGroup.html" title="ThunarVfsGroup"><span class="type">ThunarVfsGroup</span></a> *group</code></em>);</pre>
75
Returns the unique id of the given <em class="parameter"><code>group</code></em>.
92
77
<div class="variablelist"><table border="0">
93
78
<col align="left" valign="top">
96
81
<td><p><span class="term"><em class="parameter"><code>group</code></em> :</span></p></td>
97
<td> a <a class="link" href="ThunarVfsGroup.html" title="ThunarVfsGroup"><span class="type">ThunarVfsGroup</span></a>.
82
<td>a <a class="link" href="ThunarVfsGroup.html" title="ThunarVfsGroup"><span class="type">ThunarVfsGroup</span></a>.
109
<div class="refsect2" lang="en">
94
<div class="refsect2" title="thunar_vfs_group_get_name ()">
110
95
<a name="thunar-vfs-group-get-name"></a><h3>thunar_vfs_group_get_name ()</h3>
111
<pre class="programlisting">const <a
112
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
113
>gchar</a>* thunar_vfs_group_get_name (<a class="link" href="ThunarVfsGroup.html" title="ThunarVfsGroup">ThunarVfsGroup</a> *group);</pre>
96
<pre class="programlisting">const <span class="returnvalue">gchar</span> * thunar_vfs_group_get_name (<em class="parameter"><code><a class="link" href="ThunarVfsGroup.html" title="ThunarVfsGroup"><span class="type">ThunarVfsGroup</span></a> *group</code></em>);</pre>
115
98
Returns the name of the <em class="parameter"><code>group</code></em>. If the system is
116
99
unable to determine the name of <em class="parameter"><code>group</code></em>, it'll
117
return the group id as string.</p>
100
return the group id as string.
121
102
<div class="variablelist"><table border="0">
122
103
<col align="left" valign="top">
125
106
<td><p><span class="term"><em class="parameter"><code>group</code></em> :</span></p></td>
126
<td> a <a class="link" href="ThunarVfsGroup.html" title="ThunarVfsGroup"><span class="type">ThunarVfsGroup</span></a>.
107
<td>a <a class="link" href="ThunarVfsGroup.html" title="ThunarVfsGroup"><span class="type">ThunarVfsGroup</span></a>.