table of contents
other versions
- wheezy 0.4.1-2
LQR_PROGRESS_SET_END(3) | LqR library API reference | LQR_PROGRESS_SET_END(3) |
NAME¶
lqr_progress_set_end - execude custom code after each rescaling operationSYNOPSIS¶
#include <lqr.h>
LqrRetVal
lqr_progress_set_end(LqrProgress* p,
LqrProgressFuncEnd end_func);
DESCRIPTION¶
The function lqr_progress_set_end sets the hook end_func to the LqrProgress object pointed to by p. The function end_func is of type LqrProgressFuncEnd, whose prototype is defined by:typedef LqrRetVal (*LqrProgressFuncEnd) (const gchar* end_message);
RETURN VALUE¶
The return value follows the Liquid Rescale library signalling system.SEE ALSO¶
COPYRIGHT¶
Copyright © 2007-2009 Carlo Baldassi10 Maj 2009 | LqR library 0.4.1 API (3:1:3) |