Commit 0bd082cb authored by Youness Alaoui's avatar Youness Alaoui

Added a NICE_COMPATIBILITY_LAST enum

darcs-hash:20080422193256-4f0f6-e5dd7affd0463719f11dd81d23fd6dda1b2afb31.gz
parent e2e1263e
...@@ -196,7 +196,7 @@ nice_agent_class_init (NiceAgentClass *klass) ...@@ -196,7 +196,7 @@ nice_agent_class_init (NiceAgentClass *klass)
"compatibility", "compatibility",
"ICE specification compatibility", "ICE specification compatibility",
"The compatibility mode for the agent", "The compatibility mode for the agent",
NICE_COMPATIBILITY_ID19, NICE_COMPATIBILITY_MSN, NICE_COMPATIBILITY_ID19, NICE_COMPATIBILITY_LAST-1,
NICE_COMPATIBILITY_ID19, NICE_COMPATIBILITY_ID19,
G_PARAM_READWRITE | G_PARAM_CONSTRUCT_ONLY)); G_PARAM_READWRITE | G_PARAM_CONSTRUCT_ONLY));
......
...@@ -98,9 +98,10 @@ typedef enum ...@@ -98,9 +98,10 @@ typedef enum
typedef enum typedef enum
{ {
NICE_COMPATIBILITY_ID19 = 1, NICE_COMPATIBILITY_ID19,
NICE_COMPATIBILITY_GOOGLE = 2, NICE_COMPATIBILITY_GOOGLE,
NICE_COMPATIBILITY_MSN = 3 NICE_COMPATIBILITY_MSN,
NICE_COMPATIBILITY_LAST
} NiceCompatibility; } NiceCompatibility;
typedef struct _NiceCandidateDesc NiceCandidateDesc; typedef struct _NiceCandidateDesc NiceCandidateDesc;
......
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