![]() |
XBPS Library API
0.19
The X Binary Package System
|
Structure to be passed as argument to the state function callback. All members are read-only and set internally by libxbps.
Collaboration diagram for xbps_state_cb_data:Data Fields | |
| const char * | arg0 |
| const char * | arg1 |
| const char * | desc |
| int | err |
| xbps_state_t | state |
| struct xbps_handle * | xhp |
Definition at line 315 of file xbps_api.h.
| arg0 |
State string argument 0. String set on this variable may change depending on state.
Definition at line 340 of file xbps_api.h.
| arg1 |
State string argument 1. String set on this variable may change depending on state.
Definition at line 347 of file xbps_api.h.
| desc |
Current state string description.
Definition at line 333 of file xbps_api.h.
| err |
Current state error value (set internally, read-only).
Definition at line 353 of file xbps_api.h.
| state |
Current state.
Definition at line 327 of file xbps_api.h.
| xhp |
Pointer to our struct xbps_handle passed to xbps_init().
Definition at line 321 of file xbps_api.h.
1.8.2