photosgallery/common/inc/glxfilterfactory.h
branchRCL_3
changeset 24 ea65f74e6de4
parent 13 bcb43dc84c44
--- a/photosgallery/common/inc/glxfilterfactory.h	Thu Jul 15 18:39:01 2010 +0300
+++ b/photosgallery/common/inc/glxfilterfactory.h	Thu Aug 19 09:55:03 2010 +0300
@@ -161,6 +161,7 @@
     * Creates a filter that most suited for the SlideShow
     * 
     * @param aSelectedListPath - this contains the list of Id's required. If NULL it is ignored
+    *                           Takes ownership of aSelectedListPath
     * @param aSortDirection - Acsending or Descending
     * @param aSortFilter - Alphabetic, Item Count, Capture date, Modified date,
     * @param aItemTypeFilter - All, Image, Video, Video and Images, Album
@@ -177,6 +178,7 @@
     * 
     * @param aOriginalFilter - Use values in this filter but overide with other parameters
     * @param aSelectedListPath - this contains the list of Id's required. If NULL it is ignored
+    *                            Takes ownership of aSelectedListPath
     * @param aSortDirection - Acsending, Descending or use value in aOriginalFilter
     * @param aItemTypeFilter - All, Image, Video, Video and Images, Album or use value in aOriginalFilter
     * @Param aExcludeAnimation - Exlude images with FrameCount > 1, include all images or use value in aOriginalFilter