simplify events and commands

This commit is contained in:
Wim Taymans 2016-10-24 15:30:15 +02:00
parent 0373f73bac
commit d3dd90bb05
25 changed files with 220 additions and 252 deletions

View file

@ -62,10 +62,6 @@ struct _PinosDataLoopClass {
GObjectClass parent_class;
};
typedef void (*PinosCommandFunc) (SpaNodeCommand *command,
uint32_t seq,
void *user_data);
/* normal GObject stuff */
GType pinos_data_loop_get_type (void);