mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-06 16:50:11 +00:00
10 lines
212 B
C
10 lines
212 B
C
|
#ifndef __FRAME_STATS_H__
|
||
|
#define __FRAME_STATS_H__
|
||
|
|
||
|
#include <gtk/gtk.h>
|
||
|
|
||
|
void frame_stats_add_options (GOptionGroup *group);
|
||
|
void frame_stats_ensure (GtkWindow *window);
|
||
|
|
||
|
#endif /* __FRAME_STATS_H__ */
|