server: Make ContentDirectoryError internal.
authorMurray Cumming <murrayc@murrayc.com>
Tue, 11 Sep 2012 09:51:23 +0000 (11:51 +0200)
committerMurray Cumming <murrayc@murrayc.com>
Tue, 11 Sep 2012 09:53:42 +0000 (11:53 +0200)
Because it is used by ContentDirectory, which is internal.

This removes it from the librygel-server API documentation.

src/librygel-server/rygel-content-directory.vala

index dea1b87..8aed373 100644 (file)
@@ -28,7 +28,7 @@ using Gee;
 /**
  * Errors used by ContentDirectory and deriving classes.
  */
-public errordomain Rygel.ContentDirectoryError {
+internal errordomain Rygel.ContentDirectoryError {
     NO_SUCH_OBJECT = 701,
     INVALID_SORT_CRITERIA = 709,
     RESTRICTED_OBJECT = 711,