~oubiwann/geis/617301-native-python-implementation

« back to all changes in this revision

Viewing changes to reference-impl/geis_dbus.h

  • Committer: Stephen M. Webb
  • Date: 2010-07-26 01:40:31 UTC
  • Revision ID: stephen.webb@canonical.com-20100726014031-e9v4wglbzlb4boor
Added basic dbus functionality.

Show diffs side-by-side

added added

removed removed

Lines of Context:
10
10
 
11
11
GeisDbus *geis_dbus_get() DSO_PRIVATE;
12
12
 
 
13
int geis_dbus_fd(GeisDbus* dbus) DSO_PRIVATE;
 
14
 
13
15
void geis_dbus_free(GeisDbus* dbus) DSO_PRIVATE;
14
16
 
15
17
#endif /* GEIS_DEBUS_H_ */