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-conference.h | |
parent | d5d0c925638a55c8b1f72a3472e5176862b5cd3a (diff) | |
download | farstream-04a8f33daab5c304e87fbd3c8559e8218a42fcdc.tar.gz |
Fix python bindings
Diffstat (limited to 'farstream/fs-conference.h')
-rw-r--r-- | farstream/fs-conference.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/farstream/fs-conference.h b/farstream/fs-conference.h index e13c46e6..35d8f367 100644 --- a/farstream/fs-conference.h +++ b/farstream/fs-conference.h @@ -130,7 +130,7 @@ GType fs_conference_get_type (void); * signal, from the Gst Bus or for error in the FS_ERROR domain in GErrors */ -typedef enum _FsError +typedef enum { FS_ERROR_CONSTRUCTION = 1, FS_ERROR_INTERNAL, |