summaryrefslogtreecommitdiff
path: root/gdata/services
diff options
context:
space:
mode:
Diffstat (limited to 'gdata/services')
-rw-r--r--gdata/services/calendar/gdata-calendar-calendar.h5
-rw-r--r--gdata/services/calendar/gdata-calendar-event.h5
-rw-r--r--gdata/services/calendar/gdata-calendar-feed.h5
-rw-r--r--gdata/services/calendar/gdata-calendar-query.h5
-rw-r--r--gdata/services/calendar/gdata-calendar-service.h9
-rw-r--r--gdata/services/contacts/gdata-contacts-contact.h5
-rw-r--r--gdata/services/contacts/gdata-contacts-group.h5
-rw-r--r--gdata/services/contacts/gdata-contacts-query.h5
-rw-r--r--gdata/services/contacts/gdata-contacts-service.h9
-rw-r--r--gdata/services/documents/gdata-documents-document.h5
-rw-r--r--gdata/services/documents/gdata-documents-drawing.h5
-rw-r--r--gdata/services/documents/gdata-documents-entry.h5
-rw-r--r--gdata/services/documents/gdata-documents-feed.h5
-rw-r--r--gdata/services/documents/gdata-documents-folder.h5
-rw-r--r--gdata/services/documents/gdata-documents-pdf.h5
-rw-r--r--gdata/services/documents/gdata-documents-presentation.h5
-rw-r--r--gdata/services/documents/gdata-documents-query.h5
-rw-r--r--gdata/services/documents/gdata-documents-service.h9
-rw-r--r--gdata/services/documents/gdata-documents-spreadsheet.h5
-rw-r--r--gdata/services/documents/gdata-documents-text.h5
-rw-r--r--gdata/services/documents/gdata-documents-upload-query.h5
-rw-r--r--gdata/services/freebase/gdata-freebase-query.h5
-rw-r--r--gdata/services/freebase/gdata-freebase-result.h5
-rw-r--r--gdata/services/freebase/gdata-freebase-search-query.h5
-rw-r--r--gdata/services/freebase/gdata-freebase-search-result.h5
-rw-r--r--gdata/services/freebase/gdata-freebase-service.h9
-rw-r--r--gdata/services/freebase/gdata-freebase-topic-query.h5
-rw-r--r--gdata/services/freebase/gdata-freebase-topic-result.h5
-rw-r--r--gdata/services/picasaweb/gdata-picasaweb-album.h5
-rw-r--r--gdata/services/picasaweb/gdata-picasaweb-comment.h5
-rw-r--r--gdata/services/picasaweb/gdata-picasaweb-feed.h5
-rw-r--r--gdata/services/picasaweb/gdata-picasaweb-file.h5
-rw-r--r--gdata/services/picasaweb/gdata-picasaweb-query.h5
-rw-r--r--gdata/services/picasaweb/gdata-picasaweb-service.h9
-rw-r--r--gdata/services/picasaweb/gdata-picasaweb-user.h5
-rw-r--r--gdata/services/tasks/gdata-tasks-query.h5
-rw-r--r--gdata/services/tasks/gdata-tasks-service.h5
-rw-r--r--gdata/services/tasks/gdata-tasks-task.h5
-rw-r--r--gdata/services/tasks/gdata-tasks-tasklist.h5
-rw-r--r--gdata/services/youtube/gdata-youtube-category.h5
-rw-r--r--gdata/services/youtube/gdata-youtube-comment.h5
-rw-r--r--gdata/services/youtube/gdata-youtube-content.h5
-rw-r--r--gdata/services/youtube/gdata-youtube-control.h5
-rw-r--r--gdata/services/youtube/gdata-youtube-credit.h5
-rw-r--r--gdata/services/youtube/gdata-youtube-group.h5
-rw-r--r--gdata/services/youtube/gdata-youtube-query.h5
-rw-r--r--gdata/services/youtube/gdata-youtube-service.h9
-rw-r--r--gdata/services/youtube/gdata-youtube-state.h5
-rw-r--r--gdata/services/youtube/gdata-youtube-video.h5
49 files changed, 269 insertions, 0 deletions
diff --git a/gdata/services/calendar/gdata-calendar-calendar.h b/gdata/services/calendar/gdata-calendar-calendar.h
index f7cb7d60..6bfceb0a 100644
--- a/gdata/services/calendar/gdata-calendar-calendar.h
+++ b/gdata/services/calendar/gdata-calendar-calendar.h
@@ -101,6 +101,11 @@ typedef struct {
typedef struct {
/*< private >*/
GDataEntryClass parent;
+
+ /*< private >*/
+ /* Padding for future expansion */
+ void (*_g_reserved0) (void);
+ void (*_g_reserved1) (void);
} GDataCalendarCalendarClass;
GType gdata_calendar_calendar_get_type (void) G_GNUC_CONST;
diff --git a/gdata/services/calendar/gdata-calendar-event.h b/gdata/services/calendar/gdata-calendar-event.h
index 801db569..0dc3e65e 100644
--- a/gdata/services/calendar/gdata-calendar-event.h
+++ b/gdata/services/calendar/gdata-calendar-event.h
@@ -58,6 +58,11 @@ typedef struct {
typedef struct {
/*< private >*/
GDataEntryClass parent;
+
+ /*< private >*/
+ /* Padding for future expansion */
+ void (*_g_reserved0) (void);
+ void (*_g_reserved1) (void);
} GDataCalendarEventClass;
GType gdata_calendar_event_get_type (void) G_GNUC_CONST;
diff --git a/gdata/services/calendar/gdata-calendar-feed.h b/gdata/services/calendar/gdata-calendar-feed.h
index 2dcfabd3..0cf062af 100644
--- a/gdata/services/calendar/gdata-calendar-feed.h
+++ b/gdata/services/calendar/gdata-calendar-feed.h
@@ -59,6 +59,11 @@ typedef struct {
typedef struct {
/*< private >*/
GDataFeedClass parent;
+
+ /*< private >*/
+ /* Padding for future expansion */
+ void (*_g_reserved0) (void);
+ void (*_g_reserved1) (void);
} GDataCalendarFeedClass;
GType gdata_calendar_feed_get_type (void);
diff --git a/gdata/services/calendar/gdata-calendar-query.h b/gdata/services/calendar/gdata-calendar-query.h
index 03ebc20c..293721d6 100644
--- a/gdata/services/calendar/gdata-calendar-query.h
+++ b/gdata/services/calendar/gdata-calendar-query.h
@@ -55,6 +55,11 @@ typedef struct {
typedef struct {
/*< private >*/
GDataQueryClass parent;
+
+ /*< private >*/
+ /* Padding for future expansion */
+ void (*_g_reserved0) (void);
+ void (*_g_reserved1) (void);
} GDataCalendarQueryClass;
GType gdata_calendar_query_get_type (void) G_GNUC_CONST;
diff --git a/gdata/services/calendar/gdata-calendar-service.h b/gdata/services/calendar/gdata-calendar-service.h
index 473574ba..8177491f 100644
--- a/gdata/services/calendar/gdata-calendar-service.h
+++ b/gdata/services/calendar/gdata-calendar-service.h
@@ -55,6 +55,15 @@ typedef struct {
typedef struct {
/*< private >*/
GDataServiceClass parent;
+
+ /*< private >*/
+ /* Padding for future expansion */
+ void (*_g_reserved0) (void);
+ void (*_g_reserved1) (void);
+ void (*_g_reserved2) (void);
+ void (*_g_reserved3) (void);
+ void (*_g_reserved4) (void);
+ void (*_g_reserved5) (void);
} GDataCalendarServiceClass;
GType gdata_calendar_service_get_type (void) G_GNUC_CONST;
diff --git a/gdata/services/contacts/gdata-contacts-contact.h b/gdata/services/contacts/gdata-contacts-contact.h
index 0f91f342..ebc73d3d 100644
--- a/gdata/services/contacts/gdata-contacts-contact.h
+++ b/gdata/services/contacts/gdata-contacts-contact.h
@@ -152,6 +152,11 @@ typedef struct {
typedef struct {
/*< private >*/
GDataEntryClass parent;
+
+ /*< private >*/
+ /* Padding for future expansion */
+ void (*_g_reserved0) (void);
+ void (*_g_reserved1) (void);
} GDataContactsContactClass;
GType gdata_contacts_contact_get_type (void) G_GNUC_CONST;
diff --git a/gdata/services/contacts/gdata-contacts-group.h b/gdata/services/contacts/gdata-contacts-group.h
index f8723d4c..7b019edb 100644
--- a/gdata/services/contacts/gdata-contacts-group.h
+++ b/gdata/services/contacts/gdata-contacts-group.h
@@ -94,6 +94,11 @@ typedef struct {
typedef struct {
/*< private >*/
GDataEntryClass parent;
+
+ /*< private >*/
+ /* Padding for future expansion */
+ void (*_g_reserved0) (void);
+ void (*_g_reserved1) (void);
} GDataContactsGroupClass;
GType gdata_contacts_group_get_type (void) G_GNUC_CONST;
diff --git a/gdata/services/contacts/gdata-contacts-query.h b/gdata/services/contacts/gdata-contacts-query.h
index a29eff62..f95d2ff5 100644
--- a/gdata/services/contacts/gdata-contacts-query.h
+++ b/gdata/services/contacts/gdata-contacts-query.h
@@ -58,6 +58,11 @@ typedef struct {
typedef struct {
/*< private >*/
GDataQueryClass parent;
+
+ /*< private >*/
+ /* Padding for future expansion */
+ void (*_g_reserved0) (void);
+ void (*_g_reserved1) (void);
} GDataContactsQueryClass;
GType gdata_contacts_query_get_type (void) G_GNUC_CONST;
diff --git a/gdata/services/contacts/gdata-contacts-service.h b/gdata/services/contacts/gdata-contacts-service.h
index 23a4459c..d6f308a4 100644
--- a/gdata/services/contacts/gdata-contacts-service.h
+++ b/gdata/services/contacts/gdata-contacts-service.h
@@ -58,6 +58,15 @@ typedef struct {
typedef struct {
/*< private >*/
GDataServiceClass parent;
+
+ /*< private >*/
+ /* Padding for future expansion */
+ void (*_g_reserved0) (void);
+ void (*_g_reserved1) (void);
+ void (*_g_reserved2) (void);
+ void (*_g_reserved3) (void);
+ void (*_g_reserved4) (void);
+ void (*_g_reserved5) (void);
} GDataContactsServiceClass;
GType gdata_contacts_service_get_type (void) G_GNUC_CONST;
diff --git a/gdata/services/documents/gdata-documents-document.h b/gdata/services/documents/gdata-documents-document.h
index b87992fc..e0d00657 100644
--- a/gdata/services/documents/gdata-documents-document.h
+++ b/gdata/services/documents/gdata-documents-document.h
@@ -59,6 +59,11 @@ typedef struct {
typedef struct {
/*< private >*/
GDataDocumentsEntryClass parent;
+
+ /*< private >*/
+ /* Padding for future expansion */
+ void (*_g_reserved0) (void);
+ void (*_g_reserved1) (void);
} GDataDocumentsDocumentClass;
GType gdata_documents_document_get_type (void) G_GNUC_CONST;
diff --git a/gdata/services/documents/gdata-documents-drawing.h b/gdata/services/documents/gdata-documents-drawing.h
index bcda025f..e2c13fb6 100644
--- a/gdata/services/documents/gdata-documents-drawing.h
+++ b/gdata/services/documents/gdata-documents-drawing.h
@@ -113,6 +113,11 @@ typedef struct {
typedef struct {
/*< private >*/
GDataDocumentsDocumentClass parent;
+
+ /*< private >*/
+ /* Padding for future expansion */
+ void (*_g_reserved0) (void);
+ void (*_g_reserved1) (void);
} GDataDocumentsDrawingClass;
GType gdata_documents_drawing_get_type (void) G_GNUC_CONST;
diff --git a/gdata/services/documents/gdata-documents-entry.h b/gdata/services/documents/gdata-documents-entry.h
index e71dfb61..f2321444 100644
--- a/gdata/services/documents/gdata-documents-entry.h
+++ b/gdata/services/documents/gdata-documents-entry.h
@@ -88,6 +88,11 @@ typedef struct {
typedef struct {
/*< private >*/
GDataEntryClass parent;
+
+ /*< private >*/
+ /* Padding for future expansion */
+ void (*_g_reserved0) (void);
+ void (*_g_reserved1) (void);
} GDataDocumentsEntryClass;
GType gdata_documents_entry_get_type (void) G_GNUC_CONST;
diff --git a/gdata/services/documents/gdata-documents-feed.h b/gdata/services/documents/gdata-documents-feed.h
index 0499e98c..df6eceac 100644
--- a/gdata/services/documents/gdata-documents-feed.h
+++ b/gdata/services/documents/gdata-documents-feed.h
@@ -58,6 +58,11 @@ typedef struct {
typedef struct {
/*< private >*/
GDataFeedClass parent;
+
+ /*< private >*/
+ /* Padding for future expansion */
+ void (*_g_reserved0) (void);
+ void (*_g_reserved1) (void);
} GDataDocumentsFeedClass;
GType gdata_documents_feed_get_type (void) G_GNUC_CONST;
diff --git a/gdata/services/documents/gdata-documents-folder.h b/gdata/services/documents/gdata-documents-folder.h
index e3285174..f79e5fd9 100644
--- a/gdata/services/documents/gdata-documents-folder.h
+++ b/gdata/services/documents/gdata-documents-folder.h
@@ -59,6 +59,11 @@ typedef struct {
typedef struct {
/*< private >*/
GDataDocumentsEntryClass parent;
+
+ /*< private >*/
+ /* Padding for future expansion */
+ void (*_g_reserved0) (void);
+ void (*_g_reserved1) (void);
} GDataDocumentsFolderClass;
GType gdata_documents_folder_get_type (void) G_GNUC_CONST;
diff --git a/gdata/services/documents/gdata-documents-pdf.h b/gdata/services/documents/gdata-documents-pdf.h
index 4600fc71..e92ff7e7 100644
--- a/gdata/services/documents/gdata-documents-pdf.h
+++ b/gdata/services/documents/gdata-documents-pdf.h
@@ -60,6 +60,11 @@ typedef struct {
typedef struct {
/*< private >*/
GDataDocumentsDocumentClass parent;
+
+ /*< private >*/
+ /* Padding for future expansion */
+ void (*_g_reserved0) (void);
+ void (*_g_reserved1) (void);
} GDataDocumentsPdfClass;
GType gdata_documents_pdf_get_type (void) G_GNUC_CONST;
diff --git a/gdata/services/documents/gdata-documents-presentation.h b/gdata/services/documents/gdata-documents-presentation.h
index cfd7eac1..e18607b4 100644
--- a/gdata/services/documents/gdata-documents-presentation.h
+++ b/gdata/services/documents/gdata-documents-presentation.h
@@ -130,6 +130,11 @@ typedef struct {
typedef struct {
/*< private >*/
GDataDocumentsDocumentClass parent;
+
+ /*< private >*/
+ /* Padding for future expansion */
+ void (*_g_reserved0) (void);
+ void (*_g_reserved1) (void);
} GDataDocumentsPresentationClass;
GType gdata_documents_presentation_get_type (void) G_GNUC_CONST;
diff --git a/gdata/services/documents/gdata-documents-query.h b/gdata/services/documents/gdata-documents-query.h
index 14f734e9..84dbdbad 100644
--- a/gdata/services/documents/gdata-documents-query.h
+++ b/gdata/services/documents/gdata-documents-query.h
@@ -60,6 +60,11 @@ typedef struct {
/*< private >*/
GDataQueryClass parent;
GDataDocumentsQueryPrivate *priv;
+
+ /*< private >*/
+ /* Padding for future expansion */
+ void (*_g_reserved0) (void);
+ void (*_g_reserved1) (void);
} GDataDocumentsQueryClass;
GType gdata_documents_query_get_type (void) G_GNUC_CONST;
diff --git a/gdata/services/documents/gdata-documents-service.h b/gdata/services/documents/gdata-documents-service.h
index 9f0b83cb..da4c3191 100644
--- a/gdata/services/documents/gdata-documents-service.h
+++ b/gdata/services/documents/gdata-documents-service.h
@@ -75,6 +75,15 @@ typedef struct {
typedef struct {
/*< private >*/
GDataServiceClass parent;
+
+ /*< private >*/
+ /* Padding for future expansion */
+ void (*_g_reserved0) (void);
+ void (*_g_reserved1) (void);
+ void (*_g_reserved2) (void);
+ void (*_g_reserved3) (void);
+ void (*_g_reserved4) (void);
+ void (*_g_reserved5) (void);
} GDataDocumentsServiceClass;
GType gdata_documents_service_get_type (void) G_GNUC_CONST;
diff --git a/gdata/services/documents/gdata-documents-spreadsheet.h b/gdata/services/documents/gdata-documents-spreadsheet.h
index 20d07dd2..38cab006 100644
--- a/gdata/services/documents/gdata-documents-spreadsheet.h
+++ b/gdata/services/documents/gdata-documents-spreadsheet.h
@@ -139,6 +139,11 @@ typedef struct {
typedef struct {
/*< private >*/
GDataDocumentsDocumentClass parent;
+
+ /*< private >*/
+ /* Padding for future expansion */
+ void (*_g_reserved0) (void);
+ void (*_g_reserved1) (void);
} GDataDocumentsSpreadsheetClass;
GType gdata_documents_spreadsheet_get_type (void) G_GNUC_CONST;
diff --git a/gdata/services/documents/gdata-documents-text.h b/gdata/services/documents/gdata-documents-text.h
index 6fadab15..98254b27 100644
--- a/gdata/services/documents/gdata-documents-text.h
+++ b/gdata/services/documents/gdata-documents-text.h
@@ -175,6 +175,11 @@ typedef struct {
typedef struct {
/*< private >*/
GDataDocumentsDocumentClass parent;
+
+ /*< private >*/
+ /* Padding for future expansion */
+ void (*_g_reserved0) (void);
+ void (*_g_reserved1) (void);
} GDataDocumentsTextClass;
GType gdata_documents_text_get_type (void) G_GNUC_CONST;
diff --git a/gdata/services/documents/gdata-documents-upload-query.h b/gdata/services/documents/gdata-documents-upload-query.h
index 6699fc24..4dd1deba 100644
--- a/gdata/services/documents/gdata-documents-upload-query.h
+++ b/gdata/services/documents/gdata-documents-upload-query.h
@@ -59,6 +59,11 @@ typedef struct {
typedef struct {
/*< private >*/
GObjectClass parent;
+
+ /*< private >*/
+ /* Padding for future expansion */
+ void (*_g_reserved0) (void);
+ void (*_g_reserved1) (void);
} GDataDocumentsUploadQueryClass;
GType gdata_documents_upload_query_get_type (void) G_GNUC_CONST;
diff --git a/gdata/services/freebase/gdata-freebase-query.h b/gdata/services/freebase/gdata-freebase-query.h
index 8e71612d..19f87a60 100644
--- a/gdata/services/freebase/gdata-freebase-query.h
+++ b/gdata/services/freebase/gdata-freebase-query.h
@@ -60,6 +60,11 @@ typedef struct {
typedef struct {
/*< private >*/
GDataQueryClass parent;
+
+ /*< private >*/
+ /* Padding for future expansion */
+ void (*_g_reserved0) (void);
+ void (*_g_reserved1) (void);
} GDataFreebaseQueryClass;
GType gdata_freebase_query_get_type (void) G_GNUC_CONST;
diff --git a/gdata/services/freebase/gdata-freebase-result.h b/gdata/services/freebase/gdata-freebase-result.h
index 2bd610d0..252cfd69 100644
--- a/gdata/services/freebase/gdata-freebase-result.h
+++ b/gdata/services/freebase/gdata-freebase-result.h
@@ -60,6 +60,11 @@ typedef struct {
typedef struct {
/*< private >*/
GDataEntryClass parent;
+
+ /*< private >*/
+ /* Padding for future expansion */
+ void (*_g_reserved0) (void);
+ void (*_g_reserved1) (void);
} GDataFreebaseResultClass;
GType gdata_freebase_result_get_type (void) G_GNUC_CONST;
diff --git a/gdata/services/freebase/gdata-freebase-search-query.h b/gdata/services/freebase/gdata-freebase-search-query.h
index 9ecb3d74..1d50591c 100644
--- a/gdata/services/freebase/gdata-freebase-search-query.h
+++ b/gdata/services/freebase/gdata-freebase-search-query.h
@@ -75,6 +75,11 @@ typedef struct {
typedef struct {
/*< private >*/
GDataQueryClass parent;
+
+ /*< private >*/
+ /* Padding for future expansion */
+ void (*_g_reserved0) (void);
+ void (*_g_reserved1) (void);
} GDataFreebaseSearchQueryClass;
GType gdata_freebase_search_query_get_type (void) G_GNUC_CONST;
diff --git a/gdata/services/freebase/gdata-freebase-search-result.h b/gdata/services/freebase/gdata-freebase-search-result.h
index 32a4bc5a..8173f752 100644
--- a/gdata/services/freebase/gdata-freebase-search-result.h
+++ b/gdata/services/freebase/gdata-freebase-search-result.h
@@ -69,6 +69,11 @@ typedef struct {
typedef struct {
/*< private >*/
GDataFreebaseResultClass parent;
+
+ /*< private >*/
+ /* Padding for future expansion */
+ void (*_g_reserved0) (void);
+ void (*_g_reserved1) (void);
} GDataFreebaseSearchResultClass;
GType gdata_freebase_search_result_get_type (void) G_GNUC_CONST;
diff --git a/gdata/services/freebase/gdata-freebase-service.h b/gdata/services/freebase/gdata-freebase-service.h
index 0668ed50..2b0523b6 100644
--- a/gdata/services/freebase/gdata-freebase-service.h
+++ b/gdata/services/freebase/gdata-freebase-service.h
@@ -67,6 +67,15 @@ typedef struct {
typedef struct {
/*< private >*/
GDataServiceClass parent;
+
+ /*< private >*/
+ /* Padding for future expansion */
+ void (*_g_reserved0) (void);
+ void (*_g_reserved1) (void);
+ void (*_g_reserved2) (void);
+ void (*_g_reserved3) (void);
+ void (*_g_reserved4) (void);
+ void (*_g_reserved5) (void);
} GDataFreebaseServiceClass;
GType gdata_freebase_service_get_type (void) G_GNUC_CONST;
diff --git a/gdata/services/freebase/gdata-freebase-topic-query.h b/gdata/services/freebase/gdata-freebase-topic-query.h
index 36e3a7f7..9e2cbdc6 100644
--- a/gdata/services/freebase/gdata-freebase-topic-query.h
+++ b/gdata/services/freebase/gdata-freebase-topic-query.h
@@ -59,6 +59,11 @@ typedef struct {
typedef struct {
/*< private >*/
GDataQueryClass parent;
+
+ /*< private >*/
+ /* Padding for future expansion */
+ void (*_g_reserved0) (void);
+ void (*_g_reserved1) (void);
} GDataFreebaseTopicQueryClass;
GType gdata_freebase_topic_query_get_type (void) G_GNUC_CONST;
diff --git a/gdata/services/freebase/gdata-freebase-topic-result.h b/gdata/services/freebase/gdata-freebase-topic-result.h
index eeebc78f..18f71849 100644
--- a/gdata/services/freebase/gdata-freebase-topic-result.h
+++ b/gdata/services/freebase/gdata-freebase-topic-result.h
@@ -82,6 +82,11 @@ typedef struct {
typedef struct {
/*< private >*/
GDataFreebaseResultClass parent;
+
+ /*< private >*/
+ /* Padding for future expansion */
+ void (*_g_reserved0) (void);
+ void (*_g_reserved1) (void);
} GDataFreebaseTopicResultClass;
GType gdata_freebase_topic_object_get_type (void) G_GNUC_CONST;
diff --git a/gdata/services/picasaweb/gdata-picasaweb-album.h b/gdata/services/picasaweb/gdata-picasaweb-album.h
index 5075e115..f09a2de4 100644
--- a/gdata/services/picasaweb/gdata-picasaweb-album.h
+++ b/gdata/services/picasaweb/gdata-picasaweb-album.h
@@ -74,6 +74,11 @@ typedef struct {
typedef struct {
/*< private >*/
GDataEntryClass parent;
+
+ /*< private >*/
+ /* Padding for future expansion */
+ void (*_g_reserved0) (void);
+ void (*_g_reserved1) (void);
} GDataPicasaWebAlbumClass;
GType gdata_picasaweb_album_get_type (void) G_GNUC_CONST;
diff --git a/gdata/services/picasaweb/gdata-picasaweb-comment.h b/gdata/services/picasaweb/gdata-picasaweb-comment.h
index cca9c9e6..138297c0 100644
--- a/gdata/services/picasaweb/gdata-picasaweb-comment.h
+++ b/gdata/services/picasaweb/gdata-picasaweb-comment.h
@@ -58,6 +58,11 @@ typedef struct {
typedef struct {
/*< private >*/
GDataCommentClass parent;
+
+ /*< private >*/
+ /* Padding for future expansion */
+ void (*_g_reserved0) (void);
+ void (*_g_reserved1) (void);
} GDataPicasaWebCommentClass;
GType gdata_picasaweb_comment_get_type (void) G_GNUC_CONST;
diff --git a/gdata/services/picasaweb/gdata-picasaweb-feed.h b/gdata/services/picasaweb/gdata-picasaweb-feed.h
index f145ec04..2715bc20 100644
--- a/gdata/services/picasaweb/gdata-picasaweb-feed.h
+++ b/gdata/services/picasaweb/gdata-picasaweb-feed.h
@@ -58,6 +58,11 @@ typedef struct {
typedef struct {
/*< private >*/
GDataFeedClass parent;
+
+ /*< private >*/
+ /* Padding for future expansion */
+ void (*_g_reserved0) (void);
+ void (*_g_reserved1) (void);
} GDataPicasaWebFeedClass;
GType gdata_picasaweb_feed_get_type (void) G_GNUC_CONST;
diff --git a/gdata/services/picasaweb/gdata-picasaweb-file.h b/gdata/services/picasaweb/gdata-picasaweb-file.h
index 78ec8a29..638d49ad 100644
--- a/gdata/services/picasaweb/gdata-picasaweb-file.h
+++ b/gdata/services/picasaweb/gdata-picasaweb-file.h
@@ -96,6 +96,11 @@ typedef struct {
typedef struct {
/*< private >*/
GDataEntryClass parent;
+
+ /*< private >*/
+ /* Padding for future expansion */
+ void (*_g_reserved0) (void);
+ void (*_g_reserved1) (void);
} GDataPicasaWebFileClass;
GType gdata_picasaweb_file_get_type (void) G_GNUC_CONST;
diff --git a/gdata/services/picasaweb/gdata-picasaweb-query.h b/gdata/services/picasaweb/gdata-picasaweb-query.h
index 25f8db02..12e428da 100644
--- a/gdata/services/picasaweb/gdata-picasaweb-query.h
+++ b/gdata/services/picasaweb/gdata-picasaweb-query.h
@@ -60,6 +60,11 @@ typedef struct {
typedef struct {
/*< private >*/
GDataQueryClass parent;
+
+ /*< private >*/
+ /* Padding for future expansion */
+ void (*_g_reserved0) (void);
+ void (*_g_reserved1) (void);
} GDataPicasaWebQueryClass;
GType gdata_picasaweb_query_get_type (void) G_GNUC_CONST;
diff --git a/gdata/services/picasaweb/gdata-picasaweb-service.h b/gdata/services/picasaweb/gdata-picasaweb-service.h
index 6e9c4bd5..da3b8bc1 100644
--- a/gdata/services/picasaweb/gdata-picasaweb-service.h
+++ b/gdata/services/picasaweb/gdata-picasaweb-service.h
@@ -59,6 +59,15 @@ typedef struct {
typedef struct {
/*< private >*/
GDataServiceClass parent;
+
+ /*< private >*/
+ /* Padding for future expansion */
+ void (*_g_reserved0) (void);
+ void (*_g_reserved1) (void);
+ void (*_g_reserved2) (void);
+ void (*_g_reserved3) (void);
+ void (*_g_reserved4) (void);
+ void (*_g_reserved5) (void);
} GDataPicasaWebServiceClass;
GType gdata_picasaweb_service_get_type (void) G_GNUC_CONST;
diff --git a/gdata/services/picasaweb/gdata-picasaweb-user.h b/gdata/services/picasaweb/gdata-picasaweb-user.h
index bd92d14b..93753192 100644
--- a/gdata/services/picasaweb/gdata-picasaweb-user.h
+++ b/gdata/services/picasaweb/gdata-picasaweb-user.h
@@ -60,6 +60,11 @@ typedef struct {
typedef struct {
/*< private >*/
GDataEntryClass parent;
+
+ /*< private >*/
+ /* Padding for future expansion */
+ void (*_g_reserved0) (void);
+ void (*_g_reserved1) (void);
} GDataPicasaWebUserClass;
GType gdata_picasaweb_user_get_type (void) G_GNUC_CONST;
diff --git a/gdata/services/tasks/gdata-tasks-query.h b/gdata/services/tasks/gdata-tasks-query.h
index e3bad97d..bb399d9e 100644
--- a/gdata/services/tasks/gdata-tasks-query.h
+++ b/gdata/services/tasks/gdata-tasks-query.h
@@ -59,6 +59,11 @@ typedef struct {
typedef struct {
/*< private >*/
GDataQueryClass parent;
+
+ /*< private >*/
+ /* Padding for future expansion */
+ void (*_g_reserved0) (void);
+ void (*_g_reserved1) (void);
} GDataTasksQueryClass;
GType gdata_tasks_query_get_type (void) G_GNUC_CONST;
diff --git a/gdata/services/tasks/gdata-tasks-service.h b/gdata/services/tasks/gdata-tasks-service.h
index a1f80c15..625c2178 100644
--- a/gdata/services/tasks/gdata-tasks-service.h
+++ b/gdata/services/tasks/gdata-tasks-service.h
@@ -58,6 +58,11 @@ typedef struct {
typedef struct {
/*< private >*/
GDataServiceClass parent;
+
+ /*< private >*/
+ /* Padding for future expansion */
+ void (*_g_reserved0) (void);
+ void (*_g_reserved1) (void);
} GDataTasksServiceClass;
GType gdata_tasks_service_get_type (void) G_GNUC_CONST;
diff --git a/gdata/services/tasks/gdata-tasks-task.h b/gdata/services/tasks/gdata-tasks-task.h
index fe4f7db6..7ceb0bcb 100644
--- a/gdata/services/tasks/gdata-tasks-task.h
+++ b/gdata/services/tasks/gdata-tasks-task.h
@@ -86,6 +86,11 @@ typedef struct {
typedef struct {
/*< private >*/
GDataEntryClass parent;
+
+ /*< private >*/
+ /* Padding for future expansion */
+ void (*_g_reserved0) (void);
+ void (*_g_reserved1) (void);
} GDataTasksTaskClass;
GType gdata_tasks_task_get_type (void) G_GNUC_CONST;
diff --git a/gdata/services/tasks/gdata-tasks-tasklist.h b/gdata/services/tasks/gdata-tasks-tasklist.h
index 5ae62646..ea0c1caf 100644
--- a/gdata/services/tasks/gdata-tasks-tasklist.h
+++ b/gdata/services/tasks/gdata-tasks-tasklist.h
@@ -57,6 +57,11 @@ typedef struct {
typedef struct {
/*< private >*/
GDataEntryClass parent;
+
+ /*< private >*/
+ /* Padding for future expansion */
+ void (*_g_reserved0) (void);
+ void (*_g_reserved1) (void);
} GDataTasksTasklistClass;
GType gdata_tasks_tasklist_get_type (void) G_GNUC_CONST;
diff --git a/gdata/services/youtube/gdata-youtube-category.h b/gdata/services/youtube/gdata-youtube-category.h
index 6b503fc7..d29fbdbb 100644
--- a/gdata/services/youtube/gdata-youtube-category.h
+++ b/gdata/services/youtube/gdata-youtube-category.h
@@ -59,6 +59,11 @@ typedef struct {
typedef struct {
/*< private >*/
GDataCategoryClass parent;
+
+ /*< private >*/
+ /* Padding for future expansion */
+ void (*_g_reserved0) (void);
+ void (*_g_reserved1) (void);
} GDataYouTubeCategoryClass;
GType gdata_youtube_category_get_type (void) G_GNUC_CONST;
diff --git a/gdata/services/youtube/gdata-youtube-comment.h b/gdata/services/youtube/gdata-youtube-comment.h
index 9a209abe..f26bc276 100644
--- a/gdata/services/youtube/gdata-youtube-comment.h
+++ b/gdata/services/youtube/gdata-youtube-comment.h
@@ -58,6 +58,11 @@ typedef struct {
typedef struct {
/*< private >*/
GDataCommentClass parent;
+
+ /*< private >*/
+ /* Padding for future expansion */
+ void (*_g_reserved0) (void);
+ void (*_g_reserved1) (void);
} GDataYouTubeCommentClass;
GType gdata_youtube_comment_get_type (void) G_GNUC_CONST;
diff --git a/gdata/services/youtube/gdata-youtube-content.h b/gdata/services/youtube/gdata-youtube-content.h
index c5dc40bf..dbb7216a 100644
--- a/gdata/services/youtube/gdata-youtube-content.h
+++ b/gdata/services/youtube/gdata-youtube-content.h
@@ -78,6 +78,11 @@ typedef struct {
typedef struct {
/*< private >*/
GDataMediaContentClass parent;
+
+ /*< private >*/
+ /* Padding for future expansion */
+ void (*_g_reserved0) (void);
+ void (*_g_reserved1) (void);
} GDataYouTubeContentClass;
GType gdata_youtube_content_get_type (void) G_GNUC_CONST;
diff --git a/gdata/services/youtube/gdata-youtube-control.h b/gdata/services/youtube/gdata-youtube-control.h
index b331a6c2..bfc3fbb6 100644
--- a/gdata/services/youtube/gdata-youtube-control.h
+++ b/gdata/services/youtube/gdata-youtube-control.h
@@ -57,6 +57,11 @@ typedef struct {
typedef struct {
/*< private >*/
GDataParsableClass parent;
+
+ /*< private >*/
+ /* Padding for future expansion */
+ void (*_g_reserved0) (void);
+ void (*_g_reserved1) (void);
} GDataYouTubeControlClass;
GType gdata_youtube_control_get_type (void) G_GNUC_CONST;
diff --git a/gdata/services/youtube/gdata-youtube-credit.h b/gdata/services/youtube/gdata-youtube-credit.h
index 5c182c8e..b140ff11 100644
--- a/gdata/services/youtube/gdata-youtube-credit.h
+++ b/gdata/services/youtube/gdata-youtube-credit.h
@@ -68,6 +68,11 @@ typedef struct {
typedef struct {
/*< private >*/
GDataMediaCreditClass parent;
+
+ /*< private >*/
+ /* Padding for future expansion */
+ void (*_g_reserved0) (void);
+ void (*_g_reserved1) (void);
} GDataYouTubeCreditClass;
GType gdata_youtube_credit_get_type (void) G_GNUC_CONST;
diff --git a/gdata/services/youtube/gdata-youtube-group.h b/gdata/services/youtube/gdata-youtube-group.h
index 99c85836..c48f33c9 100644
--- a/gdata/services/youtube/gdata-youtube-group.h
+++ b/gdata/services/youtube/gdata-youtube-group.h
@@ -58,6 +58,11 @@ typedef struct {
typedef struct {
/*< private >*/
GDataMediaGroupClass parent;
+
+ /*< private >*/
+ /* Padding for future expansion */
+ void (*_g_reserved0) (void);
+ void (*_g_reserved1) (void);
} GDataYouTubeGroupClass;
GType gdata_youtube_group_get_type (void) G_GNUC_CONST;
diff --git a/gdata/services/youtube/gdata-youtube-query.h b/gdata/services/youtube/gdata-youtube-query.h
index a3535888..c262027f 100644
--- a/gdata/services/youtube/gdata-youtube-query.h
+++ b/gdata/services/youtube/gdata-youtube-query.h
@@ -147,6 +147,11 @@ typedef struct {
typedef struct {
/*< private >*/
GDataQueryClass parent;
+
+ /*< private >*/
+ /* Padding for future expansion */
+ void (*_g_reserved0) (void);
+ void (*_g_reserved1) (void);
} GDataYouTubeQueryClass;
GType gdata_youtube_query_get_type (void) G_GNUC_CONST;
diff --git a/gdata/services/youtube/gdata-youtube-service.h b/gdata/services/youtube/gdata-youtube-service.h
index fb9c22fe..999fa4c7 100644
--- a/gdata/services/youtube/gdata-youtube-service.h
+++ b/gdata/services/youtube/gdata-youtube-service.h
@@ -106,6 +106,15 @@ typedef struct {
typedef struct {
/*< private >*/
GDataServiceClass parent;
+
+ /*< private >*/
+ /* Padding for future expansion */
+ void (*_g_reserved0) (void);
+ void (*_g_reserved1) (void);
+ void (*_g_reserved2) (void);
+ void (*_g_reserved3) (void);
+ void (*_g_reserved4) (void);
+ void (*_g_reserved5) (void);
} GDataYouTubeServiceClass;
GType gdata_youtube_service_get_type (void) G_GNUC_CONST;
diff --git a/gdata/services/youtube/gdata-youtube-state.h b/gdata/services/youtube/gdata-youtube-state.h
index cb4e4d4c..07651ba3 100644
--- a/gdata/services/youtube/gdata-youtube-state.h
+++ b/gdata/services/youtube/gdata-youtube-state.h
@@ -56,6 +56,11 @@ typedef struct {
typedef struct {
/*< private >*/
GDataParsableClass parent;
+
+ /*< private >*/
+ /* Padding for future expansion */
+ void (*_g_reserved0) (void);
+ void (*_g_reserved1) (void);
} GDataYouTubeStateClass;
GType gdata_youtube_state_get_type (void) G_GNUC_CONST;
diff --git a/gdata/services/youtube/gdata-youtube-video.h b/gdata/services/youtube/gdata-youtube-video.h
index 490730d2..8fc5ce58 100644
--- a/gdata/services/youtube/gdata-youtube-video.h
+++ b/gdata/services/youtube/gdata-youtube-video.h
@@ -176,6 +176,11 @@ typedef struct {
typedef struct {
/*< private >*/
GDataEntryClass parent;
+
+ /*< private >*/
+ /* Padding for future expansion */
+ void (*_g_reserved0) (void);
+ void (*_g_reserved1) (void);
} GDataYouTubeVideoClass;
GType gdata_youtube_video_get_type (void) G_GNUC_CONST;