| libgalago Reference Manual | ||||
|---|---|---|---|---|
| Top | Description | ||||
#define galago_goto_if_fail(cond, label)
Jumps to a label if the condition fails. This is similar to
g_return_if_fail(), but uses a goto instead of returns.
|
The condition. |
|
The label to jump to if cond fails.
|