summaryrefslogtreecommitdiff
path: root/docs/libs/farstream-libs.types
blob: 907d3607a264046c708b653bed5a339b5558d7ab (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
% 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