[rygel] core: Change visibility of a method to 'private'
- From: Zeeshan Ali Khattak <zeeshanak src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [rygel] core: Change visibility of a method to 'private'
- Date: Wed, 13 Apr 2011 12:22:22 +0000 (UTC)
commit f653ec5eb70292d75752ed8f4a65d2ce523e475d
Author: Zeeshan Ali (Khattak) <zeeshanak gnome org>
Date: Wed Apr 13 15:20:59 2011 +0300
core: Change visibility of a method to 'private'
SourceConnectionManager.get_protocol_info() now private.
src/rygel/rygel-source-connection-manager.vala | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/rygel/rygel-source-connection-manager.vala b/src/rygel/rygel-source-connection-manager.vala
index d2805f2..9903c6f 100644
--- a/src/rygel/rygel-source-connection-manager.vala
+++ b/src/rygel/rygel-source-connection-manager.vala
@@ -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 ();
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]