diff options
author | Olivier CrĂȘte <olivier.crete@collabora.com> | 2012-02-20 16:49:33 -0500 |
---|---|---|
committer | Olivier CrĂȘte <olivier.crete@collabora.com> | 2012-02-20 16:49:33 -0500 |
commit | 04a8f33daab5c304e87fbd3c8559e8218a42fcdc (patch) | |
tree | 9f4b83c80580b0ae23c0bd091cad4d1c5b4d3dea /farstream/fs-candidate.h | |
parent | d5d0c925638a55c8b1f72a3472e5176862b5cd3a (diff) | |
download | farstream-04a8f33daab5c304e87fbd3c8559e8218a42fcdc.tar.gz |
Fix python bindings
Diffstat (limited to 'farstream/fs-candidate.h')
-rw-r--r-- | farstream/fs-candidate.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/farstream/fs-candidate.h b/farstream/fs-candidate.h index e5fa45f7..20866a85 100644 --- a/farstream/fs-candidate.h +++ b/farstream/fs-candidate.h @@ -47,7 +47,7 @@ G_BEGIN_DECLS * * An enum for the type of candidate used/reported */ -typedef enum _FsCandidateType +typedef enum { FS_CANDIDATE_TYPE_HOST, FS_CANDIDATE_TYPE_SRFLX, @@ -63,7 +63,7 @@ typedef enum _FsCandidateType * * An enum for the base IP protocol */ -typedef enum _FsNetworkProtocol +typedef enum { FS_NETWORK_PROTOCOL_UDP, FS_NETWORK_PROTOCOL_TCP @@ -78,7 +78,7 @@ typedef enum _FsNetworkProtocol * This enum contains the component IDs defined in ICE-19 */ -typedef enum _FsComponentType +typedef enum { FS_COMPONENT_NONE = 0, FS_COMPONENT_RTP = 1, |