Home
last modified time | relevance | path

Searched refs:playlist_get_type (Results 1 – 3 of 3) sorted by relevance

/dports/audio/soundtracker/soundtracker-1.0.2.1/app/
H A Dplaylist.h28 #define PLAYLIST(obj) (G_TYPE_CHECK_INSTANCE_CAST(obj, playlist_get_type(), Playlist))
29 #define PLAYLIST_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass)(klass, playlist_get_type(), Playlis…
30 #define IS_PLAYLIST(obj) (G_TYPE_CHECK_INSTANCE_TYPE(obj, playlist_get_type()))
67 GType playlist_get_type(void) G_GNUC_CONST;
H A Dplaylist.c416 Playlist *p = g_object_new(playlist_get_type(), NULL); in playlist_new()
/dports/audio/aqualung/aqualung-1.0/src/
H A Dplaylist.c198 int playlist_get_type(char * filename);
2166 type = playlist_get_type(fullname); in playlist_load()
5359 playlist_get_type(char * filename) { in playlist_get_type() function