From da5e45d1f12a92d60751d5de4f713b569e0c9eb9 Mon Sep 17 00:00:00 2001 From: Philip Withnall Date: Wed, 29 Sep 2010 15:11:49 +0100 Subject: 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 21bc0e44..e7a85fef 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 a8706f7e..65fddb23 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 c2c46758..36d74c3a 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 0a68847f..4ebcadb6 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 850d761d..02c5f9db 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 -- cgit v1.2.1