Try to use source_path consistently

This commit is contained in:
Wim Taymans 2015-07-09 17:58:54 +02:00
parent 1e4e4ef185
commit f268cdfda6
8 changed files with 28 additions and 28 deletions

View file

@ -51,7 +51,7 @@ typedef enum {
/**
* PinosSourceInfo:
* @id: generic id of the source
* @path: the unique path of the source, suitable for connecting
* @source_path: the unique path of the source, suitable for connecting
* @name: name the source, suitable for display
* @properties: the properties of the source
* @state: the current state of the source
@ -61,7 +61,7 @@ typedef enum {
*/
typedef struct {
gpointer id;
const char *path;
const char *source_path;
const char *name;
GVariant *properties;
PinosSourceState state;