Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
libnice
libnice
Commits
5bca3c85
Commit
5bca3c85
authored
Mar 15, 2007
by
Dafydd Harries
Browse files
stun-server should be string, not pointer property
darcs-hash:20070315121434-c9803-8820d6cd83e859650511ce75386b387bb46c1b0d.gz
parent
5ca6a461
Changes
1
Hide whitespace changes
Inline
Side-by-side
agent/agent.c
View file @
5bca3c85
...
...
@@ -263,10 +263,11 @@ nice_agent_class_init (NiceAgentClass *klass)
G_PARAM_READWRITE
|
G_PARAM_CONSTRUCT_ONLY
));
g_object_class_install_property
(
gobject_class
,
PROP_STUN_SERVER
,
g_param_spec_
pointer
(
g_param_spec_
string
(
"stun-server"
,
"STUN server"
,
"The STUN server used to obtain server-reflexive candidates"
,
NULL
,
G_PARAM_READWRITE
));
/* install signals */
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment