core: Change visibility of a method to 'private'
authorZeeshan Ali (Khattak) <zeeshanak@gnome.org>
Wed, 13 Apr 2011 12:20:59 +0000 (15:20 +0300)
committerZeeshan Ali (Khattak) <zeeshanak@gnome.org>
Wed, 13 Apr 2011 12:20:59 +0000 (15:20 +0300)
SourceConnectionManager.get_protocol_info() now private.

src/rygel/rygel-source-connection-manager.vala

index d2805f2..9903c6f 100644 (file)
@@ -46,7 +46,7 @@ internal class Rygel.SourceConnectionManager : Rygel.ConnectionManager {
         }
     }
 
-    public ArrayList<ProtocolInfo> get_protocol_info () {
+    private ArrayList<ProtocolInfo> get_protocol_info () {
         var server = this.get_http_server ();
         var protocol_infos = server.get_protocol_info ();