summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: ac9894f)
raw | patch | inline | side by side (parent: ac9894f)
author | johnce <johnce@users.sourceforge.net> | |
Wed, 5 Aug 2009 07:07:44 +0000 (07:07 +0000) | ||
committer | johnce <johnce@users.sourceforge.net> | |
Wed, 5 Aug 2009 07:07:44 +0000 (07:07 +0000) |
src/document.h | patch | blob | history | |
src/sp-object-repr.h | patch | blob | history |
diff --git a/src/document.h b/src/document.h
index b849181f98b21fc2d91838e0937bd147fe54c77f..45b82815593c559ef4c40998cd9fd83e66a7c806 100644 (file)
--- a/src/document.h
+++ b/src/document.h
public Inkscape::GC::Finalized,
public Inkscape::GC::Anchored
{
+public:
typedef sigc::signal<void, SPObject *> IDChangedSignal;
typedef sigc::signal<void> ResourcesChangedSignal;
typedef sigc::signal<void, guint> ModifiedSignal;
diff --git a/src/sp-object-repr.h b/src/sp-object-repr.h
index 0dec20fe08fc6cd19966f7a3a6a71fd51e5b521d..5a6b1772fd8bcbc49f1d4696399871582c174ce2 100644 (file)
--- a/src/sp-object-repr.h
+++ b/src/sp-object-repr.h
}
-SPObject *sp_object_repr_build_tree (ocument *document, Inkscape::XML::Node *repr);
+SPObject *sp_object_repr_build_tree (Document *document, Inkscape::XML::Node *repr);
GType sp_repr_type_lookup (Inkscape::XML::Node *repr);