summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/sp-object.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/sp-object.h b/src/sp-object.h
index 5d3183d9c..8581fd35a 100644
--- a/src/sp-object.h
+++ b/src/sp-object.h
@@ -531,6 +531,11 @@ public:
CollectionPolicy _collection_policy;
gchar *_label;
mutable gchar *_default_label;
+
+ // WARNING:
+ // Methods below should not be used outside of the SP tree,
+ // as they operate directly on the XML representation.
+ // In future, they will be made protected.
void attach(SPObject *object, SPObject *prev);
void reorder(SPObject *prev);
void detach(SPObject *object);