summaryrefslogtreecommitdiff
path: root/farstream/fs-stream.h
diff options
context:
space:
mode:
authorOlivier CrĂȘte <olivier.crete@collabora.com>2012-02-20 16:49:33 -0500
committerOlivier CrĂȘte <olivier.crete@collabora.com>2012-02-20 16:49:33 -0500
commit04a8f33daab5c304e87fbd3c8559e8218a42fcdc (patch)
tree9f4b83c80580b0ae23c0bd091cad4d1c5b4d3dea /farstream/fs-stream.h
parentd5d0c925638a55c8b1f72a3472e5176862b5cd3a (diff)
downloadfarstream-04a8f33daab5c304e87fbd3c8559e8218a42fcdc.tar.gz
Fix python bindings
Diffstat (limited to 'farstream/fs-stream.h')
-rw-r--r--farstream/fs-stream.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/farstream/fs-stream.h b/farstream/fs-stream.h
index 9637a66a..226107a9 100644
--- a/farstream/fs-stream.h
+++ b/farstream/fs-stream.h
@@ -43,7 +43,7 @@ G_BEGIN_DECLS
* An enum for specifying the direction of a stream
*
*/
-typedef enum _FsStreamDirection
+typedef enum
{
FS_DIRECTION_NONE = 0,
FS_DIRECTION_SEND = 1<<0,
@@ -66,7 +66,7 @@ typedef enum _FsStreamDirection
* An stream using an ICE transmitter would use all of these.
*/
-typedef enum _FsStreamState
+typedef enum
{
FS_STREAM_STATE_FAILED,
FS_STREAM_STATE_DISCONNECTED,