simplifications
[src/app-framework-binder.git] / plugins / media / media-api.h
index ae19a31..5a3cf9f 100644 (file)
@@ -26,8 +26,9 @@
 /* private client context [will be destroyed when client leaves] */
 typedef struct {
   void *media_server;          /* handle to implementation (Rygel...) */
+  unsigned int index;          /* currently selected media file       */
 } mediaCtxHandleT;
 
-PUBLIC char* _rygel_list (mediaCtxHandleT *);
+PUBLIC json_object* _rygel_list (mediaCtxHandleT *);
 
 #endif /* MEDIA_API_H */