]> www.fi.muni.cz Git - evince.git/blobdiff - backend/ev-link.c
merge evince-threads branch
[evince.git] / backend / ev-link.c
index e01aa1994faac78f5c6dc2c833547844842f702b..7e6eb52251c42dfbaaa53024210ddf29fa3e71c4 100644 (file)
@@ -32,6 +32,16 @@ enum {
        PROP_URI
 };
 
+
+struct _EvLink {
+       GObject base_instance;
+       EvLinkPrivate *priv;
+};
+
+struct _EvLinkClass {
+       GObjectClass base_class;
+};
+
 struct _EvLinkPrivate {
        char *title;
        char *uri;