/builddir/build/BUILD/libcomps-libcomps-0.1.8/libcomps/src/comps_docpackage.h File Reference
COMPS_DocPackage header file.
More...
#include "comps_utils.h"
#include "comps_obj.h"
#include "comps_log.h"
#include "comps_validate.h"
#include "comps_default.h"
Go to the source code of this file.
Data Structures |
struct | COMPS_DocGroupPackage |
Enumerations |
enum | COMPS_PackageType |
Functions |
COMPS_Object * | comps_docpackage_get_name (COMPS_DocGroupPackage *pkg) |
void | comps_docpackage_set_name (COMPS_DocGroupPackage *pkg, char *name, char copy) |
COMPS_Object * | comps_docpackage_get_requires (COMPS_DocGroupPackage *pkg) |
void | comps_docpackage_set_requires (COMPS_DocGroupPackage *pkg, char *requires, char copy) |
COMPS_Object * | comps_docpackage_get_type (COMPS_DocGroupPackage *pkg) |
void | comps_docpackage_set_type (COMPS_DocGroupPackage *pkg, COMPS_PackageType type, bool unset) |
void | comps_docpackage_set_type_i (COMPS_DocGroupPackage *pkg, int type, bool unset) |
const char * | comps_docpackage_type_str (COMPS_PackageType type) |
void | comps_docpackage_set_basearchonly (COMPS_DocGroupPackage *pkg, int basearchonly, bool unset) |
COMPS_Object * | comps_docpackage_get_basearchonly (COMPS_DocGroupPackage *pkg) |
Detailed Description
COMPS_DocPackage header file.
Enumeration Type Documentation
Function Documentation
return package basearchonly attrinute
- Parameters:
-
| type | package type as COMPS_PackageType |
- Returns:
- COMPS_Num basearchonly attribute
set package basearchonly attribute
- Parameters:
-
| type | package type as COMPS_PckageType |
| basearchonly | basearchonly attribute |
COMPS_DocGroupPackage requires setter
- Parameters:
-
Old requires object's reference counter will be decremented
return package type as string
- Parameters:
-
| type | package type as COMPS_PackageType |
- Returns:
- string representation of type