[libdmapsharing] Update README-Porting after working with grilo-plugins



commit 002b9ebbaa31ed9a98f14299564a07285ac8df53
Author: W. Michael Petullo <mike flyn org>
Date:   Mon Mar 19 14:27:39 2018 -0400

    Update README-Porting after working with grilo-plugins
    
    Signed-off-by: W. Michael Petullo <mike flyn org>

 README-Porting |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/README-Porting b/README-Porting
index 62a1322..da40623 100644
--- a/README-Porting
+++ b/README-Porting
@@ -50,8 +50,8 @@ instead of "Iface".
 
        DACPPlayState became DmapControlPlayState.
 
-(5)  The new API replaces the use of GHFunc with DMAPIdRecordFunc and
-DMAPContainerIdFunc.
+(5)  The new API replaces the use of GHFunc with DmapIdRecordFunc and
+DmapContainerIdFunc.
 
 (6)  Setting an object property using g_object_set causes the object to
 duplicate the passed value.  Thus the caller maintains control of the
@@ -71,11 +71,11 @@ implementations of these interfaces should now:
 
        (c) use GArray instead of GByteArray.
 
-(9)  The "base-uri" property in the DMAPConnection class is now a boxed
+(9)  The "base-uri" property in the DmapConnection class is now a boxed
 type. The real type is SoupURI.
 
-(10) The "db" and "container-db" properties in DMAPShare are now handled
+(10) The "db" and "container-db" properties in DmapShare are now handled
 as object types instead of pointer types.
 
-(11) The properties contained in a DMAPMdnsService must now be accessed
+(11) The properties contained in a DmapMdnsService must now be accessed
 using g_object_get.


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]