SongFilter: make several macros internal
This commit is contained in:
parent
8661a51aba
commit
1726278ccc
@ -44,6 +44,14 @@
|
|||||||
#define LOCATE_TAG_FILE_KEY_OLD "filename"
|
#define LOCATE_TAG_FILE_KEY_OLD "filename"
|
||||||
#define LOCATE_TAG_ANY_KEY "any"
|
#define LOCATE_TAG_ANY_KEY "any"
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Limit the search to files within the given directory.
|
||||||
|
*/
|
||||||
|
#define LOCATE_TAG_BASE_TYPE (TAG_NUM_OF_ITEM_TYPES + 1)
|
||||||
|
#define LOCATE_TAG_MODIFIED_SINCE (TAG_NUM_OF_ITEM_TYPES + 2)
|
||||||
|
#define LOCATE_TAG_FILE_TYPE TAG_NUM_OF_ITEM_TYPES+10
|
||||||
|
#define LOCATE_TAG_ANY_TYPE TAG_NUM_OF_ITEM_TYPES+20
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @return #TAG_NUM_OF_ITEM_TYPES on error
|
* @return #TAG_NUM_OF_ITEM_TYPES on error
|
||||||
*/
|
*/
|
||||||
|
@ -30,20 +30,11 @@
|
|||||||
|
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
|
|
||||||
/**
|
|
||||||
* Limit the search to files within the given directory.
|
|
||||||
*/
|
|
||||||
#define LOCATE_TAG_BASE_TYPE (TAG_NUM_OF_ITEM_TYPES + 1)
|
|
||||||
#define LOCATE_TAG_MODIFIED_SINCE (TAG_NUM_OF_ITEM_TYPES + 2)
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Special value for the db_selection_print() sort parameter.
|
* Special value for the db_selection_print() sort parameter.
|
||||||
*/
|
*/
|
||||||
#define SORT_TAG_LAST_MODIFIED (TAG_NUM_OF_ITEM_TYPES + 3)
|
#define SORT_TAG_LAST_MODIFIED (TAG_NUM_OF_ITEM_TYPES + 3)
|
||||||
|
|
||||||
#define LOCATE_TAG_FILE_TYPE TAG_NUM_OF_ITEM_TYPES+10
|
|
||||||
#define LOCATE_TAG_ANY_TYPE TAG_NUM_OF_ITEM_TYPES+20
|
|
||||||
|
|
||||||
template<typename T> struct ConstBuffer;
|
template<typename T> struct ConstBuffer;
|
||||||
enum TagType : uint8_t;
|
enum TagType : uint8_t;
|
||||||
struct Tag;
|
struct Tag;
|
||||||
|
Loading…
Reference in New Issue
Block a user