From: bryce Date: Thu, 7 Dec 2006 06:30:35 +0000 (+0000) Subject: Adding some docs X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=d61c32eeca972ebca576bd32323f7108438132f9;p=inkscape.git Adding some docs --- diff --git a/src/sp-object.cpp b/src/sp-object.cpp index 72a93ec3b..9294a2e9f 100644 --- a/src/sp-object.cpp +++ b/src/sp-object.cpp @@ -1198,6 +1198,9 @@ SPObject::requestDisplayUpdate(unsigned int flags) } } +/** + * Update views + */ void SPObject::updateDisplay(SPCtx *ctx, unsigned int flags) { @@ -1268,7 +1271,10 @@ SPObject::requestModified(unsigned int flags) } /** - * This is what actually delivers the modified signals + * Emits the MODIFIED signal with the object's flags. + * The object's mflags are the original set aside during the update pass for + * later delivery here. Once emitModified() is called, those flags don't + * need to be stored any longer. */ void SPObject::emitModified(unsigned int flags)