diff options
Diffstat (limited to 'gdata/services/contacts/gdata-contacts-query.h')
-rw-r--r-- | gdata/services/contacts/gdata-contacts-query.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdata/services/contacts/gdata-contacts-query.h b/gdata/services/contacts/gdata-contacts-query.h index 657b8634..a9546114 100644 --- a/gdata/services/contacts/gdata-contacts-query.h +++ b/gdata/services/contacts/gdata-contacts-query.h @@ -62,8 +62,8 @@ typedef struct { GType gdata_contacts_query_get_type (void) G_GNUC_CONST; -GDataContactsQuery *gdata_contacts_query_new (const gchar *q) G_GNUC_WARN_UNUSED_RESULT; -GDataContactsQuery *gdata_contacts_query_new_with_limits (const gchar *q, gint start_index, gint max_results) G_GNUC_WARN_UNUSED_RESULT; +GDataContactsQuery *gdata_contacts_query_new (const gchar *q) G_GNUC_WARN_UNUSED_RESULT G_GNUC_MALLOC; +GDataContactsQuery *gdata_contacts_query_new_with_limits (const gchar *q, gint start_index, gint max_results) G_GNUC_WARN_UNUSED_RESULT G_GNUC_MALLOC; const gchar *gdata_contacts_query_get_order_by (GDataContactsQuery *self); void gdata_contacts_query_set_order_by (GDataContactsQuery *self, const gchar *order_by); |