#include <glib-object.h>


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_ebook * | give_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 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 ()) |
| 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.
| 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 | ) |
1.5.3