File: Timer.h

package info (click to toggle)
dasher 5.0.0~beta~repack2-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 70,872 kB
  • sloc: xml: 181,314; cpp: 70,860; java: 8,020; python: 3,579; makefile: 939; sh: 324; ansic: 223; perl: 71
file content (11 lines) | stat: -rw-r--r-- 186 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
9
10
11
#ifndef __timer_h__
#define __timer_h__

#include <gtk/gtk.h>
#include <gdk/gdk.h>

gint timer_callback(gpointer data);
gint long_timer_callback(gpointer data);
long get_time();

#endif