Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Olivier Crête
libnice
Commits
0bd082cb
Commit
0bd082cb
authored
Apr 22, 2008
by
Youness Alaoui
Browse files
Added a NICE_COMPATIBILITY_LAST enum
darcs-hash:20080422193256-4f0f6-e5dd7affd0463719f11dd81d23fd6dda1b2afb31.gz
parent
e2e1263e
Changes
2
Hide whitespace changes
Inline
Side-by-side
agent/agent.c
View file @
0bd082cb
...
...
@@ -196,7 +196,7 @@ nice_agent_class_init (NiceAgentClass *klass)
"compatibility"
,
"ICE specification compatibility"
,
"The compatibility mode for the agent"
,
NICE_COMPATIBILITY_ID19
,
NICE_COMPATIBILITY_
MSN
,
NICE_COMPATIBILITY_ID19
,
NICE_COMPATIBILITY_
LAST
-
1
,
NICE_COMPATIBILITY_ID19
,
G_PARAM_READWRITE
|
G_PARAM_CONSTRUCT_ONLY
));
...
...
agent/agent.h
View file @
0bd082cb
...
...
@@ -98,9 +98,10 @@ typedef enum
typedef
enum
{
NICE_COMPATIBILITY_ID19
=
1
,
NICE_COMPATIBILITY_GOOGLE
=
2
,
NICE_COMPATIBILITY_MSN
=
3
NICE_COMPATIBILITY_ID19
,
NICE_COMPATIBILITY_GOOGLE
,
NICE_COMPATIBILITY_MSN
,
NICE_COMPATIBILITY_LAST
}
NiceCompatibility
;
typedef
struct
_NiceCandidateDesc
NiceCandidateDesc
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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