[libgdata/libgdata-0-6] [picasaweb] Fix class definition for GDataPicasaWeb
- From: Philip Withnall <pwithnall src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libgdata/libgdata-0-6] [picasaweb] Fix class definition for GDataPicasaWeb
- Date: Tue, 30 Mar 2010 23:28:44 +0000 (UTC)
commit 63bdfaccffcf3b5a44c4bf0f521e3278d948bedb
Author: Philip Withnall <philip tecnocode co uk>
Date: Tue Mar 30 17:19:59 2010 +0100
[picasaweb] Fix class definition for GDataPicasaWeb
gdata/services/picasaweb/gdata-picasaweb-user.c | 2 +-
gdata/services/picasaweb/gdata-picasaweb-user.h | 6 +++---
2 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/gdata/services/picasaweb/gdata-picasaweb-user.c b/gdata/services/picasaweb/gdata-picasaweb-user.c
index a021224..9e779a5 100644
--- a/gdata/services/picasaweb/gdata-picasaweb-user.c
+++ b/gdata/services/picasaweb/gdata-picasaweb-user.c
@@ -34,7 +34,7 @@
#include <libxml/parser.h>
#include "gdata-picasaweb-user.h"
-#include "gdata-feed.h"
+#include "gdata-entry.h"
#include "gdata-private.h"
static void gdata_picasaweb_user_finalize (GObject *object);
diff --git a/gdata/services/picasaweb/gdata-picasaweb-user.h b/gdata/services/picasaweb/gdata-picasaweb-user.h
index e20ac06..0dc0f60 100644
--- a/gdata/services/picasaweb/gdata-picasaweb-user.h
+++ b/gdata/services/picasaweb/gdata-picasaweb-user.h
@@ -25,7 +25,7 @@
#include <glib-object.h>
#include <gdata/gdata-parsable.h>
-#include <gdata/gdata-feed.h>
+#include <gdata/gdata-entry.h>
G_BEGIN_DECLS
@@ -46,7 +46,7 @@ typedef struct _GDataPicasaWebUserPrivate GDataPicasaWebUserPrivate;
* Since: 0.6.0
**/
typedef struct {
- GDataFeed parent;
+ GDataEntry parent;
GDataPicasaWebUserPrivate *priv;
} GDataPicasaWebUser;
@@ -59,7 +59,7 @@ typedef struct {
**/
typedef struct {
/*< private >*/
- GDataFeedClass parent;
+ GDataEntryClass parent;
} GDataPicasaWebUserClass;
GType gdata_picasaweb_user_get_type (void) G_GNUC_CONST;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]