Top | ![]() |
![]() |
![]() |
![]() |
GtkFileFilter *
parole_get_supported_audio_filter (void
);
Get a GtkFileFilter according to the supported Parole audio mime types.
Since: 0.2
GtkFileFilter *
parole_get_supported_video_filter (void
);
Get a GtkFileFilter according to the supported Parole video mime types.
Since: 0.2
GtkFileFilter *
parole_get_supported_media_filter (void
);
Get a GtkFileFilter according to the supported Parole media mime types, including audio and video.
Since: 0.2
GtkFileFilter *
parole_get_supported_files_filter (void
);
Get a GtkFileFilter according to the supported Parole file mime types, including audio/video/playlist formats.
Since: 0.2
GtkFileFilter *
parole_get_supported_playlist_filter (void
);
Get a GtkFileFilter according to the supported Parole playlist mime types.
Since: 0.2
GtkRecentFilter *
parole_get_supported_recent_media_filter
(void
);
Get a GtkRecentFilter according to the supported Parole file mime types, including audio/video/playlist formats.
Since: 0.2
GtkRecentFilter *
parole_get_supported_recent_files_filter
(void
);
Get a GtkRecentFilter according to the supported Parole file mime types, including audio/video/playlist formats.
Since: 0.2
gboolean parole_file_filter (GtkFileFilter *filter
,ParoleFile *file
);
Tests whether a file should be displayed according to filter.
Since: 0.2