File: bluetooth.h

package info (click to toggle)
gpe-filemanager 0.25-4
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 632 kB
  • ctags: 216
  • sloc: ansic: 2,501; makefile: 72; xml: 71
file content (8 lines) | stat: -rw-r--r-- 233 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
void bluetooth_send_file (const gchar *uri, GnomeVFSFileInfo *info);
void irda_send_file (const gchar *uri, GnomeVFSFileInfo *info);
gboolean bluetooth_available (void);
gboolean irda_available (void);
void bluetooth_init (void);