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

A type of the symbol, either CAMEL_SEXP_TERM_FUNC or CAMEL_SEXP_TERM_VAR.

name

Name of the symbol.

data

User data for the callback f.func: a CamelSExpFunc callback f.ifunc: a CamelSExpIFunc callback.

Available since: 3.4