Show
Ignore:
Timestamp:
03/06/10 17:03:14 (6 months ago)
Author:
Nedko Arnaudov <nedko@…>
Children:
a459a2a19cd0f110f245f6c1cbf0a39f6f2a6dad
Parents:
a76c415981c63ef0bffe8be7e81ecde70ef3e2fd
git-committer:
Nedko Arnaudov <nedko@arnaudov.name> / 2010-03-06T17:03:14Z+0200
Message:

daemon: expose new studio room objects on D-Bus

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • daemon/room.h

    r8475365 r2fd730e  
    3737  const char * name, 
    3838  ladish_room_handle template, 
     39  const char * object_path, 
    3940  ladish_room_handle * room_handle_ptr); 
    4041 
     
    4748 
    4849const char * ladish_room_get_name(ladish_room_handle room_handle); 
     50const char * ladish_room_get_opath(ladish_room_handle room_handle); 
    4951bool ladish_room_get_template_uuid(ladish_room_handle room_handle, uuid_t uuid_ptr); 
    5052void ladish_room_get_uuid(ladish_room_handle room_handle, uuid_t uuid_ptr);