summaryrefslogtreecommitdiff
path: root/libyelp/yelp-uri.h
diff options
context:
space:
mode:
authorShaun McCance <shaunm@gnome.org>2009-10-02 11:20:23 -0500
committerShaun McCance <shaunm@gnome.org>2009-10-02 11:20:23 -0500
commit88ad4966010f46623476f24a134d70dada4359d1 (patch)
treeb9b3402b35de13c52d32525e536feacc0efd7613 /libyelp/yelp-uri.h
parent49bf376f02b325e610a5e69e1ee87d7ef29e80da (diff)
downloadyelp-88ad4966010f46623476f24a134d70dada4359d1.tar.gz
[yelp-uri] Removing priv from public interface
Diffstat (limited to 'libyelp/yelp-uri.h')
-rw-r--r--libyelp/yelp-uri.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/libyelp/yelp-uri.h b/libyelp/yelp-uri.h
index e16f3c2c..2a6f144f 100644
--- a/libyelp/yelp-uri.h
+++ b/libyelp/yelp-uri.h
@@ -36,7 +36,6 @@ G_BEGIN_DECLS
typedef struct _YelpUri YelpUri;
typedef struct _YelpUriClass YelpUriClass;
-typedef struct _YelpUriPriv YelpUriPriv;
typedef enum {
YELP_URI_DOCUMENT_TYPE_UNKNOWN = 0,
@@ -55,12 +54,11 @@ typedef enum {
} YelpUriDocumentType;
struct _YelpUri {
- GObject parent;
- YelpUriPriv *priv;
+ GObject parent;
};
struct _YelpUriClass {
- GObjectClass parent_class;
+ GObjectClass parent_class;
};