aboutsummaryrefslogtreecommitdiff
path: root/src/ld-symbol.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ld-symbol.c')
-rw-r--r--src/ld-symbol.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ld-symbol.c b/src/ld-symbol.c
index 42c01cd..5919b8e 100644
--- a/src/ld-symbol.c
+++ b/src/ld-symbol.c
@@ -73,6 +73,9 @@ ld_symbol_area_get_type (void)
*
* #LdSymbol represents a symbol in the #LdDocument that is in turn
* drawn onto the #LdCanvas.
+ *
+ * All implementations of this abstract class are required to use
+ * cairo_save() and cairo_restore() when drawing to store the state.
*/
G_DEFINE_ABSTRACT_TYPE (LdSymbol, ld_symbol, G_TYPE_OBJECT);