aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ephy-node.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/ephy-node.h')
-rw-r--r--lib/ephy-node.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/ephy-node.h b/lib/ephy-node.h
index 34ac0d2ec..7ac63b8eb 100644
--- a/lib/ephy-node.h
+++ b/lib/ephy-node.h
@@ -28,8 +28,7 @@
G_BEGIN_DECLS
-/* convenience macro to check node validity */
-
+#define EPHY_TYPE_NODE (ephy_node_get_type ())
#define EPHY_IS_NODE(o) (o != NULL)
typedef struct _EphyNode EphyNode;
@@ -49,6 +48,8 @@ typedef enum
typedef void (*EphyNodeCallback) (EphyNode *node, ...);
+GType ephy_node_get_type (void) G_GNUC_CONST;
+
EphyNode *ephy_node_new (EphyNodeDb *db);
EphyNode *ephy_node_new_with_id (EphyNodeDb *db,