synfig-core  1.0.3
printing_functions.h
Go to the documentation of this file.
1 /* === S Y N F I G ========================================================= */
23 /* ========================================================================= */
24 
25 #ifndef __SYNFIG_PRINTING_FUNCTIONS_H
26 #define __SYNFIG_PRINTING_FUNCTIONS_H
27 
28 void print_usage();
29 
31 void print_child_canvases(const std::string& prefix,
32  const synfig::Canvas::Handle& canvas);
33 
34 void print_canvas_info(const Job& job);
35 
36 #endif // __SYNFIG_PRINTING_FUNCTIONS_H