Sha256: b167978d55afc77c0cc24b4ebc72eb215e0211ca739b7eb081973dc8bc131990

Contents?: true

Size: 253 Bytes

Versions: 1

Compression:

Stored size: 253 Bytes

Contents

/* track.h */

#ifndef RBPOD_TRACK_H
#define RBPOD_TRACK_H

extern VALUE cRbPodTrack;
extern VALUE mRbPodTrackCollection;

void Init_rbpod_track(void);

inline VALUE rbpod_track_collection_create(VALUE parent, GList *items);

#endif /* RBPOD_TRACK_H */

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
rbpod-0.0.2 ext/rbpod/track.h