src/give_bluetooth.h File Reference

#include <glib-object.h>

Include dependency graph for give_bluetooth.h:

This graph shows which files directly or indirectly include this file:

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_bluetoothgive_bluetooth_new (void)
void give_bluetooth_send_file (give_bluetooth *self, gchar **files)


Define Documentation

#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 ())

Definition at line 29 of file give_bluetooth.h.

Referenced by give_bluetooth_new().


Typedef Documentation

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.


Function Documentation

GType give_bluetooth_get_type ( void   ) 

give_bluetooth* give_bluetooth_new ( void   ) 

void give_bluetooth_send_file ( give_bluetooth self,
gchar **  files 
)


Generated on Sat May 17 16:27:33 2008 for Give by  doxygen 1.5.3