diff --git a/.gitignore b/.gitignore index 0a8182a..6d1e7dd 100644 --- a/.gitignore +++ b/.gitignore @@ -26,3 +26,4 @@ Toxygen.egg-info .cache *.db +.pylint.sh diff --git a/toxygen/wrapper/tox.c-toxcore.missing b/toxygen/wrapper/tox.c-toxcore.missing new file mode 100644 index 0000000..82fd0e7 --- /dev/null +++ b/toxygen/wrapper/tox.c-toxcore.missing @@ -0,0 +1,80 @@ +tox_version_major +tox_version_minor +tox_version_patch +tox_version_is_compatible +tox_public_key_size +tox_secret_key_size +tox_conference_uid_size +tox_conference_id_size +tox_nospam_size +tox_address_size +tox_max_name_length +tox_max_status_message_length +tox_max_friend_request_length +tox_max_message_length +tox_max_custom_packet_size +tox_hash_length +tox_file_id_length +tox_max_filename_length +tox_max_hostname_length +tox_options_get_ipv6_enabled +tox_options_get_udp_enabled +tox_options_get_local_discovery_enabled +tox_options_get_dht_announcements_enabled +tox_options_get_proxy_type +tox_options_get_proxy_port +tox_options_get_start_port +tox_options_get_end_port +tox_options_get_tcp_port +tox_options_get_hole_punching_enabled +tox_options_get_savedata_type +tox_options_get_savedata_length +tox_options_get_experimental_thread_safety +tox_file_seek +tox_callback_conference_connected +tox_callback_conference_message +tox_callback_conference_title +tox_callback_conference_peer_list_changed +tox_conference_new +tox_conference_delete +tox_conference_peer_count +tox_conference_peer_get_name_size +tox_conference_peer_get_name +tox_conference_peer_get_public_key +tox_conference_peer_number_is_ours +tox_conference_offline_peer_count +tox_conference_offline_peer_get_name_size +tox_conference_offline_peer_get_name +tox_conference_offline_peer_get_public_key +tox_conference_offline_peer_get_last_active +tox_conference_set_max_offline +tox_conference_invite +tox_conference_join +tox_conference_send_message +tox_conference_get_title_size +tox_conference_get_title +tox_conference_set_title +tox_conference_get_chatlist_size +tox_conference_get_chatlist +tox_conference_get_type +tox_conference_get_id +tox_conference_by_id +tox_conference_get_uid +tox_conference_by_uid +tox_group_max_topic_length +tox_group_max_part_length +tox_group_max_group_name_length +tox_group_max_password_size +tox_group_chat_id_size +tox_group_peer_public_key_size +tox_group_peer_get_connection_status +tox_group_get_voice_state +tox_callback_group_voice_state +tox_group_get_topic_lock +tox_callback_group_topic_lock +tox_group_send_custom_private_packet +tox_callback_group_custom_private_packet +tox_group_founder_set_topic_lock +tox_group_founder_set_voice_state +tox_group_set_ignore +tox_group_mod_kick_peer