File: dasher.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 (9 lines) | stat: -rw-r--r-- 222 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
#ifndef DASHER_H
#define DASHER_H

#include "GtkDasherControl.h" 

/* // TODO: Call these via signals */
extern "C" void parameter_notification(GtkDasherControl *pDasherControl, gint iParameter, gpointer data);   

#endif