Changeset 8490 for branches/jingle/src/common/farsight/farsight.defs
- Timestamp:
- 08/12/07 02:16:54 (17 months ago)
- Files:
-
- 1 modified
-
branches/jingle/src/common/farsight/farsight.defs (modified) (7 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/jingle/src/common/farsight/farsight.defs
r8485 r8490 122 122 '("int" "id") 123 123 '("const-char*" "encoding_name") 124 '(" FarsightMediaType" "media_type")124 '("int" "media_type") 125 125 '("guint" "clock_rate") 126 126 ) … … 206 206 (of-object "FarsightStream") 207 207 (c-name "farsight_stream_get_media_type") 208 (return-type " FarsightMediaType")208 (return-type "int") 209 209 ) 210 210 … … 363 363 (of-object "FarsightStream") 364 364 (c-name "farsight_stream_get_state") 365 (return-type " FarsightStreamState")365 (return-type "int") 366 366 ) 367 367 … … 369 369 (of-object "FarsightStream") 370 370 (c-name "farsight_stream_get_direction") 371 (return-type " FarsightStreamDirection")371 (return-type "int") 372 372 ) 373 373 … … 375 375 (of-object "FarsightStream") 376 376 (c-name "farsight_stream_get_current_direction") 377 (return-type "FarsightStreamDirection") 378 ) 379 380 (define-method get_media_type 381 (of-object "FarsightStream") 382 (c-name "farsight_stream_get_media_type") 383 (return-type "FarsightMediaType") 377 (return-type "int") 384 378 ) 385 379 … … 425 419 (return-type "none") 426 420 (parameters 427 '(" FarsightStreamError" "err")421 '("int" "err") 428 422 '("const-gchar*" "mesg") 429 423 ) … … 469 463 (return-type "none") 470 464 (parameters 471 '(" FarsightStreamState" "state")472 '(" FarsightStreamDirection" "direction")465 '("int" "state") 466 '("int" "direction") 473 467 ) 474 468 )
