mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-09 18:30:08 +00:00
ac0f524722
Move the tools directory to be toplevel, and instead of recompiling sources twice, link them with the our new static libgtk.a.
11 lines
276 B
C
11 lines
276 B
C
|
|
#ifndef __GTK_BUILDER_TOOL_H__
|
|
#define __GTK_BUILDER_TOOL_H__
|
|
|
|
void do_simplify (int *argc, const char ***argv);
|
|
void do_validate (int *argc, const char ***argv);
|
|
void do_enumerate (int *argc, const char ***argv);
|
|
void do_preview (int *argc, const char ***argv);
|
|
|
|
#endif
|