12#ifndef __WSUTIL_FEATURE_LIST_H__
13#define __WSUTIL_FEATURE_LIST_H__
16#include "ws_symbol_export.h"
52typedef const char* (*get_version_func)(void);
74void without_feature(
feature_list l, const
char *fmt, ...) G_GNUC_PRINTF(2,3);
GList ** feature_list
Semi-opaque handle to a list of features or dependencies.
Definition feature_list.h:33
WS_DLL_PUBLIC void with_feature(feature_list l, const char *fmt,...)
Mark a feature as present in the provided list.
Definition feature_list.c:31
void(* gather_feature_func)(feature_list l)
Pointer to a function which gathers a list of features.
Definition feature_list.h:47