mirror of
https://github.com/moparisthebest/pacman
synced 2025-01-11 13:59:02 -05:00
db769f667d
pacman.c : Removed link to frugalware wiki sync.c : do not display Uncompressed size if 0 (archlinux has no USIZE)
38 lines
681 B
Groff
38 lines
681 B
Groff
.TH "Group Functions" 3 "16 Oct 2006" "libalpm" \" -*- nroff -*-
|
|
.ad l
|
|
.nh
|
|
.SH NAME
|
|
Group Functions \- Functions to get informations about libalpm groups.
|
|
|
|
.PP
|
|
.SS "Functions"
|
|
|
|
.in +1c
|
|
.ti -1c
|
|
.RI "void * \fBalpm_grp_getinfo\fP (pmgrp_t *grp, unsigned char parm)"
|
|
.br
|
|
.in -1c
|
|
.SH "Detailed Description"
|
|
.PP
|
|
Functions to get informations about libalpm groups.
|
|
.PP
|
|
.SH "Function Documentation"
|
|
.PP
|
|
.SS "void* alpm_grp_getinfo (pmgrp_t * grp, unsigned char parm)"
|
|
.PP
|
|
Get informations about a group.
|
|
.PP
|
|
\fBParameters:\fP
|
|
.RS 4
|
|
\fIgrp\fP group pointer
|
|
.br
|
|
\fIparm\fP name of the info to get
|
|
.RE
|
|
.PP
|
|
\fBReturns:\fP
|
|
.RS 4
|
|
a char* on success (the value), NULL on error
|
|
.RE
|
|
.PP
|
|
|