Struct
CamelSExpSymbol
since: 3.4
Description [src]
struct CamelSExpSymbol {
gint type;
gchar* name;
gpointer data;
}
Describes a function or a variable symbol.
Structure members
type:gintA type of the symbol, either CAMEL_SEXP_TERM_FUNC or CAMEL_SEXP_TERM_VAR.
name:gchar*Name of the symbol.
data:gpointerUser data for the callback
f.func: aCamelSExpFunccallbackf.ifunc: aCamelSExpIFunccallback.
Available since: 3.4