
#include <twl/tcl.h>
typedef enum
{
TCL_FAVORITE_TYPE_NONE = 0 ,
TCL_FAVORITE_TYPE_1 ,
TCL_FAVORITE_TYPE_2 ,
TCL_FAVORITE_TYPE_3 ,
TCL_FAVORITE_TYPE_ALL ,
TCL_FAVORITE_TYPE_MAX = TCL_FAVORITE_TYPE_ALL
} TCLFavoriteType;
Use favorite types to group images.
The types of favorites are explained in the following list.
| TCL_FAVORITE_TYPE_NONE | No favorite is specified. |
| TCL_FAVORITE_TYPE_1 | First favorite. |
| TCL_FAVORITE_TYPE_2 | Second favorite. |
| TCL_FAVORITE_TYPE_3 | Third favorite. |
| TCL_FAVORITE_TYPE_ALL | All favorites. TCLPictureInfo does not hold this value with its favorite information. The favorite-type value is used internally by the library.
|
2008/10/07 Initial version.
CONFIDENTIAL