diff --git a/doc/source-api.txt b/doc/source-api.txt deleted file mode 100644 index ed845be6e..000000000 --- a/doc/source-api.txt +++ /dev/null @@ -1,84 +0,0 @@ -Source ------- - -Service: org.pulsevideo -Interface: org.pulsevideo.Source1 -Object Path: freely definable - - - The Source object defines a source of video. You can query the list of - supported formats and get a SourceOutput object that can be used to - control the video Source. - - -Methods a{a{sv}} GetCapabilities (dict args) - - Get a list of supported formats - - Possible Errors: org.pulsevideo.Error.NotAuthorized - org.pulsevideo.Error.Failed - - object CreateSourceOutput (dict args) - - Create a sourceoutput with given capabilities - - Possible Errors: org.pulsevideo.Error.NotAuthorized - org.pulsevideo.Error.Failed - - void RemoveSourceOutput (object sourceoutput) - - Remove a sourceoutput. - - Possible Errors: org.pulsevideo.Error.NotAuthorized - org.pulsevideo.Error.Failed - -Properties string Name [readonly] - - Name of the source - - strinf Priority [readonly] - - Priority of the source - - - -SourceOutput ------------- - -Service org.pulsevideo -Interface org.pulsevideo.SourceOutput1 -Object Path: freely definable - -Methods fd Acquire() - - Acquire transport file descriptor read and . - - Possible Errors: org.pulsevideo.Error.NotAuthorized - org.pulsevideo.Error.Failed - - void Release () - - Release transport file descriptor - - - -Properties object Source [readonly] - - Path of the Source object - - dict transport [readonly] - - Transport properties - - - -Client ------- - -Service org.pulsevideo -Interface org.pulsevideo.Client1 - - - - - diff --git a/src/dbus/org.pulsevideo.xml b/src/dbus/org.pulsevideo.xml index 2fd478f51..4e6de9feb 100644 --- a/src/dbus/org.pulsevideo.xml +++ b/src/dbus/org.pulsevideo.xml @@ -1,77 +1,206 @@ - + + + + + + + + + + + + + - + - - - - - - - - + + + + + + + + + + - + + + + + + + + + + + -