summaryrefslogtreecommitdiff
path: root/tools/gtk-builder-tool.h
blob: 0f2575f5a54c26294e5199712178b91281bcb947 (plain)
1
2
3
4
5
6
7
8
9
10
11

#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);
void do_screenshot (int *argc, const char ***argv);

#endif