[libsoup] Change the typedef of SoupCookieJar to follow the other parts of soup
- From: Dan Winship <danw src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [libsoup] Change the typedef of SoupCookieJar to follow the other parts of soup
- Date: Thu, 17 Dec 2009 11:00:52 +0000 (UTC)
commit f62b9cb38249682757741de0a7c553ade3202017
Author: Holger Hans Peter Freyther <zecke selfish org>
Date: Mon Jun 1 06:25:48 2009 +0200
Change the typedef of SoupCookieJar to follow the other parts of soup
https://bugzilla.gnome.org/show_bug.cgi?id=584413
libsoup/soup-cookie-jar.h | 4 ++--
libsoup/soup-types.h | 1 +
2 files changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/libsoup/soup-cookie-jar.h b/libsoup/soup-cookie-jar.h
index acab070..3b0c3c6 100644
--- a/libsoup/soup-cookie-jar.h
+++ b/libsoup/soup-cookie-jar.h
@@ -17,10 +17,10 @@ G_BEGIN_DECLS
#define SOUP_IS_COOKIE_JAR_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((obj), SOUP_TYPE_COOKIE_JAR))
#define SOUP_COOKIE_JAR_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), SOUP_TYPE_COOKIE_JAR, SoupCookieJarClass))
-typedef struct {
+struct _SoupCookieJar {
GObject parent;
-} SoupCookieJar;
+};
typedef struct {
GObjectClass parent_class;
diff --git a/libsoup/soup-types.h b/libsoup/soup-types.h
index 8b485bf..def6c85 100644
--- a/libsoup/soup-types.h
+++ b/libsoup/soup-types.h
@@ -17,6 +17,7 @@ typedef struct _SoupAddress SoupAddress;
typedef struct _SoupAuth SoupAuth;
typedef struct _SoupAuthDomain SoupAuthDomain;
typedef struct _SoupCookie SoupCookie;
+typedef struct _SoupCookieJar SoupCookieJar;
typedef struct _SoupDate SoupDate;
typedef struct _SoupMessage SoupMessage;
typedef struct _SoupServer SoupServer;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]