summaryrefslogtreecommitdiff
path: root/agent/candidate.h
diff options
context:
space:
mode:
authorOlivier CrĂȘte <olivier.crete@collabora.com>2014-05-17 00:02:33 -0400
committerOlivier CrĂȘte <olivier.crete@collabora.com>2014-05-17 00:26:14 -0400
commitd24855d7832fb0ca26cf1bb46e987d05edf60128 (patch)
tree81a266298e01b5764e1ce8e08c6df01f83865133 /agent/candidate.h
parent7a39f60f5afa360f07305da8507c1eff102ee284 (diff)
downloadlibnice-d24855d7832fb0ca26cf1bb46e987d05edf60128.tar.gz
candidate: Add Boxed type
Diffstat (limited to 'agent/candidate.h')
-rw-r--r--agent/candidate.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/agent/candidate.h b/agent/candidate.h
index b63f7b3..0934afe 100644
--- a/agent/candidate.h
+++ b/agent/candidate.h
@@ -226,6 +226,15 @@ nice_candidate_free (NiceCandidate *candidate);
NiceCandidate *
nice_candidate_copy (const NiceCandidate *candidate);
+GType nice_candidate_get_type (void);
+
+/**
+ * NICE_TYPE_CANDIDATE:
+ *
+ * A boxed type for a #NiceCandidate.
+ */
+#define NICE_TYPE_CANDIDATE nice_candidate_get_type ()
+
G_END_DECLS
#endif /* _CANDIDATE_H */