File: gdaglue.h

package info (click to toggle)
gnome-python-extras 2.14.3-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 2,756 kB
  • ctags: 731
  • sloc: sh: 8,856; ansic: 5,011; xml: 1,319; python: 725; makefile: 415
file content (9 lines) | stat: -rw-r--r-- 254 bytes parent folder | download
1
2
3
4
5
6
7
8
9
#ifndef __GDAGLUE_H
#define __GDAGLUE_H

#define GDA_COMMAND(x)        ((GdaCommand*) x)
#define GDA_PARAMETER(x)      ((GdaParameter*) x)
#define GDA_PARAMETER_LIST(x) ((GdaParameterList*) x)
#define GDA_PROVIDER_INFO(x)  ((GdaProviderInfo*) x)

#endif