X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;ds=sidebyside;f=include%2Fvlc_playlist.h;h=2a3a2d435033816fb9e26aaa4e8e171f0dfa4b19;hb=75adef44b044b9b81e593e74db857d6b2a7e4eaa;hp=e83f4c3c2e3a9d36a9207ae3aa836d551dc490ed;hpb=1df015beff013d3fae00a4fae905ef28c4df10ce;p=vlc diff --git a/include/vlc_playlist.h b/include/vlc_playlist.h index e83f4c3c2e..2a3a2d4350 100644 --- a/include/vlc_playlist.h +++ b/include/vlc_playlist.h @@ -163,11 +163,6 @@ struct playlist_t playlist_item_array_t current; /**< Items currently being played */ int i_current_index; /**< Index in current array */ - /** Reset current item array */ - bool b_reset_currently_playing; - mtime_t last_rebuild_date; - - int i_last_playlist_id; /**< Last id to an item */ /* Predefined items */ playlist_item_t * p_root_category; /**< Root of category tree */ @@ -176,17 +171,6 @@ struct playlist_t playlist_item_t * p_ml_category; /** < "Library" in CATEGORY view */ playlist_item_t * p_local_onelevel; /** < "Playlist" in ONELEVEL view */ playlist_item_t * p_ml_onelevel; /** < "Library" in ONELEVEL view */ - - bool b_doing_ml; /**< Doing media library stuff, - * get quicker */ - bool b_auto_preparse; - - /* Runtime */ - int i_sort; /**< Last sorting applied to the playlist */ - int i_order; /**< Last ordering applied to the playlist */ - mtime_t gc_date; - bool b_cant_sleep; - }; /** Helper to add an item */ @@ -406,7 +390,7 @@ static inline input_thread_t * __pl_CurrentInput( vlc_object_t * p_this ) #define playlist_CurrentSize( pl ) pl->current.i_size /** Ask the playlist to do some work */ -#define playlist_Signal( p_playlist ) vlc_object_signal( p_playlist ) +VLC_EXPORT( void, playlist_Signal, ( playlist_t * ) ); /** @} */ # ifdef __cplusplus