Commit be20c9bc authored by Dafydd Harries's avatar Dafydd Harries

nice_candidate_ice_priority () is G_GNUC_CONST / takes const NiceCandidate *

darcs-hash:20070316135852-c9803-e10cdf407a9a20c2e1eb0f6ec4134ba0e380740f.gz
parent af19a157
...@@ -67,8 +67,9 @@ _candidate_ice_priority ( ...@@ -67,8 +67,9 @@ _candidate_ice_priority (
} }
G_GNUC_CONST
guint32 guint32
nice_candidate_ice_priority (NiceCandidate *candidate) nice_candidate_ice_priority (const NiceCandidate *candidate)
{ {
guint8 type_preference = 0; guint8 type_preference = 0;
......
...@@ -45,7 +45,7 @@ gfloat ...@@ -45,7 +45,7 @@ gfloat
nice_candidate_jingle_priority (NiceCandidate *candidate); nice_candidate_jingle_priority (NiceCandidate *candidate);
guint32 guint32
nice_candidate_ice_priority (NiceCandidate *candidate); nice_candidate_ice_priority (const NiceCandidate *candidate);
G_END_DECLS G_END_DECLS
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment