[libgdata/libgdata-0-6] introspection: (skip) async query methods
- From: Philip Withnall <pwithnall src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libgdata/libgdata-0-6] introspection: (skip) async query methods
- Date: Wed, 29 Sep 2010 14:28:01 +0000 (UTC)
commit da5e45d1f12a92d60751d5de4f713b569e0c9eb9
Author: Philip Withnall <philip tecnocode co uk>
Date: Wed Sep 29 15:11:49 2010 +0100
introspection: (skip) async query methods
This is because they all take in a callback parameter which is neither
(scope call) or (scope async), so requires a GDestroyNotify callback to be
properly introspectable. Since we're not breaking API for this point release,
that isn't possible, so the functions have to be marked as
non-introspectable.
gdata/services/calendar/gdata-calendar-service.c | 4 ++--
gdata/services/contacts/gdata-contacts-service.c | 2 +-
gdata/services/documents/gdata-documents-service.c | 2 +-
gdata/services/picasaweb/gdata-picasaweb-service.c | 2 +-
gdata/services/youtube/gdata-youtube-service.c | 6 +++---
5 files changed, 8 insertions(+), 8 deletions(-)
---
diff --git a/gdata/services/calendar/gdata-calendar-service.c b/gdata/services/calendar/gdata-calendar-service.c
index 21bc0e4..e7a85fe 100644
--- a/gdata/services/calendar/gdata-calendar-service.c
+++ b/gdata/services/calendar/gdata-calendar-service.c
@@ -119,7 +119,7 @@ gdata_calendar_service_query_all_calendars (GDataCalendarService *self, GDataQue
}
/**
- * gdata_calendar_service_query_all_calendars_async:
+ * gdata_calendar_service_query_all_calendars_async: (skip)
* @self: a #GDataCalendarService
* @query: (allow-none): a #GDataQuery with the query parameters, or %NULL
* @cancellable: optional #GCancellable object, or %NULL
@@ -196,7 +196,7 @@ gdata_calendar_service_query_own_calendars (GDataCalendarService *self, GDataQue
}
/**
- * gdata_calendar_service_query_own_calendars_async:
+ * gdata_calendar_service_query_own_calendars_async: (skip)
* @self: a #GDataCalendarService
* @query: (allow-none): a #GDataQuery with the query parameters, or %NULL
* @cancellable: optional #GCancellable object, or %NULL
diff --git a/gdata/services/contacts/gdata-contacts-service.c b/gdata/services/contacts/gdata-contacts-service.c
index a8706f7..65fddb2 100644
--- a/gdata/services/contacts/gdata-contacts-service.c
+++ b/gdata/services/contacts/gdata-contacts-service.c
@@ -120,7 +120,7 @@ gdata_contacts_service_query_contacts (GDataContactsService *self, GDataQuery *q
}
/**
- * gdata_contacts_service_query_contacts_async:
+ * gdata_contacts_service_query_contacts_async: (skip)
* @self: a #GDataContactsService
* @query: (allow-none): a #GDataQuery with the query parameters, or %NULL
* @cancellable: optional #GCancellable object, or %NULL
diff --git a/gdata/services/documents/gdata-documents-service.c b/gdata/services/documents/gdata-documents-service.c
index c2c4675..36d74c3 100644
--- a/gdata/services/documents/gdata-documents-service.c
+++ b/gdata/services/documents/gdata-documents-service.c
@@ -275,7 +275,7 @@ gdata_documents_service_query_single_document (GDataDocumentsService *self, GTyp
}
/**
- * gdata_documents_service_query_documents_async:
+ * gdata_documents_service_query_documents_async: (skip)
* @self: a #GDataDocumentsService
* @query: (allow-none): a #GDataDocumentsQuery with the query parameters, or %NULL
* @cancellable: optional #GCancellable object, or %NULL
diff --git a/gdata/services/picasaweb/gdata-picasaweb-service.c b/gdata/services/picasaweb/gdata-picasaweb-service.c
index 0a68847..4ebcadb 100644
--- a/gdata/services/picasaweb/gdata-picasaweb-service.c
+++ b/gdata/services/picasaweb/gdata-picasaweb-service.c
@@ -205,7 +205,7 @@ gdata_picasaweb_service_query_all_albums (GDataPicasaWebService *self, GDataQuer
}
/**
- * gdata_picasaweb_service_query_all_albums_async:
+ * gdata_picasaweb_service_query_all_albums_async: (skip)
* @self: a #GDataPicasaWebService
* @query: (allow-none): a #GDataQuery with the query parameters, or %NULL
* @username: (allow-none): the username of the user whose albums you wish to retrieve, or %NULL
diff --git a/gdata/services/youtube/gdata-youtube-service.c b/gdata/services/youtube/gdata-youtube-service.c
index 850d761..02c5f9d 100644
--- a/gdata/services/youtube/gdata-youtube-service.c
+++ b/gdata/services/youtube/gdata-youtube-service.c
@@ -433,7 +433,7 @@ gdata_youtube_service_query_standard_feed (GDataYouTubeService *self, GDataYouTu
}
/**
- * gdata_youtube_service_query_standard_feed_async:
+ * gdata_youtube_service_query_standard_feed_async: (skip)
* @self: a #GDataService
* @feed_type: the feed type to query, from #GDataYouTubeStandardFeedType
* @query: (allow-none): a #GDataQuery with the query parameters, or %NULL
@@ -486,7 +486,7 @@ gdata_youtube_service_query_videos (GDataYouTubeService *self, GDataQuery *query
}
/**
- * gdata_youtube_service_query_videos_async:
+ * gdata_youtube_service_query_videos_async: (skip)
* @self: a #GDataService
* @query: (allow-none): a #GDataQuery with the query parameters, or %NULL
* @cancellable: optional #GCancellable object, or %NULL
@@ -710,7 +710,7 @@ gdata_youtube_service_query_related (GDataYouTubeService *self, GDataYouTubeVide
}
/**
- * gdata_youtube_service_query_related_async:
+ * gdata_youtube_service_query_related_async: (skip)
* @self: a #GDataService
* @video: a #GDataYouTubeVideo for which to find related videos
* @query: (allow-none): a #GDataQuery with the query parameters, or %NULL
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]