[yast-commit] r62170 - /trunk/libyui/src/YTreeItem.h
Author: kkaempf Date: Tue Jun 29 13:40:45 2010 New Revision: 62170 URL: http://svn.opensuse.org/viewcvs/yast?rev=62170&view=rev Log: rename addChild parameter to item_disown so SWIG (libyui-bindings) knows about transferral of memory ownership Modified: trunk/libyui/src/YTreeItem.h Modified: trunk/libyui/src/YTreeItem.h URL: http://svn.opensuse.org/viewcvs/yast/trunk/libyui/src/YTreeItem.h?rev=62170&r1=62169&r2=62170&view=diff ============================================================================== --- trunk/libyui/src/YTreeItem.h (original) +++ trunk/libyui/src/YTreeItem.h Tue Jun 29 13:40:45 2010 @@ -117,7 +117,7 @@ * automatically add themselves to their parent, so applications will * normally not have to call this function. **/ - virtual void addChild( YItem * child ); + virtual void addChild( YItem * item_disown ); /** * Delete all child items. -- To unsubscribe, e-mail: yast-commit+unsubscribe@opensuse.org For additional commands, e-mail: yast-commit+help@opensuse.org
participants (1)
-
kkaempf@svn.opensuse.org