summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: c14a574)
raw | patch | inline | side by side (parent: c14a574)
author | Krzysztof Kosiński <tweenk.pl@gmail.com> | |
Sun, 12 Dec 2010 23:14:29 +0000 (00:14 +0100) | ||
committer | Krzysztof Kosiński <tweenk.pl@gmail.com> | |
Sun, 12 Dec 2010 23:14:29 +0000 (00:14 +0100) |
in SPObject outside of the SP tree
src/sp-object.h | patch | blob | history |
diff --git a/src/sp-object.h b/src/sp-object.h
index 5d3183d9c7245897ad6f2e80930477d2c9bc1b66..8581fd35affd3a645f84466d500106867186c8ab 100644 (file)
--- a/src/sp-object.h
+++ b/src/sp-object.h
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);