]> www.fi.muni.cz Git - evince.git/blobdiff - backend/ev-link.h
merge evince-threads branch
[evince.git] / backend / ev-link.h
index 00d97c43bcb640d2eb0b78be6011b40381b55f24..d92d428e186223a94dbf6c319c30e3eed9f17dff 100644 (file)
@@ -41,18 +41,11 @@ typedef enum
 {
        EV_LINK_TYPE_TITLE,
        EV_LINK_TYPE_PAGE,
-       EV_LINK_TYPE_EXTERNAL_URI
+       EV_LINK_TYPE_EXTERNAL_URI,
+       /* We'll probably fill this in more as we support the other types of
+        * links */
 } EvLinkType;
 
-struct _EvLink {
-       GObject base_instance;
-       EvLinkPrivate *priv;
-};
-
-struct _EvLinkClass {
-       GObjectClass base_class;
-};
-
 GType           ev_link_type_get_type  (void);
 GType          ev_link_get_type        (void);