summaryrefslogtreecommitdiff
path: root/gdata/services/contacts/gdata-contacts-group.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdata/services/contacts/gdata-contacts-group.h')
-rw-r--r--gdata/services/contacts/gdata-contacts-group.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/gdata/services/contacts/gdata-contacts-group.h b/gdata/services/contacts/gdata-contacts-group.h
index b8deaed4..4332f42e 100644
--- a/gdata/services/contacts/gdata-contacts-group.h
+++ b/gdata/services/contacts/gdata-contacts-group.h
@@ -101,16 +101,24 @@ typedef struct {
void (*_g_reserved1) (void);
} GDataContactsGroupClass;
+G_DEPRECATED
GType gdata_contacts_group_get_type (void) G_GNUC_CONST;
+G_DEPRECATED
GDataContactsGroup *gdata_contacts_group_new (const gchar *id) G_GNUC_WARN_UNUSED_RESULT G_GNUC_MALLOC;
+G_DEPRECATED
gint64 gdata_contacts_group_get_edited (GDataContactsGroup *self);
+G_DEPRECATED
gboolean gdata_contacts_group_is_deleted (GDataContactsGroup *self) G_GNUC_PURE;
+G_DEPRECATED
const gchar *gdata_contacts_group_get_system_group_id (GDataContactsGroup *self) G_GNUC_PURE;
+G_DEPRECATED
const gchar *gdata_contacts_group_get_extended_property (GDataContactsGroup *self, const gchar *name) G_GNUC_PURE;
+G_DEPRECATED
GHashTable *gdata_contacts_group_get_extended_properties (GDataContactsGroup *self) G_GNUC_PURE;
+G_DEPRECATED
gboolean gdata_contacts_group_set_extended_property (GDataContactsGroup *self, const gchar *name, const gchar *value);
G_END_DECLS