xbps_api.h: fix xbps_handle::flags possible values.
This commit is contained in:
parent
791f1d40b2
commit
e8071802d1
@ -548,10 +548,14 @@ struct xbps_handle {
|
|||||||
/**
|
/**
|
||||||
* @var flags
|
* @var flags
|
||||||
*
|
*
|
||||||
* Flags to be set globally, possible values:
|
* Flags to be set globally by ORing them, possible values:
|
||||||
*
|
* - XBPS_FLAG_VERBOSE
|
||||||
* - XBPS_FLAG_VERBOSE
|
* - XBPS_FLAG_FORCE_CONFIGURE
|
||||||
* - XBPS_FLAG_FORCE
|
* - XBPS_FLAG_FORCE_REMOVE_FILES
|
||||||
|
* - XBPS_FLAG_DEBUG
|
||||||
|
* - XBPS_FLAG_SYSLOG
|
||||||
|
* - XBPS_FLAG_INSTALL_AUTO
|
||||||
|
* - XBPS_FLAG_INSTALL_MANUAL
|
||||||
*/
|
*/
|
||||||
int flags;
|
int flags;
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user