Function
Gntregister_action
Declaration [src]
void
gnt_register_action (
const gchar* label,
GCallback callback
)
Parameters
label |
const gchar* |
The user-visible label for the action. |
|
The data is owned by the caller of the function. | |
The value is a NUL terminated UTF-8 string. | |
callback |
GCallback |
The callback function for the action. |