Home
last modified time | relevance | path

Searched refs:new_participant (Results 1 – 15 of 15) sorted by relevance

/dports/net-im/farstream/farstream-0.2.9/gst/fsrawconference/
H A Dfs-raw-conference.c162 baseconf_class->new_participant = in fs_raw_conference_class_init()
277 FsParticipant *new_participant = NULL; in fs_raw_conference_new_participant() local
279 new_participant = FS_PARTICIPANT_CAST (fs_raw_participant_new ()); in fs_raw_conference_new_participant()
283 new_participant); in fs_raw_conference_new_participant()
286 g_object_weak_ref (G_OBJECT (new_participant), _remove_participant, self); in fs_raw_conference_new_participant()
288 return new_participant; in fs_raw_conference_new_participant()
/dports/net-im/farstream/farstream-0.2.9/farstream/
H A Dfs-conference.c173 g_return_val_if_fail (klass->new_participant, NULL); in fs_conference_new_participant()
175 return klass->new_participant (conf, error); in fs_conference_new_participant()
H A Dfs-conference.h86 FsParticipant *(* new_participant) (FsConference *conference, member
/dports/net-im/farstream/farstream-0.2.9/gst/fsrtpconference/
H A Dfs-rtp-conference.c238 baseconf_class->new_participant = in fs_rtp_conference_class_init()
546 FsParticipant *new_participant = NULL; in fs_rtp_conference_new_participant() local
555 new_participant = FS_PARTICIPANT_CAST (fs_rtp_participant_new ()); in fs_rtp_conference_new_participant()
560 new_participant); in fs_rtp_conference_new_participant()
563 g_object_weak_ref (G_OBJECT (new_participant), _remove_participant, self); in fs_rtp_conference_new_participant()
565 return new_participant; in fs_rtp_conference_new_participant()
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/lib/gitlab/quick_actions/
H A Dissue_actions.rb254 new_participant = quick_action_target.issue_email_participants.create(email: email)
255 added_emails << email if new_participant.persisted?
/dports/games/lordsawar/lordsawar-0.3.2/src/
H A Dgame-server.cpp594 bool new_participant = false; in join() local
611 new_participant = true; in join()
613 if (new_participant) in join()
/dports/net-im/gajim/gajim-gajim-1.3.3/gajim/common/
H A Djingle_rtp.py94 participant = self.conference.new_participant()
/dports/net-im/farstream/farstream-0.2.9/examples/gui/
H A Dfs-gui.py585 self.fsparticipant = pipeline.conf.new_participant()
731 self.fsparticipant = pipeline.conf.new_participant()
/dports/net-p2p/vuze/vuze-5.7.4.0_2/com/aelitis/azureus/plugins/net/buddy/
H A DBuddyPluginBeta.java3812 ChatParticipant new_participant = null; in messageReceived() local
3893 new_participant = participant = new ChatParticipant( this, pk ); in messageReceived()
3977 if ( new_participant != null ){ in messageReceived()
3981 l.participantAdded( new_participant ); in messageReceived()
/dports/net-im/tdlib/td-a53cb30e99f937cfd64e0266fa558785a184a553/td/telegram/
H A DContactsManager.h205 tl_object_ptr<telegram_api::ChatParticipant> new_participant);
208 … tl_object_ptr<telegram_api::ChannelParticipant> new_participant);
H A DContactsManager.cpp13636 … tl_object_ptr<telegram_api::ChatParticipant> new_participant) { in on_update_chat_participant() argument
13642 (old_participant == nullptr && new_participant == nullptr)) { in on_update_chat_participant()
13644 << to_string(old_participant) << " -> " << to_string(new_participant); in on_update_chat_participant()
13658 if (new_participant == nullptr) { in on_update_chat_participant()
13661 …new_dialog_participant = DialogParticipant(std::move(new_participant), c->date, c->status.is_creat… in on_update_chat_participant()
13664 …new_dialog_participant = DialogParticipant(std::move(new_participant), c->date, c->status.is_creat… in on_update_chat_participant()
13692 (old_participant == nullptr && new_participant == nullptr)) { in on_update_channel_participant()
13694 << ": " << to_string(old_participant) << " -> " << to_string(new_participant); in on_update_channel_participant()
13702 if (new_participant == nullptr) { in on_update_channel_participant()
13705 new_dialog_participant = DialogParticipant(std::move(new_participant)); in on_update_channel_participant()
[all …]
/dports/net-im/tdlib/td-a53cb30e99f937cfd64e0266fa558785a184a553/td/generate/scheme/
H A Dtelegram_api.tl367 … actor_id:long user_id:long prev_participant:flags.0?ChatParticipant new_participant:flags.1?ChatP…
368 …tor_id:long user_id:long prev_participant:flags.0?ChannelParticipant new_participant:flags.1?Chann…
889 …ionParticipantToggleBan#e6d83d7e prev_participant:ChannelParticipant new_participant:ChannelPartic…
890 …nParticipantToggleAdmin#d5676710 prev_participant:ChannelParticipant new_participant:ChannelPartic…
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/Resources/tl/
H A Dapi.tl377 … actor_id:long user_id:long prev_participant:flags.0?ChatParticipant new_participant:flags.1?ChatP…
378 …tor_id:long user_id:long prev_participant:flags.0?ChannelParticipant new_participant:flags.1?Chann…
894 …ionParticipantToggleBan#e6d83d7e prev_participant:ChannelParticipant new_participant:ChannelPartic…
895 …nParticipantToggleAdmin#d5676710 prev_participant:ChannelParticipant new_participant:ChannelPartic…
/dports/net-im/farstream/farstream-0.2.9/
H A DChangeLog2591 rawconference: Remove cname parameter from new_participant()
2723 conference: Remove cname parameter from new_participant()
12353 Make the cname argument to new_participant const
19731 Add a GError** to the new_participant method
21425 Add new_participant method to the baseconference class
21548 Fix indentation for new_participant
/dports/net-im/telepathy-farstream/telepathy-farstream-0.6.2/
H A DChangeLog1109 Remove cname from new_participant