src/give_ebook.h File Reference

#include <glib-object.h>

Include dependency graph for give_ebook.h:

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

Go to the source code of this file.

Classes

struct  _give_ebook
struct  _give_ebookClass

Defines

#define GIVE_EBOOK_TYPE   (give_ebook_get_type ())
#define GIVE_EBOOK(obj)
#define GIVE_EBOOK_CLASS(klass)
#define GIVE_EBOOK_IS_OBJECT(obj)
#define GIVE_EBOOK_IS_CLASS(klass)

Typedefs

typedef
typedefG_BEGIN_DECLS
struct _give_ebook 
give_ebook
typedef struct
_give_ebookClass 
give_ebookClass

Functions

GType give_ebook_get_type (void) G_GNUC_CONST
give_ebookgive_ebook_new (void)
gchar * give_ebook_get_contact_name (give_ebook *self, const gchar *id)
gchar * give_ebook_get_contact_vcard (give_ebook *self, const gchar *id)


Define Documentation

#define GIVE_EBOOK ( obj   ) 

Value:

(G_TYPE_CHECK_INSTANCE_CAST ((obj), \
                                        GIVE_EBOOK_TYPE, give_ebook))

Definition at line 30 of file give_ebook.h.

#define GIVE_EBOOK_CLASS ( klass   ) 

Value:

(G_TYPE_CHECK_CLASS_CAST ((klass), \
                                        GIVE_EBOOK_TYPE, give_ebookClass))

Definition at line 32 of file give_ebook.h.

#define GIVE_EBOOK_IS_CLASS ( klass   ) 

Value:

(G_TYPE_CHECK_CLASS_TYPE ((klass), \
                                        GIVE_EBOOK_TYPE))

Definition at line 36 of file give_ebook.h.

#define GIVE_EBOOK_IS_OBJECT ( obj   ) 

Value:

(G_TYPE_CHECK_INSTANCE_TYPE ((obj), \
                                        GIVE_EBOOK_TYPE))

Definition at line 34 of file give_ebook.h.

Referenced by give_ebook_finalize(), give_ebook_get_contact_name(), give_ebook_get_contact_vcard(), and give_ebook_init().

#define GIVE_EBOOK_TYPE   (give_ebook_get_type ())

Definition at line 29 of file give_ebook.h.

Referenced by give_ebook_new().


Typedef Documentation

typedef typedefG_BEGIN_DECLS struct _give_ebook give_ebook

Definition at line 26 of file give_ebook.h.

typedef struct _give_ebookClass give_ebookClass

Definition at line 27 of file give_ebook.h.


Function Documentation

gchar* give_ebook_get_contact_name ( give_ebook self,
const gchar *  id 
)

gchar* give_ebook_get_contact_vcard ( give_ebook self,
const gchar *  id 
)

GType give_ebook_get_type ( void   ) 

give_ebook* give_ebook_new ( void   ) 


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