Name

lqr_progress_set_update_step, lqr_progress_set_init_width_message, lqr_progress_set_end_width_message, lqr_progress_set_init_height_message, lqr_progress_set_end_height_message — setup update step and output messages

Synopsis

#include <lqr.h>
LqrRetVal lqr_progress_set_update_step(LqrProgress* p,
 gfloat update_step);
 
LqrRetVal lqr_progress_set_init_width_message(LqrProgress* p,
 const guchar* message);
 
LqrRetVal lqr_progress_set_end_width_message(LqrProgress* p,
 const guchar* message);
 
LqrRetVal lqr_progress_set_init_width_message(LqrProgress* p,
 const guchar* message);
 
LqrRetVal lqr_progress_set_end_height_message(LqrProgress* p,
 const guchar* message);
 

Description

Return value