libalpm
Arch Linux Package Manager Library
sandbox.h File Reference
#include <stdbool.h>
Include dependency graph for sandbox.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

 __attribute__ ((format(printf, 3, 0))) void _alpm_sandbox_cb_log(void *ctx
 

Variables

alpm_loglevel_t level
 
alpm_loglevel_t const char * fmt
 
alpm_loglevel_t const char va_list args
 

Function Documentation

◆ __attribute__()

__attribute__ ( (format(printf, 3, 0)) )

Referenced by check_validity().

Variable Documentation

◆ args

alpm_loglevel_t const char va_list args

Referenced by alpm_logaction().

◆ fmt

alpm_loglevel_t const char* fmt

Referenced by alpm_logaction().

◆ level