#include <glib-object.h>


Go to the source code of this file.
Classes | |
| struct | _give_bluetooth |
| struct | _give_bluetoothClass |
Defines | |
| #define | GIVE_BLUETOOTH_TYPE (give_bluetooth_get_type ()) |
| #define | GIVE_BLUETOOTH(obj) |
| #define | GIVE_BLUETOOTH_CLASS(klass) |
| #define | GIVE_BLUETOOTH_IS_OBJECT(obj) |
| #define | GIVE_BLUETOOTH_IS_CLASS(klass) |
Typedefs | |
| typedef typedefG_BEGIN_DECLS struct _give_bluetooth | give_bluetooth |
| typedef struct _give_bluetoothClass | give_bluetoothClass |
Functions | |
| GType | give_bluetooth_get_type (void) G_GNUC_CONST |
| give_bluetooth * | give_bluetooth_new (void) |
| void | give_bluetooth_send_file (give_bluetooth *self, gchar **files) |
| #define GIVE_BLUETOOTH | ( | obj | ) |
Value:
(G_TYPE_CHECK_INSTANCE_CAST ((obj), \
GIVE_BLUETOOTH_TYPE, give_bluetooth))
Definition at line 30 of file give_bluetooth.h.
| #define GIVE_BLUETOOTH_CLASS | ( | klass | ) |
Value:
(G_TYPE_CHECK_CLASS_CAST ((klass), \
GIVE_BLUETOOTH_TYPE, \
give_bluetoothClass))
Definition at line 32 of file give_bluetooth.h.
| #define GIVE_BLUETOOTH_IS_CLASS | ( | klass | ) |
Value:
(G_TYPE_CHECK_CLASS_TYPE ((klass), \
GIVE_BLUETOOTH_TYPE))
Definition at line 37 of file give_bluetooth.h.
| #define GIVE_BLUETOOTH_IS_OBJECT | ( | obj | ) |
Value:
(G_TYPE_CHECK_INSTANCE_TYPE ((obj), \
GIVE_BLUETOOTH_TYPE))
Definition at line 35 of file give_bluetooth.h.
Referenced by give_bluetooth_finalize(), give_bluetooth_init(), and give_bluetooth_send_file().
| #define GIVE_BLUETOOTH_TYPE (give_bluetooth_get_type ()) |
| typedef typedefG_BEGIN_DECLS struct _give_bluetooth give_bluetooth |
Definition at line 26 of file give_bluetooth.h.
| typedef struct _give_bluetoothClass give_bluetoothClass |
Definition at line 27 of file give_bluetooth.h.
| GType give_bluetooth_get_type | ( | void | ) |
| give_bluetooth* give_bluetooth_new | ( | void | ) |
| void give_bluetooth_send_file | ( | give_bluetooth * | self, | |
| gchar ** | files | |||
| ) |
1.5.3