Home
last modified time | relevance | path

Searched refs:TpAccount (Results 1 – 25 of 115) sorted by relevance

12345

/dports/net-im/telepathy-glib/telepathy-glib-0.24.1/telepathy-glib/
H A Daccount.h62 TpAccount))
137 void tp_account_reconnect_async (TpAccount *account,
145 gboolean tp_account_is_valid (TpAccount *account);
160 void tp_account_remove_async (TpAccount *account,
180 void tp_account_set_service_async (TpAccount *self,
245 tp_account_get_supersedes (TpAccount *self);
260 void tp_account_prepare_async (TpAccount *account,
271 void tp_account_set_avatar_async (TpAccount *self,
294 TpAccount *self,
299 TpAccount *self,
[all …]
H A Daccount.c213 connection_is_internal (TpAccount *self) in connection_is_internal()
381 tp_account_init (TpAccount *self) in tp_account_init()
461 TpAccount *self = user_data; in set_connection_prepare_cb()
489 TpAccount *account) in connection_invalidated_cb()
579 TpAccount *self = TP_ACCOUNT (proxy); in _tp_account_got_all_storage_cb()
612 TpAccount *self = TP_ACCOUNT (proxy); in tp_account_prepare_storage_async()
626 _tp_account_update (TpAccount *account, in _tp_account_update()
1011 avatar_changed_cb (TpAccount *self, in avatar_changed_cb()
2232 TpAccount *
2240 TpAccount *
[all …]
H A Daccount-internal.h30 const GQuark * _tp_account_get_requested_features (TpAccount *account);
32 const GQuark * _tp_account_get_actual_features (TpAccount *account);
34 const GQuark * _tp_account_get_missing_features (TpAccount *account);
36 void _tp_account_refresh_properties (TpAccount *account);
H A Daccount-channel-request.h66 TpAccount *account,
71 TpAccount *account,
75 TpAccount * tp_account_channel_request_get_account (
114 TpAccount *account,
125 TpAccount *account,
129 TpAccount *account,
136 TpAccount *account,
169 TpAccount *account,
175 TpAccount *account,
H A Daccount-manager.c109 TpAccount *most_available_account;
267 TpAccount *account = (TpAccount *) object; in validity_changed_account_prepared_cb()
299 TpAccount *account; in _tp_account_manager_validity_changed_cb()
346 TpAccount *account = NULL; in _tp_account_manager_update_most_available_presence()
440 TpAccount *account = (TpAccount *) object; in account_prepared_cb()
490 TpAccount *account; in _tp_account_manager_got_all_cb()
1010 TpAccount *account) in insert_account()
1069 TpAccount *
1073 TpAccount *account; in tp_account_manager_ensure_account()
1337 TpAccount *account; in _tp_account_manager_created_cb()
[all …]
H A Dsimple-client-factory.h48 TpAccount * (*create_account) (TpSimpleClientFactory *self,
53 TpAccount *account);
118 TpAccount *tp_simple_client_factory_ensure_account (TpSimpleClientFactory *self,
125 TpAccount *account);
H A Dadd-dispatch-operation-context-internal.h46 TpAccount *account;
55 TpAccount *account,
H A Dhandle-channels-context-internal.h45 TpAccount *account;
56 TpAccount *account,
H A Dobserve-channels-context-internal.h46 TpAccount *account;
58 TpAccount *account,
H A Droom-list.h60 void tp_room_list_new_async (TpAccount *account,
68 TpAccount * tp_room_list_get_account (TpRoomList *self);
H A Dcontact-search.h72 void tp_contact_search_new_async (TpAccount *account,
99 TpAccount * tp_contact_search_get_account (TpContactSearch *self);
/dports/net-im/telepathy-logger/telepathy-logger-0.8.2/telepathy-logger/
H A Dlog-store-internal.h65 gboolean (*exists) (TplLogStore *self, TpAccount *account,
69 GList * (*get_dates) (TplLogStore *self, TpAccount *account,
71 GList * (*get_events_for_date) (TplLogStore *self, TpAccount *account,
73 GList * (*get_recent_events) (TplLogStore *self, TpAccount *account,
75 GList * (*get_entities) (TplLogStore *self, TpAccount *account);
81 void (*clear_account) (TplLogStore *self, TpAccount *account);
82 void (*clear_entity) (TplLogStore *self, TpAccount *account,
84 TplLogIter * (*create_iter) (TplLogStore *self, TpAccount *account,
91 gboolean _tpl_log_store_exists (TplLogStore *self, TpAccount *account,
100 TpAccount *account, TplEntity *target, gint type_mask);
[all …]
H A Dlog-manager-internal.h39 TpAccount *account,
44 TpAccount *account,
50 TpAccount *account,
58 TpAccount *account);
66 void _tpl_log_manager_clear_account (TplLogManager *self, TpAccount *account);
68 void _tpl_log_manager_clear_entity (TplLogManager *self, TpAccount *account,
73 TplLogSearchHit * _tpl_log_manager_search_hit_new (TpAccount *account,
H A Dlog-manager.h93 TpAccount *account;
106 TpAccount *account,
111 TpAccount *account,
123 TpAccount *account,
136 TpAccount *account,
151 TpAccount *account,
158 TpAccount *account,
H A Dlog-store.c100 TpAccount *account, in _tpl_log_store_exists()
161 TpAccount *account, in _tpl_log_store_get_dates()
190 TpAccount *account, in _tpl_log_store_get_events_for_date()
206 TpAccount *account, in _tpl_log_store_get_recent_events()
233 TpAccount *account) in _tpl_log_store_get_entities()
290 TpAccount *account, in _tpl_log_store_get_filtered_events()
318 _tpl_log_store_clear_account (TplLogStore *self, TpAccount *account) in _tpl_log_store_clear_account()
330 TpAccount *account, in _tpl_log_store_clear_entity()
343 TpAccount *account, in _tpl_log_store_create_iter()
H A Dlog-store-pidgin.c242 TpAccount *account, in log_store_pidgin_get_dir()
313 TpAccount *account, in log_store_pidgin_exists()
378 TpAccount *account, in log_store_pidgin_get_dates()
433 TpAccount *account, in log_store_pidgin_get_filenames_for_date()
479 static TpAccount *
515 TpAccount *acc = (TpAccount *) l->data; in log_store_pidgin_dup_account()
586 TpAccount *account, in log_store_pidgin_get_events_for_files()
1030 TpAccount *account, in log_store_pidgin_get_events_for_date()
1062 TpAccount *account) in log_store_pidgin_get_entities()
1082 TpAccount *account, in log_store_pidgin_get_filtered_events()
[all …]
H A Dlog-store-xml.c257 TpAccount *account, in log_store_xml_get_dir()
352 TpAccount *account, in log_store_xml_get_filename()
377 TpAccount *account, in _log_store_xml_write_to_store()
448 TpAccount *account; in add_text_event()
569 TpAccount *account; in add_call_event()
778 TpAccount *account, in log_store_xml_exists()
865 TpAccount *account, in log_store_xml_get_dates()
956 TpAccount *account, in log_store_xml_get_filename_for_date()
1059 TpAccount *account) in parse_text_node()
1157 TpAccount *account) in parse_call_node()
[all …]
H A Dlog-manager.c99 TpAccount *account;
440 TpAccount *account, in tpl_log_manager_exists()
480 TpAccount *account, in _tpl_log_manager_get_dates()
520 TpAccount *account, in _tpl_log_manager_get_events_for_date()
547 TpAccount *account, in _tpl_log_manager_get_filtered_events()
604 TpAccount *account) in _tpl_log_manager_get_entities()
797 TpAccount *account) in _tpl_log_manager_clear_account()
815 TpAccount *account, in _tpl_log_manager_clear_entity()
877 TpAccount *account, in tpl_log_manager_get_dates_async()
985 TpAccount *account, in tpl_log_manager_get_events_for_date_async()
[all …]
H A Dlog-store-sqlite-internal.h97 TpAccount *account, const char *identifier);
99 TpAccount *account, const char *identifier);
/dports/net-im/telepathy-mission-control/telepathy-mission-control-5.16.6/util/
H A Dmc-tool.c596 TpAccount *account; in callback_for_create_account()
683 command_remove (TpAccount *account) in command_remove()
720 command_show (TpAccount *account) in command_show()
876 command_get (TpAccount *account) in command_get()
957 command_enable (TpAccount *account) in command_enable()
967 command_disable (TpAccount *account) in command_disable()
977 command_display (TpAccount *account) in command_display()
987 command_nick (TpAccount *account) in command_nick()
1007 command_icon (TpAccount *account) in command_icon()
1036 command_update (TpAccount *account) in command_update()
[all …]
/dports/net-im/telepathy-logger-qt5/telepathy-logger-qt-17.09.0/TelepathyLoggerQt/
H A Dlog-manager.cpp62 TpAccount *tpAccount = Utils::instance()->tpAccount(account); in exists()
134 TpAccount *tpAccount = Utils::instance()->tpAccount(account); in queryWalkFilteredEvents()
151 TpAccount *tpAccount = Utils::instance()->tpAccount(account); in disableForEntity()
163 TpAccount *tpAccount = Utils::instance()->tpAccount(account); in enableForEntity()
175 TpAccount *tpAccount = Utils::instance()->tpAccount(account); in isDisabledForEntity()
H A Dutils.h42 Tp::AccountPtr accountPtr(TpAccount *account);
44 TpAccount *tpAccount(const Tp::AccountPtr & accountPtr);
H A Dutils.cpp77 Tp::AccountPtr Utils::accountPtr(TpAccount *account) in accountPtr()
104 TpAccount *Utils::tpAccount(const Tp::AccountPtr & accountPtr) in tpAccount()
115TpAccount * account = tp_simple_client_factory_ensure_account(tp_proxy_get_factory(tpAccountManage… in tpAccount()
/dports/irc/polari/polari-41.0/src/lib/
H A Dpolari-client-factory.h37 TpAccount * (*create_account) (PolariClientFactory *self,
43 TpAccount *polari_client_factory_create_account (PolariClientFactory *self,
H A Dpolari-client-factory.c33 TpAccount *
51 static TpAccount *

12345