% add a _get_type for every GObject whose properties and signals you want % documented % add the relevant includes to be able to call those _get_type functions % adding a get_type here will: % - change output file name from gstreamer-(whatever).html to (whatever).html % - document properties and signals #include "../../farstream/fs-participant.h" #include "../../farstream/fs-session.h" #include "../../farstream/fs-stream.h" #include "../../farstream/fs-conference.h" #include "../../farstream/fs-transmitter.h" #include "../../farstream/fs-stream-transmitter.h" #include "../../farstream/fs-element-added-notifier.h" fs_participant_get_type fs_session_get_type fs_stream_get_type fs_conference_get_type fs_transmitter_get_type fs_stream_transmitter_get_type fs_element_added_notifier_get_type