1#ifndef __FRAME_STATS_H__
2#define __FRAME_STATS_H__
3
4#include <gtk/gtk.h>
5
6void frame_stats_add_options (GOptionGroup *group);
7void frame_stats_ensure (GtkWindow *window);
8
9#endif /* __FRAME_STATS_H__ */
10

source code of gtk/tests/frame-stats.h