Bug#1064330: efl: NMU diff for 64-bit time_t transition

mwhudson at fastmail.fm mwhudson at fastmail.fm
Thu Feb 29 00:03:22 GMT 2024


Dear maintainer,

Please find attached a final version of this patch for the time_t
transition.  This patch is being uploaded to unstable.

Note that this adds a versioned build-dependency on dpkg-dev, to guard
against accidental backports with a wrong ABI.

Thanks!


-- System Information:
Debian Release: trixie/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 6.5.0-21-generic (SMP w/16 CPU threads; PREEMPT)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_OOT_MODULE
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
-------------- next part --------------
diff -Nru efl-1.27.0/debian/changelog efl-1.27.0/debian/changelog
--- efl-1.27.0/debian/changelog	2024-01-03 05:36:10.000000000 +0000
+++ efl-1.27.0/debian/changelog	2024-02-28 23:57:11.000000000 +0000
@@ -1,3 +1,10 @@
+efl (1.27.0-1.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.
+
+ -- Michael Hudson-Doyle <mwhudson at debian.org>  Wed, 28 Feb 2024 23:57:11 +0000
+
 efl (1.27.0-1) unstable; urgency=medium
 
   * Bump symbol versions for 1.27.0 release
diff -Nru efl-1.27.0/debian/control efl-1.27.0/debian/control
--- efl-1.27.0/debian/control	2024-01-03 05:34:32.000000000 +0000
+++ efl-1.27.0/debian/control	2024-02-28 23:57:11.000000000 +0000
@@ -7,7 +7,7 @@
  Ross Vandegrift <rvandegrift at debian.org>,
  Andreas Metzler <ametzler at debian.org>,
 Build-Conflicts: systemctl
-Build-Depends:
+Build-Depends: dpkg-dev (>= 1.22.5),
  debhelper-compat (= 13),
  libblkid-dev [linux-any],
  libcurl4-openssl-dev,
@@ -83,13 +83,16 @@
 Homepage: https://www.enlightenment.org
 Rules-Requires-Root: no
 
-Package: libeina1a
+Package: libeina1t64
+Provides: ${t64:Provides}
+X-Time64-Compat: libeina1a
+Replaces: libeina1a
 Architecture: linux-any
 Multi-Arch: same
 Pre-Depends: ${misc:Pre-Depends}
 Depends: ${misc:Depends}, ${shlibs:Depends}
 Conflicts: libeina0, libeina1
-Breaks:
+Breaks:libeina1a (<< ${source:Version}), 
  libecore-bin (<= ${source:Upstream-Version}),
  libedje-bin (<= ${source:Upstream-Version}),
  libeet-bin (<= ${source:Upstream-Version}),
@@ -315,7 +318,9 @@
  This package contains the Ecore wrapper and convenience functions for
  audio playback and recording.
 
-Package: libecore-con1
+Package: libecore-con1t64
+Provides: ${t64:Provides}
+Replaces: libecore-con1
 Architecture: linux-any
 Multi-Arch: same
 Pre-Depends: ${misc:Pre-Depends}
@@ -323,7 +328,7 @@
  libecore-bin (>= ${source:Upstream-Version}),
  ${misc:Depends},
  ${shlibs:Depends},
-Breaks: libeina1a (<< ${source:Upstream-Version})
+Breaks: libecore-con1 (<< ${source:Version}), libeina1a (<< ${source:Upstream-Version})
 Description: Ecore functions for network connections
  Ecore is a library of convenience functions. It provides abstractions
  for handling timers selections, Xdnd, event loops, and much
@@ -524,7 +529,7 @@
  libcurl4-openssl-dev,
  libdbus-1-dev,
  libecore-audio1 (= ${binary:Version}),
- libecore-con1 (= ${binary:Version}),
+ libecore-con1t64 (= ${binary:Version}),
  libecore-drm2-1 (= ${binary:Version}),
  libecore-evas1 (= ${binary:Version}),
  libecore-fb1 (= ${binary:Version}) [linux-any],
@@ -541,7 +546,7 @@
  libeet1 (= ${binary:Version}),
  libeeze1 (= ${binary:Version}) [linux-any],
  libefreet1a (= ${binary:Version}),
- libeina1a (= ${binary:Version}),
+ libeina1t64 (= ${binary:Version}),
  libeio1 (= ${binary:Version}),
  libelementary1 (= ${binary:Version}),
  libelput1 (= ${binary:Version}),
diff -Nru efl-1.27.0/debian/libecore-con1.install efl-1.27.0/debian/libecore-con1.install
--- efl-1.27.0/debian/libecore-con1.install	2024-01-03 05:33:48.000000000 +0000
+++ efl-1.27.0/debian/libecore-con1.install	1970-01-01 00:00:00.000000000 +0000
@@ -1 +0,0 @@
-usr/lib/*/libecore_con.so.*
diff -Nru efl-1.27.0/debian/libecore-con1.lintian-overrides efl-1.27.0/debian/libecore-con1.lintian-overrides
--- efl-1.27.0/debian/libecore-con1.lintian-overrides	2024-01-03 05:33:48.000000000 +0000
+++ efl-1.27.0/debian/libecore-con1.lintian-overrides	1970-01-01 00:00:00.000000000 +0000
@@ -1,2 +0,0 @@
-# Symbols generated by eolian; see note in README.source
-libecore-con1: symbols-file-contains-debian-revision
diff -Nru efl-1.27.0/debian/libecore-con1.symbols efl-1.27.0/debian/libecore-con1.symbols
--- efl-1.27.0/debian/libecore-con1.symbols	2024-01-03 05:33:48.000000000 +0000
+++ efl-1.27.0/debian/libecore-con1.symbols	1970-01-01 00:00:00.000000000 +0000
@@ -1,524 +0,0 @@
-libecore_con.so.1 libecore-con1 #MINVER#
-* Build-Depends-Package: libefl-all-dev
- ECORE_CON_EVENT_CLIENT_ADD at Base 1.27.0-0~eo
- ECORE_CON_EVENT_CLIENT_DATA at Base 1.27.0-0~eo
- ECORE_CON_EVENT_CLIENT_DEL at Base 1.27.0-0~eo
- ECORE_CON_EVENT_CLIENT_ERROR at Base 1.27.0-0~eo
- ECORE_CON_EVENT_CLIENT_UPGRADE at Base 1.27.0-0~eo
- ECORE_CON_EVENT_CLIENT_WRITE at Base 1.27.0-0~eo
- ECORE_CON_EVENT_PROXY_BIND at Base 1.27.0-0~eo
- ECORE_CON_EVENT_SERVER_ADD at Base 1.27.0-0~eo
- ECORE_CON_EVENT_SERVER_DATA at Base 1.27.0-0~eo
- ECORE_CON_EVENT_SERVER_DEL at Base 1.27.0-0~eo
- ECORE_CON_EVENT_SERVER_ERROR at Base 1.27.0-0~eo
- ECORE_CON_EVENT_SERVER_UPGRADE at Base 1.27.0-0~eo
- ECORE_CON_EVENT_SERVER_WRITE at Base 1.27.0-0~eo
- ECORE_CON_EVENT_URL_COMPLETE at Base 1.27.0-0~eo
- ECORE_CON_EVENT_URL_DATA at Base 1.27.0-0~eo
- ECORE_CON_EVENT_URL_PROGRESS at Base 1.27.0-0~eo
- EFL_NET_HTTP_ERROR_BAD_CONTENT_ENCODING at Base 1.27.0-0~eo
- EFL_NET_HTTP_ERROR_BAD_DOWNLOAD_RESUME at Base 1.27.0-0~eo
- EFL_NET_HTTP_ERROR_BAD_FUNCTION_ARGUMENT at Base 1.27.0-0~eo
- EFL_NET_HTTP_ERROR_CHUNK_FAILED at Base 1.27.0-0~eo
- EFL_NET_HTTP_ERROR_CONV_FAILED at Base 1.27.0-0~eo
- EFL_NET_HTTP_ERROR_CONV_REQD at Base 1.27.0-0~eo
- EFL_NET_HTTP_ERROR_FAILED_INIT at Base 1.27.0-0~eo
- EFL_NET_HTTP_ERROR_FILESIZE_EXCEEDED at Base 1.27.0-0~eo
- EFL_NET_HTTP_ERROR_FILE_COULDNT_READ_FILE at Base 1.27.0-0~eo
- EFL_NET_HTTP_ERROR_FUNCTION_NOT_FOUND at Base 1.27.0-0~eo
- EFL_NET_HTTP_ERROR_GOT_NOTHING at Base 1.27.0-0~eo
- EFL_NET_HTTP_ERROR_HTTP2 at Base 1.27.0-0~eo
- EFL_NET_HTTP_ERROR_HTTP2_STREAM at Base 1.27.0-0~eo
- EFL_NET_HTTP_ERROR_HTTP_POST_ERROR at Base 1.27.0-0~eo
- EFL_NET_HTTP_ERROR_HTTP_RETURNED_ERROR at Base 1.27.0-0~eo
- EFL_NET_HTTP_ERROR_INTERFACE_FAILED at Base 1.27.0-0~eo
- EFL_NET_HTTP_ERROR_LOGIN_DENIED at Base 1.27.0-0~eo
- EFL_NET_HTTP_ERROR_NOT_BUILT_IN at Base 1.27.0-0~eo
- EFL_NET_HTTP_ERROR_NO_CONNECTION_AVAILABLE at Base 1.27.0-0~eo
- EFL_NET_HTTP_ERROR_OPERATION_TIMEDOUT at Base 1.27.0-0~eo
- EFL_NET_HTTP_ERROR_PARTIAL_FILE at Base 1.27.0-0~eo
- EFL_NET_HTTP_ERROR_PEER_FAILED_VERIFICATION at Base 1.27.0-0~eo
- EFL_NET_HTTP_ERROR_RANGE_ERROR at Base 1.27.0-0~eo
- EFL_NET_HTTP_ERROR_READ_ERROR at Base 1.27.0-0~eo
- EFL_NET_HTTP_ERROR_RECV_ERROR at Base 1.27.0-0~eo
- EFL_NET_HTTP_ERROR_REMOTE_ACCESS_DENIED at Base 1.27.0-0~eo
- EFL_NET_HTTP_ERROR_REMOTE_DISK_FULL at Base 1.27.0-0~eo
- EFL_NET_HTTP_ERROR_REMOTE_FILE_EXISTS at Base 1.27.0-0~eo
- EFL_NET_HTTP_ERROR_REMOTE_FILE_NOT_FOUND at Base 1.27.0-0~eo
- EFL_NET_HTTP_ERROR_SEND_ERROR at Base 1.27.0-0~eo
- EFL_NET_HTTP_ERROR_SEND_FAIL_REWIND at Base 1.27.0-0~eo
- EFL_NET_HTTP_ERROR_SSL_CACERT at Base 1.27.0-0~eo
- EFL_NET_HTTP_ERROR_SSL_CACERT_BADFILE at Base 1.27.0-0~eo
- EFL_NET_HTTP_ERROR_SSL_CERTPROBLEM at Base 1.27.0-0~eo
- EFL_NET_HTTP_ERROR_SSL_CIPHER at Base 1.27.0-0~eo
- EFL_NET_HTTP_ERROR_SSL_CONNECT_ERROR at Base 1.27.0-0~eo
- EFL_NET_HTTP_ERROR_SSL_CRL_BADFILE at Base 1.27.0-0~eo
- EFL_NET_HTTP_ERROR_SSL_ENGINE_INITFAILED at Base 1.27.0-0~eo
- EFL_NET_HTTP_ERROR_SSL_ENGINE_NOTFOUND at Base 1.27.0-0~eo
- EFL_NET_HTTP_ERROR_SSL_ENGINE_SETFAILED at Base 1.27.0-0~eo
- EFL_NET_HTTP_ERROR_SSL_INVALIDCERTSTATUS at Base 1.27.0-0~eo
- EFL_NET_HTTP_ERROR_SSL_ISSUER_ERROR at Base 1.27.0-0~eo
- EFL_NET_HTTP_ERROR_SSL_PINNEDPUBKEYNOTMATCH at Base 1.27.0-0~eo
- EFL_NET_HTTP_ERROR_SSL_SHUTDOWN_FAILED at Base 1.27.0-0~eo
- EFL_NET_HTTP_ERROR_TOO_MANY_REDIRECTS at Base 1.27.0-0~eo
- EFL_NET_HTTP_ERROR_UNKNOWN_OPTION at Base 1.27.0-0~eo
- EFL_NET_HTTP_ERROR_UNSUPPORTED_PROTOCOL at Base 1.27.0-0~eo
- EFL_NET_HTTP_ERROR_UPLOAD_FAILED at Base 1.27.0-0~eo
- EFL_NET_HTTP_ERROR_URL_MALFORMAT at Base 1.27.0-0~eo
- EFL_NET_HTTP_ERROR_USE_SSL_FAILED at Base 1.27.0-0~eo
- EFL_NET_HTTP_ERROR_WRITE_ERROR at Base 1.27.0-0~eo
- _EFL_NET_CONTROL_ACCESS_POINT_EVENT_CHANGED at Base 1.27.0-0~eo
- _EFL_NET_CONTROL_MANAGER_EVENT_ACCESS_POINTS_CHANGED at Base 1.27.0-0~eo
- _EFL_NET_CONTROL_MANAGER_EVENT_ACCESS_POINT_ADD at Base 1.27.0-0~eo
- _EFL_NET_CONTROL_MANAGER_EVENT_ACCESS_POINT_DEL at Base 1.27.0-0~eo
- _EFL_NET_CONTROL_MANAGER_EVENT_AGENT_BROWSER_URL at Base 1.27.0-0~eo
- _EFL_NET_CONTROL_MANAGER_EVENT_AGENT_ERROR at Base 1.27.0-0~eo
- _EFL_NET_CONTROL_MANAGER_EVENT_AGENT_RELEASED at Base 1.27.0-0~eo
- _EFL_NET_CONTROL_MANAGER_EVENT_AGENT_REQUEST_INPUT at Base 1.27.0-0~eo
- _EFL_NET_CONTROL_MANAGER_EVENT_RADIOS_OFFLINE_CHANGED at Base 1.27.0-0~eo
- _EFL_NET_CONTROL_MANAGER_EVENT_STATE_CHANGED at Base 1.27.0-0~eo
- _EFL_NET_CONTROL_MANAGER_EVENT_TECHNOLOGY_ADD at Base 1.27.0-0~eo
- _EFL_NET_CONTROL_MANAGER_EVENT_TECHNOLOGY_DEL at Base 1.27.0-0~eo
- _EFL_NET_CONTROL_TECHNOLOGY_EVENT_CHANGED at Base 1.27.0-0~eo
- _EFL_NET_DIALER_EVENT_DIALER_CONNECTED at Base 1.27.0-0~eo
- _EFL_NET_DIALER_EVENT_DIALER_ERROR at Base 1.27.0-0~eo
- _EFL_NET_DIALER_EVENT_DIALER_RESOLVED at Base 1.27.0-0~eo
- _EFL_NET_DIALER_HTTP_EVENT_HEADERS_DONE at Base 1.27.0-0~eo
- _EFL_NET_DIALER_WEBSOCKET_EVENT_CLOSED_REASON at Base 1.27.0-0~eo
- _EFL_NET_DIALER_WEBSOCKET_EVENT_MESSAGE_BINARY at Base 1.27.0-0~eo
- _EFL_NET_DIALER_WEBSOCKET_EVENT_MESSAGE_TEXT at Base 1.27.0-0~eo
- _EFL_NET_DIALER_WEBSOCKET_EVENT_PONG at Base 1.27.0-0~eo
- _EFL_NET_SERVER_EVENT_CLIENT_ADD at Base 1.27.0-0~eo
- _EFL_NET_SERVER_EVENT_CLIENT_REJECTED at Base 1.27.0-0~eo
- _EFL_NET_SERVER_EVENT_SERVER_ERROR at Base 1.27.0-0~eo
- _EFL_NET_SERVER_EVENT_SERVING at Base 1.27.0-0~eo
- _EFL_NET_SESSION_EVENT_CHANGED at Base 1.27.0-0~eo
- _EFL_NET_SOCKET_SSL_EVENT_SSL_ERROR at Base 1.27.0-0~eo
- _EFL_NET_SOCKET_SSL_EVENT_SSL_READY at Base 1.27.0-0~eo
- ecore_con_client_connected_get at Base 1.27.0-0~eo
- ecore_con_client_data_get at Base 1.27.0-0~eo
- ecore_con_client_data_set at Base 1.27.0-0~eo
- ecore_con_client_del at Base 1.27.0-0~eo
- ecore_con_client_fd_get at Base 1.27.0-0~eo
- ecore_con_client_flush at Base 1.27.0-0~eo
- ecore_con_client_ip_get at Base 1.27.0-0~eo
- ecore_con_client_port_get at Base 1.27.0-0~eo
- ecore_con_client_send at Base 1.27.0-0~eo
- ecore_con_client_server_get at Base 1.27.0-0~eo
- ecore_con_client_timeout_get at Base 1.27.0-0~eo
- ecore_con_client_timeout_set at Base 1.27.0-0~eo
- ecore_con_client_uptime_get at Base 1.27.0-0~eo
- ecore_con_eet at Base 1.27.0-0~eo
- ecore_con_eet_base_class_get at Base 1.27.0-0~eo
- ecore_con_eet_base_data_callback_del at Base 1.27.0-0~eo
- ecore_con_eet_base_data_callback_set at Base 1.27.0-0~eo
- ecore_con_eet_base_raw_data_callback_del at Base 1.27.0-0~eo
- ecore_con_eet_base_raw_data_callback_set at Base 1.27.0-0~eo
- ecore_con_eet_base_raw_send at Base 1.27.0-0~eo
- ecore_con_eet_base_register at Base 1.27.0-0~eo
- ecore_con_eet_base_send at Base 1.27.0-0~eo
- ecore_con_eet_base_server_get at Base 1.27.0-0~eo
- ecore_con_eet_base_server_set at Base 1.27.0-0~eo
- ecore_con_eet_client_connect_callback_add at Base 1.27.0-0~eo
- ecore_con_eet_client_connect_callback_del at Base 1.27.0-0~eo
- ecore_con_eet_client_disconnect_callback_add at Base 1.27.0-0~eo
- ecore_con_eet_client_disconnect_callback_del at Base 1.27.0-0~eo
- ecore_con_eet_client_new at Base 1.27.0-0~eo
- ecore_con_eet_client_obj_class_get at Base 1.27.0-0~eo
- ecore_con_eet_data_callback_add at Base 1.27.0-0~eo
- ecore_con_eet_data_callback_del at Base 1.27.0-0~eo
- ecore_con_eet_data_get at Base 1.27.0-0~eo
- ecore_con_eet_data_set at Base 1.27.0-0~eo
- ecore_con_eet_raw_data_callback_add at Base 1.27.0-0~eo
- ecore_con_eet_raw_data_callback_del at Base 1.27.0-0~eo
- ecore_con_eet_raw_send at Base 1.27.0-0~eo
- ecore_con_eet_register at Base 1.27.0-0~eo
- ecore_con_eet_reply at Base 1.27.0-0~eo
- ecore_con_eet_send at Base 1.27.0-0~eo
- ecore_con_eet_server_connect_callback_add at Base 1.27.0-0~eo
- ecore_con_eet_server_connect_callback_del at Base 1.27.0-0~eo
- ecore_con_eet_server_disconnect_callback_add at Base 1.27.0-0~eo
- ecore_con_eet_server_disconnect_callback_del at Base 1.27.0-0~eo
- ecore_con_eet_server_free at Base 1.27.0-0~eo
- ecore_con_eet_server_new at Base 1.27.0-0~eo
- ecore_con_eet_server_obj_class_get at Base 1.27.0-0~eo
- ecore_con_init at Base 1.27.0-0~eo
- ecore_con_local_path_new at Base 1.27.0-0~eo
- ecore_con_lookup at Base 1.27.0-0~eo
- ecore_con_server_add at Base 1.27.0-0~eo
- ecore_con_server_client_limit_set at Base 1.27.0-0~eo
- ecore_con_server_clients_get at Base 1.27.0-0~eo
- ecore_con_server_connect at Base 1.27.0-0~eo
- ecore_con_server_connected_get at Base 1.27.0-0~eo
- ecore_con_server_data_get at Base 1.27.0-0~eo
- ecore_con_server_data_set at Base 1.27.0-0~eo
- ecore_con_server_del at Base 1.27.0-0~eo
- ecore_con_server_fd_get at Base 1.27.0-0~eo
- ecore_con_server_flush at Base 1.27.0-0~eo
- ecore_con_server_ip_get at Base 1.27.0-0~eo
- ecore_con_server_name_get at Base 1.27.0-0~eo
- ecore_con_server_port_get at Base 1.27.0-0~eo
- ecore_con_server_send at Base 1.27.0-0~eo
- ecore_con_server_timeout_get at Base 1.27.0-0~eo
- ecore_con_server_timeout_set at Base 1.27.0-0~eo
- ecore_con_server_uptime_get at Base 1.27.0-0~eo
- ecore_con_shutdown at Base 1.27.0-0~eo
- ecore_con_socks4_remote_add at Base 1.27.0-0~eo
- ecore_con_socks4_remote_del at Base 1.27.0-0~eo
- ecore_con_socks4_remote_exists at Base 1.27.0-0~eo
- ecore_con_socks5_remote_add at Base 1.27.0-0~eo
- ecore_con_socks5_remote_del at Base 1.27.0-0~eo
- ecore_con_socks5_remote_exists at Base 1.27.0-0~eo
- ecore_con_socks_apply_always at Base 1.27.0-0~eo
- ecore_con_socks_apply_once at Base 1.27.0-0~eo
- ecore_con_socks_bind_get at Base 1.27.0-0~eo
- ecore_con_socks_bind_set at Base 1.27.0-0~eo
- ecore_con_socks_lookup_get at Base 1.27.0-0~eo
- ecore_con_socks_lookup_set at Base 1.27.0-0~eo
- ecore_con_socks_remote_del at Base 1.27.0-0~eo
- ecore_con_socks_version_get at Base 1.27.0-0~eo
- ecore_con_ssl_available_get at Base 1.27.0-0~eo
- ecore_con_ssl_client_upgrade at Base 1.27.0-0~eo
- ecore_con_ssl_server_cafile_add at Base 1.27.0-0~eo
- ecore_con_ssl_server_cert_add at Base 1.27.0-0~eo
- ecore_con_ssl_server_crl_add at Base 1.27.0-0~eo
- ecore_con_ssl_server_privkey_add at Base 1.27.0-0~eo
- ecore_con_ssl_server_upgrade at Base 1.27.0-0~eo
- ecore_con_ssl_server_verify at Base 1.27.0-0~eo
- ecore_con_ssl_server_verify_basic at Base 1.27.0-0~eo
- ecore_con_ssl_server_verify_name_get at Base 1.27.0-0~eo
- ecore_con_ssl_server_verify_name_set at Base 1.27.0-0~eo
- ecore_con_url_additional_header_add at Base 1.27.0-0~eo
- ecore_con_url_additional_headers_clear at Base 1.27.0-0~eo
- ecore_con_url_cookies_clear at Base 1.27.0-0~eo
- ecore_con_url_cookies_file_add at Base 1.27.0-0~eo
- ecore_con_url_cookies_ignore_old_session_set at Base 1.27.0-0~eo
- ecore_con_url_cookies_init at Base 1.27.0-0~eo
- ecore_con_url_cookies_jar_file_set at Base 1.27.0-0~eo
- ecore_con_url_cookies_jar_write at Base 1.27.0-0~eo
- ecore_con_url_cookies_session_clear at Base 1.27.0-0~eo
- ecore_con_url_custom_new at Base 1.27.0-0~eo
- ecore_con_url_data_get at Base 1.27.0-0~eo
- ecore_con_url_data_set at Base 1.27.0-0~eo
- ecore_con_url_fd_set at Base 1.27.0-0~eo
- ecore_con_url_free at Base 1.27.0-0~eo
- ecore_con_url_ftp_upload at Base 1.27.0-0~eo
- ecore_con_url_ftp_use_epsv_set at Base 1.27.0-0~eo
- ecore_con_url_get at Base 1.27.0-0~eo
- ecore_con_url_head at Base 1.27.0-0~eo
- ecore_con_url_http_version_set at Base 1.27.0-0~eo
- ecore_con_url_httpauth_set at Base 1.27.0-0~eo
- ecore_con_url_init at Base 1.27.0-0~eo
- ecore_con_url_limit_download_speed at Base 1.27.0-0~eo
- ecore_con_url_limit_upload_speed at Base 1.27.0-0~eo
- ecore_con_url_new at Base 1.27.0-0~eo
- ecore_con_url_pipeline_get at Base 1.27.0-0~eo
- ecore_con_url_pipeline_set at Base 1.27.0-0~eo
- ecore_con_url_post at Base 1.27.0-0~eo
- ecore_con_url_proxy_password_set at Base 1.27.0-0~eo
- ecore_con_url_proxy_set at Base 1.27.0-0~eo
- ecore_con_url_proxy_username_set at Base 1.27.0-0~eo
- ecore_con_url_received_bytes_get at Base 1.27.0-0~eo
- ecore_con_url_response_headers_get at Base 1.27.0-0~eo
- ecore_con_url_shutdown at Base 1.27.0-0~eo
- ecore_con_url_ssl_ca_set at Base 1.27.0-0~eo
- ecore_con_url_ssl_verify_peer_set at Base 1.27.0-0~eo
- ecore_con_url_status_code_get at Base 1.27.0-0~eo
- ecore_con_url_time at Base 1.27.0-0~eo
- ecore_con_url_timeout_set at Base 1.27.0-0~eo
- ecore_con_url_url_get at Base 1.27.0-0~eo
- ecore_con_url_url_set at Base 1.27.0-0~eo
- ecore_con_url_verbose_set at Base 1.27.0-0~eo
- efl_net_control_access_point_auto_connect_get at Base 1.27.0-0~eo
- efl_net_control_access_point_auto_connect_set at Base 1.27.0-0~eo
- efl_net_control_access_point_class_get at Base 1.27.0-0~eo
- efl_net_control_access_point_configuration_domains_get at Base 1.27.0-0~eo
- efl_net_control_access_point_configuration_domains_set at Base 1.27.0-0~eo
- efl_net_control_access_point_configuration_ipv4_get at Base 1.27.0-0~eo
- efl_net_control_access_point_configuration_ipv4_set at Base 1.27.0-0~eo
- efl_net_control_access_point_configuration_ipv6_get at Base 1.27.0-0~eo
- efl_net_control_access_point_configuration_ipv6_set at Base 1.27.0-0~eo
- efl_net_control_access_point_configuration_name_servers_get at Base 1.27.0-0~eo
- efl_net_control_access_point_configuration_name_servers_set at Base 1.27.0-0~eo
- efl_net_control_access_point_configuration_proxy_get at Base 1.27.0-0~eo
- efl_net_control_access_point_configuration_proxy_set at Base 1.27.0-0~eo
- efl_net_control_access_point_configuration_time_servers_get at Base 1.27.0-0~eo
- efl_net_control_access_point_configuration_time_servers_set at Base 1.27.0-0~eo
- efl_net_control_access_point_connect at Base 1.27.0-0~eo
- efl_net_control_access_point_disconnect at Base 1.27.0-0~eo
- efl_net_control_access_point_domains_get at Base 1.27.0-0~eo
- efl_net_control_access_point_error_get at Base 1.27.0-0~eo
- efl_net_control_access_point_forget at Base 1.27.0-0~eo
- efl_net_control_access_point_immutable_get at Base 1.27.0-0~eo
- efl_net_control_access_point_ipv4_get at Base 1.27.0-0~eo
- efl_net_control_access_point_ipv6_get at Base 1.27.0-0~eo
- efl_net_control_access_point_name_servers_get at Base 1.27.0-0~eo
- efl_net_control_access_point_priority_get at Base 1.27.0-0~eo
- efl_net_control_access_point_priority_set at Base 1.27.0-0~eo
- efl_net_control_access_point_proxy_get at Base 1.27.0-0~eo
- efl_net_control_access_point_remembered_get at Base 1.27.0-0~eo
- efl_net_control_access_point_roaming_get at Base 1.27.0-0~eo
- efl_net_control_access_point_security_get at Base 1.27.0-0~eo
- efl_net_control_access_point_ssid_get at Base 1.27.0-0~eo
- efl_net_control_access_point_state_get at Base 1.27.0-0~eo
- efl_net_control_access_point_strength_get at Base 1.27.0-0~eo
- efl_net_control_access_point_technology_get at Base 1.27.0-0~eo
- efl_net_control_access_point_time_servers_get at Base 1.27.0-0~eo
- efl_net_control_manager_access_points_get at Base 1.27.0-0~eo
- efl_net_control_manager_agent_enabled_get at Base 1.27.0-0~eo
- efl_net_control_manager_agent_enabled_set at Base 1.27.0-0~eo
- efl_net_control_manager_agent_reply at Base 1.27.0-0~eo
- efl_net_control_manager_class_get at Base 1.27.0-0~eo
- efl_net_control_manager_radios_offline_get at Base 1.27.0-0~eo
- efl_net_control_manager_radios_offline_set at Base 1.27.0-0~eo
- efl_net_control_manager_state_get at Base 1.27.0-0~eo
- efl_net_control_manager_technologies_get at Base 1.27.0-0~eo
- efl_net_control_technology_class_get at Base 1.27.0-0~eo
- efl_net_control_technology_connected_get at Base 1.27.0-0~eo
- efl_net_control_technology_powered_get at Base 1.27.0-0~eo
- efl_net_control_technology_powered_set at Base 1.27.0-0~eo
- efl_net_control_technology_scan at Base 1.27.0-0~eo
- efl_net_control_technology_tethering_get at Base 1.27.0-0~eo
- efl_net_control_technology_tethering_set at Base 1.27.0-0~eo
- efl_net_control_technology_type_get at Base 1.27.0-0~eo
- efl_net_dialer_address_dial_get at Base 1.27.0-0~eo
- efl_net_dialer_address_dial_set at Base 1.27.0-0~eo
- efl_net_dialer_connected_get at Base 1.27.0-0~eo
- efl_net_dialer_connected_set at Base 1.27.0-0~eo
- efl_net_dialer_dial at Base 1.27.0-0~eo
- efl_net_dialer_error_couldnt_connect_get at Base 1.27.0-0~eo
- efl_net_dialer_error_couldnt_resolve_proxy_get at Base 1.27.0-0~eo
- efl_net_dialer_error_proxy_authentication_failed_get at Base 1.27.0-0~eo
- efl_net_dialer_http_allow_redirects_get at Base 1.27.0-0~eo
- efl_net_dialer_http_allow_redirects_set at Base 1.27.0-0~eo
- efl_net_dialer_http_authentication_get at Base 1.27.0-0~eo
- efl_net_dialer_http_authentication_set at Base 1.27.0-0~eo
- efl_net_dialer_http_class_get at Base 1.27.0-0~eo
- efl_net_dialer_http_cookie_jar_get at Base 1.27.0-0~eo
- efl_net_dialer_http_cookie_jar_set at Base 1.27.0-0~eo
- efl_net_dialer_http_date_parse at Base 1.27.0-0~eo
- efl_net_dialer_http_date_serialize at Base 1.27.0-0~eo
- efl_net_dialer_http_method_get at Base 1.27.0-0~eo
- efl_net_dialer_http_method_set at Base 1.27.0-0~eo
- efl_net_dialer_http_primary_mode_get at Base 1.27.0-0~eo
- efl_net_dialer_http_primary_mode_set at Base 1.27.0-0~eo
- efl_net_dialer_http_progress_download_get at Base 1.27.0-0~eo
- efl_net_dialer_http_progress_upload_get at Base 1.27.0-0~eo
- efl_net_dialer_http_request_content_length_get at Base 1.27.0-0~eo
- efl_net_dialer_http_request_content_length_set at Base 1.27.0-0~eo
- efl_net_dialer_http_request_header_add at Base 1.27.0-0~eo
- efl_net_dialer_http_request_headers_clear at Base 1.27.0-0~eo
- efl_net_dialer_http_request_headers_get at Base 1.27.0-0~eo
- efl_net_dialer_http_response_content_length_get at Base 1.27.0-0~eo
- efl_net_dialer_http_response_content_length_set at Base 1.27.0-0~eo
- efl_net_dialer_http_response_content_type_get at Base 1.27.0-0~eo
- efl_net_dialer_http_response_content_type_set at Base 1.27.0-0~eo
- efl_net_dialer_http_response_headers_all_get at Base 1.27.0-0~eo
- efl_net_dialer_http_response_headers_clear at Base 1.27.0-0~eo
- efl_net_dialer_http_response_headers_get at Base 1.27.0-0~eo
- efl_net_dialer_http_response_status_get at Base 1.27.0-0~eo
- efl_net_dialer_http_ssl_certificate_authority_get at Base 1.27.0-0~eo
- efl_net_dialer_http_ssl_certificate_authority_set at Base 1.27.0-0~eo
- efl_net_dialer_http_ssl_certificate_revocation_list_get at Base 1.27.0-0~eo
- efl_net_dialer_http_ssl_certificate_revocation_list_set at Base 1.27.0-0~eo
- efl_net_dialer_http_ssl_verify_get at Base 1.27.0-0~eo
- efl_net_dialer_http_ssl_verify_set at Base 1.27.0-0~eo
- efl_net_dialer_http_user_agent_get at Base 1.27.0-0~eo
- efl_net_dialer_http_user_agent_set at Base 1.27.0-0~eo
- efl_net_dialer_http_version_get at Base 1.27.0-0~eo
- efl_net_dialer_http_version_set at Base 1.27.0-0~eo
- efl_net_dialer_interface_get at Base 1.27.0-0~eo
- efl_net_dialer_proxy_get at Base 1.27.0-0~eo
- efl_net_dialer_proxy_set at Base 1.27.0-0~eo
- efl_net_dialer_simple_class_get at Base 1.27.0-0~eo
- efl_net_dialer_simple_inner_class_get at Base 1.27.0-0~eo
- efl_net_dialer_simple_inner_class_set at Base 1.27.0-0~eo
- efl_net_dialer_ssl_class_get at Base 1.27.0-0~eo
- efl_net_dialer_ssl_context_get at Base 1.27.0-0~eo
- efl_net_dialer_ssl_context_set at Base 1.27.0-0~eo
- efl_net_dialer_ssl_keep_alive_get at Base 1.27.0-0~eo
- efl_net_dialer_ssl_keep_alive_set at Base 1.27.0-0~eo
- efl_net_dialer_ssl_no_delay_get at Base 1.27.0-0~eo
- efl_net_dialer_ssl_no_delay_set at Base 1.27.0-0~eo
- efl_net_dialer_tcp_class_get at Base 1.27.0-0~eo
- efl_net_dialer_timeout_dial_get at Base 1.27.0-0~eo
- efl_net_dialer_timeout_dial_set at Base 1.27.0-0~eo
- efl_net_dialer_udp_class_get at Base 1.27.0-0~eo
- efl_net_dialer_unix_class_get at Base 1.27.0-0~eo
- efl_net_dialer_websocket_allow_redirects_get at Base 1.27.0-0~eo
- efl_net_dialer_websocket_allow_redirects_set at Base 1.27.0-0~eo
- efl_net_dialer_websocket_authentication_get at Base 1.27.0-0~eo
- efl_net_dialer_websocket_authentication_set at Base 1.27.0-0~eo
- efl_net_dialer_websocket_binary_send at Base 1.27.0-0~eo
- efl_net_dialer_websocket_class_get at Base 1.27.0-0~eo
- efl_net_dialer_websocket_close_request at Base 1.27.0-0~eo
- efl_net_dialer_websocket_cookie_jar_get at Base 1.27.0-0~eo
- efl_net_dialer_websocket_cookie_jar_set at Base 1.27.0-0~eo
- efl_net_dialer_websocket_ping at Base 1.27.0-0~eo
- efl_net_dialer_websocket_request_header_add at Base 1.27.0-0~eo
- efl_net_dialer_websocket_request_headers_clear at Base 1.27.0-0~eo
- efl_net_dialer_websocket_request_headers_get at Base 1.27.0-0~eo
- efl_net_dialer_websocket_request_protocol_add at Base 1.27.0-0~eo
- efl_net_dialer_websocket_request_protocols_clear at Base 1.27.0-0~eo
- efl_net_dialer_websocket_request_protocols_get at Base 1.27.0-0~eo
- efl_net_dialer_websocket_response_protocols_get at Base 1.27.0-0~eo
- efl_net_dialer_websocket_streaming_mode_get at Base 1.27.0-0~eo
- efl_net_dialer_websocket_streaming_mode_set at Base 1.27.0-0~eo
- efl_net_dialer_websocket_text_send at Base 1.27.0-0~eo
- efl_net_dialer_websocket_user_agent_get at Base 1.27.0-0~eo
- efl_net_dialer_websocket_user_agent_set at Base 1.27.0-0~eo
- efl_net_error_couldnt_resolve_host_get at Base 1.27.0-0~eo
- efl_net_ip_address_any_check at Base 1.27.0-0~eo
- efl_net_ip_address_class_get at Base 1.27.0-0~eo
- efl_net_ip_address_create at Base 1.27.0-0~eo
- efl_net_ip_address_create_sockaddr at Base 1.27.0-0~eo
- efl_net_ip_address_family_get at Base 1.27.0-0~eo
- efl_net_ip_address_family_set at Base 1.27.0-0~eo
- efl_net_ip_address_get at Base 1.27.0-0~eo
- efl_net_ip_address_ipv4_class_a_check at Base 1.27.0-0~eo
- efl_net_ip_address_ipv4_class_b_check at Base 1.27.0-0~eo
- efl_net_ip_address_ipv4_class_c_check at Base 1.27.0-0~eo
- efl_net_ip_address_ipv4_class_d_check at Base 1.27.0-0~eo
- efl_net_ip_address_ipv6_local_link_check at Base 1.27.0-0~eo
- efl_net_ip_address_ipv6_local_site_check at Base 1.27.0-0~eo
- efl_net_ip_address_ipv6_v4compat_check at Base 1.27.0-0~eo
- efl_net_ip_address_ipv6_v4mapped_check at Base 1.27.0-0~eo
- efl_net_ip_address_loopback_check at Base 1.27.0-0~eo
- efl_net_ip_address_multicast_check at Base 1.27.0-0~eo
- efl_net_ip_address_parse at Base 1.27.0-0~eo
- efl_net_ip_address_port_get at Base 1.27.0-0~eo
- efl_net_ip_address_port_set at Base 1.27.0-0~eo
- efl_net_ip_address_resolve at Base 1.27.0-0~eo
- efl_net_ip_address_set at Base 1.27.0-0~eo
- efl_net_ip_address_sockaddr_get at Base 1.27.0-0~eo
- efl_net_ip_address_sockaddr_set at Base 1.27.0-0~eo
- efl_net_ip_address_string_get at Base 1.27.0-0~eo
- efl_net_server_address_get at Base 1.27.0-0~eo
- efl_net_server_address_set at Base 1.27.0-0~eo
- efl_net_server_client_announce at Base 1.27.0-0~eo
- efl_net_server_clients_count_get at Base 1.27.0-0~eo
- efl_net_server_clients_count_set at Base 1.27.0-0~eo
- efl_net_server_clients_limit_get at Base 1.27.0-0~eo
- efl_net_server_clients_limit_set at Base 1.27.0-0~eo
- efl_net_server_fd_class_get at Base 1.27.0-0~eo
- efl_net_server_fd_client_add at Base 1.27.0-0~eo
- efl_net_server_fd_client_reject at Base 1.27.0-0~eo
- efl_net_server_fd_close_on_exec_get at Base 1.27.0-0~eo
- efl_net_server_fd_close_on_exec_set at Base 1.27.0-0~eo
- efl_net_server_fd_family_get at Base 1.27.0-0~eo
- efl_net_server_fd_family_set at Base 1.27.0-0~eo
- efl_net_server_fd_process_incoming_data at Base 1.27.0-0~eo
- efl_net_server_fd_reuse_address_get at Base 1.27.0-0~eo
- efl_net_server_fd_reuse_address_set at Base 1.27.0-0~eo
- efl_net_server_fd_reuse_port_get at Base 1.27.0-0~eo
- efl_net_server_fd_reuse_port_set at Base 1.27.0-0~eo
- efl_net_server_fd_socket_activate at Base 1.27.0-0~eo
- efl_net_server_interface_get at Base 1.27.0-0~eo
- efl_net_server_ip_class_get at Base 1.27.0-0~eo
- efl_net_server_ip_ipv6_only_get at Base 1.27.0-0~eo
- efl_net_server_ip_ipv6_only_set at Base 1.27.0-0~eo
- efl_net_server_serve at Base 1.27.0-0~eo
- efl_net_server_serving_get at Base 1.27.0-0~eo
- efl_net_server_serving_set at Base 1.27.0-0~eo
- efl_net_server_simple_class_get at Base 1.27.0-0~eo
- efl_net_server_simple_inner_class_get at Base 1.27.0-0~eo
- efl_net_server_simple_inner_class_set at Base 1.27.0-0~eo
- efl_net_server_simple_inner_server_get at Base 1.27.0-0~eo
- efl_net_server_simple_inner_server_set at Base 1.27.0-0~eo
- efl_net_server_ssl_class_get at Base 1.27.0-0~eo
- efl_net_server_ssl_context_get at Base 1.27.0-0~eo
- efl_net_server_ssl_context_set at Base 1.27.0-0~eo
- efl_net_server_tcp_class_get at Base 1.27.0-0~eo
- efl_net_server_udp_class_get at Base 1.27.0-0~eo
- efl_net_server_udp_client_class_get at Base 1.27.0-0~eo
- efl_net_server_udp_client_next_datagram_size_query at Base 1.27.0-0~eo
- efl_net_server_udp_dont_route_get at Base 1.27.0-0~eo
- efl_net_server_udp_dont_route_set at Base 1.27.0-0~eo
- efl_net_server_udp_multicast_groups_get at Base 1.27.0-0~eo
- efl_net_server_udp_multicast_join at Base 1.27.0-0~eo
- efl_net_server_udp_multicast_leave at Base 1.27.0-0~eo
- efl_net_server_udp_multicast_loopback_get at Base 1.27.0-0~eo
- efl_net_server_udp_multicast_loopback_set at Base 1.27.0-0~eo
- efl_net_server_udp_multicast_time_to_live_get at Base 1.27.0-0~eo
- efl_net_server_udp_multicast_time_to_live_set at Base 1.27.0-0~eo
- efl_net_server_unix_class_get at Base 1.27.0-0~eo
- efl_net_server_unix_leading_directories_create_get at Base 1.27.0-0~eo
- efl_net_server_unix_leading_directories_create_set at Base 1.27.0-0~eo
- efl_net_server_unix_unlink_before_bind_get at Base 1.27.0-0~eo
- efl_net_server_unix_unlink_before_bind_set at Base 1.27.0-0~eo
- efl_net_session_class_get at Base 1.27.0-0~eo
- efl_net_session_connect at Base 1.27.0-0~eo
- efl_net_session_disconnect at Base 1.27.0-0~eo
- efl_net_session_interface_get at Base 1.27.0-0~eo
- efl_net_session_ipv4_get at Base 1.27.0-0~eo
- efl_net_session_ipv6_get at Base 1.27.0-0~eo
- efl_net_session_network_name_get at Base 1.27.0-0~eo
- efl_net_session_state_get at Base 1.27.0-0~eo
- efl_net_session_technology_get at Base 1.27.0-0~eo
- efl_net_socket_address_local_get at Base 1.27.0-0~eo
- efl_net_socket_address_local_set at Base 1.27.0-0~eo
- efl_net_socket_address_remote_get at Base 1.27.0-0~eo
- efl_net_socket_address_remote_set at Base 1.27.0-0~eo
- efl_net_socket_fd_class_get at Base 1.27.0-0~eo
- efl_net_socket_fd_family_get at Base 1.27.0-0~eo
- efl_net_socket_fd_family_set at Base 1.27.0-0~eo
- efl_net_socket_interface_get at Base 1.27.0-0~eo
- efl_net_socket_simple_class_get at Base 1.27.0-0~eo
- efl_net_socket_ssl_adopt at Base 1.27.0-0~eo
- efl_net_socket_ssl_adopted_get at Base 1.27.0-0~eo
- efl_net_socket_ssl_class_get at Base 1.27.0-0~eo
- efl_net_socket_ssl_error_certificate_verify_failed_get at Base 1.27.0-0~eo
- efl_net_socket_ssl_error_handshake_get at Base 1.27.0-0~eo
- efl_net_socket_ssl_hostname_override_get at Base 1.27.0-0~eo
- efl_net_socket_ssl_hostname_override_set at Base 1.27.0-0~eo
- efl_net_socket_ssl_hostname_verify_get at Base 1.27.0-0~eo
- efl_net_socket_ssl_hostname_verify_set at Base 1.27.0-0~eo
- efl_net_socket_ssl_verify_mode_get at Base 1.27.0-0~eo
- efl_net_socket_ssl_verify_mode_set at Base 1.27.0-0~eo
- efl_net_socket_tcp_class_get at Base 1.27.0-0~eo
- efl_net_socket_tcp_cork_get at Base 1.27.0-0~eo
- efl_net_socket_tcp_cork_set at Base 1.27.0-0~eo
- efl_net_socket_tcp_keep_alive_get at Base 1.27.0-0~eo
- efl_net_socket_tcp_keep_alive_set at Base 1.27.0-0~eo
- efl_net_socket_tcp_no_delay_get at Base 1.27.0-0~eo
- efl_net_socket_tcp_no_delay_set at Base 1.27.0-0~eo
- efl_net_socket_udp_bind_get at Base 1.27.0-0~eo
- efl_net_socket_udp_bind_set at Base 1.27.0-0~eo
- efl_net_socket_udp_class_get at Base 1.27.0-0~eo
- efl_net_socket_udp_cork_get at Base 1.27.0-0~eo
- efl_net_socket_udp_cork_set at Base 1.27.0-0~eo
- efl_net_socket_udp_dont_route_get at Base 1.27.0-0~eo
- efl_net_socket_udp_dont_route_set at Base 1.27.0-0~eo
- efl_net_socket_udp_init at Base 1.27.0-0~eo
- efl_net_socket_udp_multicast_groups_get at Base 1.27.0-0~eo
- efl_net_socket_udp_multicast_join at Base 1.27.0-0~eo
- efl_net_socket_udp_multicast_leave at Base 1.27.0-0~eo
- efl_net_socket_udp_multicast_loopback_get at Base 1.27.0-0~eo
- efl_net_socket_udp_multicast_loopback_set at Base 1.27.0-0~eo
- efl_net_socket_udp_multicast_time_to_live_get at Base 1.27.0-0~eo
- efl_net_socket_udp_multicast_time_to_live_set at Base 1.27.0-0~eo
- efl_net_socket_udp_next_datagram_size_query at Base 1.27.0-0~eo
- efl_net_socket_udp_reuse_address_get at Base 1.27.0-0~eo
- efl_net_socket_udp_reuse_address_set at Base 1.27.0-0~eo
- efl_net_socket_udp_reuse_port_get at Base 1.27.0-0~eo
- efl_net_socket_udp_reuse_port_set at Base 1.27.0-0~eo
- efl_net_socket_unix_class_get at Base 1.27.0-0~eo
- efl_net_ssl_context_certificate_authorities_get at Base 1.27.0-0~eo
- efl_net_ssl_context_certificate_authorities_set at Base 1.27.0-0~eo
- efl_net_ssl_context_certificate_revocation_lists_get at Base 1.27.0-0~eo
- efl_net_ssl_context_certificate_revocation_lists_set at Base 1.27.0-0~eo
- efl_net_ssl_context_certificates_get at Base 1.27.0-0~eo
- efl_net_ssl_context_certificates_set at Base 1.27.0-0~eo
- efl_net_ssl_context_class_get at Base 1.27.0-0~eo
- efl_net_ssl_context_default_dialer_get at Base 1.27.0-0~eo
- efl_net_ssl_context_default_paths_load_get at Base 1.27.0-0~eo
- efl_net_ssl_context_default_paths_load_set at Base 1.27.0-0~eo
- efl_net_ssl_context_hostname_get at Base 1.27.0-0~eo
- efl_net_ssl_context_hostname_set at Base 1.27.0-0~eo
- efl_net_ssl_context_hostname_verify_get at Base 1.27.0-0~eo
- efl_net_ssl_context_hostname_verify_set at Base 1.27.0-0~eo
- efl_net_ssl_context_private_keys_get at Base 1.27.0-0~eo
- efl_net_ssl_context_private_keys_set at Base 1.27.0-0~eo
- efl_net_ssl_context_setup at Base 1.27.0-0~eo
- efl_net_ssl_context_verify_mode_get at Base 1.27.0-0~eo
- efl_net_ssl_context_verify_mode_set at Base 1.27.0-0~eo
diff -Nru efl-1.27.0/debian/libecore-con1t64.install efl-1.27.0/debian/libecore-con1t64.install
--- efl-1.27.0/debian/libecore-con1t64.install	1970-01-01 00:00:00.000000000 +0000
+++ efl-1.27.0/debian/libecore-con1t64.install	2024-02-28 23:57:09.000000000 +0000
@@ -0,0 +1 @@
+usr/lib/*/libecore_con.so.*
diff -Nru efl-1.27.0/debian/libecore-con1t64.lintian-overrides efl-1.27.0/debian/libecore-con1t64.lintian-overrides
--- efl-1.27.0/debian/libecore-con1t64.lintian-overrides	1970-01-01 00:00:00.000000000 +0000
+++ efl-1.27.0/debian/libecore-con1t64.lintian-overrides	2024-02-28 23:57:09.000000000 +0000
@@ -0,0 +1,3 @@
+# Symbols generated by eolian; see note in README.source
+libecore-con1t64: symbols-file-contains-debian-revision
+libecore-con1t64: package-name-doesnt-match-sonames libecore-con1
diff -Nru efl-1.27.0/debian/libecore-con1t64.symbols efl-1.27.0/debian/libecore-con1t64.symbols
--- efl-1.27.0/debian/libecore-con1t64.symbols	1970-01-01 00:00:00.000000000 +0000
+++ efl-1.27.0/debian/libecore-con1t64.symbols	2024-02-28 23:57:09.000000000 +0000
@@ -0,0 +1,524 @@
+libecore_con.so.1 libecore-con1t64 #MINVER#
+* Build-Depends-Package: libefl-all-dev
+ ECORE_CON_EVENT_CLIENT_ADD at Base 1.27.0-0~eo
+ ECORE_CON_EVENT_CLIENT_DATA at Base 1.27.0-0~eo
+ ECORE_CON_EVENT_CLIENT_DEL at Base 1.27.0-0~eo
+ ECORE_CON_EVENT_CLIENT_ERROR at Base 1.27.0-0~eo
+ ECORE_CON_EVENT_CLIENT_UPGRADE at Base 1.27.0-0~eo
+ ECORE_CON_EVENT_CLIENT_WRITE at Base 1.27.0-0~eo
+ ECORE_CON_EVENT_PROXY_BIND at Base 1.27.0-0~eo
+ ECORE_CON_EVENT_SERVER_ADD at Base 1.27.0-0~eo
+ ECORE_CON_EVENT_SERVER_DATA at Base 1.27.0-0~eo
+ ECORE_CON_EVENT_SERVER_DEL at Base 1.27.0-0~eo
+ ECORE_CON_EVENT_SERVER_ERROR at Base 1.27.0-0~eo
+ ECORE_CON_EVENT_SERVER_UPGRADE at Base 1.27.0-0~eo
+ ECORE_CON_EVENT_SERVER_WRITE at Base 1.27.0-0~eo
+ ECORE_CON_EVENT_URL_COMPLETE at Base 1.27.0-0~eo
+ ECORE_CON_EVENT_URL_DATA at Base 1.27.0-0~eo
+ ECORE_CON_EVENT_URL_PROGRESS at Base 1.27.0-0~eo
+ EFL_NET_HTTP_ERROR_BAD_CONTENT_ENCODING at Base 1.27.0-0~eo
+ EFL_NET_HTTP_ERROR_BAD_DOWNLOAD_RESUME at Base 1.27.0-0~eo
+ EFL_NET_HTTP_ERROR_BAD_FUNCTION_ARGUMENT at Base 1.27.0-0~eo
+ EFL_NET_HTTP_ERROR_CHUNK_FAILED at Base 1.27.0-0~eo
+ EFL_NET_HTTP_ERROR_CONV_FAILED at Base 1.27.0-0~eo
+ EFL_NET_HTTP_ERROR_CONV_REQD at Base 1.27.0-0~eo
+ EFL_NET_HTTP_ERROR_FAILED_INIT at Base 1.27.0-0~eo
+ EFL_NET_HTTP_ERROR_FILESIZE_EXCEEDED at Base 1.27.0-0~eo
+ EFL_NET_HTTP_ERROR_FILE_COULDNT_READ_FILE at Base 1.27.0-0~eo
+ EFL_NET_HTTP_ERROR_FUNCTION_NOT_FOUND at Base 1.27.0-0~eo
+ EFL_NET_HTTP_ERROR_GOT_NOTHING at Base 1.27.0-0~eo
+ EFL_NET_HTTP_ERROR_HTTP2 at Base 1.27.0-0~eo
+ EFL_NET_HTTP_ERROR_HTTP2_STREAM at Base 1.27.0-0~eo
+ EFL_NET_HTTP_ERROR_HTTP_POST_ERROR at Base 1.27.0-0~eo
+ EFL_NET_HTTP_ERROR_HTTP_RETURNED_ERROR at Base 1.27.0-0~eo
+ EFL_NET_HTTP_ERROR_INTERFACE_FAILED at Base 1.27.0-0~eo
+ EFL_NET_HTTP_ERROR_LOGIN_DENIED at Base 1.27.0-0~eo
+ EFL_NET_HTTP_ERROR_NOT_BUILT_IN at Base 1.27.0-0~eo
+ EFL_NET_HTTP_ERROR_NO_CONNECTION_AVAILABLE at Base 1.27.0-0~eo
+ EFL_NET_HTTP_ERROR_OPERATION_TIMEDOUT at Base 1.27.0-0~eo
+ EFL_NET_HTTP_ERROR_PARTIAL_FILE at Base 1.27.0-0~eo
+ EFL_NET_HTTP_ERROR_PEER_FAILED_VERIFICATION at Base 1.27.0-0~eo
+ EFL_NET_HTTP_ERROR_RANGE_ERROR at Base 1.27.0-0~eo
+ EFL_NET_HTTP_ERROR_READ_ERROR at Base 1.27.0-0~eo
+ EFL_NET_HTTP_ERROR_RECV_ERROR at Base 1.27.0-0~eo
+ EFL_NET_HTTP_ERROR_REMOTE_ACCESS_DENIED at Base 1.27.0-0~eo
+ EFL_NET_HTTP_ERROR_REMOTE_DISK_FULL at Base 1.27.0-0~eo
+ EFL_NET_HTTP_ERROR_REMOTE_FILE_EXISTS at Base 1.27.0-0~eo
+ EFL_NET_HTTP_ERROR_REMOTE_FILE_NOT_FOUND at Base 1.27.0-0~eo
+ EFL_NET_HTTP_ERROR_SEND_ERROR at Base 1.27.0-0~eo
+ EFL_NET_HTTP_ERROR_SEND_FAIL_REWIND at Base 1.27.0-0~eo
+ EFL_NET_HTTP_ERROR_SSL_CACERT at Base 1.27.0-0~eo
+ EFL_NET_HTTP_ERROR_SSL_CACERT_BADFILE at Base 1.27.0-0~eo
+ EFL_NET_HTTP_ERROR_SSL_CERTPROBLEM at Base 1.27.0-0~eo
+ EFL_NET_HTTP_ERROR_SSL_CIPHER at Base 1.27.0-0~eo
+ EFL_NET_HTTP_ERROR_SSL_CONNECT_ERROR at Base 1.27.0-0~eo
+ EFL_NET_HTTP_ERROR_SSL_CRL_BADFILE at Base 1.27.0-0~eo
+ EFL_NET_HTTP_ERROR_SSL_ENGINE_INITFAILED at Base 1.27.0-0~eo
+ EFL_NET_HTTP_ERROR_SSL_ENGINE_NOTFOUND at Base 1.27.0-0~eo
+ EFL_NET_HTTP_ERROR_SSL_ENGINE_SETFAILED at Base 1.27.0-0~eo
+ EFL_NET_HTTP_ERROR_SSL_INVALIDCERTSTATUS at Base 1.27.0-0~eo
+ EFL_NET_HTTP_ERROR_SSL_ISSUER_ERROR at Base 1.27.0-0~eo
+ EFL_NET_HTTP_ERROR_SSL_PINNEDPUBKEYNOTMATCH at Base 1.27.0-0~eo
+ EFL_NET_HTTP_ERROR_SSL_SHUTDOWN_FAILED at Base 1.27.0-0~eo
+ EFL_NET_HTTP_ERROR_TOO_MANY_REDIRECTS at Base 1.27.0-0~eo
+ EFL_NET_HTTP_ERROR_UNKNOWN_OPTION at Base 1.27.0-0~eo
+ EFL_NET_HTTP_ERROR_UNSUPPORTED_PROTOCOL at Base 1.27.0-0~eo
+ EFL_NET_HTTP_ERROR_UPLOAD_FAILED at Base 1.27.0-0~eo
+ EFL_NET_HTTP_ERROR_URL_MALFORMAT at Base 1.27.0-0~eo
+ EFL_NET_HTTP_ERROR_USE_SSL_FAILED at Base 1.27.0-0~eo
+ EFL_NET_HTTP_ERROR_WRITE_ERROR at Base 1.27.0-0~eo
+ _EFL_NET_CONTROL_ACCESS_POINT_EVENT_CHANGED at Base 1.27.0-0~eo
+ _EFL_NET_CONTROL_MANAGER_EVENT_ACCESS_POINTS_CHANGED at Base 1.27.0-0~eo
+ _EFL_NET_CONTROL_MANAGER_EVENT_ACCESS_POINT_ADD at Base 1.27.0-0~eo
+ _EFL_NET_CONTROL_MANAGER_EVENT_ACCESS_POINT_DEL at Base 1.27.0-0~eo
+ _EFL_NET_CONTROL_MANAGER_EVENT_AGENT_BROWSER_URL at Base 1.27.0-0~eo
+ _EFL_NET_CONTROL_MANAGER_EVENT_AGENT_ERROR at Base 1.27.0-0~eo
+ _EFL_NET_CONTROL_MANAGER_EVENT_AGENT_RELEASED at Base 1.27.0-0~eo
+ _EFL_NET_CONTROL_MANAGER_EVENT_AGENT_REQUEST_INPUT at Base 1.27.0-0~eo
+ _EFL_NET_CONTROL_MANAGER_EVENT_RADIOS_OFFLINE_CHANGED at Base 1.27.0-0~eo
+ _EFL_NET_CONTROL_MANAGER_EVENT_STATE_CHANGED at Base 1.27.0-0~eo
+ _EFL_NET_CONTROL_MANAGER_EVENT_TECHNOLOGY_ADD at Base 1.27.0-0~eo
+ _EFL_NET_CONTROL_MANAGER_EVENT_TECHNOLOGY_DEL at Base 1.27.0-0~eo
+ _EFL_NET_CONTROL_TECHNOLOGY_EVENT_CHANGED at Base 1.27.0-0~eo
+ _EFL_NET_DIALER_EVENT_DIALER_CONNECTED at Base 1.27.0-0~eo
+ _EFL_NET_DIALER_EVENT_DIALER_ERROR at Base 1.27.0-0~eo
+ _EFL_NET_DIALER_EVENT_DIALER_RESOLVED at Base 1.27.0-0~eo
+ _EFL_NET_DIALER_HTTP_EVENT_HEADERS_DONE at Base 1.27.0-0~eo
+ _EFL_NET_DIALER_WEBSOCKET_EVENT_CLOSED_REASON at Base 1.27.0-0~eo
+ _EFL_NET_DIALER_WEBSOCKET_EVENT_MESSAGE_BINARY at Base 1.27.0-0~eo
+ _EFL_NET_DIALER_WEBSOCKET_EVENT_MESSAGE_TEXT at Base 1.27.0-0~eo
+ _EFL_NET_DIALER_WEBSOCKET_EVENT_PONG at Base 1.27.0-0~eo
+ _EFL_NET_SERVER_EVENT_CLIENT_ADD at Base 1.27.0-0~eo
+ _EFL_NET_SERVER_EVENT_CLIENT_REJECTED at Base 1.27.0-0~eo
+ _EFL_NET_SERVER_EVENT_SERVER_ERROR at Base 1.27.0-0~eo
+ _EFL_NET_SERVER_EVENT_SERVING at Base 1.27.0-0~eo
+ _EFL_NET_SESSION_EVENT_CHANGED at Base 1.27.0-0~eo
+ _EFL_NET_SOCKET_SSL_EVENT_SSL_ERROR at Base 1.27.0-0~eo
+ _EFL_NET_SOCKET_SSL_EVENT_SSL_READY at Base 1.27.0-0~eo
+ ecore_con_client_connected_get at Base 1.27.0-0~eo
+ ecore_con_client_data_get at Base 1.27.0-0~eo
+ ecore_con_client_data_set at Base 1.27.0-0~eo
+ ecore_con_client_del at Base 1.27.0-0~eo
+ ecore_con_client_fd_get at Base 1.27.0-0~eo
+ ecore_con_client_flush at Base 1.27.0-0~eo
+ ecore_con_client_ip_get at Base 1.27.0-0~eo
+ ecore_con_client_port_get at Base 1.27.0-0~eo
+ ecore_con_client_send at Base 1.27.0-0~eo
+ ecore_con_client_server_get at Base 1.27.0-0~eo
+ ecore_con_client_timeout_get at Base 1.27.0-0~eo
+ ecore_con_client_timeout_set at Base 1.27.0-0~eo
+ ecore_con_client_uptime_get at Base 1.27.0-0~eo
+ ecore_con_eet at Base 1.27.0-0~eo
+ ecore_con_eet_base_class_get at Base 1.27.0-0~eo
+ ecore_con_eet_base_data_callback_del at Base 1.27.0-0~eo
+ ecore_con_eet_base_data_callback_set at Base 1.27.0-0~eo
+ ecore_con_eet_base_raw_data_callback_del at Base 1.27.0-0~eo
+ ecore_con_eet_base_raw_data_callback_set at Base 1.27.0-0~eo
+ ecore_con_eet_base_raw_send at Base 1.27.0-0~eo
+ ecore_con_eet_base_register at Base 1.27.0-0~eo
+ ecore_con_eet_base_send at Base 1.27.0-0~eo
+ ecore_con_eet_base_server_get at Base 1.27.0-0~eo
+ ecore_con_eet_base_server_set at Base 1.27.0-0~eo
+ ecore_con_eet_client_connect_callback_add at Base 1.27.0-0~eo
+ ecore_con_eet_client_connect_callback_del at Base 1.27.0-0~eo
+ ecore_con_eet_client_disconnect_callback_add at Base 1.27.0-0~eo
+ ecore_con_eet_client_disconnect_callback_del at Base 1.27.0-0~eo
+ ecore_con_eet_client_new at Base 1.27.0-0~eo
+ ecore_con_eet_client_obj_class_get at Base 1.27.0-0~eo
+ ecore_con_eet_data_callback_add at Base 1.27.0-0~eo
+ ecore_con_eet_data_callback_del at Base 1.27.0-0~eo
+ ecore_con_eet_data_get at Base 1.27.0-0~eo
+ ecore_con_eet_data_set at Base 1.27.0-0~eo
+ ecore_con_eet_raw_data_callback_add at Base 1.27.0-0~eo
+ ecore_con_eet_raw_data_callback_del at Base 1.27.0-0~eo
+ ecore_con_eet_raw_send at Base 1.27.0-0~eo
+ ecore_con_eet_register at Base 1.27.0-0~eo
+ ecore_con_eet_reply at Base 1.27.0-0~eo
+ ecore_con_eet_send at Base 1.27.0-0~eo
+ ecore_con_eet_server_connect_callback_add at Base 1.27.0-0~eo
+ ecore_con_eet_server_connect_callback_del at Base 1.27.0-0~eo
+ ecore_con_eet_server_disconnect_callback_add at Base 1.27.0-0~eo
+ ecore_con_eet_server_disconnect_callback_del at Base 1.27.0-0~eo
+ ecore_con_eet_server_free at Base 1.27.0-0~eo
+ ecore_con_eet_server_new at Base 1.27.0-0~eo
+ ecore_con_eet_server_obj_class_get at Base 1.27.0-0~eo
+ ecore_con_init at Base 1.27.0-0~eo
+ ecore_con_local_path_new at Base 1.27.0-0~eo
+ ecore_con_lookup at Base 1.27.0-0~eo
+ ecore_con_server_add at Base 1.27.0-0~eo
+ ecore_con_server_client_limit_set at Base 1.27.0-0~eo
+ ecore_con_server_clients_get at Base 1.27.0-0~eo
+ ecore_con_server_connect at Base 1.27.0-0~eo
+ ecore_con_server_connected_get at Base 1.27.0-0~eo
+ ecore_con_server_data_get at Base 1.27.0-0~eo
+ ecore_con_server_data_set at Base 1.27.0-0~eo
+ ecore_con_server_del at Base 1.27.0-0~eo
+ ecore_con_server_fd_get at Base 1.27.0-0~eo
+ ecore_con_server_flush at Base 1.27.0-0~eo
+ ecore_con_server_ip_get at Base 1.27.0-0~eo
+ ecore_con_server_name_get at Base 1.27.0-0~eo
+ ecore_con_server_port_get at Base 1.27.0-0~eo
+ ecore_con_server_send at Base 1.27.0-0~eo
+ ecore_con_server_timeout_get at Base 1.27.0-0~eo
+ ecore_con_server_timeout_set at Base 1.27.0-0~eo
+ ecore_con_server_uptime_get at Base 1.27.0-0~eo
+ ecore_con_shutdown at Base 1.27.0-0~eo
+ ecore_con_socks4_remote_add at Base 1.27.0-0~eo
+ ecore_con_socks4_remote_del at Base 1.27.0-0~eo
+ ecore_con_socks4_remote_exists at Base 1.27.0-0~eo
+ ecore_con_socks5_remote_add at Base 1.27.0-0~eo
+ ecore_con_socks5_remote_del at Base 1.27.0-0~eo
+ ecore_con_socks5_remote_exists at Base 1.27.0-0~eo
+ ecore_con_socks_apply_always at Base 1.27.0-0~eo
+ ecore_con_socks_apply_once at Base 1.27.0-0~eo
+ ecore_con_socks_bind_get at Base 1.27.0-0~eo
+ ecore_con_socks_bind_set at Base 1.27.0-0~eo
+ ecore_con_socks_lookup_get at Base 1.27.0-0~eo
+ ecore_con_socks_lookup_set at Base 1.27.0-0~eo
+ ecore_con_socks_remote_del at Base 1.27.0-0~eo
+ ecore_con_socks_version_get at Base 1.27.0-0~eo
+ ecore_con_ssl_available_get at Base 1.27.0-0~eo
+ ecore_con_ssl_client_upgrade at Base 1.27.0-0~eo
+ ecore_con_ssl_server_cafile_add at Base 1.27.0-0~eo
+ ecore_con_ssl_server_cert_add at Base 1.27.0-0~eo
+ ecore_con_ssl_server_crl_add at Base 1.27.0-0~eo
+ ecore_con_ssl_server_privkey_add at Base 1.27.0-0~eo
+ ecore_con_ssl_server_upgrade at Base 1.27.0-0~eo
+ ecore_con_ssl_server_verify at Base 1.27.0-0~eo
+ ecore_con_ssl_server_verify_basic at Base 1.27.0-0~eo
+ ecore_con_ssl_server_verify_name_get at Base 1.27.0-0~eo
+ ecore_con_ssl_server_verify_name_set at Base 1.27.0-0~eo
+ ecore_con_url_additional_header_add at Base 1.27.0-0~eo
+ ecore_con_url_additional_headers_clear at Base 1.27.0-0~eo
+ ecore_con_url_cookies_clear at Base 1.27.0-0~eo
+ ecore_con_url_cookies_file_add at Base 1.27.0-0~eo
+ ecore_con_url_cookies_ignore_old_session_set at Base 1.27.0-0~eo
+ ecore_con_url_cookies_init at Base 1.27.0-0~eo
+ ecore_con_url_cookies_jar_file_set at Base 1.27.0-0~eo
+ ecore_con_url_cookies_jar_write at Base 1.27.0-0~eo
+ ecore_con_url_cookies_session_clear at Base 1.27.0-0~eo
+ ecore_con_url_custom_new at Base 1.27.0-0~eo
+ ecore_con_url_data_get at Base 1.27.0-0~eo
+ ecore_con_url_data_set at Base 1.27.0-0~eo
+ ecore_con_url_fd_set at Base 1.27.0-0~eo
+ ecore_con_url_free at Base 1.27.0-0~eo
+ ecore_con_url_ftp_upload at Base 1.27.0-0~eo
+ ecore_con_url_ftp_use_epsv_set at Base 1.27.0-0~eo
+ ecore_con_url_get at Base 1.27.0-0~eo
+ ecore_con_url_head at Base 1.27.0-0~eo
+ ecore_con_url_http_version_set at Base 1.27.0-0~eo
+ ecore_con_url_httpauth_set at Base 1.27.0-0~eo
+ ecore_con_url_init at Base 1.27.0-0~eo
+ ecore_con_url_limit_download_speed at Base 1.27.0-0~eo
+ ecore_con_url_limit_upload_speed at Base 1.27.0-0~eo
+ ecore_con_url_new at Base 1.27.0-0~eo
+ ecore_con_url_pipeline_get at Base 1.27.0-0~eo
+ ecore_con_url_pipeline_set at Base 1.27.0-0~eo
+ ecore_con_url_post at Base 1.27.0-0~eo
+ ecore_con_url_proxy_password_set at Base 1.27.0-0~eo
+ ecore_con_url_proxy_set at Base 1.27.0-0~eo
+ ecore_con_url_proxy_username_set at Base 1.27.0-0~eo
+ ecore_con_url_received_bytes_get at Base 1.27.0-0~eo
+ ecore_con_url_response_headers_get at Base 1.27.0-0~eo
+ ecore_con_url_shutdown at Base 1.27.0-0~eo
+ ecore_con_url_ssl_ca_set at Base 1.27.0-0~eo
+ ecore_con_url_ssl_verify_peer_set at Base 1.27.0-0~eo
+ ecore_con_url_status_code_get at Base 1.27.0-0~eo
+ ecore_con_url_time at Base 1.27.0-0~eo
+ ecore_con_url_timeout_set at Base 1.27.0-0~eo
+ ecore_con_url_url_get at Base 1.27.0-0~eo
+ ecore_con_url_url_set at Base 1.27.0-0~eo
+ ecore_con_url_verbose_set at Base 1.27.0-0~eo
+ efl_net_control_access_point_auto_connect_get at Base 1.27.0-0~eo
+ efl_net_control_access_point_auto_connect_set at Base 1.27.0-0~eo
+ efl_net_control_access_point_class_get at Base 1.27.0-0~eo
+ efl_net_control_access_point_configuration_domains_get at Base 1.27.0-0~eo
+ efl_net_control_access_point_configuration_domains_set at Base 1.27.0-0~eo
+ efl_net_control_access_point_configuration_ipv4_get at Base 1.27.0-0~eo
+ efl_net_control_access_point_configuration_ipv4_set at Base 1.27.0-0~eo
+ efl_net_control_access_point_configuration_ipv6_get at Base 1.27.0-0~eo
+ efl_net_control_access_point_configuration_ipv6_set at Base 1.27.0-0~eo
+ efl_net_control_access_point_configuration_name_servers_get at Base 1.27.0-0~eo
+ efl_net_control_access_point_configuration_name_servers_set at Base 1.27.0-0~eo
+ efl_net_control_access_point_configuration_proxy_get at Base 1.27.0-0~eo
+ efl_net_control_access_point_configuration_proxy_set at Base 1.27.0-0~eo
+ efl_net_control_access_point_configuration_time_servers_get at Base 1.27.0-0~eo
+ efl_net_control_access_point_configuration_time_servers_set at Base 1.27.0-0~eo
+ efl_net_control_access_point_connect at Base 1.27.0-0~eo
+ efl_net_control_access_point_disconnect at Base 1.27.0-0~eo
+ efl_net_control_access_point_domains_get at Base 1.27.0-0~eo
+ efl_net_control_access_point_error_get at Base 1.27.0-0~eo
+ efl_net_control_access_point_forget at Base 1.27.0-0~eo
+ efl_net_control_access_point_immutable_get at Base 1.27.0-0~eo
+ efl_net_control_access_point_ipv4_get at Base 1.27.0-0~eo
+ efl_net_control_access_point_ipv6_get at Base 1.27.0-0~eo
+ efl_net_control_access_point_name_servers_get at Base 1.27.0-0~eo
+ efl_net_control_access_point_priority_get at Base 1.27.0-0~eo
+ efl_net_control_access_point_priority_set at Base 1.27.0-0~eo
+ efl_net_control_access_point_proxy_get at Base 1.27.0-0~eo
+ efl_net_control_access_point_remembered_get at Base 1.27.0-0~eo
+ efl_net_control_access_point_roaming_get at Base 1.27.0-0~eo
+ efl_net_control_access_point_security_get at Base 1.27.0-0~eo
+ efl_net_control_access_point_ssid_get at Base 1.27.0-0~eo
+ efl_net_control_access_point_state_get at Base 1.27.0-0~eo
+ efl_net_control_access_point_strength_get at Base 1.27.0-0~eo
+ efl_net_control_access_point_technology_get at Base 1.27.0-0~eo
+ efl_net_control_access_point_time_servers_get at Base 1.27.0-0~eo
+ efl_net_control_manager_access_points_get at Base 1.27.0-0~eo
+ efl_net_control_manager_agent_enabled_get at Base 1.27.0-0~eo
+ efl_net_control_manager_agent_enabled_set at Base 1.27.0-0~eo
+ efl_net_control_manager_agent_reply at Base 1.27.0-0~eo
+ efl_net_control_manager_class_get at Base 1.27.0-0~eo
+ efl_net_control_manager_radios_offline_get at Base 1.27.0-0~eo
+ efl_net_control_manager_radios_offline_set at Base 1.27.0-0~eo
+ efl_net_control_manager_state_get at Base 1.27.0-0~eo
+ efl_net_control_manager_technologies_get at Base 1.27.0-0~eo
+ efl_net_control_technology_class_get at Base 1.27.0-0~eo
+ efl_net_control_technology_connected_get at Base 1.27.0-0~eo
+ efl_net_control_technology_powered_get at Base 1.27.0-0~eo
+ efl_net_control_technology_powered_set at Base 1.27.0-0~eo
+ efl_net_control_technology_scan at Base 1.27.0-0~eo
+ efl_net_control_technology_tethering_get at Base 1.27.0-0~eo
+ efl_net_control_technology_tethering_set at Base 1.27.0-0~eo
+ efl_net_control_technology_type_get at Base 1.27.0-0~eo
+ efl_net_dialer_address_dial_get at Base 1.27.0-0~eo
+ efl_net_dialer_address_dial_set at Base 1.27.0-0~eo
+ efl_net_dialer_connected_get at Base 1.27.0-0~eo
+ efl_net_dialer_connected_set at Base 1.27.0-0~eo
+ efl_net_dialer_dial at Base 1.27.0-0~eo
+ efl_net_dialer_error_couldnt_connect_get at Base 1.27.0-0~eo
+ efl_net_dialer_error_couldnt_resolve_proxy_get at Base 1.27.0-0~eo
+ efl_net_dialer_error_proxy_authentication_failed_get at Base 1.27.0-0~eo
+ efl_net_dialer_http_allow_redirects_get at Base 1.27.0-0~eo
+ efl_net_dialer_http_allow_redirects_set at Base 1.27.0-0~eo
+ efl_net_dialer_http_authentication_get at Base 1.27.0-0~eo
+ efl_net_dialer_http_authentication_set at Base 1.27.0-0~eo
+ efl_net_dialer_http_class_get at Base 1.27.0-0~eo
+ efl_net_dialer_http_cookie_jar_get at Base 1.27.0-0~eo
+ efl_net_dialer_http_cookie_jar_set at Base 1.27.0-0~eo
+ efl_net_dialer_http_date_parse at Base 1.27.0-0~eo
+ efl_net_dialer_http_date_serialize at Base 1.27.0-0~eo
+ efl_net_dialer_http_method_get at Base 1.27.0-0~eo
+ efl_net_dialer_http_method_set at Base 1.27.0-0~eo
+ efl_net_dialer_http_primary_mode_get at Base 1.27.0-0~eo
+ efl_net_dialer_http_primary_mode_set at Base 1.27.0-0~eo
+ efl_net_dialer_http_progress_download_get at Base 1.27.0-0~eo
+ efl_net_dialer_http_progress_upload_get at Base 1.27.0-0~eo
+ efl_net_dialer_http_request_content_length_get at Base 1.27.0-0~eo
+ efl_net_dialer_http_request_content_length_set at Base 1.27.0-0~eo
+ efl_net_dialer_http_request_header_add at Base 1.27.0-0~eo
+ efl_net_dialer_http_request_headers_clear at Base 1.27.0-0~eo
+ efl_net_dialer_http_request_headers_get at Base 1.27.0-0~eo
+ efl_net_dialer_http_response_content_length_get at Base 1.27.0-0~eo
+ efl_net_dialer_http_response_content_length_set at Base 1.27.0-0~eo
+ efl_net_dialer_http_response_content_type_get at Base 1.27.0-0~eo
+ efl_net_dialer_http_response_content_type_set at Base 1.27.0-0~eo
+ efl_net_dialer_http_response_headers_all_get at Base 1.27.0-0~eo
+ efl_net_dialer_http_response_headers_clear at Base 1.27.0-0~eo
+ efl_net_dialer_http_response_headers_get at Base 1.27.0-0~eo
+ efl_net_dialer_http_response_status_get at Base 1.27.0-0~eo
+ efl_net_dialer_http_ssl_certificate_authority_get at Base 1.27.0-0~eo
+ efl_net_dialer_http_ssl_certificate_authority_set at Base 1.27.0-0~eo
+ efl_net_dialer_http_ssl_certificate_revocation_list_get at Base 1.27.0-0~eo
+ efl_net_dialer_http_ssl_certificate_revocation_list_set at Base 1.27.0-0~eo
+ efl_net_dialer_http_ssl_verify_get at Base 1.27.0-0~eo
+ efl_net_dialer_http_ssl_verify_set at Base 1.27.0-0~eo
+ efl_net_dialer_http_user_agent_get at Base 1.27.0-0~eo
+ efl_net_dialer_http_user_agent_set at Base 1.27.0-0~eo
+ efl_net_dialer_http_version_get at Base 1.27.0-0~eo
+ efl_net_dialer_http_version_set at Base 1.27.0-0~eo
+ efl_net_dialer_interface_get at Base 1.27.0-0~eo
+ efl_net_dialer_proxy_get at Base 1.27.0-0~eo
+ efl_net_dialer_proxy_set at Base 1.27.0-0~eo
+ efl_net_dialer_simple_class_get at Base 1.27.0-0~eo
+ efl_net_dialer_simple_inner_class_get at Base 1.27.0-0~eo
+ efl_net_dialer_simple_inner_class_set at Base 1.27.0-0~eo
+ efl_net_dialer_ssl_class_get at Base 1.27.0-0~eo
+ efl_net_dialer_ssl_context_get at Base 1.27.0-0~eo
+ efl_net_dialer_ssl_context_set at Base 1.27.0-0~eo
+ efl_net_dialer_ssl_keep_alive_get at Base 1.27.0-0~eo
+ efl_net_dialer_ssl_keep_alive_set at Base 1.27.0-0~eo
+ efl_net_dialer_ssl_no_delay_get at Base 1.27.0-0~eo
+ efl_net_dialer_ssl_no_delay_set at Base 1.27.0-0~eo
+ efl_net_dialer_tcp_class_get at Base 1.27.0-0~eo
+ efl_net_dialer_timeout_dial_get at Base 1.27.0-0~eo
+ efl_net_dialer_timeout_dial_set at Base 1.27.0-0~eo
+ efl_net_dialer_udp_class_get at Base 1.27.0-0~eo
+ efl_net_dialer_unix_class_get at Base 1.27.0-0~eo
+ efl_net_dialer_websocket_allow_redirects_get at Base 1.27.0-0~eo
+ efl_net_dialer_websocket_allow_redirects_set at Base 1.27.0-0~eo
+ efl_net_dialer_websocket_authentication_get at Base 1.27.0-0~eo
+ efl_net_dialer_websocket_authentication_set at Base 1.27.0-0~eo
+ efl_net_dialer_websocket_binary_send at Base 1.27.0-0~eo
+ efl_net_dialer_websocket_class_get at Base 1.27.0-0~eo
+ efl_net_dialer_websocket_close_request at Base 1.27.0-0~eo
+ efl_net_dialer_websocket_cookie_jar_get at Base 1.27.0-0~eo
+ efl_net_dialer_websocket_cookie_jar_set at Base 1.27.0-0~eo
+ efl_net_dialer_websocket_ping at Base 1.27.0-0~eo
+ efl_net_dialer_websocket_request_header_add at Base 1.27.0-0~eo
+ efl_net_dialer_websocket_request_headers_clear at Base 1.27.0-0~eo
+ efl_net_dialer_websocket_request_headers_get at Base 1.27.0-0~eo
+ efl_net_dialer_websocket_request_protocol_add at Base 1.27.0-0~eo
+ efl_net_dialer_websocket_request_protocols_clear at Base 1.27.0-0~eo
+ efl_net_dialer_websocket_request_protocols_get at Base 1.27.0-0~eo
+ efl_net_dialer_websocket_response_protocols_get at Base 1.27.0-0~eo
+ efl_net_dialer_websocket_streaming_mode_get at Base 1.27.0-0~eo
+ efl_net_dialer_websocket_streaming_mode_set at Base 1.27.0-0~eo
+ efl_net_dialer_websocket_text_send at Base 1.27.0-0~eo
+ efl_net_dialer_websocket_user_agent_get at Base 1.27.0-0~eo
+ efl_net_dialer_websocket_user_agent_set at Base 1.27.0-0~eo
+ efl_net_error_couldnt_resolve_host_get at Base 1.27.0-0~eo
+ efl_net_ip_address_any_check at Base 1.27.0-0~eo
+ efl_net_ip_address_class_get at Base 1.27.0-0~eo
+ efl_net_ip_address_create at Base 1.27.0-0~eo
+ efl_net_ip_address_create_sockaddr at Base 1.27.0-0~eo
+ efl_net_ip_address_family_get at Base 1.27.0-0~eo
+ efl_net_ip_address_family_set at Base 1.27.0-0~eo
+ efl_net_ip_address_get at Base 1.27.0-0~eo
+ efl_net_ip_address_ipv4_class_a_check at Base 1.27.0-0~eo
+ efl_net_ip_address_ipv4_class_b_check at Base 1.27.0-0~eo
+ efl_net_ip_address_ipv4_class_c_check at Base 1.27.0-0~eo
+ efl_net_ip_address_ipv4_class_d_check at Base 1.27.0-0~eo
+ efl_net_ip_address_ipv6_local_link_check at Base 1.27.0-0~eo
+ efl_net_ip_address_ipv6_local_site_check at Base 1.27.0-0~eo
+ efl_net_ip_address_ipv6_v4compat_check at Base 1.27.0-0~eo
+ efl_net_ip_address_ipv6_v4mapped_check at Base 1.27.0-0~eo
+ efl_net_ip_address_loopback_check at Base 1.27.0-0~eo
+ efl_net_ip_address_multicast_check at Base 1.27.0-0~eo
+ efl_net_ip_address_parse at Base 1.27.0-0~eo
+ efl_net_ip_address_port_get at Base 1.27.0-0~eo
+ efl_net_ip_address_port_set at Base 1.27.0-0~eo
+ efl_net_ip_address_resolve at Base 1.27.0-0~eo
+ efl_net_ip_address_set at Base 1.27.0-0~eo
+ efl_net_ip_address_sockaddr_get at Base 1.27.0-0~eo
+ efl_net_ip_address_sockaddr_set at Base 1.27.0-0~eo
+ efl_net_ip_address_string_get at Base 1.27.0-0~eo
+ efl_net_server_address_get at Base 1.27.0-0~eo
+ efl_net_server_address_set at Base 1.27.0-0~eo
+ efl_net_server_client_announce at Base 1.27.0-0~eo
+ efl_net_server_clients_count_get at Base 1.27.0-0~eo
+ efl_net_server_clients_count_set at Base 1.27.0-0~eo
+ efl_net_server_clients_limit_get at Base 1.27.0-0~eo
+ efl_net_server_clients_limit_set at Base 1.27.0-0~eo
+ efl_net_server_fd_class_get at Base 1.27.0-0~eo
+ efl_net_server_fd_client_add at Base 1.27.0-0~eo
+ efl_net_server_fd_client_reject at Base 1.27.0-0~eo
+ efl_net_server_fd_close_on_exec_get at Base 1.27.0-0~eo
+ efl_net_server_fd_close_on_exec_set at Base 1.27.0-0~eo
+ efl_net_server_fd_family_get at Base 1.27.0-0~eo
+ efl_net_server_fd_family_set at Base 1.27.0-0~eo
+ efl_net_server_fd_process_incoming_data at Base 1.27.0-0~eo
+ efl_net_server_fd_reuse_address_get at Base 1.27.0-0~eo
+ efl_net_server_fd_reuse_address_set at Base 1.27.0-0~eo
+ efl_net_server_fd_reuse_port_get at Base 1.27.0-0~eo
+ efl_net_server_fd_reuse_port_set at Base 1.27.0-0~eo
+ efl_net_server_fd_socket_activate at Base 1.27.0-0~eo
+ efl_net_server_interface_get at Base 1.27.0-0~eo
+ efl_net_server_ip_class_get at Base 1.27.0-0~eo
+ efl_net_server_ip_ipv6_only_get at Base 1.27.0-0~eo
+ efl_net_server_ip_ipv6_only_set at Base 1.27.0-0~eo
+ efl_net_server_serve at Base 1.27.0-0~eo
+ efl_net_server_serving_get at Base 1.27.0-0~eo
+ efl_net_server_serving_set at Base 1.27.0-0~eo
+ efl_net_server_simple_class_get at Base 1.27.0-0~eo
+ efl_net_server_simple_inner_class_get at Base 1.27.0-0~eo
+ efl_net_server_simple_inner_class_set at Base 1.27.0-0~eo
+ efl_net_server_simple_inner_server_get at Base 1.27.0-0~eo
+ efl_net_server_simple_inner_server_set at Base 1.27.0-0~eo
+ efl_net_server_ssl_class_get at Base 1.27.0-0~eo
+ efl_net_server_ssl_context_get at Base 1.27.0-0~eo
+ efl_net_server_ssl_context_set at Base 1.27.0-0~eo
+ efl_net_server_tcp_class_get at Base 1.27.0-0~eo
+ efl_net_server_udp_class_get at Base 1.27.0-0~eo
+ efl_net_server_udp_client_class_get at Base 1.27.0-0~eo
+ efl_net_server_udp_client_next_datagram_size_query at Base 1.27.0-0~eo
+ efl_net_server_udp_dont_route_get at Base 1.27.0-0~eo
+ efl_net_server_udp_dont_route_set at Base 1.27.0-0~eo
+ efl_net_server_udp_multicast_groups_get at Base 1.27.0-0~eo
+ efl_net_server_udp_multicast_join at Base 1.27.0-0~eo
+ efl_net_server_udp_multicast_leave at Base 1.27.0-0~eo
+ efl_net_server_udp_multicast_loopback_get at Base 1.27.0-0~eo
+ efl_net_server_udp_multicast_loopback_set at Base 1.27.0-0~eo
+ efl_net_server_udp_multicast_time_to_live_get at Base 1.27.0-0~eo
+ efl_net_server_udp_multicast_time_to_live_set at Base 1.27.0-0~eo
+ efl_net_server_unix_class_get at Base 1.27.0-0~eo
+ efl_net_server_unix_leading_directories_create_get at Base 1.27.0-0~eo
+ efl_net_server_unix_leading_directories_create_set at Base 1.27.0-0~eo
+ efl_net_server_unix_unlink_before_bind_get at Base 1.27.0-0~eo
+ efl_net_server_unix_unlink_before_bind_set at Base 1.27.0-0~eo
+ efl_net_session_class_get at Base 1.27.0-0~eo
+ efl_net_session_connect at Base 1.27.0-0~eo
+ efl_net_session_disconnect at Base 1.27.0-0~eo
+ efl_net_session_interface_get at Base 1.27.0-0~eo
+ efl_net_session_ipv4_get at Base 1.27.0-0~eo
+ efl_net_session_ipv6_get at Base 1.27.0-0~eo
+ efl_net_session_network_name_get at Base 1.27.0-0~eo
+ efl_net_session_state_get at Base 1.27.0-0~eo
+ efl_net_session_technology_get at Base 1.27.0-0~eo
+ efl_net_socket_address_local_get at Base 1.27.0-0~eo
+ efl_net_socket_address_local_set at Base 1.27.0-0~eo
+ efl_net_socket_address_remote_get at Base 1.27.0-0~eo
+ efl_net_socket_address_remote_set at Base 1.27.0-0~eo
+ efl_net_socket_fd_class_get at Base 1.27.0-0~eo
+ efl_net_socket_fd_family_get at Base 1.27.0-0~eo
+ efl_net_socket_fd_family_set at Base 1.27.0-0~eo
+ efl_net_socket_interface_get at Base 1.27.0-0~eo
+ efl_net_socket_simple_class_get at Base 1.27.0-0~eo
+ efl_net_socket_ssl_adopt at Base 1.27.0-0~eo
+ efl_net_socket_ssl_adopted_get at Base 1.27.0-0~eo
+ efl_net_socket_ssl_class_get at Base 1.27.0-0~eo
+ efl_net_socket_ssl_error_certificate_verify_failed_get at Base 1.27.0-0~eo
+ efl_net_socket_ssl_error_handshake_get at Base 1.27.0-0~eo
+ efl_net_socket_ssl_hostname_override_get at Base 1.27.0-0~eo
+ efl_net_socket_ssl_hostname_override_set at Base 1.27.0-0~eo
+ efl_net_socket_ssl_hostname_verify_get at Base 1.27.0-0~eo
+ efl_net_socket_ssl_hostname_verify_set at Base 1.27.0-0~eo
+ efl_net_socket_ssl_verify_mode_get at Base 1.27.0-0~eo
+ efl_net_socket_ssl_verify_mode_set at Base 1.27.0-0~eo
+ efl_net_socket_tcp_class_get at Base 1.27.0-0~eo
+ efl_net_socket_tcp_cork_get at Base 1.27.0-0~eo
+ efl_net_socket_tcp_cork_set at Base 1.27.0-0~eo
+ efl_net_socket_tcp_keep_alive_get at Base 1.27.0-0~eo
+ efl_net_socket_tcp_keep_alive_set at Base 1.27.0-0~eo
+ efl_net_socket_tcp_no_delay_get at Base 1.27.0-0~eo
+ efl_net_socket_tcp_no_delay_set at Base 1.27.0-0~eo
+ efl_net_socket_udp_bind_get at Base 1.27.0-0~eo
+ efl_net_socket_udp_bind_set at Base 1.27.0-0~eo
+ efl_net_socket_udp_class_get at Base 1.27.0-0~eo
+ efl_net_socket_udp_cork_get at Base 1.27.0-0~eo
+ efl_net_socket_udp_cork_set at Base 1.27.0-0~eo
+ efl_net_socket_udp_dont_route_get at Base 1.27.0-0~eo
+ efl_net_socket_udp_dont_route_set at Base 1.27.0-0~eo
+ efl_net_socket_udp_init at Base 1.27.0-0~eo
+ efl_net_socket_udp_multicast_groups_get at Base 1.27.0-0~eo
+ efl_net_socket_udp_multicast_join at Base 1.27.0-0~eo
+ efl_net_socket_udp_multicast_leave at Base 1.27.0-0~eo
+ efl_net_socket_udp_multicast_loopback_get at Base 1.27.0-0~eo
+ efl_net_socket_udp_multicast_loopback_set at Base 1.27.0-0~eo
+ efl_net_socket_udp_multicast_time_to_live_get at Base 1.27.0-0~eo
+ efl_net_socket_udp_multicast_time_to_live_set at Base 1.27.0-0~eo
+ efl_net_socket_udp_next_datagram_size_query at Base 1.27.0-0~eo
+ efl_net_socket_udp_reuse_address_get at Base 1.27.0-0~eo
+ efl_net_socket_udp_reuse_address_set at Base 1.27.0-0~eo
+ efl_net_socket_udp_reuse_port_get at Base 1.27.0-0~eo
+ efl_net_socket_udp_reuse_port_set at Base 1.27.0-0~eo
+ efl_net_socket_unix_class_get at Base 1.27.0-0~eo
+ efl_net_ssl_context_certificate_authorities_get at Base 1.27.0-0~eo
+ efl_net_ssl_context_certificate_authorities_set at Base 1.27.0-0~eo
+ efl_net_ssl_context_certificate_revocation_lists_get at Base 1.27.0-0~eo
+ efl_net_ssl_context_certificate_revocation_lists_set at Base 1.27.0-0~eo
+ efl_net_ssl_context_certificates_get at Base 1.27.0-0~eo
+ efl_net_ssl_context_certificates_set at Base 1.27.0-0~eo
+ efl_net_ssl_context_class_get at Base 1.27.0-0~eo
+ efl_net_ssl_context_default_dialer_get at Base 1.27.0-0~eo
+ efl_net_ssl_context_default_paths_load_get at Base 1.27.0-0~eo
+ efl_net_ssl_context_default_paths_load_set at Base 1.27.0-0~eo
+ efl_net_ssl_context_hostname_get at Base 1.27.0-0~eo
+ efl_net_ssl_context_hostname_set at Base 1.27.0-0~eo
+ efl_net_ssl_context_hostname_verify_get at Base 1.27.0-0~eo
+ efl_net_ssl_context_hostname_verify_set at Base 1.27.0-0~eo
+ efl_net_ssl_context_private_keys_get at Base 1.27.0-0~eo
+ efl_net_ssl_context_private_keys_set at Base 1.27.0-0~eo
+ efl_net_ssl_context_setup at Base 1.27.0-0~eo
+ efl_net_ssl_context_verify_mode_get at Base 1.27.0-0~eo
+ efl_net_ssl_context_verify_mode_set at Base 1.27.0-0~eo
diff -Nru efl-1.27.0/debian/libeina1a.install efl-1.27.0/debian/libeina1a.install
--- efl-1.27.0/debian/libeina1a.install	2024-01-03 05:33:48.000000000 +0000
+++ efl-1.27.0/debian/libeina1a.install	1970-01-01 00:00:00.000000000 +0000
@@ -1,6 +0,0 @@
-usr/lib/*/libeina.so.*
-usr/lib/*/libeo.so.*
-usr/lib/*/libeo_dbg.so.*
-#libefl
-usr/lib/*/libefl.so.*
-usr/share/locale/*/LC_MESSAGES/efl.mo
diff -Nru efl-1.27.0/debian/libeina1a.lintian-overrides efl-1.27.0/debian/libeina1a.lintian-overrides
--- efl-1.27.0/debian/libeina1a.lintian-overrides	2024-01-03 05:33:48.000000000 +0000
+++ efl-1.27.0/debian/libeina1a.lintian-overrides	1970-01-01 00:00:00.000000000 +0000
@@ -1,3 +0,0 @@
-# Symbols generated by eolian; see note in README.source
-libeina1a: symbols-file-contains-debian-revision
-libeina1a: package-name-doesnt-match-sonames
diff -Nru efl-1.27.0/debian/libeina1a.symbols efl-1.27.0/debian/libeina1a.symbols
--- efl-1.27.0/debian/libeina1a.symbols	2024-01-03 05:33:48.000000000 +0000
+++ efl-1.27.0/debian/libeina1a.symbols	1970-01-01 00:00:00.000000000 +0000
@@ -1,1832 +0,0 @@
-libefl.so.1 libeina1a #MINVER#
-* Build-Depends-Package: libefl-all-dev
- EFL_FACTORY_ERROR_NOT_SUPPORTED at Base 1.27.0-0~eo
- EFL_MODEL_ERROR_INCORRECT_VALUE at Base 1.27.0-0~eo
- EFL_MODEL_ERROR_INIT_FAILED at Base 1.27.0-0~eo
- EFL_MODEL_ERROR_INVALID_OBJECT at Base 1.27.0-0~eo
- EFL_MODEL_ERROR_NOT_FOUND at Base 1.27.0-0~eo
- EFL_MODEL_ERROR_NOT_SUPPORTED at Base 1.27.0-0~eo
- EFL_MODEL_ERROR_PERMISSION_DENIED at Base 1.27.0-0~eo
- EFL_MODEL_ERROR_READ_ONLY at Base 1.27.0-0~eo
- EFL_MODEL_ERROR_UNKNOWN at Base 1.27.0-0~eo
- EFL_PROPERTY_ERROR_INVALID_KEY at Base 1.27.0-0~eo
- _EFL_CONFIG_EVENT_CONFIG_CHANGED at Base 1.27.0-0~eo
- _EFL_CONTAINER_EVENT_CONTENT_ADDED at Base 1.27.0-0~eo
- _EFL_CONTAINER_EVENT_CONTENT_REMOVED at Base 1.27.0-0~eo
- _EFL_CONTENT_EVENT_CONTENT_CHANGED at Base 1.27.0-0~eo
- _EFL_GFX_ENTITY_EVENT_HINTS_CHANGED at Base 1.27.0-0~eo
- _EFL_GFX_ENTITY_EVENT_POSITION_CHANGED at Base 1.27.0-0~eo
- _EFL_GFX_ENTITY_EVENT_SIZE_CHANGED at Base 1.27.0-0~eo
- _EFL_GFX_ENTITY_EVENT_STACKING_CHANGED at Base 1.27.0-0~eo
- _EFL_GFX_ENTITY_EVENT_VISIBILITY_CHANGED at Base 1.27.0-0~eo
- _EFL_GFX_IMAGE_EVENT_IMAGE_PRELOAD_STATE_CHANGED at Base 1.27.0-0~eo
- _EFL_GFX_IMAGE_EVENT_IMAGE_RESIZED at Base 1.27.0-0~eo
- _EFL_IO_BUFFER_EVENT_POSITION_READ_CHANGED at Base 1.27.0-0~eo
- _EFL_IO_BUFFER_EVENT_POSITION_WRITE_CHANGED at Base 1.27.0-0~eo
- _EFL_IO_BUFFER_EVENT_REALLOCATED at Base 1.27.0-0~eo
- _EFL_IO_CLOSER_EVENT_CLOSED at Base 1.27.0-0~eo
- _EFL_IO_POSITIONER_EVENT_POSITION_CHANGED at Base 1.27.0-0~eo
- _EFL_IO_QUEUE_EVENT_SLICE_CHANGED at Base 1.27.0-0~eo
- _EFL_IO_READER_EVENT_CAN_READ_CHANGED at Base 1.27.0-0~eo
- _EFL_IO_READER_EVENT_EOS at Base 1.27.0-0~eo
- _EFL_IO_SIZER_EVENT_SIZE_CHANGED at Base 1.27.0-0~eo
- _EFL_IO_WRITER_EVENT_CAN_WRITE_CHANGED at Base 1.27.0-0~eo
- _EFL_MODEL_EVENT_CHILDREN_COUNT_CHANGED at Base 1.27.0-0~eo
- _EFL_MODEL_EVENT_CHILD_ADDED at Base 1.27.0-0~eo
- _EFL_MODEL_EVENT_CHILD_REMOVED at Base 1.27.0-0~eo
- _EFL_MODEL_EVENT_PROPERTIES_CHANGED at Base 1.27.0-0~eo
- _EFL_PACK_EVENT_LAYOUT_UPDATED at Base 1.27.0-0~eo
- _EFL_PLAYER_EVENT_PAUSED_CHANGED at Base 1.27.0-0~eo
- _EFL_PLAYER_EVENT_PLAYBACK_FINISHED at Base 1.27.0-0~eo
- _EFL_PLAYER_EVENT_PLAYBACK_POSITION_CHANGED at Base 1.27.0-0~eo
- _EFL_PLAYER_EVENT_PLAYBACK_PROGRESS_CHANGED at Base 1.27.0-0~eo
- _EFL_PLAYER_EVENT_PLAYBACK_REPEATED at Base 1.27.0-0~eo
- _EFL_PLAYER_EVENT_PLAYING_CHANGED at Base 1.27.0-0~eo
- _EFL_UI_AUTOREPEAT_EVENT_REPEATED at Base 1.27.0-0~eo
- _EFL_UI_EVENT_EDGE_DOWN at Base 1.27.0-0~eo
- _EFL_UI_EVENT_EDGE_LEFT at Base 1.27.0-0~eo
- _EFL_UI_EVENT_EDGE_RIGHT at Base 1.27.0-0~eo
- _EFL_UI_EVENT_EDGE_UP at Base 1.27.0-0~eo
- _EFL_UI_EVENT_ITEM_SELECTED at Base 1.27.0-0~eo
- _EFL_UI_EVENT_ITEM_UNSELECTED at Base 1.27.0-0~eo
- _EFL_UI_EVENT_SCROLL_ANIM_FINISHED at Base 1.27.0-0~eo
- _EFL_UI_EVENT_SCROLL_ANIM_STARTED at Base 1.27.0-0~eo
- _EFL_UI_EVENT_SCROLL_CHANGED at Base 1.27.0-0~eo
- _EFL_UI_EVENT_SCROLL_DOWN at Base 1.27.0-0~eo
- _EFL_UI_EVENT_SCROLL_DRAG_FINISHED at Base 1.27.0-0~eo
- _EFL_UI_EVENT_SCROLL_DRAG_STARTED at Base 1.27.0-0~eo
- _EFL_UI_EVENT_SCROLL_FINISHED at Base 1.27.0-0~eo
- _EFL_UI_EVENT_SCROLL_LEFT at Base 1.27.0-0~eo
- _EFL_UI_EVENT_SCROLL_RIGHT at Base 1.27.0-0~eo
- _EFL_UI_EVENT_SCROLL_STARTED at Base 1.27.0-0~eo
- _EFL_UI_EVENT_SCROLL_UP at Base 1.27.0-0~eo
- _EFL_UI_EVENT_ZOOM_CHANGE at Base 1.27.0-0~eo
- _EFL_UI_EVENT_ZOOM_START at Base 1.27.0-0~eo
- _EFL_UI_EVENT_ZOOM_STOP at Base 1.27.0-0~eo
- _EFL_UI_FACTORY_EVENT_ITEM_BUILDING at Base 1.27.0-0~eo
- _EFL_UI_FACTORY_EVENT_ITEM_CONSTRUCTING at Base 1.27.0-0~eo
- _EFL_UI_FACTORY_EVENT_ITEM_CREATED at Base 1.27.0-0~eo
- _EFL_UI_FACTORY_EVENT_ITEM_RELEASING at Base 1.27.0-0~eo
- _EFL_UI_PROPERTY_BIND_EVENT_PROPERTIES_CHANGED at Base 1.27.0-0~eo
- _EFL_UI_PROPERTY_BIND_EVENT_PROPERTY_BOUND at Base 1.27.0-0~eo
- _EFL_UI_RANGE_EVENT_CHANGED at Base 1.27.0-0~eo
- _EFL_UI_RANGE_EVENT_MAX_REACHED at Base 1.27.0-0~eo
- _EFL_UI_RANGE_EVENT_MIN_REACHED at Base 1.27.0-0~eo
- _EFL_UI_RANGE_EVENT_STEADY at Base 1.27.0-0~eo
- _EFL_UI_SCROLLBAR_EVENT_BAR_DRAGGED at Base 1.27.0-0~eo
- _EFL_UI_SCROLLBAR_EVENT_BAR_HIDE at Base 1.27.0-0~eo
- _EFL_UI_SCROLLBAR_EVENT_BAR_POS_CHANGED at Base 1.27.0-0~eo
- _EFL_UI_SCROLLBAR_EVENT_BAR_PRESSED at Base 1.27.0-0~eo
- _EFL_UI_SCROLLBAR_EVENT_BAR_SHOW at Base 1.27.0-0~eo
- _EFL_UI_SCROLLBAR_EVENT_BAR_SIZE_CHANGED at Base 1.27.0-0~eo
- _EFL_UI_SCROLLBAR_EVENT_BAR_UNPRESSED at Base 1.27.0-0~eo
- _EFL_UI_VIEW_EVENT_MODEL_CHANGED at Base 1.27.0-0~eo
- __efl_internal_init at Base 1.27.0-0~eo
- _efl_model_properties_changed_internal at Base 1.27.0-0~eo
- efl_audio_control_interface_get at Base 1.27.0-0~eo
- efl_audio_control_mute_get at Base 1.27.0-0~eo
- efl_audio_control_mute_set at Base 1.27.0-0~eo
- efl_audio_control_volume_get at Base 1.27.0-0~eo
- efl_audio_control_volume_set at Base 1.27.0-0~eo
- efl_cached_item_interface_get at Base 1.27.0-0~eo
- efl_cached_item_memory_size_get at Base 1.27.0-0~eo
- efl_config_get at Base 1.27.0-0~eo
- efl_config_interface_get at Base 1.27.0-0~eo
- efl_config_set at Base 1.27.0-0~eo
- efl_container_interface_get at Base 1.27.0-0~eo
- efl_content_count at Base 1.27.0-0~eo
- efl_content_get at Base 1.27.0-0~eo
- efl_content_interface_get at Base 1.27.0-0~eo
- efl_content_iterate at Base 1.27.0-0~eo
- efl_content_set at Base 1.27.0-0~eo
- efl_content_unset at Base 1.27.0-0~eo
- efl_control_interface_get at Base 1.27.0-0~eo
- efl_control_priority_get at Base 1.27.0-0~eo
- efl_control_priority_set at Base 1.27.0-0~eo
- efl_control_suspend_get at Base 1.27.0-0~eo
- efl_control_suspend_set at Base 1.27.0-0~eo
- efl_duplicate at Base 1.27.0-0~eo
- efl_duplicate_interface_get at Base 1.27.0-0~eo
- efl_file_get at Base 1.27.0-0~eo
- efl_file_key_get at Base 1.27.0-0~eo
- efl_file_key_set at Base 1.27.0-0~eo
- efl_file_load at Base 1.27.0-0~eo
- efl_file_loaded_get at Base 1.27.0-0~eo
- efl_file_mixin_get at Base 1.27.0-0~eo
- efl_file_mmap_get at Base 1.27.0-0~eo
- efl_file_mmap_set at Base 1.27.0-0~eo
- efl_file_save at Base 1.27.0-0~eo
- efl_file_save_interface_get at Base 1.27.0-0~eo
- efl_file_set at Base 1.27.0-0~eo
- efl_file_simple_get at Base 1.27.0-0~eo
- efl_file_simple_load at Base 1.27.0-0~eo
- efl_file_simple_mmap_get at Base 1.27.0-0~eo
- efl_file_simple_mmap_load at Base 1.27.0-0~eo
- efl_file_unload at Base 1.27.0-0~eo
- efl_gfx_arrangement_content_align_get at Base 1.27.0-0~eo
- efl_gfx_arrangement_content_align_set at Base 1.27.0-0~eo
- efl_gfx_arrangement_content_padding_get at Base 1.27.0-0~eo
- efl_gfx_arrangement_content_padding_set at Base 1.27.0-0~eo
- efl_gfx_arrangement_interface_get at Base 1.27.0-0~eo
- efl_gfx_blur_grow_get at Base 1.27.0-0~eo
- efl_gfx_blur_grow_set at Base 1.27.0-0~eo
- efl_gfx_blur_interface_get at Base 1.27.0-0~eo
- efl_gfx_blur_offset_get at Base 1.27.0-0~eo
- efl_gfx_blur_offset_set at Base 1.27.0-0~eo
- efl_gfx_blur_radius_get at Base 1.27.0-0~eo
- efl_gfx_blur_radius_set at Base 1.27.0-0~eo
- efl_gfx_buffer_alpha_get at Base 1.27.0-0~eo
- efl_gfx_buffer_alpha_set at Base 1.27.0-0~eo
- efl_gfx_buffer_borders_get at Base 1.27.0-0~eo
- efl_gfx_buffer_colorspace_get at Base 1.27.0-0~eo
- efl_gfx_buffer_copy_set at Base 1.27.0-0~eo
- efl_gfx_buffer_interface_get at Base 1.27.0-0~eo
- efl_gfx_buffer_managed_get at Base 1.27.0-0~eo
- efl_gfx_buffer_managed_set at Base 1.27.0-0~eo
- efl_gfx_buffer_map at Base 1.27.0-0~eo
- efl_gfx_buffer_size_get at Base 1.27.0-0~eo
- efl_gfx_buffer_size_set at Base 1.27.0-0~eo
- efl_gfx_buffer_stride_get at Base 1.27.0-0~eo
- efl_gfx_buffer_unmap at Base 1.27.0-0~eo
- efl_gfx_buffer_update_add at Base 1.27.0-0~eo
- efl_gfx_color_class_clear at Base 1.27.0-0~eo
- efl_gfx_color_class_code_get at Base 1.27.0-0~eo
- efl_gfx_color_class_code_set at Base 1.27.0-0~eo
- efl_gfx_color_class_del at Base 1.27.0-0~eo
- efl_gfx_color_class_description_get at Base 1.27.0-0~eo
- efl_gfx_color_class_get at Base 1.27.0-0~eo
- efl_gfx_color_class_mixin_get at Base 1.27.0-0~eo
- efl_gfx_color_class_set at Base 1.27.0-0~eo
- efl_gfx_color_code_get at Base 1.27.0-0~eo
- efl_gfx_color_code_set at Base 1.27.0-0~eo
- efl_gfx_color_get at Base 1.27.0-0~eo
- efl_gfx_color_mixin_get at Base 1.27.0-0~eo
- efl_gfx_color_set at Base 1.27.0-0~eo
- efl_gfx_entity_geometry_get at Base 1.27.0-0~eo
- efl_gfx_entity_geometry_set at Base 1.27.0-0~eo
- efl_gfx_entity_interface_get at Base 1.27.0-0~eo
- efl_gfx_entity_position_get at Base 1.27.0-0~eo
- efl_gfx_entity_position_set at Base 1.27.0-0~eo
- efl_gfx_entity_scale_get at Base 1.27.0-0~eo
- efl_gfx_entity_scale_set at Base 1.27.0-0~eo
- efl_gfx_entity_size_get at Base 1.27.0-0~eo
- efl_gfx_entity_size_set at Base 1.27.0-0~eo
- efl_gfx_entity_visible_get at Base 1.27.0-0~eo
- efl_gfx_entity_visible_set at Base 1.27.0-0~eo
- efl_gfx_fill_auto_get at Base 1.27.0-0~eo
- efl_gfx_fill_auto_set at Base 1.27.0-0~eo
- efl_gfx_fill_get at Base 1.27.0-0~eo
- efl_gfx_fill_interface_get at Base 1.27.0-0~eo
- efl_gfx_fill_set at Base 1.27.0-0~eo
- efl_gfx_filter_data_get at Base 1.27.0-0~eo
- efl_gfx_filter_data_set at Base 1.27.0-0~eo
- efl_gfx_filter_interface_get at Base 1.27.0-0~eo
- efl_gfx_filter_padding_get at Base 1.27.0-0~eo
- efl_gfx_filter_program_get at Base 1.27.0-0~eo
- efl_gfx_filter_program_set at Base 1.27.0-0~eo
- efl_gfx_filter_source_get at Base 1.27.0-0~eo
- efl_gfx_filter_source_set at Base 1.27.0-0~eo
- efl_gfx_filter_state_get at Base 1.27.0-0~eo
- efl_gfx_filter_state_set at Base 1.27.0-0~eo
- efl_gfx_frame_controller_animated_get at Base 1.27.0-0~eo
- efl_gfx_frame_controller_frame_count_get at Base 1.27.0-0~eo
- efl_gfx_frame_controller_frame_duration_get at Base 1.27.0-0~eo
- efl_gfx_frame_controller_frame_get at Base 1.27.0-0~eo
- efl_gfx_frame_controller_frame_set at Base 1.27.0-0~eo
- efl_gfx_frame_controller_interface_get at Base 1.27.0-0~eo
- efl_gfx_frame_controller_loop_count_get at Base 1.27.0-0~eo
- efl_gfx_frame_controller_loop_type_get at Base 1.27.0-0~eo
- efl_gfx_frame_controller_sector_get at Base 1.27.0-0~eo
- efl_gfx_frame_controller_sector_set at Base 1.27.0-0~eo
- efl_gfx_gradient_interface_get at Base 1.27.0-0~eo
- efl_gfx_gradient_linear_end_get at Base 1.27.0-0~eo
- efl_gfx_gradient_linear_end_set at Base 1.27.0-0~eo
- efl_gfx_gradient_linear_interface_get at Base 1.27.0-0~eo
- efl_gfx_gradient_linear_start_get at Base 1.27.0-0~eo
- efl_gfx_gradient_linear_start_set at Base 1.27.0-0~eo
- efl_gfx_gradient_radial_center_get at Base 1.27.0-0~eo
- efl_gfx_gradient_radial_center_set at Base 1.27.0-0~eo
- efl_gfx_gradient_radial_focal_get at Base 1.27.0-0~eo
- efl_gfx_gradient_radial_focal_set at Base 1.27.0-0~eo
- efl_gfx_gradient_radial_interface_get at Base 1.27.0-0~eo
- efl_gfx_gradient_radial_radius_get at Base 1.27.0-0~eo
- efl_gfx_gradient_radial_radius_set at Base 1.27.0-0~eo
- efl_gfx_gradient_spread_get at Base 1.27.0-0~eo
- efl_gfx_gradient_spread_set at Base 1.27.0-0~eo
- efl_gfx_gradient_stop_get at Base 1.27.0-0~eo
- efl_gfx_gradient_stop_set at Base 1.27.0-0~eo
- efl_gfx_hint_align_get at Base 1.27.0-0~eo
- efl_gfx_hint_align_set at Base 1.27.0-0~eo
- efl_gfx_hint_aspect_get at Base 1.27.0-0~eo
- efl_gfx_hint_aspect_set at Base 1.27.0-0~eo
- efl_gfx_hint_fill_get at Base 1.27.0-0~eo
- efl_gfx_hint_fill_set at Base 1.27.0-0~eo
- efl_gfx_hint_interface_get at Base 1.27.0-0~eo
- efl_gfx_hint_margin_get at Base 1.27.0-0~eo
- efl_gfx_hint_margin_set at Base 1.27.0-0~eo
- efl_gfx_hint_size_combined_max_get at Base 1.27.0-0~eo
- efl_gfx_hint_size_combined_min_get at Base 1.27.0-0~eo
- efl_gfx_hint_size_max_get at Base 1.27.0-0~eo
- efl_gfx_hint_size_max_set at Base 1.27.0-0~eo
- efl_gfx_hint_size_min_get at Base 1.27.0-0~eo
- efl_gfx_hint_size_min_set at Base 1.27.0-0~eo
- efl_gfx_hint_size_restricted_max_get at Base 1.27.0-0~eo
- efl_gfx_hint_size_restricted_max_set at Base 1.27.0-0~eo
- efl_gfx_hint_size_restricted_min_get at Base 1.27.0-0~eo
- efl_gfx_hint_size_restricted_min_set at Base 1.27.0-0~eo
- efl_gfx_hint_weight_get at Base 1.27.0-0~eo
- efl_gfx_hint_weight_set at Base 1.27.0-0~eo
- efl_gfx_image_border_insets_get at Base 1.27.0-0~eo
- efl_gfx_image_border_insets_scale_get at Base 1.27.0-0~eo
- efl_gfx_image_border_insets_scale_set at Base 1.27.0-0~eo
- efl_gfx_image_border_insets_set at Base 1.27.0-0~eo
- efl_gfx_image_can_downscale_get at Base 1.27.0-0~eo
- efl_gfx_image_can_downscale_set at Base 1.27.0-0~eo
- efl_gfx_image_can_upscale_get at Base 1.27.0-0~eo
- efl_gfx_image_can_upscale_set at Base 1.27.0-0~eo
- efl_gfx_image_center_fill_mode_get at Base 1.27.0-0~eo
- efl_gfx_image_center_fill_mode_set at Base 1.27.0-0~eo
- efl_gfx_image_content_hint_get at Base 1.27.0-0~eo
- efl_gfx_image_content_hint_set at Base 1.27.0-0~eo
- efl_gfx_image_content_region_get at Base 1.27.0-0~eo
- efl_gfx_image_interface_get at Base 1.27.0-0~eo
- efl_gfx_image_load_controller_interface_get at Base 1.27.0-0~eo
- efl_gfx_image_load_controller_load_async_cancel at Base 1.27.0-0~eo
- efl_gfx_image_load_controller_load_async_start at Base 1.27.0-0~eo
- efl_gfx_image_load_controller_load_dpi_get at Base 1.27.0-0~eo
- efl_gfx_image_load_controller_load_dpi_set at Base 1.27.0-0~eo
- efl_gfx_image_load_controller_load_orientation_get at Base 1.27.0-0~eo
- efl_gfx_image_load_controller_load_orientation_set at Base 1.27.0-0~eo
- efl_gfx_image_load_controller_load_region_get at Base 1.27.0-0~eo
- efl_gfx_image_load_controller_load_region_set at Base 1.27.0-0~eo
- efl_gfx_image_load_controller_load_region_support_get at Base 1.27.0-0~eo
- efl_gfx_image_load_controller_load_scale_down_get at Base 1.27.0-0~eo
- efl_gfx_image_load_controller_load_scale_down_set at Base 1.27.0-0~eo
- efl_gfx_image_load_controller_load_size_get at Base 1.27.0-0~eo
- efl_gfx_image_load_controller_load_size_set at Base 1.27.0-0~eo
- efl_gfx_image_load_controller_load_skip_header_get at Base 1.27.0-0~eo
- efl_gfx_image_load_controller_load_skip_header_set at Base 1.27.0-0~eo
- efl_gfx_image_load_error_get at Base 1.27.0-0~eo
- efl_gfx_image_orientable_interface_get at Base 1.27.0-0~eo
- efl_gfx_image_orientation_get at Base 1.27.0-0~eo
- efl_gfx_image_orientation_set at Base 1.27.0-0~eo
- efl_gfx_image_ratio_get at Base 1.27.0-0~eo
- efl_gfx_image_scale_hint_get at Base 1.27.0-0~eo
- efl_gfx_image_scale_hint_set at Base 1.27.0-0~eo
- efl_gfx_image_scale_method_get at Base 1.27.0-0~eo
- efl_gfx_image_scale_method_set at Base 1.27.0-0~eo
- efl_gfx_image_size_get at Base 1.27.0-0~eo
- efl_gfx_image_smooth_scale_get at Base 1.27.0-0~eo
- efl_gfx_image_smooth_scale_set at Base 1.27.0-0~eo
- efl_gfx_image_stretch_region_get at Base 1.27.0-0~eo
- efl_gfx_image_stretch_region_set at Base 1.27.0-0~eo
- efl_gfx_path_append_arc at Base 1.27.0-0~eo
- efl_gfx_path_append_arc_to at Base 1.27.0-0~eo
- efl_gfx_path_append_circle at Base 1.27.0-0~eo
- efl_gfx_path_append_close at Base 1.27.0-0~eo
- efl_gfx_path_append_cubic_to at Base 1.27.0-0~eo
- efl_gfx_path_append_line_to at Base 1.27.0-0~eo
- efl_gfx_path_append_move_to at Base 1.27.0-0~eo
- efl_gfx_path_append_quadratic_to at Base 1.27.0-0~eo
- efl_gfx_path_append_rect at Base 1.27.0-0~eo
- efl_gfx_path_append_scubic_to at Base 1.27.0-0~eo
- efl_gfx_path_append_squadratic_to at Base 1.27.0-0~eo
- efl_gfx_path_append_svg_path at Base 1.27.0-0~eo
- efl_gfx_path_bounds_get at Base 1.27.0-0~eo
- efl_gfx_path_commit at Base 1.27.0-0~eo
- efl_gfx_path_copy_from at Base 1.27.0-0~eo
- efl_gfx_path_current_ctrl_get at Base 1.27.0-0~eo
- efl_gfx_path_current_get at Base 1.27.0-0~eo
- efl_gfx_path_equal_commands at Base 1.27.0-0~eo
- efl_gfx_path_get at Base 1.27.0-0~eo
- efl_gfx_path_interpolate at Base 1.27.0-0~eo
- efl_gfx_path_length_get at Base 1.27.0-0~eo
- efl_gfx_path_mixin_get at Base 1.27.0-0~eo
- efl_gfx_path_reserve at Base 1.27.0-0~eo
- efl_gfx_path_reset at Base 1.27.0-0~eo
- efl_gfx_path_set at Base 1.27.0-0~eo
- efl_gfx_shape_fill_rule_get at Base 1.27.0-0~eo
- efl_gfx_shape_fill_rule_set at Base 1.27.0-0~eo
- efl_gfx_shape_mixin_get at Base 1.27.0-0~eo
- efl_gfx_shape_stroke_cap_get at Base 1.27.0-0~eo
- efl_gfx_shape_stroke_cap_set at Base 1.27.0-0~eo
- efl_gfx_shape_stroke_color_get at Base 1.27.0-0~eo
- efl_gfx_shape_stroke_color_set at Base 1.27.0-0~eo
- efl_gfx_shape_stroke_dash_get at Base 1.27.0-0~eo
- efl_gfx_shape_stroke_dash_set at Base 1.27.0-0~eo
- efl_gfx_shape_stroke_join_get at Base 1.27.0-0~eo
- efl_gfx_shape_stroke_join_set at Base 1.27.0-0~eo
- efl_gfx_shape_stroke_location_get at Base 1.27.0-0~eo
- efl_gfx_shape_stroke_location_set at Base 1.27.0-0~eo
- efl_gfx_shape_stroke_miterlimit_get at Base 1.27.0-0~eo
- efl_gfx_shape_stroke_miterlimit_set at Base 1.27.0-0~eo
- efl_gfx_shape_stroke_scale_get at Base 1.27.0-0~eo
- efl_gfx_shape_stroke_scale_set at Base 1.27.0-0~eo
- efl_gfx_shape_stroke_width_get at Base 1.27.0-0~eo
- efl_gfx_shape_stroke_width_set at Base 1.27.0-0~eo
- efl_gfx_size_class_del at Base 1.27.0-0~eo
- efl_gfx_size_class_get at Base 1.27.0-0~eo
- efl_gfx_size_class_interface_get at Base 1.27.0-0~eo
- efl_gfx_size_class_set at Base 1.27.0-0~eo
- efl_gfx_stack_above at Base 1.27.0-0~eo
- efl_gfx_stack_above_get at Base 1.27.0-0~eo
- efl_gfx_stack_below at Base 1.27.0-0~eo
- efl_gfx_stack_below_get at Base 1.27.0-0~eo
- efl_gfx_stack_interface_get at Base 1.27.0-0~eo
- efl_gfx_stack_layer_get at Base 1.27.0-0~eo
- efl_gfx_stack_layer_set at Base 1.27.0-0~eo
- efl_gfx_stack_lower_to_bottom at Base 1.27.0-0~eo
- efl_gfx_stack_raise_to_top at Base 1.27.0-0~eo
- efl_gfx_text_class_del at Base 1.27.0-0~eo
- efl_gfx_text_class_get at Base 1.27.0-0~eo
- efl_gfx_text_class_interface_get at Base 1.27.0-0~eo
- efl_gfx_text_class_set at Base 1.27.0-0~eo
- efl_gfx_view_interface_get at Base 1.27.0-0~eo
- efl_gfx_view_size_get at Base 1.27.0-0~eo
- efl_gfx_view_size_set at Base 1.27.0-0~eo
- efl_input_text_autocapitalization_get at Base 1.27.0-0~eo
- efl_input_text_autocapitalization_set at Base 1.27.0-0~eo
- efl_input_text_entity_interface_get at Base 1.27.0-0~eo
- efl_input_text_input_content_type_get at Base 1.27.0-0~eo
- efl_input_text_input_content_type_set at Base 1.27.0-0~eo
- efl_input_text_input_panel_autoshow_get at Base 1.27.0-0~eo
- efl_input_text_input_panel_autoshow_set at Base 1.27.0-0~eo
- efl_input_text_input_panel_hide at Base 1.27.0-0~eo
- efl_input_text_input_panel_imdata_get at Base 1.27.0-0~eo
- efl_input_text_input_panel_imdata_set at Base 1.27.0-0~eo
- efl_input_text_input_panel_language_get at Base 1.27.0-0~eo
- efl_input_text_input_panel_language_set at Base 1.27.0-0~eo
- efl_input_text_input_panel_layout_get at Base 1.27.0-0~eo
- efl_input_text_input_panel_layout_set at Base 1.27.0-0~eo
- efl_input_text_input_panel_layout_variation_get at Base 1.27.0-0~eo
- efl_input_text_input_panel_layout_variation_set at Base 1.27.0-0~eo
- efl_input_text_input_panel_return_key_state_get at Base 1.27.0-0~eo
- efl_input_text_input_panel_return_key_state_set at Base 1.27.0-0~eo
- efl_input_text_input_panel_return_key_type_get at Base 1.27.0-0~eo
- efl_input_text_input_panel_return_key_type_set at Base 1.27.0-0~eo
- efl_input_text_input_panel_show at Base 1.27.0-0~eo
- efl_input_text_input_panel_show_on_demand_get at Base 1.27.0-0~eo
- efl_input_text_input_panel_show_on_demand_set at Base 1.27.0-0~eo
- efl_input_text_predictable_get at Base 1.27.0-0~eo
- efl_input_text_predictable_set at Base 1.27.0-0~eo
- efl_interpolator_interface_get at Base 1.27.0-0~eo
- efl_interpolator_interpolate at Base 1.27.0-0~eo
- efl_io_buffer_adopt_readonly at Base 1.27.0-0~eo
- efl_io_buffer_adopt_readwrite at Base 1.27.0-0~eo
- efl_io_buffer_binbuf_steal at Base 1.27.0-0~eo
- efl_io_buffer_class_get at Base 1.27.0-0~eo
- efl_io_buffer_limit_get at Base 1.27.0-0~eo
- efl_io_buffer_limit_set at Base 1.27.0-0~eo
- efl_io_buffer_position_read_get at Base 1.27.0-0~eo
- efl_io_buffer_position_read_set at Base 1.27.0-0~eo
- efl_io_buffer_position_write_get at Base 1.27.0-0~eo
- efl_io_buffer_position_write_set at Base 1.27.0-0~eo
- efl_io_buffer_preallocate at Base 1.27.0-0~eo
- efl_io_buffer_slice_get at Base 1.27.0-0~eo
- efl_io_closer_close at Base 1.27.0-0~eo
- efl_io_closer_close_on_exec_get at Base 1.27.0-0~eo
- efl_io_closer_close_on_exec_set at Base 1.27.0-0~eo
- efl_io_closer_close_on_invalidate_get at Base 1.27.0-0~eo
- efl_io_closer_close_on_invalidate_set at Base 1.27.0-0~eo
- efl_io_closer_closed_get at Base 1.27.0-0~eo
- efl_io_closer_interface_get at Base 1.27.0-0~eo
- efl_io_positioner_mixin_get at Base 1.27.0-0~eo
- efl_io_positioner_position_get at Base 1.27.0-0~eo
- efl_io_positioner_position_set at Base 1.27.0-0~eo
- efl_io_positioner_seek at Base 1.27.0-0~eo
- efl_io_queue_class_get at Base 1.27.0-0~eo
- efl_io_queue_clear at Base 1.27.0-0~eo
- efl_io_queue_discard at Base 1.27.0-0~eo
- efl_io_queue_eos_mark at Base 1.27.0-0~eo
- efl_io_queue_limit_get at Base 1.27.0-0~eo
- efl_io_queue_limit_set at Base 1.27.0-0~eo
- efl_io_queue_preallocate at Base 1.27.0-0~eo
- efl_io_queue_slice_get at Base 1.27.0-0~eo
- efl_io_queue_usage_get at Base 1.27.0-0~eo
- efl_io_reader_can_read_get at Base 1.27.0-0~eo
- efl_io_reader_can_read_set at Base 1.27.0-0~eo
- efl_io_reader_eos_get at Base 1.27.0-0~eo
- efl_io_reader_eos_set at Base 1.27.0-0~eo
- efl_io_reader_interface_get at Base 1.27.0-0~eo
- efl_io_reader_read at Base 1.27.0-0~eo
- efl_io_sizer_mixin_get at Base 1.27.0-0~eo
- efl_io_sizer_resize at Base 1.27.0-0~eo
- efl_io_sizer_size_get at Base 1.27.0-0~eo
- efl_io_sizer_size_set at Base 1.27.0-0~eo
- efl_io_writer_can_write_get at Base 1.27.0-0~eo
- efl_io_writer_can_write_set at Base 1.27.0-0~eo
- efl_io_writer_interface_get at Base 1.27.0-0~eo
- efl_io_writer_write at Base 1.27.0-0~eo
- efl_model_child_add at Base 1.27.0-0~eo
- efl_model_child_del at Base 1.27.0-0~eo
- efl_model_children_count_get at Base 1.27.0-0~eo
- efl_model_children_index_get at Base 1.27.0-0~eo
- efl_model_children_slice_get at Base 1.27.0-0~eo
- efl_model_init at Base 1.27.0-0~eo
- efl_model_interface_get at Base 1.27.0-0~eo
- efl_model_properties_get at Base 1.27.0-0~eo
- efl_model_property_get at Base 1.27.0-0~eo
- efl_model_property_invalidated_notify at Base 1.27.0-0~eo
- efl_model_property_ready_get at Base 1.27.0-0~eo
- efl_model_property_set at Base 1.27.0-0~eo
- efl_model_provider_class_get at Base 1.27.0-0~eo
- efl_model_value_struct_description_free at Base 1.27.0-0~eo
- efl_model_value_struct_description_new at Base 1.27.0-0~eo
- efl_observable_class_get at Base 1.27.0-0~eo
- efl_observable_iterator_tuple_new at Base 1.27.0-0~eo
- efl_observable_observer_add at Base 1.27.0-0~eo
- efl_observable_observer_clean at Base 1.27.0-0~eo
- efl_observable_observer_del at Base 1.27.0-0~eo
- efl_observable_observers_iterator_new at Base 1.27.0-0~eo
- efl_observable_observers_update at Base 1.27.0-0~eo
- efl_observable_tuple_free at Base 1.27.0-0~eo
- efl_observer_interface_get at Base 1.27.0-0~eo
- efl_observer_update at Base 1.27.0-0~eo
- efl_pack at Base 1.27.0-0~eo
- efl_pack_after at Base 1.27.0-0~eo
- efl_pack_at at Base 1.27.0-0~eo
- efl_pack_before at Base 1.27.0-0~eo
- efl_pack_begin at Base 1.27.0-0~eo
- efl_pack_clear at Base 1.27.0-0~eo
- efl_pack_content_get at Base 1.27.0-0~eo
- efl_pack_end at Base 1.27.0-0~eo
- efl_pack_index_get at Base 1.27.0-0~eo
- efl_pack_interface_get at Base 1.27.0-0~eo
- efl_pack_layout_interface_get at Base 1.27.0-0~eo
- efl_pack_layout_request at Base 1.27.0-0~eo
- efl_pack_layout_update at Base 1.27.0-0~eo
- efl_pack_linear_interface_get at Base 1.27.0-0~eo
- efl_pack_table at Base 1.27.0-0~eo
- efl_pack_table_cell_column_get at Base 1.27.0-0~eo
- efl_pack_table_cell_column_set at Base 1.27.0-0~eo
- efl_pack_table_cell_row_get at Base 1.27.0-0~eo
- efl_pack_table_cell_row_set at Base 1.27.0-0~eo
- efl_pack_table_columns_get at Base 1.27.0-0~eo
- efl_pack_table_columns_set at Base 1.27.0-0~eo
- efl_pack_table_content_get at Base 1.27.0-0~eo
- efl_pack_table_contents_get at Base 1.27.0-0~eo
- efl_pack_table_interface_get at Base 1.27.0-0~eo
- efl_pack_table_rows_get at Base 1.27.0-0~eo
- efl_pack_table_rows_set at Base 1.27.0-0~eo
- efl_pack_table_size_get at Base 1.27.0-0~eo
- efl_pack_table_size_set at Base 1.27.0-0~eo
- efl_pack_unpack at Base 1.27.0-0~eo
- efl_pack_unpack_all at Base 1.27.0-0~eo
- efl_pack_unpack_at at Base 1.27.0-0~eo
- efl_part at Base 1.27.0-0~eo
- efl_part_get at Base 1.27.0-0~eo
- efl_part_interface_get at Base 1.27.0-0~eo
- efl_playable_get at Base 1.27.0-0~eo
- efl_playable_interface_get at Base 1.27.0-0~eo
- efl_playable_length_get at Base 1.27.0-0~eo
- efl_playable_seekable_get at Base 1.27.0-0~eo
- efl_player_autoplay_get at Base 1.27.0-0~eo
- efl_player_autoplay_set at Base 1.27.0-0~eo
- efl_player_interface_get at Base 1.27.0-0~eo
- efl_player_paused_get at Base 1.27.0-0~eo
- efl_player_paused_set at Base 1.27.0-0~eo
- efl_player_playback_loop_get at Base 1.27.0-0~eo
- efl_player_playback_loop_set at Base 1.27.0-0~eo
- efl_player_playback_position_get at Base 1.27.0-0~eo
- efl_player_playback_position_set at Base 1.27.0-0~eo
- efl_player_playback_progress_get at Base 1.27.0-0~eo
- efl_player_playback_progress_set at Base 1.27.0-0~eo
- efl_player_playback_speed_get at Base 1.27.0-0~eo
- efl_player_playback_speed_set at Base 1.27.0-0~eo
- efl_player_playing_get at Base 1.27.0-0~eo
- efl_player_playing_set at Base 1.27.0-0~eo
- efl_screen_dpi_get at Base 1.27.0-0~eo
- efl_screen_interface_get at Base 1.27.0-0~eo
- efl_screen_rotation_get at Base 1.27.0-0~eo
- efl_screen_scale_factor_get at Base 1.27.0-0~eo
- efl_screen_size_in_pixels_get at Base 1.27.0-0~eo
- efl_text_background_color_get at Base 1.27.0-0~eo
- efl_text_background_color_set at Base 1.27.0-0~eo
- efl_text_background_type_get at Base 1.27.0-0~eo
- efl_text_background_type_set at Base 1.27.0-0~eo
- efl_text_color_get at Base 1.27.0-0~eo
- efl_text_color_set at Base 1.27.0-0~eo
- efl_text_effect_type_get at Base 1.27.0-0~eo
- efl_text_effect_type_set at Base 1.27.0-0~eo
- efl_text_ellipsis_get at Base 1.27.0-0~eo
- efl_text_ellipsis_set at Base 1.27.0-0~eo
- efl_text_font_bitmap_scalable_get at Base 1.27.0-0~eo
- efl_text_font_bitmap_scalable_set at Base 1.27.0-0~eo
- efl_text_font_fallbacks_get at Base 1.27.0-0~eo
- efl_text_font_fallbacks_set at Base 1.27.0-0~eo
- efl_text_font_family_get at Base 1.27.0-0~eo
- efl_text_font_family_set at Base 1.27.0-0~eo
- efl_text_font_lang_get at Base 1.27.0-0~eo
- efl_text_font_lang_set at Base 1.27.0-0~eo
- efl_text_font_properties_interface_get at Base 1.27.0-0~eo
- efl_text_font_size_get at Base 1.27.0-0~eo
- efl_text_font_size_set at Base 1.27.0-0~eo
- efl_text_font_slant_get at Base 1.27.0-0~eo
- efl_text_font_slant_set at Base 1.27.0-0~eo
- efl_text_font_source_get at Base 1.27.0-0~eo
- efl_text_font_source_set at Base 1.27.0-0~eo
- efl_text_font_weight_get at Base 1.27.0-0~eo
- efl_text_font_weight_set at Base 1.27.0-0~eo
- efl_text_font_width_get at Base 1.27.0-0~eo
- efl_text_font_width_set at Base 1.27.0-0~eo
- efl_text_format_interface_get at Base 1.27.0-0~eo
- efl_text_get at Base 1.27.0-0~eo
- efl_text_gfx_filter_get at Base 1.27.0-0~eo
- efl_text_gfx_filter_set at Base 1.27.0-0~eo
- efl_text_glow_color_get at Base 1.27.0-0~eo
- efl_text_glow_color_set at Base 1.27.0-0~eo
- efl_text_horizontal_align_auto_type_get at Base 1.27.0-0~eo
- efl_text_horizontal_align_auto_type_set at Base 1.27.0-0~eo
- efl_text_horizontal_align_get at Base 1.27.0-0~eo
- efl_text_horizontal_align_set at Base 1.27.0-0~eo
- efl_text_interface_get at Base 1.27.0-0~eo
- efl_text_line_gap_get at Base 1.27.0-0~eo
- efl_text_line_gap_set at Base 1.27.0-0~eo
- efl_text_line_rel_gap_get at Base 1.27.0-0~eo
- efl_text_line_rel_gap_set at Base 1.27.0-0~eo
- efl_text_markup_get at Base 1.27.0-0~eo
- efl_text_markup_interface_get at Base 1.27.0-0~eo
- efl_text_markup_set at Base 1.27.0-0~eo
- efl_text_markup_util_class_get at Base 1.27.0-0~eo
- efl_text_markup_util_markup_to_text at Base 1.27.0-0~eo
- efl_text_markup_util_text_to_markup at Base 1.27.0-0~eo
- efl_text_multiline_get at Base 1.27.0-0~eo
- efl_text_multiline_set at Base 1.27.0-0~eo
- efl_text_outline_color_get at Base 1.27.0-0~eo
- efl_text_outline_color_set at Base 1.27.0-0~eo
- efl_text_password_get at Base 1.27.0-0~eo
- efl_text_password_set at Base 1.27.0-0~eo
- efl_text_replacement_char_get at Base 1.27.0-0~eo
- efl_text_replacement_char_set at Base 1.27.0-0~eo
- efl_text_secondary_glow_color_get at Base 1.27.0-0~eo
- efl_text_secondary_glow_color_set at Base 1.27.0-0~eo
- efl_text_secondary_underline_color_get at Base 1.27.0-0~eo
- efl_text_secondary_underline_color_set at Base 1.27.0-0~eo
- efl_text_set at Base 1.27.0-0~eo
- efl_text_shadow_color_get at Base 1.27.0-0~eo
- efl_text_shadow_color_set at Base 1.27.0-0~eo
- efl_text_shadow_direction_get at Base 1.27.0-0~eo
- efl_text_shadow_direction_set at Base 1.27.0-0~eo
- efl_text_strikethrough_color_get at Base 1.27.0-0~eo
- efl_text_strikethrough_color_set at Base 1.27.0-0~eo
- efl_text_strikethrough_type_get at Base 1.27.0-0~eo
- efl_text_strikethrough_type_set at Base 1.27.0-0~eo
- efl_text_style_interface_get at Base 1.27.0-0~eo
- efl_text_tab_stops_get at Base 1.27.0-0~eo
- efl_text_tab_stops_set at Base 1.27.0-0~eo
- efl_text_underline_color_get at Base 1.27.0-0~eo
- efl_text_underline_color_set at Base 1.27.0-0~eo
- efl_text_underline_dashed_color_get at Base 1.27.0-0~eo
- efl_text_underline_dashed_color_set at Base 1.27.0-0~eo
- efl_text_underline_dashed_gap_get at Base 1.27.0-0~eo
- efl_text_underline_dashed_gap_set at Base 1.27.0-0~eo
- efl_text_underline_dashed_width_get at Base 1.27.0-0~eo
- efl_text_underline_dashed_width_set at Base 1.27.0-0~eo
- efl_text_underline_height_get at Base 1.27.0-0~eo
- efl_text_underline_height_set at Base 1.27.0-0~eo
- efl_text_underline_type_get at Base 1.27.0-0~eo
- efl_text_underline_type_set at Base 1.27.0-0~eo
- efl_text_vertical_align_get at Base 1.27.0-0~eo
- efl_text_vertical_align_set at Base 1.27.0-0~eo
- efl_text_wrap_get at Base 1.27.0-0~eo
- efl_text_wrap_set at Base 1.27.0-0~eo
- efl_ui_autorepeat_enabled_get at Base 1.27.0-0~eo
- efl_ui_autorepeat_enabled_set at Base 1.27.0-0~eo
- efl_ui_autorepeat_gap_timeout_get at Base 1.27.0-0~eo
- efl_ui_autorepeat_gap_timeout_set at Base 1.27.0-0~eo
- efl_ui_autorepeat_initial_timeout_get at Base 1.27.0-0~eo
- efl_ui_autorepeat_initial_timeout_set at Base 1.27.0-0~eo
- efl_ui_autorepeat_interface_get at Base 1.27.0-0~eo
- efl_ui_container_selectable_interface_get at Base 1.27.0-0~eo
- efl_ui_drag_dir_get at Base 1.27.0-0~eo
- efl_ui_drag_interface_get at Base 1.27.0-0~eo
- efl_ui_drag_page_get at Base 1.27.0-0~eo
- efl_ui_drag_page_move at Base 1.27.0-0~eo
- efl_ui_drag_page_set at Base 1.27.0-0~eo
- efl_ui_drag_size_get at Base 1.27.0-0~eo
- efl_ui_drag_size_set at Base 1.27.0-0~eo
- efl_ui_drag_step_get at Base 1.27.0-0~eo
- efl_ui_drag_step_move at Base 1.27.0-0~eo
- efl_ui_drag_step_set at Base 1.27.0-0~eo
- efl_ui_drag_value_get at Base 1.27.0-0~eo
- efl_ui_drag_value_set at Base 1.27.0-0~eo
- efl_ui_draggable_drag_target_get at Base 1.27.0-0~eo
- efl_ui_draggable_drag_target_set at Base 1.27.0-0~eo
- efl_ui_draggable_interface_get at Base 1.27.0-0~eo
- efl_ui_factory_bind at Base 1.27.0-0~eo
- efl_ui_factory_bind_interface_get at Base 1.27.0-0~eo
- efl_ui_factory_create at Base 1.27.0-0~eo
- efl_ui_factory_interface_get at Base 1.27.0-0~eo
- efl_ui_factory_release at Base 1.27.0-0~eo
- efl_ui_i18n_interface_get at Base 1.27.0-0~eo
- efl_ui_language_get at Base 1.27.0-0~eo
- efl_ui_language_set at Base 1.27.0-0~eo
- efl_ui_layout_orientable_interface_get at Base 1.27.0-0~eo
- efl_ui_layout_orientable_readonly_mixin_get at Base 1.27.0-0~eo
- efl_ui_layout_orientation_get at Base 1.27.0-0~eo
- efl_ui_layout_orientation_set at Base 1.27.0-0~eo
- efl_ui_mirrored_automatic_get at Base 1.27.0-0~eo
- efl_ui_mirrored_automatic_set at Base 1.27.0-0~eo
- efl_ui_mirrored_get at Base 1.27.0-0~eo
- efl_ui_mirrored_set at Base 1.27.0-0~eo
- efl_ui_property_bind at Base 1.27.0-0~eo
- efl_ui_property_bind_interface_get at Base 1.27.0-0~eo
- efl_ui_range_display_interface_get at Base 1.27.0-0~eo
- efl_ui_range_interactive_interface_get at Base 1.27.0-0~eo
- efl_ui_range_limits_get at Base 1.27.0-0~eo
- efl_ui_range_limits_set at Base 1.27.0-0~eo
- efl_ui_range_step_get at Base 1.27.0-0~eo
- efl_ui_range_step_set at Base 1.27.0-0~eo
- efl_ui_range_value_get at Base 1.27.0-0~eo
- efl_ui_range_value_set at Base 1.27.0-0~eo
- efl_ui_scrollable_bounce_enabled_get at Base 1.27.0-0~eo
- efl_ui_scrollable_bounce_enabled_set at Base 1.27.0-0~eo
- efl_ui_scrollable_content_pos_get at Base 1.27.0-0~eo
- efl_ui_scrollable_content_pos_set at Base 1.27.0-0~eo
- efl_ui_scrollable_content_size_get at Base 1.27.0-0~eo
- efl_ui_scrollable_gravity_get at Base 1.27.0-0~eo
- efl_ui_scrollable_gravity_set at Base 1.27.0-0~eo
- efl_ui_scrollable_interface_get at Base 1.27.0-0~eo
- efl_ui_scrollable_looping_get at Base 1.27.0-0~eo
- efl_ui_scrollable_looping_set at Base 1.27.0-0~eo
- efl_ui_scrollable_match_content_set at Base 1.27.0-0~eo
- efl_ui_scrollable_movement_block_get at Base 1.27.0-0~eo
- efl_ui_scrollable_movement_block_set at Base 1.27.0-0~eo
- efl_ui_scrollable_scroll at Base 1.27.0-0~eo
- efl_ui_scrollable_scroll_freeze_get at Base 1.27.0-0~eo
- efl_ui_scrollable_scroll_freeze_set at Base 1.27.0-0~eo
- efl_ui_scrollable_scroll_hold_get at Base 1.27.0-0~eo
- efl_ui_scrollable_scroll_hold_set at Base 1.27.0-0~eo
- efl_ui_scrollable_step_size_get at Base 1.27.0-0~eo
- efl_ui_scrollable_step_size_set at Base 1.27.0-0~eo
- efl_ui_scrollable_viewport_geometry_get at Base 1.27.0-0~eo
- efl_ui_scrollbar_bar_mode_get at Base 1.27.0-0~eo
- efl_ui_scrollbar_bar_mode_set at Base 1.27.0-0~eo
- efl_ui_scrollbar_bar_position_get at Base 1.27.0-0~eo
- efl_ui_scrollbar_bar_position_set at Base 1.27.0-0~eo
- efl_ui_scrollbar_bar_size_get at Base 1.27.0-0~eo
- efl_ui_scrollbar_bar_visibility_get at Base 1.27.0-0~eo
- efl_ui_scrollbar_bar_visibility_update at Base 1.27.0-0~eo
- efl_ui_scrollbar_interface_get at Base 1.27.0-0~eo
- efl_ui_view_factory_class_get at Base 1.27.0-0~eo
- efl_ui_view_factory_create_with_event at Base 1.27.0-0~eo
- efl_ui_view_interface_get at Base 1.27.0-0~eo
- efl_ui_view_model_get at Base 1.27.0-0~eo
- efl_ui_view_model_set at Base 1.27.0-0~eo
- efl_ui_zoom_animation_get at Base 1.27.0-0~eo
- efl_ui_zoom_animation_set at Base 1.27.0-0~eo
- efl_ui_zoom_interface_get at Base 1.27.0-0~eo
- efl_ui_zoom_level_get at Base 1.27.0-0~eo
- efl_ui_zoom_level_set at Base 1.27.0-0~eo
- efl_ui_zoom_mode_get at Base 1.27.0-0~eo
- efl_ui_zoom_mode_set at Base 1.27.0-0~eo
-libeina.so.1 libeina1a #MINVER#
-* Build-Depends-Package: libefl-all-dev
- EINA_ERROR_CONVERT_0X_NOT_FOUND at Base 1.27.0-0~eo
- EINA_ERROR_CONVERT_OUTRUN_STRING_LENGTH at Base 1.27.0-0~eo
- EINA_ERROR_CONVERT_P_NOT_FOUND at Base 1.27.0-0~eo
- EINA_ERROR_MAGIC_FAILED at Base 1.27.0-0~eo
- EINA_ERROR_MODULE_INIT_FAILED at Base 1.27.0-0~eo
- EINA_ERROR_NOT_IMPLEMENTED at Base 1.27.0-0~eo
- EINA_ERROR_NOT_MAIN_LOOP at Base 1.27.0-0~eo
- EINA_ERROR_NOT_MEMPOOL_MODULE at Base 1.27.0-0~eo
- EINA_ERROR_OUT_OF_MEMORY at Base 1.27.0-0~eo
- EINA_ERROR_SAFETY_FAILED at Base 1.27.0-0~eo
- EINA_ERROR_VALUE_FAILED at Base 1.27.0-0~eo
- EINA_ERROR_WRONG_MODULE at Base 1.27.0-0~eo
- EINA_LOG_DOMAIN_GLOBAL at Base 1.27.0-0~eo
- EINA_PROMISE_RACE_STRUCT_DESC at Base 1.27.0-0~eo
- EINA_THREAD_JOIN_CANCELED at Base 1.27.0-0~eo
- EINA_UNICODE_EMPTY_STRING at Base 1.27.0-0~eo
- EINA_VALUE_BLOB_OPERATIONS_MALLOC at Base 1.27.0-0~eo
- EINA_VALUE_STRUCT_OPERATIONS_BINSEARCH at Base 1.27.0-0~eo
- EINA_VALUE_STRUCT_OPERATIONS_STRINGSHARE at Base 1.27.0-0~eo
- EINA_VALUE_TYPE_ARRAY at Base 1.27.0-0~eo
- EINA_VALUE_TYPE_BLOB at Base 1.27.0-0~eo
- EINA_VALUE_TYPE_BOOL at Base 1.27.0-0~eo
- EINA_VALUE_TYPE_CHAR at Base 1.27.0-0~eo
- EINA_VALUE_TYPE_CONTENT at Base 1.27.0-0~eo
- EINA_VALUE_TYPE_DOUBLE at Base 1.27.0-0~eo
- EINA_VALUE_TYPE_ERROR at Base 1.27.0-0~eo
- EINA_VALUE_TYPE_FILE at Base 1.27.0-0~eo
- EINA_VALUE_TYPE_FLOAT at Base 1.27.0-0~eo
- EINA_VALUE_TYPE_HASH at Base 1.27.0-0~eo
- EINA_VALUE_TYPE_INT64 at Base 1.27.0-0~eo
- EINA_VALUE_TYPE_INT at Base 1.27.0-0~eo
- EINA_VALUE_TYPE_LIST at Base 1.27.0-0~eo
- EINA_VALUE_TYPE_LONG at Base 1.27.0-0~eo
- EINA_VALUE_TYPE_OPTIONAL at Base 1.27.0-0~eo
- EINA_VALUE_TYPE_PROMISE at Base 1.27.0-0~eo
- EINA_VALUE_TYPE_RECTANGLE at Base 1.27.0-0~eo
- EINA_VALUE_TYPE_SHORT at Base 1.27.0-0~eo
- EINA_VALUE_TYPE_STRING at Base 1.27.0-0~eo
- EINA_VALUE_TYPE_STRINGSHARE at Base 1.27.0-0~eo
- EINA_VALUE_TYPE_STRUCT at Base 1.27.0-0~eo
- EINA_VALUE_TYPE_TIMESTAMP at Base 1.27.0-0~eo
- EINA_VALUE_TYPE_TIMEVAL at Base 1.27.0-0~eo
- EINA_VALUE_TYPE_TM at Base 1.27.0-0~eo
- EINA_VALUE_TYPE_UCHAR at Base 1.27.0-0~eo
- EINA_VALUE_TYPE_UINT64 at Base 1.27.0-0~eo
- EINA_VALUE_TYPE_UINT at Base 1.27.0-0~eo
- EINA_VALUE_TYPE_ULONG at Base 1.27.0-0~eo
- EINA_VALUE_TYPE_USHORT at Base 1.27.0-0~eo
- EINA_VALUE_TYPE_VALUE at Base 1.27.0-0~eo
- _EINA_VALUE_TYPE_BASICS_END at Base 1.27.0-0~eo
- _EINA_VALUE_TYPE_BASICS_START at Base 1.27.0-0~eo
- _EINA_VALUE_TYPE_CONTENT at Base 1.27.0-0~eo
- _EINA_VALUE_TYPE_FILE at Base 1.27.0-0~eo
- _EINA_VALUE_TYPE_OPTIONAL at Base 1.27.0-0~eo
- _EINA_VALUE_TYPE_RECTANGLE at Base 1.27.0-0~eo
- __eina_promise_cancel_all at Base 1.27.0-0~eo
- __eina_promise_cancel_data at Base 1.27.0-0~eo
- _eina_barrier_free at Base 1.27.0-0~eo
- _eina_barrier_new at Base 1.27.0-0~eo
- _eina_condition_free at Base 1.27.0-0~eo
- _eina_condition_new at Base 1.27.0-0~eo
- _eina_crc at Base 1.27.0-0~eo
- _eina_lock_debug_abort at Base 1.27.0-0~eo
- _eina_lock_debug_deadlock at Base 1.27.0-0~eo
- _eina_lock_free at Base 1.27.0-0~eo
- _eina_lock_new at Base 1.27.0-0~eo
- _eina_log_state_init at Base 1.27.0-0~eo
- _eina_log_state_shutdown at Base 1.27.0-0~eo
- _eina_main_loop at Base 1.27.0-0~eo
- _eina_rwlock_free at Base 1.27.0-0~eo
- _eina_rwlock_new at Base 1.27.0-0~eo
- _eina_safety_error at Base 1.27.0-0~eo
- _eina_semaphore_free at Base 1.27.0-0~eo
- _eina_semaphore_new at Base 1.27.0-0~eo
- _eina_sp_ids_tables at Base 1.27.0-0~eo
- _eina_sp_log_dom at Base 1.27.0-0~eo
- _eina_spinlock_free at Base 1.27.0-0~eo
- _eina_spinlock_new at Base 1.27.0-0~eo
- _eina_threads_activated at Base 1.27.0-0~eo
- _eina_threads_debug at Base 1.27.0-0~eo
- _eina_tracking at Base 1.27.0-0~eo
- _eina_tracking_lock at Base 1.27.0-0~eo
- _eina_unicode_utf8_next_get at Base 1.27.0-0~eo
- eina_accessor_clone at Base 1.27.0-0~eo
- eina_accessor_container_get at Base 1.27.0-0~eo
- eina_accessor_data_get at Base 1.27.0-0~eo
- eina_accessor_free at Base 1.27.0-0~eo
- eina_accessor_lock at Base 1.27.0-0~eo
- eina_accessor_over at Base 1.27.0-0~eo
- eina_accessor_unlock at Base 1.27.0-0~eo
- eina_array_accessor_new at Base 1.27.0-0~eo
- eina_array_flush at Base 1.27.0-0~eo
- eina_array_free at Base 1.27.0-0~eo
- eina_array_grow at Base 1.27.0-0~eo
- eina_array_iterator_new at Base 1.27.0-0~eo
- eina_array_new at Base 1.27.0-0~eo
- eina_array_remove at Base 1.27.0-0~eo
- eina_array_step_set at Base 1.27.0-0~eo
- eina_benchmark_free at Base 1.27.0-0~eo
- eina_benchmark_new at Base 1.27.0-0~eo
- eina_benchmark_register at Base 1.27.0-0~eo
- eina_benchmark_run at Base 1.27.0-0~eo
- eina_bezier_angle_at at Base 1.27.0-0~eo
- eina_bezier_bounds_get at Base 1.27.0-0~eo
- eina_bezier_length_get at Base 1.27.0-0~eo
- eina_bezier_on_interval at Base 1.27.0-0~eo
- eina_bezier_point_at at Base 1.27.0-0~eo
- eina_bezier_split_at_length at Base 1.27.0-0~eo
- eina_bezier_t_at at Base 1.27.0-0~eo
- eina_bezier_values_get at Base 1.27.0-0~eo
- eina_bezier_values_set at Base 1.27.0-0~eo
- eina_binbuf_append_buffer at Base 1.27.0-0~eo
- eina_binbuf_append_char at Base 1.27.0-0~eo
- eina_binbuf_append_length at Base 1.27.0-0~eo
- eina_binbuf_append_slice at Base 1.27.0-0~eo
- eina_binbuf_expand at Base 1.27.0-0~eo
- eina_binbuf_free at Base 1.27.0-0~eo
- eina_binbuf_insert_char at Base 1.27.0-0~eo
- eina_binbuf_insert_length at Base 1.27.0-0~eo
- eina_binbuf_insert_slice at Base 1.27.0-0~eo
- eina_binbuf_length_get at Base 1.27.0-0~eo
- eina_binbuf_manage_new at Base 1.27.0-0~eo
- eina_binbuf_manage_new_length at Base 1.27.0-0~eo
- eina_binbuf_manage_read_only_new_length at Base 1.27.0-0~eo
- eina_binbuf_new at Base 1.27.0-0~eo
- eina_binbuf_release at Base 1.27.0-0~eo
- eina_binbuf_remove at Base 1.27.0-0~eo
- eina_binbuf_reset at Base 1.27.0-0~eo
- eina_binbuf_rw_slice_get at Base 1.27.0-0~eo
- eina_binbuf_slice_get at Base 1.27.0-0~eo
- eina_binbuf_string_free at Base 1.27.0-0~eo
- eina_binbuf_string_get at Base 1.27.0-0~eo
- eina_binbuf_string_steal at Base 1.27.0-0~eo
- eina_binbuf_use at Base 1.27.0-0~eo
- eina_binshare_add_length at Base 1.27.0-0~eo
- eina_binshare_del at Base 1.27.0-0~eo
- eina_binshare_dump at Base 1.27.0-0~eo
- eina_binshare_init at Base 1.27.0-0~eo
- eina_binshare_length at Base 1.27.0-0~eo
- eina_binshare_ref at Base 1.27.0-0~eo
- eina_binshare_shutdown at Base 1.27.0-0~eo
- eina_carray_iterator_new at Base 1.27.0-0~eo
- eina_carray_length_accessor_new at Base 1.27.0-0~eo
- eina_carray_length_iterator_new at Base 1.27.0-0~eo
- eina_carray_length_ptr_accessor_new at Base 1.27.0-0~eo
- eina_content_as_file at Base 1.27.0-0~eo
- eina_content_convert at Base 1.27.0-0~eo
- eina_content_converter_conversion_register at Base 1.27.0-0~eo
- eina_content_converter_convert_can at Base 1.27.0-0~eo
- eina_content_converter_possible_conversions at Base 1.27.0-0~eo
- eina_content_data_get at Base 1.27.0-0~eo
- eina_content_free at Base 1.27.0-0~eo
- eina_content_new at Base 1.27.0-0~eo
- eina_content_type_get at Base 1.27.0-0~eo
- eina_convert_atod at Base 1.27.0-0~eo
- eina_convert_atofp at Base 1.27.0-0~eo
- eina_convert_dtoa at Base 1.27.0-0~eo
- eina_convert_fptoa at Base 1.27.0-0~eo
- eina_convert_itoa at Base 1.27.0-0~eo
- eina_convert_strtod_c at Base 1.27.0-0~eo
- eina_convert_xtoa at Base 1.27.0-0~eo
- eina_counter_dump at Base 1.27.0-0~eo
- eina_counter_free at Base 1.27.0-0~eo
- eina_counter_new at Base 1.27.0-0~eo
- eina_counter_start at Base 1.27.0-0~eo
- eina_counter_stop at Base 1.27.0-0~eo
- eina_cow_add at Base 1.27.0-0~eo
- eina_cow_alloc at Base 1.27.0-0~eo
- eina_cow_del at Base 1.27.0-0~eo
- eina_cow_done at Base 1.27.0-0~eo
- eina_cow_free at Base 1.27.0-0~eo
- eina_cow_gc at Base 1.27.0-0~eo
- eina_cow_memcpy at Base 1.27.0-0~eo
- eina_cow_write at Base 1.27.0-0~eo
- eina_cpu_count at Base 1.27.0-0~eo
- eina_cpu_features at Base 1.27.0-0~eo
- eina_cpu_features_get at Base 1.27.0-0~eo
- eina_cpu_page_size at Base 1.27.0-0~eo
- eina_debug_disable at Base 1.27.0-0~eo
- eina_debug_dispatch at Base 1.27.0-0~eo
- eina_debug_fork_reset at Base 1.27.0-0~eo
- eina_debug_local_connect at Base 1.27.0-0~eo
- eina_debug_opcodes_register at Base 1.27.0-0~eo
- eina_debug_remote_connect at Base 1.27.0-0~eo
- eina_debug_session_data_get at Base 1.27.0-0~eo
- eina_debug_session_data_set at Base 1.27.0-0~eo
- eina_debug_session_dispatch_get at Base 1.27.0-0~eo
- eina_debug_session_dispatch_override at Base 1.27.0-0~eo
- eina_debug_session_send at Base 1.27.0-0~eo
- eina_debug_session_terminate at Base 1.27.0-0~eo
- eina_debug_timer_add at Base 1.27.0-0~eo
- eina_debug_timer_del at Base 1.27.0-0~eo
- eina_environment_home_get at Base 1.27.0-0~eo
- eina_environment_tmp_get at Base 1.27.0-0~eo
- eina_error_find at Base 1.27.0-0~eo
- eina_error_get at Base 1.27.0-0~eo
- eina_error_msg_get at Base 1.27.0-0~eo
- eina_error_msg_modify at Base 1.27.0-0~eo
- eina_error_msg_register at Base 1.27.0-0~eo
- eina_error_msg_static_register at Base 1.27.0-0~eo
- eina_error_set at Base 1.27.0-0~eo
- eina_evlog at Base 1.27.0-0~eo
- eina_evlog_start at Base 1.27.0-0~eo
- eina_evlog_steal at Base 1.27.0-0~eo
- eina_evlog_stop at Base 1.27.0-0~eo
- eina_f32p32_cos at Base 1.27.0-0~eo
- eina_f32p32_sin at Base 1.27.0-0~eo
- eina_file_close at Base 1.27.0-0~eo
- eina_file_close_from at Base 1.27.0-0~eo
- eina_file_close_on_exec at Base 1.27.0-0~eo
- eina_file_copy at Base 1.27.0-0~eo
- eina_file_dir_list at Base 1.27.0-0~eo
- eina_file_direct_ls at Base 1.27.0-0~eo
- eina_file_dup at Base 1.27.0-0~eo
- eina_file_filename_get at Base 1.27.0-0~eo
- eina_file_ls at Base 1.27.0-0~eo
- eina_file_map_all at Base 1.27.0-0~eo
- eina_file_map_faulted at Base 1.27.0-0~eo
- eina_file_map_free at Base 1.27.0-0~eo
- eina_file_map_lines at Base 1.27.0-0~eo
- eina_file_map_new at Base 1.27.0-0~eo
- eina_file_map_populate at Base 1.27.0-0~eo
- eina_file_mkdtemp at Base 1.27.0-0~eo
- eina_file_mkstemp at Base 1.27.0-0~eo
- eina_file_mtime_get at Base 1.27.0-0~eo
- eina_file_open at Base 1.27.0-0~eo
- eina_file_path_relative at Base 1.27.0-0~eo
- eina_file_path_sanitize at Base 1.27.0-0~eo
- eina_file_refresh at Base 1.27.0-0~eo
- eina_file_size_get at Base 1.27.0-0~eo
- eina_file_split at Base 1.27.0-0~eo
- eina_file_stat_ls at Base 1.27.0-0~eo
- eina_file_statat at Base 1.27.0-0~eo
- eina_file_statgen_disable at Base 1.27.0-0~eo
- eina_file_statgen_enable at Base 1.27.0-0~eo
- eina_file_statgen_get at Base 1.27.0-0~eo
- eina_file_statgen_next at Base 1.27.0-0~eo
- eina_file_unlink at Base 1.27.0-0~eo
- eina_file_virtual at Base 1.27.0-0~eo
- eina_file_virtualize at Base 1.27.0-0~eo
- eina_file_xattr_get at Base 1.27.0-0~eo
- eina_file_xattr_value_get at Base 1.27.0-0~eo
- eina_fnmatch at Base 1.27.0-0~eo
- eina_freeq_clear at Base 1.27.0-0~eo
- eina_freeq_count_max_get at Base 1.27.0-0~eo
- eina_freeq_count_max_set at Base 1.27.0-0~eo
- eina_freeq_free at Base 1.27.0-0~eo
- eina_freeq_main_get at Base 1.27.0-0~eo
- eina_freeq_mem_max_get at Base 1.27.0-0~eo
- eina_freeq_mem_max_set at Base 1.27.0-0~eo
- eina_freeq_new at Base 1.27.0-0~eo
- eina_freeq_ptr_add at Base 1.27.0-0~eo
- eina_freeq_ptr_pending at Base 1.27.0-0~eo
- eina_freeq_reduce at Base 1.27.0-0~eo
- eina_freeq_type_get at Base 1.27.0-0~eo
- eina_future_as_value at Base 1.27.0-0~eo
- eina_future_cancel at Base 1.27.0-0~eo
- eina_future_cb_console_from_desc at Base 1.27.0-0~eo
- eina_future_cb_convert_to at Base 1.27.0-0~eo
- eina_future_cb_easy_desc_flush at Base 1.27.0-0~eo
- eina_future_cb_easy_from_desc at Base 1.27.0-0~eo
- eina_future_cb_ignore_error at Base 1.27.0-0~eo
- eina_future_cb_log_from_desc at Base 1.27.0-0~eo
- eina_future_chain_array at Base 1.27.0-0~eo
- eina_future_chain_easy_array at Base 1.27.0-0~eo
- eina_future_desc_flush at Base 1.27.0-0~eo
- eina_future_new at Base 1.27.0-0~eo
- eina_future_rejected at Base 1.27.0-0~eo
- eina_future_resolved at Base 1.27.0-0~eo
- eina_future_then_from_desc at Base 1.27.0-0~eo
- eina_hamster_count at Base 1.27.0-0~eo
- eina_hash_add at Base 1.27.0-0~eo
- eina_hash_add_by_hash at Base 1.27.0-0~eo
- eina_hash_del at Base 1.27.0-0~eo
- eina_hash_del_by_data at Base 1.27.0-0~eo
- eina_hash_del_by_hash at Base 1.27.0-0~eo
- eina_hash_del_by_key at Base 1.27.0-0~eo
- eina_hash_del_by_key_hash at Base 1.27.0-0~eo
- eina_hash_direct_add at Base 1.27.0-0~eo
- eina_hash_direct_add_by_hash at Base 1.27.0-0~eo
- eina_hash_find at Base 1.27.0-0~eo
- eina_hash_find_by_hash at Base 1.27.0-0~eo
- eina_hash_foreach at Base 1.27.0-0~eo
- eina_hash_free at Base 1.27.0-0~eo
- eina_hash_free_buckets at Base 1.27.0-0~eo
- eina_hash_free_cb_set at Base 1.27.0-0~eo
- eina_hash_int32_new at Base 1.27.0-0~eo
- eina_hash_int64_new at Base 1.27.0-0~eo
- eina_hash_iterator_data_new at Base 1.27.0-0~eo
- eina_hash_iterator_key_new at Base 1.27.0-0~eo
- eina_hash_iterator_tuple_new at Base 1.27.0-0~eo
- eina_hash_list_append at Base 1.27.0-0~eo
- eina_hash_list_direct_append at Base 1.27.0-0~eo
- eina_hash_list_direct_prepend at Base 1.27.0-0~eo
- eina_hash_list_prepend at Base 1.27.0-0~eo
- eina_hash_list_remove at Base 1.27.0-0~eo
- eina_hash_modify at Base 1.27.0-0~eo
- eina_hash_modify_by_hash at Base 1.27.0-0~eo
- eina_hash_move at Base 1.27.0-0~eo
- eina_hash_new at Base 1.27.0-0~eo
- eina_hash_pointer_new at Base 1.27.0-0~eo
- eina_hash_population at Base 1.27.0-0~eo
- eina_hash_set at Base 1.27.0-0~eo
- eina_hash_string_djb2_new at Base 1.27.0-0~eo
- eina_hash_string_small_new at Base 1.27.0-0~eo
- eina_hash_string_superfast_new at Base 1.27.0-0~eo
- eina_hash_stringshared_new at Base 1.27.0-0~eo
- eina_hash_superfast at Base 1.27.0-0~eo
- eina_inarray_accessor_new at Base 1.27.0-0~eo
- eina_inarray_alloc_at at Base 1.27.0-0~eo
- eina_inarray_count at Base 1.27.0-0~eo
- eina_inarray_flush at Base 1.27.0-0~eo
- eina_inarray_foreach at Base 1.27.0-0~eo
- eina_inarray_foreach_remove at Base 1.27.0-0~eo
- eina_inarray_free at Base 1.27.0-0~eo
- eina_inarray_grow at Base 1.27.0-0~eo
- eina_inarray_insert at Base 1.27.0-0~eo
- eina_inarray_insert_at at Base 1.27.0-0~eo
- eina_inarray_insert_sorted at Base 1.27.0-0~eo
- eina_inarray_iterator_new at Base 1.27.0-0~eo
- eina_inarray_iterator_reversed_new at Base 1.27.0-0~eo
- eina_inarray_new at Base 1.27.0-0~eo
- eina_inarray_nth at Base 1.27.0-0~eo
- eina_inarray_pop at Base 1.27.0-0~eo
- eina_inarray_push at Base 1.27.0-0~eo
- eina_inarray_remove at Base 1.27.0-0~eo
- eina_inarray_remove_at at Base 1.27.0-0~eo
- eina_inarray_replace_at at Base 1.27.0-0~eo
- eina_inarray_resize at Base 1.27.0-0~eo
- eina_inarray_reverse at Base 1.27.0-0~eo
- eina_inarray_search at Base 1.27.0-0~eo
- eina_inarray_search_sorted at Base 1.27.0-0~eo
- eina_inarray_sort at Base 1.27.0-0~eo
- eina_inarray_step_set at Base 1.27.0-0~eo
- eina_init at Base 1.27.0-0~eo
- eina_inlist_accessor_new at Base 1.27.0-0~eo
- eina_inlist_append at Base 1.27.0-0~eo
- eina_inlist_append_relative at Base 1.27.0-0~eo
- eina_inlist_count at Base 1.27.0-0~eo
- eina_inlist_demote at Base 1.27.0-0~eo
- eina_inlist_find at Base 1.27.0-0~eo
- eina_inlist_iterator_new at Base 1.27.0-0~eo
- eina_inlist_prepend at Base 1.27.0-0~eo
- eina_inlist_prepend_relative at Base 1.27.0-0~eo
- eina_inlist_promote at Base 1.27.0-0~eo
- eina_inlist_remove at Base 1.27.0-0~eo
- eina_inlist_sort at Base 1.27.0-0~eo
- eina_inlist_sorted_insert at Base 1.27.0-0~eo
- eina_inlist_sorted_state_free at Base 1.27.0-0~eo
- eina_inlist_sorted_state_init at Base 1.27.0-0~eo
- eina_inlist_sorted_state_insert at Base 1.27.0-0~eo
- eina_inlist_sorted_state_new at Base 1.27.0-0~eo
- eina_iterator_container_get at Base 1.27.0-0~eo
- eina_iterator_filter_new at Base 1.27.0-0~eo
- eina_iterator_foreach at Base 1.27.0-0~eo
- eina_iterator_free at Base 1.27.0-0~eo
- eina_iterator_lock at Base 1.27.0-0~eo
- eina_iterator_next at Base 1.27.0-0~eo
- eina_iterator_processed_new at Base 1.27.0-0~eo
- eina_iterator_unlock at Base 1.27.0-0~eo
- eina_lalloc_element_add at Base 1.27.0-0~eo
- eina_lalloc_elements_add at Base 1.27.0-0~eo
- eina_lalloc_free at Base 1.27.0-0~eo
- eina_lalloc_new at Base 1.27.0-0~eo
- eina_list_accessor_new at Base 1.27.0-0~eo
- eina_list_append at Base 1.27.0-0~eo
- eina_list_append_relative at Base 1.27.0-0~eo
- eina_list_append_relative_list at Base 1.27.0-0~eo
- eina_list_clone at Base 1.27.0-0~eo
- eina_list_data_find at Base 1.27.0-0~eo
- eina_list_data_find_list at Base 1.27.0-0~eo
- eina_list_data_idx at Base 1.27.0-0~eo
- eina_list_demote_list at Base 1.27.0-0~eo
- eina_list_free at Base 1.27.0-0~eo
- eina_list_iterator_new at Base 1.27.0-0~eo
- eina_list_iterator_reversed_new at Base 1.27.0-0~eo
- eina_list_merge at Base 1.27.0-0~eo
- eina_list_move at Base 1.27.0-0~eo
- eina_list_move_list at Base 1.27.0-0~eo
- eina_list_nth at Base 1.27.0-0~eo
- eina_list_nth_list at Base 1.27.0-0~eo
- eina_list_prepend at Base 1.27.0-0~eo
- eina_list_prepend_relative at Base 1.27.0-0~eo
- eina_list_prepend_relative_list at Base 1.27.0-0~eo
- eina_list_promote_list at Base 1.27.0-0~eo
- eina_list_remove at Base 1.27.0-0~eo
- eina_list_remove_list at Base 1.27.0-0~eo
- eina_list_reverse at Base 1.27.0-0~eo
- eina_list_reverse_clone at Base 1.27.0-0~eo
- eina_list_search_sorted at Base 1.27.0-0~eo
- eina_list_search_sorted_list at Base 1.27.0-0~eo
- eina_list_search_sorted_near_list at Base 1.27.0-0~eo
- eina_list_search_unsorted at Base 1.27.0-0~eo
- eina_list_search_unsorted_list at Base 1.27.0-0~eo
- eina_list_shuffle at Base 1.27.0-0~eo
- eina_list_sort at Base 1.27.0-0~eo
- eina_list_sorted_insert at Base 1.27.0-0~eo
- eina_list_sorted_merge at Base 1.27.0-0~eo
- eina_list_split_list at Base 1.27.0-0~eo
- eina_lock_debug at Base 1.27.0-0~eo
- eina_log_abort_on_critical_get at Base 1.27.0-0~eo
- eina_log_abort_on_critical_level_get at Base 1.27.0-0~eo
- eina_log_abort_on_critical_level_set at Base 1.27.0-0~eo
- eina_log_abort_on_critical_set at Base 1.27.0-0~eo
- eina_log_color_disable_get at Base 1.27.0-0~eo
- eina_log_color_disable_set at Base 1.27.0-0~eo
- eina_log_console_color_set at Base 1.27.0-0~eo
- eina_log_domain_level_get at Base 1.27.0-0~eo
- eina_log_domain_level_set at Base 1.27.0-0~eo
- eina_log_domain_register at Base 1.27.0-0~eo
- eina_log_domain_registered_level_get at Base 1.27.0-0~eo
- eina_log_domain_registered_level_set at Base 1.27.0-0~eo
- eina_log_domain_unregister at Base 1.27.0-0~eo
- eina_log_file_disable_get at Base 1.27.0-0~eo
- eina_log_file_disable_set at Base 1.27.0-0~eo
- eina_log_function_disable_get at Base 1.27.0-0~eo
- eina_log_function_disable_set at Base 1.27.0-0~eo
- eina_log_level_get at Base 1.27.0-0~eo
- eina_log_level_set at Base 1.27.0-0~eo
- eina_log_main_thread_check at Base 1.27.0-0~eo
- eina_log_print at Base 1.27.0-0~eo
- eina_log_print_cb_file at Base 1.27.0-0~eo
- eina_log_print_cb_journald at Base 1.27.0-0~eo
- eina_log_print_cb_set at Base 1.27.0-0~eo
- eina_log_print_cb_stderr at Base 1.27.0-0~eo
- eina_log_print_cb_stdout at Base 1.27.0-0~eo
- eina_log_threads_enable at Base 1.27.0-0~eo
- eina_log_timing at Base 1.27.0-0~eo
- eina_log_vprint at Base 1.27.0-0~eo
- eina_magic_fail at Base 1.27.0-0~eo
- eina_magic_string_get at Base 1.27.0-0~eo
- eina_magic_string_set at Base 1.27.0-0~eo
- eina_magic_string_static_set at Base 1.27.0-0~eo
- eina_main_loop_define at Base 1.27.0-0~eo
- eina_main_loop_is at Base 1.27.0-0~eo
- eina_matrix2_array_set at Base 1.27.0-0~eo
- eina_matrix2_copy at Base 1.27.0-0~eo
- eina_matrix2_identity at Base 1.27.0-0~eo
- eina_matrix2_inverse at Base 1.27.0-0~eo
- eina_matrix2_multiply at Base 1.27.0-0~eo
- eina_matrix2_multiply_copy at Base 1.27.0-0~eo
- eina_matrix2_type_get at Base 1.27.0-0~eo
- eina_matrix2_values_get at Base 1.27.0-0~eo
- eina_matrix2_values_set at Base 1.27.0-0~eo
- eina_matrix3_adjoint at Base 1.27.0-0~eo
- eina_matrix3_array_set at Base 1.27.0-0~eo
- eina_matrix3_cofactor at Base 1.27.0-0~eo
- eina_matrix3_compose at Base 1.27.0-0~eo
- eina_matrix3_copy at Base 1.27.0-0~eo
- eina_matrix3_determinant at Base 1.27.0-0~eo
- eina_matrix3_divide at Base 1.27.0-0~eo
- eina_matrix3_equal at Base 1.27.0-0~eo
- eina_matrix3_f16p16_compose at Base 1.27.0-0~eo
- eina_matrix3_f16p16_identity at Base 1.27.0-0~eo
- eina_matrix3_f16p16_type_get at Base 1.27.0-0~eo
- eina_matrix3_fixed_values_get at Base 1.27.0-0~eo
- eina_matrix3_identity at Base 1.27.0-0~eo
- eina_matrix3_inverse at Base 1.27.0-0~eo
- eina_matrix3_matrix3_f16p16_to at Base 1.27.0-0~eo
- eina_matrix3_matrix4_to at Base 1.27.0-0~eo
- eina_matrix3_multiply at Base 1.27.0-0~eo
- eina_matrix3_multiply_copy at Base 1.27.0-0~eo
- eina_matrix3_point_transform at Base 1.27.0-0~eo
- eina_matrix3_position_transform_set at Base 1.27.0-0~eo
- eina_matrix3_quad_quad_map at Base 1.27.0-0~eo
- eina_matrix3_quad_square_map at Base 1.27.0-0~eo
- eina_matrix3_quaternion_get at Base 1.27.0-0~eo
- eina_matrix3_rectangle_transform at Base 1.27.0-0~eo
- eina_matrix3_rotate at Base 1.27.0-0~eo
- eina_matrix3_scale at Base 1.27.0-0~eo
- eina_matrix3_scale_transform_set at Base 1.27.0-0~eo
- eina_matrix3_square_quad_map at Base 1.27.0-0~eo
- eina_matrix3_translate at Base 1.27.0-0~eo
- eina_matrix3_transpose at Base 1.27.0-0~eo
- eina_matrix3_type_get at Base 1.27.0-0~eo
- eina_matrix3_values_get at Base 1.27.0-0~eo
- eina_matrix3_values_set at Base 1.27.0-0~eo
- eina_matrix4_array_set at Base 1.27.0-0~eo
- eina_matrix4_compose at Base 1.27.0-0~eo
- eina_matrix4_copy at Base 1.27.0-0~eo
- eina_matrix4_determinant at Base 1.27.0-0~eo
- eina_matrix4_identity at Base 1.27.0-0~eo
- eina_matrix4_inverse at Base 1.27.0-0~eo
- eina_matrix4_matrix3_to at Base 1.27.0-0~eo
- eina_matrix4_multiply at Base 1.27.0-0~eo
- eina_matrix4_multiply_copy at Base 1.27.0-0~eo
- eina_matrix4_normalized at Base 1.27.0-0~eo
- eina_matrix4_ortho_set at Base 1.27.0-0~eo
- eina_matrix4_quaternion_to at Base 1.27.0-0~eo
- eina_matrix4_rotate at Base 1.27.0-0~eo
- eina_matrix4_scale at Base 1.27.0-0~eo
- eina_matrix4_translate at Base 1.27.0-0~eo
- eina_matrix4_transpose at Base 1.27.0-0~eo
- eina_matrix4_type_get at Base 1.27.0-0~eo
- eina_matrix4_values_get at Base 1.27.0-0~eo
- eina_matrix4_values_set at Base 1.27.0-0~eo
- eina_matrixsparse_cell_clear at Base 1.27.0-0~eo
- eina_matrixsparse_cell_data_get at Base 1.27.0-0~eo
- eina_matrixsparse_cell_data_replace at Base 1.27.0-0~eo
- eina_matrixsparse_cell_data_set at Base 1.27.0-0~eo
- eina_matrixsparse_cell_idx_clear at Base 1.27.0-0~eo
- eina_matrixsparse_cell_idx_get at Base 1.27.0-0~eo
- eina_matrixsparse_cell_position_get at Base 1.27.0-0~eo
- eina_matrixsparse_column_idx_clear at Base 1.27.0-0~eo
- eina_matrixsparse_data_idx_get at Base 1.27.0-0~eo
- eina_matrixsparse_data_idx_replace at Base 1.27.0-0~eo
- eina_matrixsparse_data_idx_set at Base 1.27.0-0~eo
- eina_matrixsparse_free at Base 1.27.0-0~eo
- eina_matrixsparse_iterator_complete_new at Base 1.27.0-0~eo
- eina_matrixsparse_iterator_new at Base 1.27.0-0~eo
- eina_matrixsparse_new at Base 1.27.0-0~eo
- eina_matrixsparse_row_idx_clear at Base 1.27.0-0~eo
- eina_matrixsparse_size_get at Base 1.27.0-0~eo
- eina_matrixsparse_size_set at Base 1.27.0-0~eo
- eina_memdup at Base 1.27.0-0~eo
- eina_mempool_add at Base 1.27.0-0~eo
- eina_mempool_alignof at Base 1.27.0-0~eo
- eina_mempool_del at Base 1.27.0-0~eo
- eina_mempool_gc at Base 1.27.0-0~eo
- eina_mempool_register at Base 1.27.0-0~eo
- eina_mempool_repack at Base 1.27.0-0~eo
- eina_mempool_statistics at Base 1.27.0-0~eo
- eina_mempool_unregister at Base 1.27.0-0~eo
- eina_mmap_safety_enabled_get at Base 1.27.0-0~eo
- eina_mmap_safety_enabled_set at Base 1.27.0-0~eo
- eina_module_arch_list_get at Base 1.27.0-0~eo
- eina_module_environment_path_get at Base 1.27.0-0~eo
- eina_module_file_get at Base 1.27.0-0~eo
- eina_module_find at Base 1.27.0-0~eo
- eina_module_free at Base 1.27.0-0~eo
- eina_module_list_free at Base 1.27.0-0~eo
- eina_module_list_get at Base 1.27.0-0~eo
- eina_module_list_load at Base 1.27.0-0~eo
- eina_module_list_unload at Base 1.27.0-0~eo
- eina_module_load at Base 1.27.0-0~eo
- eina_module_new at Base 1.27.0-0~eo
- eina_module_symbol_get at Base 1.27.0-0~eo
- eina_module_symbol_global_set at Base 1.27.0-0~eo
- eina_module_symbol_path_get at Base 1.27.0-0~eo
- eina_module_unload at Base 1.27.0-0~eo
- eina_multi_iterator_internal_new at Base 1.27.0-0~eo
- eina_normal3_matrix_get at Base 1.27.0-0~eo
- eina_prefix_bin_get at Base 1.27.0-0~eo
- eina_prefix_data_get at Base 1.27.0-0~eo
- eina_prefix_free at Base 1.27.0-0~eo
- eina_prefix_get at Base 1.27.0-0~eo
- eina_prefix_lib_get at Base 1.27.0-0~eo
- eina_prefix_locale_get at Base 1.27.0-0~eo
- eina_prefix_new at Base 1.27.0-0~eo
- eina_promise_all_array at Base 1.27.0-0~eo
- eina_promise_all_iterator at Base 1.27.0-0~eo
- eina_promise_as_value at Base 1.27.0-0~eo
- eina_promise_continue_new at Base 1.27.0-0~eo
- eina_promise_new at Base 1.27.0-0~eo
- eina_promise_race_array at Base 1.27.0-0~eo
- eina_promise_reject at Base 1.27.0-0~eo
- eina_promise_resolve at Base 1.27.0-0~eo
- eina_quad_coords_get at Base 1.27.0-0~eo
- eina_quad_coords_set at Base 1.27.0-0~eo
- eina_quad_rectangle_from at Base 1.27.0-0~eo
- eina_quad_rectangle_to at Base 1.27.0-0~eo
- eina_quadtree_add at Base 1.27.0-0~eo
- eina_quadtree_change at Base 1.27.0-0~eo
- eina_quadtree_collide at Base 1.27.0-0~eo
- eina_quadtree_cycle at Base 1.27.0-0~eo
- eina_quadtree_del at Base 1.27.0-0~eo
- eina_quadtree_free at Base 1.27.0-0~eo
- eina_quadtree_hide at Base 1.27.0-0~eo
- eina_quadtree_increase at Base 1.27.0-0~eo
- eina_quadtree_new at Base 1.27.0-0~eo
- eina_quadtree_object at Base 1.27.0-0~eo
- eina_quadtree_resize at Base 1.27.0-0~eo
- eina_quadtree_show at Base 1.27.0-0~eo
- eina_quaternion_add at Base 1.27.0-0~eo
- eina_quaternion_angle_plains at Base 1.27.0-0~eo
- eina_quaternion_array_set at Base 1.27.0-0~eo
- eina_quaternion_conjugate at Base 1.27.0-0~eo
- eina_quaternion_copy at Base 1.27.0-0~eo
- eina_quaternion_distance_get at Base 1.27.0-0~eo
- eina_quaternion_distance_square_get at Base 1.27.0-0~eo
- eina_quaternion_dot at Base 1.27.0-0~eo
- eina_quaternion_f16p16_add at Base 1.27.0-0~eo
- eina_quaternion_f16p16_conjugate at Base 1.27.0-0~eo
- eina_quaternion_f16p16_dot at Base 1.27.0-0~eo
- eina_quaternion_f16p16_lerp at Base 1.27.0-0~eo
- eina_quaternion_f16p16_mul at Base 1.27.0-0~eo
- eina_quaternion_f16p16_negative at Base 1.27.0-0~eo
- eina_quaternion_f16p16_nlerp at Base 1.27.0-0~eo
- eina_quaternion_f16p16_norm at Base 1.27.0-0~eo
- eina_quaternion_f16p16_normalized at Base 1.27.0-0~eo
- eina_quaternion_f16p16_rotate at Base 1.27.0-0~eo
- eina_quaternion_f16p16_rotation_matrix3_get at Base 1.27.0-0~eo
- eina_quaternion_f16p16_scale at Base 1.27.0-0~eo
- eina_quaternion_f16p16_set at Base 1.27.0-0~eo
- eina_quaternion_f16p16_slerp at Base 1.27.0-0~eo
- eina_quaternion_homogeneous_regulate at Base 1.27.0-0~eo
- eina_quaternion_inverse at Base 1.27.0-0~eo
- eina_quaternion_length_get at Base 1.27.0-0~eo
- eina_quaternion_length_square_get at Base 1.27.0-0~eo
- eina_quaternion_lerp at Base 1.27.0-0~eo
- eina_quaternion_matrix4_to at Base 1.27.0-0~eo
- eina_quaternion_mul at Base 1.27.0-0~eo
- eina_quaternion_negative at Base 1.27.0-0~eo
- eina_quaternion_nlerp at Base 1.27.0-0~eo
- eina_quaternion_norm at Base 1.27.0-0~eo
- eina_quaternion_normalized at Base 1.27.0-0~eo
- eina_quaternion_rotate at Base 1.27.0-0~eo
- eina_quaternion_rotation_matrix3_get at Base 1.27.0-0~eo
- eina_quaternion_scale at Base 1.27.0-0~eo
- eina_quaternion_set at Base 1.27.0-0~eo
- eina_quaternion_slerp at Base 1.27.0-0~eo
- eina_quaternion_subtract at Base 1.27.0-0~eo
- eina_quaternion_transform at Base 1.27.0-0~eo
- eina_rbtree_delete at Base 1.27.0-0~eo
- eina_rbtree_inline_insert at Base 1.27.0-0~eo
- eina_rbtree_inline_remove at Base 1.27.0-0~eo
- eina_rbtree_iterator_infix at Base 1.27.0-0~eo
- eina_rbtree_iterator_postfix at Base 1.27.0-0~eo
- eina_rbtree_iterator_prefix at Base 1.27.0-0~eo
- eina_rectangle_free at Base 1.27.0-0~eo
- eina_rectangle_new at Base 1.27.0-0~eo
- eina_rectangle_outside_position at Base 1.27.0-0~eo
- eina_rectangle_pool_count at Base 1.27.0-0~eo
- eina_rectangle_pool_data_get at Base 1.27.0-0~eo
- eina_rectangle_pool_data_set at Base 1.27.0-0~eo
- eina_rectangle_pool_free at Base 1.27.0-0~eo
- eina_rectangle_pool_geometry_get at Base 1.27.0-0~eo
- eina_rectangle_pool_get at Base 1.27.0-0~eo
- eina_rectangle_pool_new at Base 1.27.0-0~eo
- eina_rectangle_pool_packing_set at Base 1.27.0-0~eo
- eina_rectangle_pool_release at Base 1.27.0-0~eo
- eina_rectangle_pool_request at Base 1.27.0-0~eo
- eina_safepointer_register at Base 1.27.0-0~eo
- eina_safepointer_unregister at Base 1.27.0-0~eo
- eina_sched_prio_drop at Base 1.27.0-0~eo
- eina_seed at Base 1.27.0-0~eo
- eina_sha1 at Base 1.27.0-0~eo
- eina_shutdown at Base 1.27.0-0~eo
- eina_simple_xml_attribute_free at Base 1.27.0-0~eo
- eina_simple_xml_attribute_new at Base 1.27.0-0~eo
- eina_simple_xml_attribute_w3c_parse at Base 1.27.0-0~eo
- eina_simple_xml_attributes_parse at Base 1.27.0-0~eo
- eina_simple_xml_node_cdata_free at Base 1.27.0-0~eo
- eina_simple_xml_node_cdata_new at Base 1.27.0-0~eo
- eina_simple_xml_node_comment_free at Base 1.27.0-0~eo
- eina_simple_xml_node_comment_new at Base 1.27.0-0~eo
- eina_simple_xml_node_data_free at Base 1.27.0-0~eo
- eina_simple_xml_node_data_new at Base 1.27.0-0~eo
- eina_simple_xml_node_doctype_child_free at Base 1.27.0-0~eo
- eina_simple_xml_node_doctype_child_new at Base 1.27.0-0~eo
- eina_simple_xml_node_doctype_free at Base 1.27.0-0~eo
- eina_simple_xml_node_doctype_new at Base 1.27.0-0~eo
- eina_simple_xml_node_dump at Base 1.27.0-0~eo
- eina_simple_xml_node_load at Base 1.27.0-0~eo
- eina_simple_xml_node_processing_free at Base 1.27.0-0~eo
- eina_simple_xml_node_processing_new at Base 1.27.0-0~eo
- eina_simple_xml_node_root_free at Base 1.27.0-0~eo
- eina_simple_xml_node_tag_free at Base 1.27.0-0~eo
- eina_simple_xml_node_tag_new at Base 1.27.0-0~eo
- eina_simple_xml_parse at Base 1.27.0-0~eo
- eina_simple_xml_tag_attributes_find at Base 1.27.0-0~eo
- eina_slstr_copy_new at Base 1.27.0-0~eo
- eina_slstr_copy_new_length at Base 1.27.0-0~eo
- eina_slstr_local_clear at Base 1.27.0-0~eo
- eina_slstr_steal_new at Base 1.27.0-0~eo
- eina_slstr_strbuf_new at Base 1.27.0-0~eo
- eina_slstr_stringshare_new at Base 1.27.0-0~eo
- eina_slstr_tmpstr_new at Base 1.27.0-0~eo
- eina_slstr_vasprintf_new at Base 1.27.0-0~eo
- eina_str_convert at Base 1.27.0-0~eo
- eina_str_convert_len at Base 1.27.0-0~eo
- eina_str_escape at Base 1.27.0-0~eo
- eina_str_has_extension at Base 1.27.0-0~eo
- eina_str_has_prefix at Base 1.27.0-0~eo
- eina_str_has_suffix at Base 1.27.0-0~eo
- eina_str_join_len at Base 1.27.0-0~eo
- eina_str_split at Base 1.27.0-0~eo
- eina_str_split_full at Base 1.27.0-0~eo
- eina_str_tolower at Base 1.27.0-0~eo
- eina_str_toupper at Base 1.27.0-0~eo
- eina_strbuf_append at Base 1.27.0-0~eo
- eina_strbuf_append_buffer at Base 1.27.0-0~eo
- eina_strbuf_append_char at Base 1.27.0-0~eo
- eina_strbuf_append_escaped at Base 1.27.0-0~eo
- eina_strbuf_append_length at Base 1.27.0-0~eo
- eina_strbuf_append_n at Base 1.27.0-0~eo
- eina_strbuf_append_printf at Base 1.27.0-0~eo
- eina_strbuf_append_slice at Base 1.27.0-0~eo
- eina_strbuf_append_strftime at Base 1.27.0-0~eo
- eina_strbuf_append_vprintf at Base 1.27.0-0~eo
- eina_strbuf_expand at Base 1.27.0-0~eo
- eina_strbuf_free at Base 1.27.0-0~eo
- eina_strbuf_insert at Base 1.27.0-0~eo
- eina_strbuf_insert_char at Base 1.27.0-0~eo
- eina_strbuf_insert_escaped at Base 1.27.0-0~eo
- eina_strbuf_insert_length at Base 1.27.0-0~eo
- eina_strbuf_insert_n at Base 1.27.0-0~eo
- eina_strbuf_insert_printf at Base 1.27.0-0~eo
- eina_strbuf_insert_slice at Base 1.27.0-0~eo
- eina_strbuf_insert_strftime at Base 1.27.0-0~eo
- eina_strbuf_insert_vprintf at Base 1.27.0-0~eo
- eina_strbuf_length_get at Base 1.27.0-0~eo
- eina_strbuf_ltrim at Base 1.27.0-0~eo
- eina_strbuf_manage_new at Base 1.27.0-0~eo
- eina_strbuf_manage_new_length at Base 1.27.0-0~eo
- eina_strbuf_manage_read_only_new_length at Base 1.27.0-0~eo
- eina_strbuf_new at Base 1.27.0-0~eo
- eina_strbuf_release at Base 1.27.0-0~eo
- eina_strbuf_remove at Base 1.27.0-0~eo
- eina_strbuf_replace at Base 1.27.0-0~eo
- eina_strbuf_replace_all at Base 1.27.0-0~eo
- eina_strbuf_replace_last at Base 1.27.0-0~eo
- eina_strbuf_reset at Base 1.27.0-0~eo
- eina_strbuf_rtrim at Base 1.27.0-0~eo
- eina_strbuf_rw_slice_get at Base 1.27.0-0~eo
- eina_strbuf_slice_get at Base 1.27.0-0~eo
- eina_strbuf_string_free at Base 1.27.0-0~eo
- eina_strbuf_string_get at Base 1.27.0-0~eo
- eina_strbuf_string_steal at Base 1.27.0-0~eo
- eina_strbuf_substr_get at Base 1.27.0-0~eo
- eina_strbuf_tolower at Base 1.27.0-0~eo
- eina_strbuf_trim at Base 1.27.0-0~eo
- eina_strbuf_use at Base 1.27.0-0~eo
- eina_strftime at Base 1.27.0-0~eo
- eina_stringshare_add at Base 1.27.0-0~eo
- eina_stringshare_add_length at Base 1.27.0-0~eo
- eina_stringshare_del at Base 1.27.0-0~eo
- eina_stringshare_dump at Base 1.27.0-0~eo
- eina_stringshare_nprintf at Base 1.27.0-0~eo
- eina_stringshare_printf at Base 1.27.0-0~eo
- eina_stringshare_ref at Base 1.27.0-0~eo
- eina_stringshare_strlen at Base 1.27.0-0~eo
- eina_stringshare_vprintf at Base 1.27.0-0~eo
- eina_strlcat at Base 1.27.0-0~eo
- eina_strlcpy at Base 1.27.0-0~eo
- eina_thread_cancel at Base 1.27.0-0~eo
- eina_thread_cancel_checkpoint at Base 1.27.0-0~eo
- eina_thread_cancellable_run at Base 1.27.0-0~eo
- eina_thread_cancellable_set at Base 1.27.0-0~eo
- eina_thread_create at Base 1.27.0-0~eo
- eina_thread_equal at Base 1.27.0-0~eo
- eina_thread_init at Base 1.27.0-0~eo
- eina_thread_join at Base 1.27.0-0~eo
- eina_thread_name_set at Base 1.27.0-0~eo
- eina_thread_queue_fd_get at Base 1.27.0-0~eo
- eina_thread_queue_fd_set at Base 1.27.0-0~eo
- eina_thread_queue_free at Base 1.27.0-0~eo
- eina_thread_queue_new at Base 1.27.0-0~eo
- eina_thread_queue_parent_get at Base 1.27.0-0~eo
- eina_thread_queue_parent_set at Base 1.27.0-0~eo
- eina_thread_queue_pending_get at Base 1.27.0-0~eo
- eina_thread_queue_poll at Base 1.27.0-0~eo
- eina_thread_queue_send at Base 1.27.0-0~eo
- eina_thread_queue_send_done at Base 1.27.0-0~eo
- eina_thread_queue_wait at Base 1.27.0-0~eo
- eina_thread_queue_wait_done at Base 1.27.0-0~eo
- eina_thread_self at Base 1.27.0-0~eo
- eina_thread_shutdown at Base 1.27.0-0~eo
- eina_threads_init at Base 1.27.0-0~eo
- eina_threads_shutdown at Base 1.27.0-0~eo
- eina_tile_grid_slicer_iterator_new at Base 1.27.0-0~eo
- eina_tiler_area_size_get at Base 1.27.0-0~eo
- eina_tiler_area_size_set at Base 1.27.0-0~eo
- eina_tiler_clear at Base 1.27.0-0~eo
- eina_tiler_empty at Base 1.27.0-0~eo
- eina_tiler_equal at Base 1.27.0-0~eo
- eina_tiler_free at Base 1.27.0-0~eo
- eina_tiler_intersection at Base 1.27.0-0~eo
- eina_tiler_iterator_new at Base 1.27.0-0~eo
- eina_tiler_new at Base 1.27.0-0~eo
- eina_tiler_rect_add at Base 1.27.0-0~eo
- eina_tiler_rect_del at Base 1.27.0-0~eo
- eina_tiler_strict_set at Base 1.27.0-0~eo
- eina_tiler_subtract at Base 1.27.0-0~eo
- eina_tiler_tile_size_set at Base 1.27.0-0~eo
- eina_tiler_union at Base 1.27.0-0~eo
- eina_tmpstr_add at Base 1.27.0-0~eo
- eina_tmpstr_add_length at Base 1.27.0-0~eo
- eina_tmpstr_del at Base 1.27.0-0~eo
- eina_tmpstr_len at Base 1.27.0-0~eo
- eina_tmpstr_manage_new at Base 1.27.0-0~eo
- eina_tmpstr_manage_new_length at Base 1.27.0-0~eo
- eina_tmpstr_strlen at Base 1.27.0-0~eo
- eina_unicode_escape at Base 1.27.0-0~eo
- eina_unicode_strcmp at Base 1.27.0-0~eo
- eina_unicode_strcpy at Base 1.27.0-0~eo
- eina_unicode_strdup at Base 1.27.0-0~eo
- eina_unicode_strlen at Base 1.27.0-0~eo
- eina_unicode_strncpy at Base 1.27.0-0~eo
- eina_unicode_strndup at Base 1.27.0-0~eo
- eina_unicode_strnlen at Base 1.27.0-0~eo
- eina_unicode_strstr at Base 1.27.0-0~eo
- eina_unicode_unicode_to_utf8 at Base 1.27.0-0~eo
- eina_unicode_unicode_to_utf8_range at Base 1.27.0-0~eo
- eina_unicode_utf8_get_len at Base 1.27.0-0~eo
- eina_unicode_utf8_get_next at Base 1.27.0-0~eo
- eina_unicode_utf8_get_prev at Base 1.27.0-0~eo
- eina_unicode_utf8_to_unicode at Base 1.27.0-0~eo
- eina_ustrbuf_append at Base 1.27.0-0~eo
- eina_ustrbuf_append_buffer at Base 1.27.0-0~eo
- eina_ustrbuf_append_char at Base 1.27.0-0~eo
- eina_ustrbuf_append_escaped at Base 1.27.0-0~eo
- eina_ustrbuf_append_length at Base 1.27.0-0~eo
- eina_ustrbuf_append_n at Base 1.27.0-0~eo
- eina_ustrbuf_append_slice at Base 1.27.0-0~eo
- eina_ustrbuf_expand at Base 1.27.0-0~eo
- eina_ustrbuf_free at Base 1.27.0-0~eo
- eina_ustrbuf_insert at Base 1.27.0-0~eo
- eina_ustrbuf_insert_char at Base 1.27.0-0~eo
- eina_ustrbuf_insert_escaped at Base 1.27.0-0~eo
- eina_ustrbuf_insert_length at Base 1.27.0-0~eo
- eina_ustrbuf_insert_n at Base 1.27.0-0~eo
- eina_ustrbuf_insert_slice at Base 1.27.0-0~eo
- eina_ustrbuf_length_get at Base 1.27.0-0~eo
- eina_ustrbuf_manage_new at Base 1.27.0-0~eo
- eina_ustrbuf_manage_new_length at Base 1.27.0-0~eo
- eina_ustrbuf_manage_read_only_new_length at Base 1.27.0-0~eo
- eina_ustrbuf_new at Base 1.27.0-0~eo
- eina_ustrbuf_release at Base 1.27.0-0~eo
- eina_ustrbuf_remove at Base 1.27.0-0~eo
- eina_ustrbuf_reset at Base 1.27.0-0~eo
- eina_ustrbuf_rw_slice_get at Base 1.27.0-0~eo
- eina_ustrbuf_slice_get at Base 1.27.0-0~eo
- eina_ustrbuf_string_free at Base 1.27.0-0~eo
- eina_ustrbuf_string_get at Base 1.27.0-0~eo
- eina_ustrbuf_string_steal at Base 1.27.0-0~eo
- eina_ustrbuf_use at Base 1.27.0-0~eo
- eina_ustringshare_add at Base 1.27.0-0~eo
- eina_ustringshare_add_length at Base 1.27.0-0~eo
- eina_ustringshare_del at Base 1.27.0-0~eo
- eina_ustringshare_dump at Base 1.27.0-0~eo
- eina_ustringshare_ref at Base 1.27.0-0~eo
- eina_ustringshare_strlen at Base 1.27.0-0~eo
- eina_value_array_new at Base 1.27.0-0~eo
- eina_value_content_init at Base 1.27.0-0~eo
- eina_value_content_new at Base 1.27.0-0~eo
- eina_value_convert at Base 1.27.0-0~eo
- eina_value_copy at Base 1.27.0-0~eo
- eina_value_free at Base 1.27.0-0~eo
- eina_value_hash_new at Base 1.27.0-0~eo
- eina_value_inner_alloc at Base 1.27.0-0~eo
- eina_value_inner_free at Base 1.27.0-0~eo
- eina_value_list_new at Base 1.27.0-0~eo
- eina_value_new at Base 1.27.0-0~eo
- eina_value_optional_new at Base 1.27.0-0~eo
- eina_value_optional_pget at Base 1.27.0-0~eo
- eina_value_optional_pset at Base 1.27.0-0~eo
- eina_value_optional_reset at Base 1.27.0-0~eo
- eina_value_struct_member_find at Base 1.27.0-0~eo
- eina_value_struct_new at Base 1.27.0-0~eo
- eina_value_to_binbuf at Base 1.27.0-0~eo
- eina_value_to_content at Base 1.27.0-0~eo
- eina_value_to_string at Base 1.27.0-0~eo
- eina_value_type_check at Base 1.27.0-0~eo
- eina_value_type_name_get at Base 1.27.0-0~eo
- eina_value_util_struct_desc_new at Base 1.27.0-0~eo
- eina_value_util_time_string_new at Base 1.27.0-0~eo
- eina_version at Base 1.27.0-0~eo
- eina_vpath_interface_app_set at Base 1.27.0-0~eo
- eina_vpath_interface_user_set at Base 1.27.0-0~eo
- eina_vpath_resolve at Base 1.27.0-0~eo
- eina_vpath_resolve_snprintf at Base 1.27.0-0~eo
- eina_xattr_copy at Base 1.27.0-0~eo
- eina_xattr_del at Base 1.27.0-0~eo
- eina_xattr_double_get at Base 1.27.0-0~eo
- eina_xattr_double_set at Base 1.27.0-0~eo
- eina_xattr_fd_copy at Base 1.27.0-0~eo
- eina_xattr_fd_del at Base 1.27.0-0~eo
- eina_xattr_fd_get at Base 1.27.0-0~eo
- eina_xattr_fd_ls at Base 1.27.0-0~eo
- eina_xattr_fd_set at Base 1.27.0-0~eo
- eina_xattr_get at Base 1.27.0-0~eo
- eina_xattr_int_get at Base 1.27.0-0~eo
- eina_xattr_int_set at Base 1.27.0-0~eo
- eina_xattr_ls at Base 1.27.0-0~eo
- eina_xattr_set at Base 1.27.0-0~eo
- eina_xattr_string_get at Base 1.27.0-0~eo
- eina_xattr_string_set at Base 1.27.0-0~eo
- eina_xattr_value_fd_ls at Base 1.27.0-0~eo
- eina_xattr_value_ls at Base 1.27.0-0~eo
-libeo.so.1 libeina1a #MINVER#
-* Build-Depends-Package: libefl-all-dev
- EFL_DBG_INFO_TYPE at Base 1.27.0-0~eo
- EINA_VALUE_TYPE_OBJECT at Base 1.27.0-0~eo
- _EFL_EVENT_CALLBACK_ADD at Base 1.27.0-0~eo
- _EFL_EVENT_CALLBACK_DEL at Base 1.27.0-0~eo
- _EFL_EVENT_DEL at Base 1.27.0-0~eo
- _EFL_EVENT_DESTRUCT at Base 1.27.0-0~eo
- _EFL_EVENT_INVALIDATE at Base 1.27.0-0~eo
- _EFL_EVENT_NOREF at Base 1.27.0-0~eo
- _EFL_EVENT_OWNERSHIP_SHARED at Base 1.27.0-0~eo
- _EFL_EVENT_OWNERSHIP_UNIQUE at Base 1.27.0-0~eo
- ___efl_auto_unref_set at Base 1.27.0-0~eo
- ___efl_ref2_count at Base 1.27.0-0~eo
- ___efl_ref2_reset at Base 1.27.0-0~eo
- _efl_add_end at Base 1.27.0-0~eo
- _efl_add_internal_start at Base 1.27.0-0~eo
- _efl_add_internal_start_bindings at Base 1.27.0-0~eo
- _efl_added_get at Base 1.27.0-0~eo
- _efl_class_creation_lock at Base 1.27.0-0~eo
- _efl_object_api_op_id_get at Base 1.27.0-0~eo
- _efl_object_call_end at Base 1.27.0-0~eo
- _efl_object_call_resolve at Base 1.27.0-0~eo
- _efl_object_event_callback_count at Base 1.27.0-0~eo
- _efl_object_init_generation at Base 1.27.0-0~eo
- _efl_object_op_api_id_get at Base 1.27.0-0~eo
- _eo_no_anon at Base 1.27.0-0~eo
- efl_allow_parent_unref_get at Base 1.27.0-0~eo
- efl_allow_parent_unref_set at Base 1.27.0-0~eo
- efl_callbacks_cmp at Base 1.27.0-0~eo
- efl_cast at Base 1.27.0-0~eo
- efl_children_iterator_new at Base 1.27.0-0~eo
- efl_class_class_get at Base 1.27.0-0~eo
- efl_class_functions_set at Base 1.27.0-0~eo
- efl_class_get at Base 1.27.0-0~eo
- efl_class_memory_size_get at Base 1.27.0-0~eo
- efl_class_name_get at Base 1.27.0-0~eo
- efl_class_new at Base 1.27.0-0~eo
- efl_class_override_register at Base 1.27.0-0~eo
- efl_class_override_unregister at Base 1.27.0-0~eo
- efl_class_type_get at Base 1.27.0-0~eo
- efl_comment_get at Base 1.27.0-0~eo
- efl_comment_set at Base 1.27.0-0~eo
- efl_compatible at Base 1.27.0-0~eo
- efl_composite_attach at Base 1.27.0-0~eo
- efl_composite_detach at Base 1.27.0-0~eo
- efl_composite_part_is at Base 1.27.0-0~eo
- efl_constructor at Base 1.27.0-0~eo
- efl_data_scope_get at Base 1.27.0-0~eo
- efl_data_scope_safe_get at Base 1.27.0-0~eo
- efl_data_xref_internal at Base 1.27.0-0~eo
- efl_data_xunref_internal at Base 1.27.0-0~eo
- efl_dbg_info_free at Base 1.27.0-0~eo
- efl_dbg_info_get at Base 1.27.0-0~eo
- efl_debug_name_get at Base 1.27.0-0~eo
- efl_debug_name_override at Base 1.27.0-0~eo
- efl_del at Base 1.27.0-0~eo
- efl_del_intercept_get at Base 1.27.0-0~eo
- efl_del_intercept_set at Base 1.27.0-0~eo
- efl_destructed_is at Base 1.27.0-0~eo
- efl_destructor at Base 1.27.0-0~eo
- efl_domain_current_get at Base 1.27.0-0~eo
- efl_domain_current_pop at Base 1.27.0-0~eo
- efl_domain_current_push at Base 1.27.0-0~eo
- efl_domain_current_set at Base 1.27.0-0~eo
- efl_domain_data_adopt at Base 1.27.0-0~eo
- efl_domain_data_get at Base 1.27.0-0~eo
- efl_domain_data_return at Base 1.27.0-0~eo
- efl_domain_get at Base 1.27.0-0~eo
- efl_domain_switch at Base 1.27.0-0~eo
- efl_event_callback_array_del at Base 1.27.0-0~eo
- efl_event_callback_array_priority_add at Base 1.27.0-0~eo
- efl_event_callback_call at Base 1.27.0-0~eo
- efl_event_callback_count at Base 1.27.0-0~eo
- efl_event_callback_del at Base 1.27.0-0~eo
- efl_event_callback_forwarder_del at Base 1.27.0-0~eo
- efl_event_callback_forwarder_priority_add at Base 1.27.0-0~eo
- efl_event_callback_legacy_call at Base 1.27.0-0~eo
- efl_event_callback_priority_add at Base 1.27.0-0~eo
- efl_event_callback_stop at Base 1.27.0-0~eo
- efl_event_freeze at Base 1.27.0-0~eo
- efl_event_freeze_count_get at Base 1.27.0-0~eo
- efl_event_future_scheduler_get at Base 1.27.0-0~eo
- efl_event_global_freeze at Base 1.27.0-0~eo
- efl_event_global_freeze_count_get at Base 1.27.0-0~eo
- efl_event_global_thaw at Base 1.27.0-0~eo
- efl_event_thaw at Base 1.27.0-0~eo
- efl_finalize at Base 1.27.0-0~eo
- efl_finalized_get at Base 1.27.0-0~eo
- efl_future_cb_from_desc at Base 1.27.0-0~eo
- efl_future_chain_array at Base 1.27.0-0~eo
- efl_invalidate at Base 1.27.0-0~eo
- efl_invalidated_get at Base 1.27.0-0~eo
- efl_invalidating_get at Base 1.27.0-0~eo
- efl_isa at Base 1.27.0-0~eo
- efl_key_data_get at Base 1.27.0-0~eo
- efl_key_data_set at Base 1.27.0-0~eo
- efl_key_ref_get at Base 1.27.0-0~eo
- efl_key_ref_set at Base 1.27.0-0~eo
- efl_key_value_get at Base 1.27.0-0~eo
- efl_key_value_set at Base 1.27.0-0~eo
- efl_key_wref_get at Base 1.27.0-0~eo
- efl_key_wref_set at Base 1.27.0-0~eo
- efl_manual_free at Base 1.27.0-0~eo
- efl_manual_free_set at Base 1.27.0-0~eo
- efl_name_find at Base 1.27.0-0~eo
- efl_name_get at Base 1.27.0-0~eo
- efl_name_set at Base 1.27.0-0~eo
- efl_object_class_get at Base 1.27.0-0~eo
- efl_object_init at Base 1.27.0-0~eo
- efl_object_legacy_only_event_description_get at Base 1.27.0-0~eo
- efl_object_override at Base 1.27.0-0~eo
- efl_object_override_class_get at Base 1.27.0-0~eo
- efl_object_shutdown at Base 1.27.0-0~eo
- efl_ownable_get at Base 1.27.0-0~eo
- efl_parent_get at Base 1.27.0-0~eo
- efl_parent_set at Base 1.27.0-0~eo
- efl_property_reflection_exist at Base 1.27.0-0~eo
- efl_property_reflection_get at Base 1.27.0-0~eo
- efl_property_reflection_set at Base 1.27.0-0~eo
- efl_provider_find at Base 1.27.0-0~eo
- efl_provider_register at Base 1.27.0-0~eo
- efl_provider_unregister at Base 1.27.0-0~eo
- efl_ref at Base 1.27.0-0~eo
- efl_ref_count at Base 1.27.0-0~eo
- efl_reuse at Base 1.27.0-0~eo
- efl_super at Base 1.27.0-0~eo
- efl_unref at Base 1.27.0-0~eo
- efl_wref_add at Base 1.27.0-0~eo
- efl_wref_del at Base 1.27.0-0~eo
- efl_xref_internal at Base 1.27.0-0~eo
- efl_xunref at Base 1.27.0-0~eo
- eo_classes_iterator_new at Base 1.27.0-0~eo
- eo_objects_iterator_new at Base 1.27.0-0~eo
-libeo_dbg.so.1 libeina1a #MINVER#
-* Build-Depends-Package: libefl-all-dev
- EFL_DBG_INFO_TYPE at Base 1.27.0-0~eo
- EINA_VALUE_TYPE_OBJECT at Base 1.27.0-0~eo
- _EFL_EVENT_CALLBACK_ADD at Base 1.27.0-0~eo
- _EFL_EVENT_CALLBACK_DEL at Base 1.27.0-0~eo
- _EFL_EVENT_DEL at Base 1.27.0-0~eo
- _EFL_EVENT_DESTRUCT at Base 1.27.0-0~eo
- _EFL_EVENT_INVALIDATE at Base 1.27.0-0~eo
- _EFL_EVENT_NOREF at Base 1.27.0-0~eo
- _EFL_EVENT_OWNERSHIP_SHARED at Base 1.27.0-0~eo
- _EFL_EVENT_OWNERSHIP_UNIQUE at Base 1.27.0-0~eo
- ___efl_auto_unref_set at Base 1.27.0-0~eo
- ___efl_ref2_count at Base 1.27.0-0~eo
- ___efl_ref2_reset at Base 1.27.0-0~eo
- _efl_add_end at Base 1.27.0-0~eo
- _efl_add_internal_start at Base 1.27.0-0~eo
- _efl_add_internal_start_bindings at Base 1.27.0-0~eo
- _efl_added_get at Base 1.27.0-0~eo
- _efl_class_creation_lock at Base 1.27.0-0~eo
- _efl_object_api_op_id_get at Base 1.27.0-0~eo
- _efl_object_call_end at Base 1.27.0-0~eo
- _efl_object_call_resolve at Base 1.27.0-0~eo
- _efl_object_event_callback_count at Base 1.27.0-0~eo
- _efl_object_init_generation at Base 1.27.0-0~eo
- _efl_object_op_api_id_get at Base 1.27.0-0~eo
- _eo_no_anon at Base 1.27.0-0~eo
- efl_allow_parent_unref_get at Base 1.27.0-0~eo
- efl_allow_parent_unref_set at Base 1.27.0-0~eo
- efl_callbacks_cmp at Base 1.27.0-0~eo
- efl_cast at Base 1.27.0-0~eo
- efl_children_iterator_new at Base 1.27.0-0~eo
- efl_class_class_get at Base 1.27.0-0~eo
- efl_class_functions_set at Base 1.27.0-0~eo
- efl_class_get at Base 1.27.0-0~eo
- efl_class_memory_size_get at Base 1.27.0-0~eo
- efl_class_name_get at Base 1.27.0-0~eo
- efl_class_new at Base 1.27.0-0~eo
- efl_class_override_register at Base 1.27.0-0~eo
- efl_class_override_unregister at Base 1.27.0-0~eo
- efl_class_type_get at Base 1.27.0-0~eo
- efl_comment_get at Base 1.27.0-0~eo
- efl_comment_set at Base 1.27.0-0~eo
- efl_compatible at Base 1.27.0-0~eo
- efl_composite_attach at Base 1.27.0-0~eo
- efl_composite_detach at Base 1.27.0-0~eo
- efl_composite_part_is at Base 1.27.0-0~eo
- efl_constructor at Base 1.27.0-0~eo
- efl_data_scope_get at Base 1.27.0-0~eo
- efl_data_scope_safe_get at Base 1.27.0-0~eo
- efl_data_xref_internal at Base 1.27.0-0~eo
- efl_data_xunref_internal at Base 1.27.0-0~eo
- efl_dbg_info_free at Base 1.27.0-0~eo
- efl_dbg_info_get at Base 1.27.0-0~eo
- efl_debug_name_get at Base 1.27.0-0~eo
- efl_debug_name_override at Base 1.27.0-0~eo
- efl_del at Base 1.27.0-0~eo
- efl_del_intercept_get at Base 1.27.0-0~eo
- efl_del_intercept_set at Base 1.27.0-0~eo
- efl_destructed_is at Base 1.27.0-0~eo
- efl_destructor at Base 1.27.0-0~eo
- efl_domain_current_get at Base 1.27.0-0~eo
- efl_domain_current_pop at Base 1.27.0-0~eo
- efl_domain_current_push at Base 1.27.0-0~eo
- efl_domain_current_set at Base 1.27.0-0~eo
- efl_domain_data_adopt at Base 1.27.0-0~eo
- efl_domain_data_get at Base 1.27.0-0~eo
- efl_domain_data_return at Base 1.27.0-0~eo
- efl_domain_get at Base 1.27.0-0~eo
- efl_domain_switch at Base 1.27.0-0~eo
- efl_event_callback_array_del at Base 1.27.0-0~eo
- efl_event_callback_array_priority_add at Base 1.27.0-0~eo
- efl_event_callback_call at Base 1.27.0-0~eo
- efl_event_callback_count at Base 1.27.0-0~eo
- efl_event_callback_del at Base 1.27.0-0~eo
- efl_event_callback_forwarder_del at Base 1.27.0-0~eo
- efl_event_callback_forwarder_priority_add at Base 1.27.0-0~eo
- efl_event_callback_legacy_call at Base 1.27.0-0~eo
- efl_event_callback_priority_add at Base 1.27.0-0~eo
- efl_event_callback_stop at Base 1.27.0-0~eo
- efl_event_freeze at Base 1.27.0-0~eo
- efl_event_freeze_count_get at Base 1.27.0-0~eo
- efl_event_future_scheduler_get at Base 1.27.0-0~eo
- efl_event_global_freeze at Base 1.27.0-0~eo
- efl_event_global_freeze_count_get at Base 1.27.0-0~eo
- efl_event_global_thaw at Base 1.27.0-0~eo
- efl_event_thaw at Base 1.27.0-0~eo
- efl_finalize at Base 1.27.0-0~eo
- efl_finalized_get at Base 1.27.0-0~eo
- efl_future_cb_from_desc at Base 1.27.0-0~eo
- efl_future_chain_array at Base 1.27.0-0~eo
- efl_invalidate at Base 1.27.0-0~eo
- efl_invalidated_get at Base 1.27.0-0~eo
- efl_invalidating_get at Base 1.27.0-0~eo
- efl_isa at Base 1.27.0-0~eo
- efl_key_data_get at Base 1.27.0-0~eo
- efl_key_data_set at Base 1.27.0-0~eo
- efl_key_ref_get at Base 1.27.0-0~eo
- efl_key_ref_set at Base 1.27.0-0~eo
- efl_key_value_get at Base 1.27.0-0~eo
- efl_key_value_set at Base 1.27.0-0~eo
- efl_key_wref_get at Base 1.27.0-0~eo
- efl_key_wref_set at Base 1.27.0-0~eo
- efl_manual_free at Base 1.27.0-0~eo
- efl_manual_free_set at Base 1.27.0-0~eo
- efl_name_find at Base 1.27.0-0~eo
- efl_name_get at Base 1.27.0-0~eo
- efl_name_set at Base 1.27.0-0~eo
- efl_object_class_get at Base 1.27.0-0~eo
- efl_object_init at Base 1.27.0-0~eo
- efl_object_legacy_only_event_description_get at Base 1.27.0-0~eo
- efl_object_override at Base 1.27.0-0~eo
- efl_object_override_class_get at Base 1.27.0-0~eo
- efl_object_shutdown at Base 1.27.0-0~eo
- efl_ownable_get at Base 1.27.0-0~eo
- efl_parent_get at Base 1.27.0-0~eo
- efl_parent_set at Base 1.27.0-0~eo
- efl_property_reflection_exist at Base 1.27.0-0~eo
- efl_property_reflection_get at Base 1.27.0-0~eo
- efl_property_reflection_set at Base 1.27.0-0~eo
- efl_provider_find at Base 1.27.0-0~eo
- efl_provider_register at Base 1.27.0-0~eo
- efl_provider_unregister at Base 1.27.0-0~eo
- efl_ref at Base 1.27.0-0~eo
- efl_ref_count at Base 1.27.0-0~eo
- efl_reuse at Base 1.27.0-0~eo
- efl_super at Base 1.27.0-0~eo
- efl_unref at Base 1.27.0-0~eo
- efl_wref_add at Base 1.27.0-0~eo
- efl_wref_del at Base 1.27.0-0~eo
- efl_xref_internal at Base 1.27.0-0~eo
- efl_xunref at Base 1.27.0-0~eo
- eo_classes_iterator_new at Base 1.27.0-0~eo
- eo_objects_iterator_new at Base 1.27.0-0~eo
diff -Nru efl-1.27.0/debian/libeina1t64.install efl-1.27.0/debian/libeina1t64.install
--- efl-1.27.0/debian/libeina1t64.install	1970-01-01 00:00:00.000000000 +0000
+++ efl-1.27.0/debian/libeina1t64.install	2024-02-28 23:57:09.000000000 +0000
@@ -0,0 +1,6 @@
+usr/lib/*/libeina.so.*
+usr/lib/*/libeo.so.*
+usr/lib/*/libeo_dbg.so.*
+#libefl
+usr/lib/*/libefl.so.*
+usr/share/locale/*/LC_MESSAGES/efl.mo
diff -Nru efl-1.27.0/debian/libeina1t64.lintian-overrides efl-1.27.0/debian/libeina1t64.lintian-overrides
--- efl-1.27.0/debian/libeina1t64.lintian-overrides	1970-01-01 00:00:00.000000000 +0000
+++ efl-1.27.0/debian/libeina1t64.lintian-overrides	2024-02-28 23:57:09.000000000 +0000
@@ -0,0 +1,4 @@
+# Symbols generated by eolian; see note in README.source
+libeina1t64: symbols-file-contains-debian-revision
+libeina1t64: package-name-doesnt-match-sonames
+libeina1t64: package-name-doesnt-match-sonames libeina1a
diff -Nru efl-1.27.0/debian/libeina1t64.symbols efl-1.27.0/debian/libeina1t64.symbols
--- efl-1.27.0/debian/libeina1t64.symbols	1970-01-01 00:00:00.000000000 +0000
+++ efl-1.27.0/debian/libeina1t64.symbols	2024-02-28 23:57:09.000000000 +0000
@@ -0,0 +1,1832 @@
+libefl.so.1 libeina1t64 #MINVER#
+* Build-Depends-Package: libefl-all-dev
+ EFL_FACTORY_ERROR_NOT_SUPPORTED at Base 1.27.0-0~eo
+ EFL_MODEL_ERROR_INCORRECT_VALUE at Base 1.27.0-0~eo
+ EFL_MODEL_ERROR_INIT_FAILED at Base 1.27.0-0~eo
+ EFL_MODEL_ERROR_INVALID_OBJECT at Base 1.27.0-0~eo
+ EFL_MODEL_ERROR_NOT_FOUND at Base 1.27.0-0~eo
+ EFL_MODEL_ERROR_NOT_SUPPORTED at Base 1.27.0-0~eo
+ EFL_MODEL_ERROR_PERMISSION_DENIED at Base 1.27.0-0~eo
+ EFL_MODEL_ERROR_READ_ONLY at Base 1.27.0-0~eo
+ EFL_MODEL_ERROR_UNKNOWN at Base 1.27.0-0~eo
+ EFL_PROPERTY_ERROR_INVALID_KEY at Base 1.27.0-0~eo
+ _EFL_CONFIG_EVENT_CONFIG_CHANGED at Base 1.27.0-0~eo
+ _EFL_CONTAINER_EVENT_CONTENT_ADDED at Base 1.27.0-0~eo
+ _EFL_CONTAINER_EVENT_CONTENT_REMOVED at Base 1.27.0-0~eo
+ _EFL_CONTENT_EVENT_CONTENT_CHANGED at Base 1.27.0-0~eo
+ _EFL_GFX_ENTITY_EVENT_HINTS_CHANGED at Base 1.27.0-0~eo
+ _EFL_GFX_ENTITY_EVENT_POSITION_CHANGED at Base 1.27.0-0~eo
+ _EFL_GFX_ENTITY_EVENT_SIZE_CHANGED at Base 1.27.0-0~eo
+ _EFL_GFX_ENTITY_EVENT_STACKING_CHANGED at Base 1.27.0-0~eo
+ _EFL_GFX_ENTITY_EVENT_VISIBILITY_CHANGED at Base 1.27.0-0~eo
+ _EFL_GFX_IMAGE_EVENT_IMAGE_PRELOAD_STATE_CHANGED at Base 1.27.0-0~eo
+ _EFL_GFX_IMAGE_EVENT_IMAGE_RESIZED at Base 1.27.0-0~eo
+ _EFL_IO_BUFFER_EVENT_POSITION_READ_CHANGED at Base 1.27.0-0~eo
+ _EFL_IO_BUFFER_EVENT_POSITION_WRITE_CHANGED at Base 1.27.0-0~eo
+ _EFL_IO_BUFFER_EVENT_REALLOCATED at Base 1.27.0-0~eo
+ _EFL_IO_CLOSER_EVENT_CLOSED at Base 1.27.0-0~eo
+ _EFL_IO_POSITIONER_EVENT_POSITION_CHANGED at Base 1.27.0-0~eo
+ _EFL_IO_QUEUE_EVENT_SLICE_CHANGED at Base 1.27.0-0~eo
+ _EFL_IO_READER_EVENT_CAN_READ_CHANGED at Base 1.27.0-0~eo
+ _EFL_IO_READER_EVENT_EOS at Base 1.27.0-0~eo
+ _EFL_IO_SIZER_EVENT_SIZE_CHANGED at Base 1.27.0-0~eo
+ _EFL_IO_WRITER_EVENT_CAN_WRITE_CHANGED at Base 1.27.0-0~eo
+ _EFL_MODEL_EVENT_CHILDREN_COUNT_CHANGED at Base 1.27.0-0~eo
+ _EFL_MODEL_EVENT_CHILD_ADDED at Base 1.27.0-0~eo
+ _EFL_MODEL_EVENT_CHILD_REMOVED at Base 1.27.0-0~eo
+ _EFL_MODEL_EVENT_PROPERTIES_CHANGED at Base 1.27.0-0~eo
+ _EFL_PACK_EVENT_LAYOUT_UPDATED at Base 1.27.0-0~eo
+ _EFL_PLAYER_EVENT_PAUSED_CHANGED at Base 1.27.0-0~eo
+ _EFL_PLAYER_EVENT_PLAYBACK_FINISHED at Base 1.27.0-0~eo
+ _EFL_PLAYER_EVENT_PLAYBACK_POSITION_CHANGED at Base 1.27.0-0~eo
+ _EFL_PLAYER_EVENT_PLAYBACK_PROGRESS_CHANGED at Base 1.27.0-0~eo
+ _EFL_PLAYER_EVENT_PLAYBACK_REPEATED at Base 1.27.0-0~eo
+ _EFL_PLAYER_EVENT_PLAYING_CHANGED at Base 1.27.0-0~eo
+ _EFL_UI_AUTOREPEAT_EVENT_REPEATED at Base 1.27.0-0~eo
+ _EFL_UI_EVENT_EDGE_DOWN at Base 1.27.0-0~eo
+ _EFL_UI_EVENT_EDGE_LEFT at Base 1.27.0-0~eo
+ _EFL_UI_EVENT_EDGE_RIGHT at Base 1.27.0-0~eo
+ _EFL_UI_EVENT_EDGE_UP at Base 1.27.0-0~eo
+ _EFL_UI_EVENT_ITEM_SELECTED at Base 1.27.0-0~eo
+ _EFL_UI_EVENT_ITEM_UNSELECTED at Base 1.27.0-0~eo
+ _EFL_UI_EVENT_SCROLL_ANIM_FINISHED at Base 1.27.0-0~eo
+ _EFL_UI_EVENT_SCROLL_ANIM_STARTED at Base 1.27.0-0~eo
+ _EFL_UI_EVENT_SCROLL_CHANGED at Base 1.27.0-0~eo
+ _EFL_UI_EVENT_SCROLL_DOWN at Base 1.27.0-0~eo
+ _EFL_UI_EVENT_SCROLL_DRAG_FINISHED at Base 1.27.0-0~eo
+ _EFL_UI_EVENT_SCROLL_DRAG_STARTED at Base 1.27.0-0~eo
+ _EFL_UI_EVENT_SCROLL_FINISHED at Base 1.27.0-0~eo
+ _EFL_UI_EVENT_SCROLL_LEFT at Base 1.27.0-0~eo
+ _EFL_UI_EVENT_SCROLL_RIGHT at Base 1.27.0-0~eo
+ _EFL_UI_EVENT_SCROLL_STARTED at Base 1.27.0-0~eo
+ _EFL_UI_EVENT_SCROLL_UP at Base 1.27.0-0~eo
+ _EFL_UI_EVENT_ZOOM_CHANGE at Base 1.27.0-0~eo
+ _EFL_UI_EVENT_ZOOM_START at Base 1.27.0-0~eo
+ _EFL_UI_EVENT_ZOOM_STOP at Base 1.27.0-0~eo
+ _EFL_UI_FACTORY_EVENT_ITEM_BUILDING at Base 1.27.0-0~eo
+ _EFL_UI_FACTORY_EVENT_ITEM_CONSTRUCTING at Base 1.27.0-0~eo
+ _EFL_UI_FACTORY_EVENT_ITEM_CREATED at Base 1.27.0-0~eo
+ _EFL_UI_FACTORY_EVENT_ITEM_RELEASING at Base 1.27.0-0~eo
+ _EFL_UI_PROPERTY_BIND_EVENT_PROPERTIES_CHANGED at Base 1.27.0-0~eo
+ _EFL_UI_PROPERTY_BIND_EVENT_PROPERTY_BOUND at Base 1.27.0-0~eo
+ _EFL_UI_RANGE_EVENT_CHANGED at Base 1.27.0-0~eo
+ _EFL_UI_RANGE_EVENT_MAX_REACHED at Base 1.27.0-0~eo
+ _EFL_UI_RANGE_EVENT_MIN_REACHED at Base 1.27.0-0~eo
+ _EFL_UI_RANGE_EVENT_STEADY at Base 1.27.0-0~eo
+ _EFL_UI_SCROLLBAR_EVENT_BAR_DRAGGED at Base 1.27.0-0~eo
+ _EFL_UI_SCROLLBAR_EVENT_BAR_HIDE at Base 1.27.0-0~eo
+ _EFL_UI_SCROLLBAR_EVENT_BAR_POS_CHANGED at Base 1.27.0-0~eo
+ _EFL_UI_SCROLLBAR_EVENT_BAR_PRESSED at Base 1.27.0-0~eo
+ _EFL_UI_SCROLLBAR_EVENT_BAR_SHOW at Base 1.27.0-0~eo
+ _EFL_UI_SCROLLBAR_EVENT_BAR_SIZE_CHANGED at Base 1.27.0-0~eo
+ _EFL_UI_SCROLLBAR_EVENT_BAR_UNPRESSED at Base 1.27.0-0~eo
+ _EFL_UI_VIEW_EVENT_MODEL_CHANGED at Base 1.27.0-0~eo
+ __efl_internal_init at Base 1.27.0-0~eo
+ _efl_model_properties_changed_internal at Base 1.27.0-0~eo
+ efl_audio_control_interface_get at Base 1.27.0-0~eo
+ efl_audio_control_mute_get at Base 1.27.0-0~eo
+ efl_audio_control_mute_set at Base 1.27.0-0~eo
+ efl_audio_control_volume_get at Base 1.27.0-0~eo
+ efl_audio_control_volume_set at Base 1.27.0-0~eo
+ efl_cached_item_interface_get at Base 1.27.0-0~eo
+ efl_cached_item_memory_size_get at Base 1.27.0-0~eo
+ efl_config_get at Base 1.27.0-0~eo
+ efl_config_interface_get at Base 1.27.0-0~eo
+ efl_config_set at Base 1.27.0-0~eo
+ efl_container_interface_get at Base 1.27.0-0~eo
+ efl_content_count at Base 1.27.0-0~eo
+ efl_content_get at Base 1.27.0-0~eo
+ efl_content_interface_get at Base 1.27.0-0~eo
+ efl_content_iterate at Base 1.27.0-0~eo
+ efl_content_set at Base 1.27.0-0~eo
+ efl_content_unset at Base 1.27.0-0~eo
+ efl_control_interface_get at Base 1.27.0-0~eo
+ efl_control_priority_get at Base 1.27.0-0~eo
+ efl_control_priority_set at Base 1.27.0-0~eo
+ efl_control_suspend_get at Base 1.27.0-0~eo
+ efl_control_suspend_set at Base 1.27.0-0~eo
+ efl_duplicate at Base 1.27.0-0~eo
+ efl_duplicate_interface_get at Base 1.27.0-0~eo
+ efl_file_get at Base 1.27.0-0~eo
+ efl_file_key_get at Base 1.27.0-0~eo
+ efl_file_key_set at Base 1.27.0-0~eo
+ efl_file_load at Base 1.27.0-0~eo
+ efl_file_loaded_get at Base 1.27.0-0~eo
+ efl_file_mixin_get at Base 1.27.0-0~eo
+ efl_file_mmap_get at Base 1.27.0-0~eo
+ efl_file_mmap_set at Base 1.27.0-0~eo
+ efl_file_save at Base 1.27.0-0~eo
+ efl_file_save_interface_get at Base 1.27.0-0~eo
+ efl_file_set at Base 1.27.0-0~eo
+ efl_file_simple_get at Base 1.27.0-0~eo
+ efl_file_simple_load at Base 1.27.0-0~eo
+ efl_file_simple_mmap_get at Base 1.27.0-0~eo
+ efl_file_simple_mmap_load at Base 1.27.0-0~eo
+ efl_file_unload at Base 1.27.0-0~eo
+ efl_gfx_arrangement_content_align_get at Base 1.27.0-0~eo
+ efl_gfx_arrangement_content_align_set at Base 1.27.0-0~eo
+ efl_gfx_arrangement_content_padding_get at Base 1.27.0-0~eo
+ efl_gfx_arrangement_content_padding_set at Base 1.27.0-0~eo
+ efl_gfx_arrangement_interface_get at Base 1.27.0-0~eo
+ efl_gfx_blur_grow_get at Base 1.27.0-0~eo
+ efl_gfx_blur_grow_set at Base 1.27.0-0~eo
+ efl_gfx_blur_interface_get at Base 1.27.0-0~eo
+ efl_gfx_blur_offset_get at Base 1.27.0-0~eo
+ efl_gfx_blur_offset_set at Base 1.27.0-0~eo
+ efl_gfx_blur_radius_get at Base 1.27.0-0~eo
+ efl_gfx_blur_radius_set at Base 1.27.0-0~eo
+ efl_gfx_buffer_alpha_get at Base 1.27.0-0~eo
+ efl_gfx_buffer_alpha_set at Base 1.27.0-0~eo
+ efl_gfx_buffer_borders_get at Base 1.27.0-0~eo
+ efl_gfx_buffer_colorspace_get at Base 1.27.0-0~eo
+ efl_gfx_buffer_copy_set at Base 1.27.0-0~eo
+ efl_gfx_buffer_interface_get at Base 1.27.0-0~eo
+ efl_gfx_buffer_managed_get at Base 1.27.0-0~eo
+ efl_gfx_buffer_managed_set at Base 1.27.0-0~eo
+ efl_gfx_buffer_map at Base 1.27.0-0~eo
+ efl_gfx_buffer_size_get at Base 1.27.0-0~eo
+ efl_gfx_buffer_size_set at Base 1.27.0-0~eo
+ efl_gfx_buffer_stride_get at Base 1.27.0-0~eo
+ efl_gfx_buffer_unmap at Base 1.27.0-0~eo
+ efl_gfx_buffer_update_add at Base 1.27.0-0~eo
+ efl_gfx_color_class_clear at Base 1.27.0-0~eo
+ efl_gfx_color_class_code_get at Base 1.27.0-0~eo
+ efl_gfx_color_class_code_set at Base 1.27.0-0~eo
+ efl_gfx_color_class_del at Base 1.27.0-0~eo
+ efl_gfx_color_class_description_get at Base 1.27.0-0~eo
+ efl_gfx_color_class_get at Base 1.27.0-0~eo
+ efl_gfx_color_class_mixin_get at Base 1.27.0-0~eo
+ efl_gfx_color_class_set at Base 1.27.0-0~eo
+ efl_gfx_color_code_get at Base 1.27.0-0~eo
+ efl_gfx_color_code_set at Base 1.27.0-0~eo
+ efl_gfx_color_get at Base 1.27.0-0~eo
+ efl_gfx_color_mixin_get at Base 1.27.0-0~eo
+ efl_gfx_color_set at Base 1.27.0-0~eo
+ efl_gfx_entity_geometry_get at Base 1.27.0-0~eo
+ efl_gfx_entity_geometry_set at Base 1.27.0-0~eo
+ efl_gfx_entity_interface_get at Base 1.27.0-0~eo
+ efl_gfx_entity_position_get at Base 1.27.0-0~eo
+ efl_gfx_entity_position_set at Base 1.27.0-0~eo
+ efl_gfx_entity_scale_get at Base 1.27.0-0~eo
+ efl_gfx_entity_scale_set at Base 1.27.0-0~eo
+ efl_gfx_entity_size_get at Base 1.27.0-0~eo
+ efl_gfx_entity_size_set at Base 1.27.0-0~eo
+ efl_gfx_entity_visible_get at Base 1.27.0-0~eo
+ efl_gfx_entity_visible_set at Base 1.27.0-0~eo
+ efl_gfx_fill_auto_get at Base 1.27.0-0~eo
+ efl_gfx_fill_auto_set at Base 1.27.0-0~eo
+ efl_gfx_fill_get at Base 1.27.0-0~eo
+ efl_gfx_fill_interface_get at Base 1.27.0-0~eo
+ efl_gfx_fill_set at Base 1.27.0-0~eo
+ efl_gfx_filter_data_get at Base 1.27.0-0~eo
+ efl_gfx_filter_data_set at Base 1.27.0-0~eo
+ efl_gfx_filter_interface_get at Base 1.27.0-0~eo
+ efl_gfx_filter_padding_get at Base 1.27.0-0~eo
+ efl_gfx_filter_program_get at Base 1.27.0-0~eo
+ efl_gfx_filter_program_set at Base 1.27.0-0~eo
+ efl_gfx_filter_source_get at Base 1.27.0-0~eo
+ efl_gfx_filter_source_set at Base 1.27.0-0~eo
+ efl_gfx_filter_state_get at Base 1.27.0-0~eo
+ efl_gfx_filter_state_set at Base 1.27.0-0~eo
+ efl_gfx_frame_controller_animated_get at Base 1.27.0-0~eo
+ efl_gfx_frame_controller_frame_count_get at Base 1.27.0-0~eo
+ efl_gfx_frame_controller_frame_duration_get at Base 1.27.0-0~eo
+ efl_gfx_frame_controller_frame_get at Base 1.27.0-0~eo
+ efl_gfx_frame_controller_frame_set at Base 1.27.0-0~eo
+ efl_gfx_frame_controller_interface_get at Base 1.27.0-0~eo
+ efl_gfx_frame_controller_loop_count_get at Base 1.27.0-0~eo
+ efl_gfx_frame_controller_loop_type_get at Base 1.27.0-0~eo
+ efl_gfx_frame_controller_sector_get at Base 1.27.0-0~eo
+ efl_gfx_frame_controller_sector_set at Base 1.27.0-0~eo
+ efl_gfx_gradient_interface_get at Base 1.27.0-0~eo
+ efl_gfx_gradient_linear_end_get at Base 1.27.0-0~eo
+ efl_gfx_gradient_linear_end_set at Base 1.27.0-0~eo
+ efl_gfx_gradient_linear_interface_get at Base 1.27.0-0~eo
+ efl_gfx_gradient_linear_start_get at Base 1.27.0-0~eo
+ efl_gfx_gradient_linear_start_set at Base 1.27.0-0~eo
+ efl_gfx_gradient_radial_center_get at Base 1.27.0-0~eo
+ efl_gfx_gradient_radial_center_set at Base 1.27.0-0~eo
+ efl_gfx_gradient_radial_focal_get at Base 1.27.0-0~eo
+ efl_gfx_gradient_radial_focal_set at Base 1.27.0-0~eo
+ efl_gfx_gradient_radial_interface_get at Base 1.27.0-0~eo
+ efl_gfx_gradient_radial_radius_get at Base 1.27.0-0~eo
+ efl_gfx_gradient_radial_radius_set at Base 1.27.0-0~eo
+ efl_gfx_gradient_spread_get at Base 1.27.0-0~eo
+ efl_gfx_gradient_spread_set at Base 1.27.0-0~eo
+ efl_gfx_gradient_stop_get at Base 1.27.0-0~eo
+ efl_gfx_gradient_stop_set at Base 1.27.0-0~eo
+ efl_gfx_hint_align_get at Base 1.27.0-0~eo
+ efl_gfx_hint_align_set at Base 1.27.0-0~eo
+ efl_gfx_hint_aspect_get at Base 1.27.0-0~eo
+ efl_gfx_hint_aspect_set at Base 1.27.0-0~eo
+ efl_gfx_hint_fill_get at Base 1.27.0-0~eo
+ efl_gfx_hint_fill_set at Base 1.27.0-0~eo
+ efl_gfx_hint_interface_get at Base 1.27.0-0~eo
+ efl_gfx_hint_margin_get at Base 1.27.0-0~eo
+ efl_gfx_hint_margin_set at Base 1.27.0-0~eo
+ efl_gfx_hint_size_combined_max_get at Base 1.27.0-0~eo
+ efl_gfx_hint_size_combined_min_get at Base 1.27.0-0~eo
+ efl_gfx_hint_size_max_get at Base 1.27.0-0~eo
+ efl_gfx_hint_size_max_set at Base 1.27.0-0~eo
+ efl_gfx_hint_size_min_get at Base 1.27.0-0~eo
+ efl_gfx_hint_size_min_set at Base 1.27.0-0~eo
+ efl_gfx_hint_size_restricted_max_get at Base 1.27.0-0~eo
+ efl_gfx_hint_size_restricted_max_set at Base 1.27.0-0~eo
+ efl_gfx_hint_size_restricted_min_get at Base 1.27.0-0~eo
+ efl_gfx_hint_size_restricted_min_set at Base 1.27.0-0~eo
+ efl_gfx_hint_weight_get at Base 1.27.0-0~eo
+ efl_gfx_hint_weight_set at Base 1.27.0-0~eo
+ efl_gfx_image_border_insets_get at Base 1.27.0-0~eo
+ efl_gfx_image_border_insets_scale_get at Base 1.27.0-0~eo
+ efl_gfx_image_border_insets_scale_set at Base 1.27.0-0~eo
+ efl_gfx_image_border_insets_set at Base 1.27.0-0~eo
+ efl_gfx_image_can_downscale_get at Base 1.27.0-0~eo
+ efl_gfx_image_can_downscale_set at Base 1.27.0-0~eo
+ efl_gfx_image_can_upscale_get at Base 1.27.0-0~eo
+ efl_gfx_image_can_upscale_set at Base 1.27.0-0~eo
+ efl_gfx_image_center_fill_mode_get at Base 1.27.0-0~eo
+ efl_gfx_image_center_fill_mode_set at Base 1.27.0-0~eo
+ efl_gfx_image_content_hint_get at Base 1.27.0-0~eo
+ efl_gfx_image_content_hint_set at Base 1.27.0-0~eo
+ efl_gfx_image_content_region_get at Base 1.27.0-0~eo
+ efl_gfx_image_interface_get at Base 1.27.0-0~eo
+ efl_gfx_image_load_controller_interface_get at Base 1.27.0-0~eo
+ efl_gfx_image_load_controller_load_async_cancel at Base 1.27.0-0~eo
+ efl_gfx_image_load_controller_load_async_start at Base 1.27.0-0~eo
+ efl_gfx_image_load_controller_load_dpi_get at Base 1.27.0-0~eo
+ efl_gfx_image_load_controller_load_dpi_set at Base 1.27.0-0~eo
+ efl_gfx_image_load_controller_load_orientation_get at Base 1.27.0-0~eo
+ efl_gfx_image_load_controller_load_orientation_set at Base 1.27.0-0~eo
+ efl_gfx_image_load_controller_load_region_get at Base 1.27.0-0~eo
+ efl_gfx_image_load_controller_load_region_set at Base 1.27.0-0~eo
+ efl_gfx_image_load_controller_load_region_support_get at Base 1.27.0-0~eo
+ efl_gfx_image_load_controller_load_scale_down_get at Base 1.27.0-0~eo
+ efl_gfx_image_load_controller_load_scale_down_set at Base 1.27.0-0~eo
+ efl_gfx_image_load_controller_load_size_get at Base 1.27.0-0~eo
+ efl_gfx_image_load_controller_load_size_set at Base 1.27.0-0~eo
+ efl_gfx_image_load_controller_load_skip_header_get at Base 1.27.0-0~eo
+ efl_gfx_image_load_controller_load_skip_header_set at Base 1.27.0-0~eo
+ efl_gfx_image_load_error_get at Base 1.27.0-0~eo
+ efl_gfx_image_orientable_interface_get at Base 1.27.0-0~eo
+ efl_gfx_image_orientation_get at Base 1.27.0-0~eo
+ efl_gfx_image_orientation_set at Base 1.27.0-0~eo
+ efl_gfx_image_ratio_get at Base 1.27.0-0~eo
+ efl_gfx_image_scale_hint_get at Base 1.27.0-0~eo
+ efl_gfx_image_scale_hint_set at Base 1.27.0-0~eo
+ efl_gfx_image_scale_method_get at Base 1.27.0-0~eo
+ efl_gfx_image_scale_method_set at Base 1.27.0-0~eo
+ efl_gfx_image_size_get at Base 1.27.0-0~eo
+ efl_gfx_image_smooth_scale_get at Base 1.27.0-0~eo
+ efl_gfx_image_smooth_scale_set at Base 1.27.0-0~eo
+ efl_gfx_image_stretch_region_get at Base 1.27.0-0~eo
+ efl_gfx_image_stretch_region_set at Base 1.27.0-0~eo
+ efl_gfx_path_append_arc at Base 1.27.0-0~eo
+ efl_gfx_path_append_arc_to at Base 1.27.0-0~eo
+ efl_gfx_path_append_circle at Base 1.27.0-0~eo
+ efl_gfx_path_append_close at Base 1.27.0-0~eo
+ efl_gfx_path_append_cubic_to at Base 1.27.0-0~eo
+ efl_gfx_path_append_line_to at Base 1.27.0-0~eo
+ efl_gfx_path_append_move_to at Base 1.27.0-0~eo
+ efl_gfx_path_append_quadratic_to at Base 1.27.0-0~eo
+ efl_gfx_path_append_rect at Base 1.27.0-0~eo
+ efl_gfx_path_append_scubic_to at Base 1.27.0-0~eo
+ efl_gfx_path_append_squadratic_to at Base 1.27.0-0~eo
+ efl_gfx_path_append_svg_path at Base 1.27.0-0~eo
+ efl_gfx_path_bounds_get at Base 1.27.0-0~eo
+ efl_gfx_path_commit at Base 1.27.0-0~eo
+ efl_gfx_path_copy_from at Base 1.27.0-0~eo
+ efl_gfx_path_current_ctrl_get at Base 1.27.0-0~eo
+ efl_gfx_path_current_get at Base 1.27.0-0~eo
+ efl_gfx_path_equal_commands at Base 1.27.0-0~eo
+ efl_gfx_path_get at Base 1.27.0-0~eo
+ efl_gfx_path_interpolate at Base 1.27.0-0~eo
+ efl_gfx_path_length_get at Base 1.27.0-0~eo
+ efl_gfx_path_mixin_get at Base 1.27.0-0~eo
+ efl_gfx_path_reserve at Base 1.27.0-0~eo
+ efl_gfx_path_reset at Base 1.27.0-0~eo
+ efl_gfx_path_set at Base 1.27.0-0~eo
+ efl_gfx_shape_fill_rule_get at Base 1.27.0-0~eo
+ efl_gfx_shape_fill_rule_set at Base 1.27.0-0~eo
+ efl_gfx_shape_mixin_get at Base 1.27.0-0~eo
+ efl_gfx_shape_stroke_cap_get at Base 1.27.0-0~eo
+ efl_gfx_shape_stroke_cap_set at Base 1.27.0-0~eo
+ efl_gfx_shape_stroke_color_get at Base 1.27.0-0~eo
+ efl_gfx_shape_stroke_color_set at Base 1.27.0-0~eo
+ efl_gfx_shape_stroke_dash_get at Base 1.27.0-0~eo
+ efl_gfx_shape_stroke_dash_set at Base 1.27.0-0~eo
+ efl_gfx_shape_stroke_join_get at Base 1.27.0-0~eo
+ efl_gfx_shape_stroke_join_set at Base 1.27.0-0~eo
+ efl_gfx_shape_stroke_location_get at Base 1.27.0-0~eo
+ efl_gfx_shape_stroke_location_set at Base 1.27.0-0~eo
+ efl_gfx_shape_stroke_miterlimit_get at Base 1.27.0-0~eo
+ efl_gfx_shape_stroke_miterlimit_set at Base 1.27.0-0~eo
+ efl_gfx_shape_stroke_scale_get at Base 1.27.0-0~eo
+ efl_gfx_shape_stroke_scale_set at Base 1.27.0-0~eo
+ efl_gfx_shape_stroke_width_get at Base 1.27.0-0~eo
+ efl_gfx_shape_stroke_width_set at Base 1.27.0-0~eo
+ efl_gfx_size_class_del at Base 1.27.0-0~eo
+ efl_gfx_size_class_get at Base 1.27.0-0~eo
+ efl_gfx_size_class_interface_get at Base 1.27.0-0~eo
+ efl_gfx_size_class_set at Base 1.27.0-0~eo
+ efl_gfx_stack_above at Base 1.27.0-0~eo
+ efl_gfx_stack_above_get at Base 1.27.0-0~eo
+ efl_gfx_stack_below at Base 1.27.0-0~eo
+ efl_gfx_stack_below_get at Base 1.27.0-0~eo
+ efl_gfx_stack_interface_get at Base 1.27.0-0~eo
+ efl_gfx_stack_layer_get at Base 1.27.0-0~eo
+ efl_gfx_stack_layer_set at Base 1.27.0-0~eo
+ efl_gfx_stack_lower_to_bottom at Base 1.27.0-0~eo
+ efl_gfx_stack_raise_to_top at Base 1.27.0-0~eo
+ efl_gfx_text_class_del at Base 1.27.0-0~eo
+ efl_gfx_text_class_get at Base 1.27.0-0~eo
+ efl_gfx_text_class_interface_get at Base 1.27.0-0~eo
+ efl_gfx_text_class_set at Base 1.27.0-0~eo
+ efl_gfx_view_interface_get at Base 1.27.0-0~eo
+ efl_gfx_view_size_get at Base 1.27.0-0~eo
+ efl_gfx_view_size_set at Base 1.27.0-0~eo
+ efl_input_text_autocapitalization_get at Base 1.27.0-0~eo
+ efl_input_text_autocapitalization_set at Base 1.27.0-0~eo
+ efl_input_text_entity_interface_get at Base 1.27.0-0~eo
+ efl_input_text_input_content_type_get at Base 1.27.0-0~eo
+ efl_input_text_input_content_type_set at Base 1.27.0-0~eo
+ efl_input_text_input_panel_autoshow_get at Base 1.27.0-0~eo
+ efl_input_text_input_panel_autoshow_set at Base 1.27.0-0~eo
+ efl_input_text_input_panel_hide at Base 1.27.0-0~eo
+ efl_input_text_input_panel_imdata_get at Base 1.27.0-0~eo
+ efl_input_text_input_panel_imdata_set at Base 1.27.0-0~eo
+ efl_input_text_input_panel_language_get at Base 1.27.0-0~eo
+ efl_input_text_input_panel_language_set at Base 1.27.0-0~eo
+ efl_input_text_input_panel_layout_get at Base 1.27.0-0~eo
+ efl_input_text_input_panel_layout_set at Base 1.27.0-0~eo
+ efl_input_text_input_panel_layout_variation_get at Base 1.27.0-0~eo
+ efl_input_text_input_panel_layout_variation_set at Base 1.27.0-0~eo
+ efl_input_text_input_panel_return_key_state_get at Base 1.27.0-0~eo
+ efl_input_text_input_panel_return_key_state_set at Base 1.27.0-0~eo
+ efl_input_text_input_panel_return_key_type_get at Base 1.27.0-0~eo
+ efl_input_text_input_panel_return_key_type_set at Base 1.27.0-0~eo
+ efl_input_text_input_panel_show at Base 1.27.0-0~eo
+ efl_input_text_input_panel_show_on_demand_get at Base 1.27.0-0~eo
+ efl_input_text_input_panel_show_on_demand_set at Base 1.27.0-0~eo
+ efl_input_text_predictable_get at Base 1.27.0-0~eo
+ efl_input_text_predictable_set at Base 1.27.0-0~eo
+ efl_interpolator_interface_get at Base 1.27.0-0~eo
+ efl_interpolator_interpolate at Base 1.27.0-0~eo
+ efl_io_buffer_adopt_readonly at Base 1.27.0-0~eo
+ efl_io_buffer_adopt_readwrite at Base 1.27.0-0~eo
+ efl_io_buffer_binbuf_steal at Base 1.27.0-0~eo
+ efl_io_buffer_class_get at Base 1.27.0-0~eo
+ efl_io_buffer_limit_get at Base 1.27.0-0~eo
+ efl_io_buffer_limit_set at Base 1.27.0-0~eo
+ efl_io_buffer_position_read_get at Base 1.27.0-0~eo
+ efl_io_buffer_position_read_set at Base 1.27.0-0~eo
+ efl_io_buffer_position_write_get at Base 1.27.0-0~eo
+ efl_io_buffer_position_write_set at Base 1.27.0-0~eo
+ efl_io_buffer_preallocate at Base 1.27.0-0~eo
+ efl_io_buffer_slice_get at Base 1.27.0-0~eo
+ efl_io_closer_close at Base 1.27.0-0~eo
+ efl_io_closer_close_on_exec_get at Base 1.27.0-0~eo
+ efl_io_closer_close_on_exec_set at Base 1.27.0-0~eo
+ efl_io_closer_close_on_invalidate_get at Base 1.27.0-0~eo
+ efl_io_closer_close_on_invalidate_set at Base 1.27.0-0~eo
+ efl_io_closer_closed_get at Base 1.27.0-0~eo
+ efl_io_closer_interface_get at Base 1.27.0-0~eo
+ efl_io_positioner_mixin_get at Base 1.27.0-0~eo
+ efl_io_positioner_position_get at Base 1.27.0-0~eo
+ efl_io_positioner_position_set at Base 1.27.0-0~eo
+ efl_io_positioner_seek at Base 1.27.0-0~eo
+ efl_io_queue_class_get at Base 1.27.0-0~eo
+ efl_io_queue_clear at Base 1.27.0-0~eo
+ efl_io_queue_discard at Base 1.27.0-0~eo
+ efl_io_queue_eos_mark at Base 1.27.0-0~eo
+ efl_io_queue_limit_get at Base 1.27.0-0~eo
+ efl_io_queue_limit_set at Base 1.27.0-0~eo
+ efl_io_queue_preallocate at Base 1.27.0-0~eo
+ efl_io_queue_slice_get at Base 1.27.0-0~eo
+ efl_io_queue_usage_get at Base 1.27.0-0~eo
+ efl_io_reader_can_read_get at Base 1.27.0-0~eo
+ efl_io_reader_can_read_set at Base 1.27.0-0~eo
+ efl_io_reader_eos_get at Base 1.27.0-0~eo
+ efl_io_reader_eos_set at Base 1.27.0-0~eo
+ efl_io_reader_interface_get at Base 1.27.0-0~eo
+ efl_io_reader_read at Base 1.27.0-0~eo
+ efl_io_sizer_mixin_get at Base 1.27.0-0~eo
+ efl_io_sizer_resize at Base 1.27.0-0~eo
+ efl_io_sizer_size_get at Base 1.27.0-0~eo
+ efl_io_sizer_size_set at Base 1.27.0-0~eo
+ efl_io_writer_can_write_get at Base 1.27.0-0~eo
+ efl_io_writer_can_write_set at Base 1.27.0-0~eo
+ efl_io_writer_interface_get at Base 1.27.0-0~eo
+ efl_io_writer_write at Base 1.27.0-0~eo
+ efl_model_child_add at Base 1.27.0-0~eo
+ efl_model_child_del at Base 1.27.0-0~eo
+ efl_model_children_count_get at Base 1.27.0-0~eo
+ efl_model_children_index_get at Base 1.27.0-0~eo
+ efl_model_children_slice_get at Base 1.27.0-0~eo
+ efl_model_init at Base 1.27.0-0~eo
+ efl_model_interface_get at Base 1.27.0-0~eo
+ efl_model_properties_get at Base 1.27.0-0~eo
+ efl_model_property_get at Base 1.27.0-0~eo
+ efl_model_property_invalidated_notify at Base 1.27.0-0~eo
+ efl_model_property_ready_get at Base 1.27.0-0~eo
+ efl_model_property_set at Base 1.27.0-0~eo
+ efl_model_provider_class_get at Base 1.27.0-0~eo
+ efl_model_value_struct_description_free at Base 1.27.0-0~eo
+ efl_model_value_struct_description_new at Base 1.27.0-0~eo
+ efl_observable_class_get at Base 1.27.0-0~eo
+ efl_observable_iterator_tuple_new at Base 1.27.0-0~eo
+ efl_observable_observer_add at Base 1.27.0-0~eo
+ efl_observable_observer_clean at Base 1.27.0-0~eo
+ efl_observable_observer_del at Base 1.27.0-0~eo
+ efl_observable_observers_iterator_new at Base 1.27.0-0~eo
+ efl_observable_observers_update at Base 1.27.0-0~eo
+ efl_observable_tuple_free at Base 1.27.0-0~eo
+ efl_observer_interface_get at Base 1.27.0-0~eo
+ efl_observer_update at Base 1.27.0-0~eo
+ efl_pack at Base 1.27.0-0~eo
+ efl_pack_after at Base 1.27.0-0~eo
+ efl_pack_at at Base 1.27.0-0~eo
+ efl_pack_before at Base 1.27.0-0~eo
+ efl_pack_begin at Base 1.27.0-0~eo
+ efl_pack_clear at Base 1.27.0-0~eo
+ efl_pack_content_get at Base 1.27.0-0~eo
+ efl_pack_end at Base 1.27.0-0~eo
+ efl_pack_index_get at Base 1.27.0-0~eo
+ efl_pack_interface_get at Base 1.27.0-0~eo
+ efl_pack_layout_interface_get at Base 1.27.0-0~eo
+ efl_pack_layout_request at Base 1.27.0-0~eo
+ efl_pack_layout_update at Base 1.27.0-0~eo
+ efl_pack_linear_interface_get at Base 1.27.0-0~eo
+ efl_pack_table at Base 1.27.0-0~eo
+ efl_pack_table_cell_column_get at Base 1.27.0-0~eo
+ efl_pack_table_cell_column_set at Base 1.27.0-0~eo
+ efl_pack_table_cell_row_get at Base 1.27.0-0~eo
+ efl_pack_table_cell_row_set at Base 1.27.0-0~eo
+ efl_pack_table_columns_get at Base 1.27.0-0~eo
+ efl_pack_table_columns_set at Base 1.27.0-0~eo
+ efl_pack_table_content_get at Base 1.27.0-0~eo
+ efl_pack_table_contents_get at Base 1.27.0-0~eo
+ efl_pack_table_interface_get at Base 1.27.0-0~eo
+ efl_pack_table_rows_get at Base 1.27.0-0~eo
+ efl_pack_table_rows_set at Base 1.27.0-0~eo
+ efl_pack_table_size_get at Base 1.27.0-0~eo
+ efl_pack_table_size_set at Base 1.27.0-0~eo
+ efl_pack_unpack at Base 1.27.0-0~eo
+ efl_pack_unpack_all at Base 1.27.0-0~eo
+ efl_pack_unpack_at at Base 1.27.0-0~eo
+ efl_part at Base 1.27.0-0~eo
+ efl_part_get at Base 1.27.0-0~eo
+ efl_part_interface_get at Base 1.27.0-0~eo
+ efl_playable_get at Base 1.27.0-0~eo
+ efl_playable_interface_get at Base 1.27.0-0~eo
+ efl_playable_length_get at Base 1.27.0-0~eo
+ efl_playable_seekable_get at Base 1.27.0-0~eo
+ efl_player_autoplay_get at Base 1.27.0-0~eo
+ efl_player_autoplay_set at Base 1.27.0-0~eo
+ efl_player_interface_get at Base 1.27.0-0~eo
+ efl_player_paused_get at Base 1.27.0-0~eo
+ efl_player_paused_set at Base 1.27.0-0~eo
+ efl_player_playback_loop_get at Base 1.27.0-0~eo
+ efl_player_playback_loop_set at Base 1.27.0-0~eo
+ efl_player_playback_position_get at Base 1.27.0-0~eo
+ efl_player_playback_position_set at Base 1.27.0-0~eo
+ efl_player_playback_progress_get at Base 1.27.0-0~eo
+ efl_player_playback_progress_set at Base 1.27.0-0~eo
+ efl_player_playback_speed_get at Base 1.27.0-0~eo
+ efl_player_playback_speed_set at Base 1.27.0-0~eo
+ efl_player_playing_get at Base 1.27.0-0~eo
+ efl_player_playing_set at Base 1.27.0-0~eo
+ efl_screen_dpi_get at Base 1.27.0-0~eo
+ efl_screen_interface_get at Base 1.27.0-0~eo
+ efl_screen_rotation_get at Base 1.27.0-0~eo
+ efl_screen_scale_factor_get at Base 1.27.0-0~eo
+ efl_screen_size_in_pixels_get at Base 1.27.0-0~eo
+ efl_text_background_color_get at Base 1.27.0-0~eo
+ efl_text_background_color_set at Base 1.27.0-0~eo
+ efl_text_background_type_get at Base 1.27.0-0~eo
+ efl_text_background_type_set at Base 1.27.0-0~eo
+ efl_text_color_get at Base 1.27.0-0~eo
+ efl_text_color_set at Base 1.27.0-0~eo
+ efl_text_effect_type_get at Base 1.27.0-0~eo
+ efl_text_effect_type_set at Base 1.27.0-0~eo
+ efl_text_ellipsis_get at Base 1.27.0-0~eo
+ efl_text_ellipsis_set at Base 1.27.0-0~eo
+ efl_text_font_bitmap_scalable_get at Base 1.27.0-0~eo
+ efl_text_font_bitmap_scalable_set at Base 1.27.0-0~eo
+ efl_text_font_fallbacks_get at Base 1.27.0-0~eo
+ efl_text_font_fallbacks_set at Base 1.27.0-0~eo
+ efl_text_font_family_get at Base 1.27.0-0~eo
+ efl_text_font_family_set at Base 1.27.0-0~eo
+ efl_text_font_lang_get at Base 1.27.0-0~eo
+ efl_text_font_lang_set at Base 1.27.0-0~eo
+ efl_text_font_properties_interface_get at Base 1.27.0-0~eo
+ efl_text_font_size_get at Base 1.27.0-0~eo
+ efl_text_font_size_set at Base 1.27.0-0~eo
+ efl_text_font_slant_get at Base 1.27.0-0~eo
+ efl_text_font_slant_set at Base 1.27.0-0~eo
+ efl_text_font_source_get at Base 1.27.0-0~eo
+ efl_text_font_source_set at Base 1.27.0-0~eo
+ efl_text_font_weight_get at Base 1.27.0-0~eo
+ efl_text_font_weight_set at Base 1.27.0-0~eo
+ efl_text_font_width_get at Base 1.27.0-0~eo
+ efl_text_font_width_set at Base 1.27.0-0~eo
+ efl_text_format_interface_get at Base 1.27.0-0~eo
+ efl_text_get at Base 1.27.0-0~eo
+ efl_text_gfx_filter_get at Base 1.27.0-0~eo
+ efl_text_gfx_filter_set at Base 1.27.0-0~eo
+ efl_text_glow_color_get at Base 1.27.0-0~eo
+ efl_text_glow_color_set at Base 1.27.0-0~eo
+ efl_text_horizontal_align_auto_type_get at Base 1.27.0-0~eo
+ efl_text_horizontal_align_auto_type_set at Base 1.27.0-0~eo
+ efl_text_horizontal_align_get at Base 1.27.0-0~eo
+ efl_text_horizontal_align_set at Base 1.27.0-0~eo
+ efl_text_interface_get at Base 1.27.0-0~eo
+ efl_text_line_gap_get at Base 1.27.0-0~eo
+ efl_text_line_gap_set at Base 1.27.0-0~eo
+ efl_text_line_rel_gap_get at Base 1.27.0-0~eo
+ efl_text_line_rel_gap_set at Base 1.27.0-0~eo
+ efl_text_markup_get at Base 1.27.0-0~eo
+ efl_text_markup_interface_get at Base 1.27.0-0~eo
+ efl_text_markup_set at Base 1.27.0-0~eo
+ efl_text_markup_util_class_get at Base 1.27.0-0~eo
+ efl_text_markup_util_markup_to_text at Base 1.27.0-0~eo
+ efl_text_markup_util_text_to_markup at Base 1.27.0-0~eo
+ efl_text_multiline_get at Base 1.27.0-0~eo
+ efl_text_multiline_set at Base 1.27.0-0~eo
+ efl_text_outline_color_get at Base 1.27.0-0~eo
+ efl_text_outline_color_set at Base 1.27.0-0~eo
+ efl_text_password_get at Base 1.27.0-0~eo
+ efl_text_password_set at Base 1.27.0-0~eo
+ efl_text_replacement_char_get at Base 1.27.0-0~eo
+ efl_text_replacement_char_set at Base 1.27.0-0~eo
+ efl_text_secondary_glow_color_get at Base 1.27.0-0~eo
+ efl_text_secondary_glow_color_set at Base 1.27.0-0~eo
+ efl_text_secondary_underline_color_get at Base 1.27.0-0~eo
+ efl_text_secondary_underline_color_set at Base 1.27.0-0~eo
+ efl_text_set at Base 1.27.0-0~eo
+ efl_text_shadow_color_get at Base 1.27.0-0~eo
+ efl_text_shadow_color_set at Base 1.27.0-0~eo
+ efl_text_shadow_direction_get at Base 1.27.0-0~eo
+ efl_text_shadow_direction_set at Base 1.27.0-0~eo
+ efl_text_strikethrough_color_get at Base 1.27.0-0~eo
+ efl_text_strikethrough_color_set at Base 1.27.0-0~eo
+ efl_text_strikethrough_type_get at Base 1.27.0-0~eo
+ efl_text_strikethrough_type_set at Base 1.27.0-0~eo
+ efl_text_style_interface_get at Base 1.27.0-0~eo
+ efl_text_tab_stops_get at Base 1.27.0-0~eo
+ efl_text_tab_stops_set at Base 1.27.0-0~eo
+ efl_text_underline_color_get at Base 1.27.0-0~eo
+ efl_text_underline_color_set at Base 1.27.0-0~eo
+ efl_text_underline_dashed_color_get at Base 1.27.0-0~eo
+ efl_text_underline_dashed_color_set at Base 1.27.0-0~eo
+ efl_text_underline_dashed_gap_get at Base 1.27.0-0~eo
+ efl_text_underline_dashed_gap_set at Base 1.27.0-0~eo
+ efl_text_underline_dashed_width_get at Base 1.27.0-0~eo
+ efl_text_underline_dashed_width_set at Base 1.27.0-0~eo
+ efl_text_underline_height_get at Base 1.27.0-0~eo
+ efl_text_underline_height_set at Base 1.27.0-0~eo
+ efl_text_underline_type_get at Base 1.27.0-0~eo
+ efl_text_underline_type_set at Base 1.27.0-0~eo
+ efl_text_vertical_align_get at Base 1.27.0-0~eo
+ efl_text_vertical_align_set at Base 1.27.0-0~eo
+ efl_text_wrap_get at Base 1.27.0-0~eo
+ efl_text_wrap_set at Base 1.27.0-0~eo
+ efl_ui_autorepeat_enabled_get at Base 1.27.0-0~eo
+ efl_ui_autorepeat_enabled_set at Base 1.27.0-0~eo
+ efl_ui_autorepeat_gap_timeout_get at Base 1.27.0-0~eo
+ efl_ui_autorepeat_gap_timeout_set at Base 1.27.0-0~eo
+ efl_ui_autorepeat_initial_timeout_get at Base 1.27.0-0~eo
+ efl_ui_autorepeat_initial_timeout_set at Base 1.27.0-0~eo
+ efl_ui_autorepeat_interface_get at Base 1.27.0-0~eo
+ efl_ui_container_selectable_interface_get at Base 1.27.0-0~eo
+ efl_ui_drag_dir_get at Base 1.27.0-0~eo
+ efl_ui_drag_interface_get at Base 1.27.0-0~eo
+ efl_ui_drag_page_get at Base 1.27.0-0~eo
+ efl_ui_drag_page_move at Base 1.27.0-0~eo
+ efl_ui_drag_page_set at Base 1.27.0-0~eo
+ efl_ui_drag_size_get at Base 1.27.0-0~eo
+ efl_ui_drag_size_set at Base 1.27.0-0~eo
+ efl_ui_drag_step_get at Base 1.27.0-0~eo
+ efl_ui_drag_step_move at Base 1.27.0-0~eo
+ efl_ui_drag_step_set at Base 1.27.0-0~eo
+ efl_ui_drag_value_get at Base 1.27.0-0~eo
+ efl_ui_drag_value_set at Base 1.27.0-0~eo
+ efl_ui_draggable_drag_target_get at Base 1.27.0-0~eo
+ efl_ui_draggable_drag_target_set at Base 1.27.0-0~eo
+ efl_ui_draggable_interface_get at Base 1.27.0-0~eo
+ efl_ui_factory_bind at Base 1.27.0-0~eo
+ efl_ui_factory_bind_interface_get at Base 1.27.0-0~eo
+ efl_ui_factory_create at Base 1.27.0-0~eo
+ efl_ui_factory_interface_get at Base 1.27.0-0~eo
+ efl_ui_factory_release at Base 1.27.0-0~eo
+ efl_ui_i18n_interface_get at Base 1.27.0-0~eo
+ efl_ui_language_get at Base 1.27.0-0~eo
+ efl_ui_language_set at Base 1.27.0-0~eo
+ efl_ui_layout_orientable_interface_get at Base 1.27.0-0~eo
+ efl_ui_layout_orientable_readonly_mixin_get at Base 1.27.0-0~eo
+ efl_ui_layout_orientation_get at Base 1.27.0-0~eo
+ efl_ui_layout_orientation_set at Base 1.27.0-0~eo
+ efl_ui_mirrored_automatic_get at Base 1.27.0-0~eo
+ efl_ui_mirrored_automatic_set at Base 1.27.0-0~eo
+ efl_ui_mirrored_get at Base 1.27.0-0~eo
+ efl_ui_mirrored_set at Base 1.27.0-0~eo
+ efl_ui_property_bind at Base 1.27.0-0~eo
+ efl_ui_property_bind_interface_get at Base 1.27.0-0~eo
+ efl_ui_range_display_interface_get at Base 1.27.0-0~eo
+ efl_ui_range_interactive_interface_get at Base 1.27.0-0~eo
+ efl_ui_range_limits_get at Base 1.27.0-0~eo
+ efl_ui_range_limits_set at Base 1.27.0-0~eo
+ efl_ui_range_step_get at Base 1.27.0-0~eo
+ efl_ui_range_step_set at Base 1.27.0-0~eo
+ efl_ui_range_value_get at Base 1.27.0-0~eo
+ efl_ui_range_value_set at Base 1.27.0-0~eo
+ efl_ui_scrollable_bounce_enabled_get at Base 1.27.0-0~eo
+ efl_ui_scrollable_bounce_enabled_set at Base 1.27.0-0~eo
+ efl_ui_scrollable_content_pos_get at Base 1.27.0-0~eo
+ efl_ui_scrollable_content_pos_set at Base 1.27.0-0~eo
+ efl_ui_scrollable_content_size_get at Base 1.27.0-0~eo
+ efl_ui_scrollable_gravity_get at Base 1.27.0-0~eo
+ efl_ui_scrollable_gravity_set at Base 1.27.0-0~eo
+ efl_ui_scrollable_interface_get at Base 1.27.0-0~eo
+ efl_ui_scrollable_looping_get at Base 1.27.0-0~eo
+ efl_ui_scrollable_looping_set at Base 1.27.0-0~eo
+ efl_ui_scrollable_match_content_set at Base 1.27.0-0~eo
+ efl_ui_scrollable_movement_block_get at Base 1.27.0-0~eo
+ efl_ui_scrollable_movement_block_set at Base 1.27.0-0~eo
+ efl_ui_scrollable_scroll at Base 1.27.0-0~eo
+ efl_ui_scrollable_scroll_freeze_get at Base 1.27.0-0~eo
+ efl_ui_scrollable_scroll_freeze_set at Base 1.27.0-0~eo
+ efl_ui_scrollable_scroll_hold_get at Base 1.27.0-0~eo
+ efl_ui_scrollable_scroll_hold_set at Base 1.27.0-0~eo
+ efl_ui_scrollable_step_size_get at Base 1.27.0-0~eo
+ efl_ui_scrollable_step_size_set at Base 1.27.0-0~eo
+ efl_ui_scrollable_viewport_geometry_get at Base 1.27.0-0~eo
+ efl_ui_scrollbar_bar_mode_get at Base 1.27.0-0~eo
+ efl_ui_scrollbar_bar_mode_set at Base 1.27.0-0~eo
+ efl_ui_scrollbar_bar_position_get at Base 1.27.0-0~eo
+ efl_ui_scrollbar_bar_position_set at Base 1.27.0-0~eo
+ efl_ui_scrollbar_bar_size_get at Base 1.27.0-0~eo
+ efl_ui_scrollbar_bar_visibility_get at Base 1.27.0-0~eo
+ efl_ui_scrollbar_bar_visibility_update at Base 1.27.0-0~eo
+ efl_ui_scrollbar_interface_get at Base 1.27.0-0~eo
+ efl_ui_view_factory_class_get at Base 1.27.0-0~eo
+ efl_ui_view_factory_create_with_event at Base 1.27.0-0~eo
+ efl_ui_view_interface_get at Base 1.27.0-0~eo
+ efl_ui_view_model_get at Base 1.27.0-0~eo
+ efl_ui_view_model_set at Base 1.27.0-0~eo
+ efl_ui_zoom_animation_get at Base 1.27.0-0~eo
+ efl_ui_zoom_animation_set at Base 1.27.0-0~eo
+ efl_ui_zoom_interface_get at Base 1.27.0-0~eo
+ efl_ui_zoom_level_get at Base 1.27.0-0~eo
+ efl_ui_zoom_level_set at Base 1.27.0-0~eo
+ efl_ui_zoom_mode_get at Base 1.27.0-0~eo
+ efl_ui_zoom_mode_set at Base 1.27.0-0~eo
+libeina.so.1 libeina1t64 #MINVER#
+* Build-Depends-Package: libefl-all-dev
+ EINA_ERROR_CONVERT_0X_NOT_FOUND at Base 1.27.0-0~eo
+ EINA_ERROR_CONVERT_OUTRUN_STRING_LENGTH at Base 1.27.0-0~eo
+ EINA_ERROR_CONVERT_P_NOT_FOUND at Base 1.27.0-0~eo
+ EINA_ERROR_MAGIC_FAILED at Base 1.27.0-0~eo
+ EINA_ERROR_MODULE_INIT_FAILED at Base 1.27.0-0~eo
+ EINA_ERROR_NOT_IMPLEMENTED at Base 1.27.0-0~eo
+ EINA_ERROR_NOT_MAIN_LOOP at Base 1.27.0-0~eo
+ EINA_ERROR_NOT_MEMPOOL_MODULE at Base 1.27.0-0~eo
+ EINA_ERROR_OUT_OF_MEMORY at Base 1.27.0-0~eo
+ EINA_ERROR_SAFETY_FAILED at Base 1.27.0-0~eo
+ EINA_ERROR_VALUE_FAILED at Base 1.27.0-0~eo
+ EINA_ERROR_WRONG_MODULE at Base 1.27.0-0~eo
+ EINA_LOG_DOMAIN_GLOBAL at Base 1.27.0-0~eo
+ EINA_PROMISE_RACE_STRUCT_DESC at Base 1.27.0-0~eo
+ EINA_THREAD_JOIN_CANCELED at Base 1.27.0-0~eo
+ EINA_UNICODE_EMPTY_STRING at Base 1.27.0-0~eo
+ EINA_VALUE_BLOB_OPERATIONS_MALLOC at Base 1.27.0-0~eo
+ EINA_VALUE_STRUCT_OPERATIONS_BINSEARCH at Base 1.27.0-0~eo
+ EINA_VALUE_STRUCT_OPERATIONS_STRINGSHARE at Base 1.27.0-0~eo
+ EINA_VALUE_TYPE_ARRAY at Base 1.27.0-0~eo
+ EINA_VALUE_TYPE_BLOB at Base 1.27.0-0~eo
+ EINA_VALUE_TYPE_BOOL at Base 1.27.0-0~eo
+ EINA_VALUE_TYPE_CHAR at Base 1.27.0-0~eo
+ EINA_VALUE_TYPE_CONTENT at Base 1.27.0-0~eo
+ EINA_VALUE_TYPE_DOUBLE at Base 1.27.0-0~eo
+ EINA_VALUE_TYPE_ERROR at Base 1.27.0-0~eo
+ EINA_VALUE_TYPE_FILE at Base 1.27.0-0~eo
+ EINA_VALUE_TYPE_FLOAT at Base 1.27.0-0~eo
+ EINA_VALUE_TYPE_HASH at Base 1.27.0-0~eo
+ EINA_VALUE_TYPE_INT64 at Base 1.27.0-0~eo
+ EINA_VALUE_TYPE_INT at Base 1.27.0-0~eo
+ EINA_VALUE_TYPE_LIST at Base 1.27.0-0~eo
+ EINA_VALUE_TYPE_LONG at Base 1.27.0-0~eo
+ EINA_VALUE_TYPE_OPTIONAL at Base 1.27.0-0~eo
+ EINA_VALUE_TYPE_PROMISE at Base 1.27.0-0~eo
+ EINA_VALUE_TYPE_RECTANGLE at Base 1.27.0-0~eo
+ EINA_VALUE_TYPE_SHORT at Base 1.27.0-0~eo
+ EINA_VALUE_TYPE_STRING at Base 1.27.0-0~eo
+ EINA_VALUE_TYPE_STRINGSHARE at Base 1.27.0-0~eo
+ EINA_VALUE_TYPE_STRUCT at Base 1.27.0-0~eo
+ EINA_VALUE_TYPE_TIMESTAMP at Base 1.27.0-0~eo
+ EINA_VALUE_TYPE_TIMEVAL at Base 1.27.0-0~eo
+ EINA_VALUE_TYPE_TM at Base 1.27.0-0~eo
+ EINA_VALUE_TYPE_UCHAR at Base 1.27.0-0~eo
+ EINA_VALUE_TYPE_UINT64 at Base 1.27.0-0~eo
+ EINA_VALUE_TYPE_UINT at Base 1.27.0-0~eo
+ EINA_VALUE_TYPE_ULONG at Base 1.27.0-0~eo
+ EINA_VALUE_TYPE_USHORT at Base 1.27.0-0~eo
+ EINA_VALUE_TYPE_VALUE at Base 1.27.0-0~eo
+ _EINA_VALUE_TYPE_BASICS_END at Base 1.27.0-0~eo
+ _EINA_VALUE_TYPE_BASICS_START at Base 1.27.0-0~eo
+ _EINA_VALUE_TYPE_CONTENT at Base 1.27.0-0~eo
+ _EINA_VALUE_TYPE_FILE at Base 1.27.0-0~eo
+ _EINA_VALUE_TYPE_OPTIONAL at Base 1.27.0-0~eo
+ _EINA_VALUE_TYPE_RECTANGLE at Base 1.27.0-0~eo
+ __eina_promise_cancel_all at Base 1.27.0-0~eo
+ __eina_promise_cancel_data at Base 1.27.0-0~eo
+ _eina_barrier_free at Base 1.27.0-0~eo
+ _eina_barrier_new at Base 1.27.0-0~eo
+ _eina_condition_free at Base 1.27.0-0~eo
+ _eina_condition_new at Base 1.27.0-0~eo
+ _eina_crc at Base 1.27.0-0~eo
+ _eina_lock_debug_abort at Base 1.27.0-0~eo
+ _eina_lock_debug_deadlock at Base 1.27.0-0~eo
+ _eina_lock_free at Base 1.27.0-0~eo
+ _eina_lock_new at Base 1.27.0-0~eo
+ _eina_log_state_init at Base 1.27.0-0~eo
+ _eina_log_state_shutdown at Base 1.27.0-0~eo
+ _eina_main_loop at Base 1.27.0-0~eo
+ _eina_rwlock_free at Base 1.27.0-0~eo
+ _eina_rwlock_new at Base 1.27.0-0~eo
+ _eina_safety_error at Base 1.27.0-0~eo
+ _eina_semaphore_free at Base 1.27.0-0~eo
+ _eina_semaphore_new at Base 1.27.0-0~eo
+ _eina_sp_ids_tables at Base 1.27.0-0~eo
+ _eina_sp_log_dom at Base 1.27.0-0~eo
+ _eina_spinlock_free at Base 1.27.0-0~eo
+ _eina_spinlock_new at Base 1.27.0-0~eo
+ _eina_threads_activated at Base 1.27.0-0~eo
+ _eina_threads_debug at Base 1.27.0-0~eo
+ _eina_tracking at Base 1.27.0-0~eo
+ _eina_tracking_lock at Base 1.27.0-0~eo
+ _eina_unicode_utf8_next_get at Base 1.27.0-0~eo
+ eina_accessor_clone at Base 1.27.0-0~eo
+ eina_accessor_container_get at Base 1.27.0-0~eo
+ eina_accessor_data_get at Base 1.27.0-0~eo
+ eina_accessor_free at Base 1.27.0-0~eo
+ eina_accessor_lock at Base 1.27.0-0~eo
+ eina_accessor_over at Base 1.27.0-0~eo
+ eina_accessor_unlock at Base 1.27.0-0~eo
+ eina_array_accessor_new at Base 1.27.0-0~eo
+ eina_array_flush at Base 1.27.0-0~eo
+ eina_array_free at Base 1.27.0-0~eo
+ eina_array_grow at Base 1.27.0-0~eo
+ eina_array_iterator_new at Base 1.27.0-0~eo
+ eina_array_new at Base 1.27.0-0~eo
+ eina_array_remove at Base 1.27.0-0~eo
+ eina_array_step_set at Base 1.27.0-0~eo
+ eina_benchmark_free at Base 1.27.0-0~eo
+ eina_benchmark_new at Base 1.27.0-0~eo
+ eina_benchmark_register at Base 1.27.0-0~eo
+ eina_benchmark_run at Base 1.27.0-0~eo
+ eina_bezier_angle_at at Base 1.27.0-0~eo
+ eina_bezier_bounds_get at Base 1.27.0-0~eo
+ eina_bezier_length_get at Base 1.27.0-0~eo
+ eina_bezier_on_interval at Base 1.27.0-0~eo
+ eina_bezier_point_at at Base 1.27.0-0~eo
+ eina_bezier_split_at_length at Base 1.27.0-0~eo
+ eina_bezier_t_at at Base 1.27.0-0~eo
+ eina_bezier_values_get at Base 1.27.0-0~eo
+ eina_bezier_values_set at Base 1.27.0-0~eo
+ eina_binbuf_append_buffer at Base 1.27.0-0~eo
+ eina_binbuf_append_char at Base 1.27.0-0~eo
+ eina_binbuf_append_length at Base 1.27.0-0~eo
+ eina_binbuf_append_slice at Base 1.27.0-0~eo
+ eina_binbuf_expand at Base 1.27.0-0~eo
+ eina_binbuf_free at Base 1.27.0-0~eo
+ eina_binbuf_insert_char at Base 1.27.0-0~eo
+ eina_binbuf_insert_length at Base 1.27.0-0~eo
+ eina_binbuf_insert_slice at Base 1.27.0-0~eo
+ eina_binbuf_length_get at Base 1.27.0-0~eo
+ eina_binbuf_manage_new at Base 1.27.0-0~eo
+ eina_binbuf_manage_new_length at Base 1.27.0-0~eo
+ eina_binbuf_manage_read_only_new_length at Base 1.27.0-0~eo
+ eina_binbuf_new at Base 1.27.0-0~eo
+ eina_binbuf_release at Base 1.27.0-0~eo
+ eina_binbuf_remove at Base 1.27.0-0~eo
+ eina_binbuf_reset at Base 1.27.0-0~eo
+ eina_binbuf_rw_slice_get at Base 1.27.0-0~eo
+ eina_binbuf_slice_get at Base 1.27.0-0~eo
+ eina_binbuf_string_free at Base 1.27.0-0~eo
+ eina_binbuf_string_get at Base 1.27.0-0~eo
+ eina_binbuf_string_steal at Base 1.27.0-0~eo
+ eina_binbuf_use at Base 1.27.0-0~eo
+ eina_binshare_add_length at Base 1.27.0-0~eo
+ eina_binshare_del at Base 1.27.0-0~eo
+ eina_binshare_dump at Base 1.27.0-0~eo
+ eina_binshare_init at Base 1.27.0-0~eo
+ eina_binshare_length at Base 1.27.0-0~eo
+ eina_binshare_ref at Base 1.27.0-0~eo
+ eina_binshare_shutdown at Base 1.27.0-0~eo
+ eina_carray_iterator_new at Base 1.27.0-0~eo
+ eina_carray_length_accessor_new at Base 1.27.0-0~eo
+ eina_carray_length_iterator_new at Base 1.27.0-0~eo
+ eina_carray_length_ptr_accessor_new at Base 1.27.0-0~eo
+ eina_content_as_file at Base 1.27.0-0~eo
+ eina_content_convert at Base 1.27.0-0~eo
+ eina_content_converter_conversion_register at Base 1.27.0-0~eo
+ eina_content_converter_convert_can at Base 1.27.0-0~eo
+ eina_content_converter_possible_conversions at Base 1.27.0-0~eo
+ eina_content_data_get at Base 1.27.0-0~eo
+ eina_content_free at Base 1.27.0-0~eo
+ eina_content_new at Base 1.27.0-0~eo
+ eina_content_type_get at Base 1.27.0-0~eo
+ eina_convert_atod at Base 1.27.0-0~eo
+ eina_convert_atofp at Base 1.27.0-0~eo
+ eina_convert_dtoa at Base 1.27.0-0~eo
+ eina_convert_fptoa at Base 1.27.0-0~eo
+ eina_convert_itoa at Base 1.27.0-0~eo
+ eina_convert_strtod_c at Base 1.27.0-0~eo
+ eina_convert_xtoa at Base 1.27.0-0~eo
+ eina_counter_dump at Base 1.27.0-0~eo
+ eina_counter_free at Base 1.27.0-0~eo
+ eina_counter_new at Base 1.27.0-0~eo
+ eina_counter_start at Base 1.27.0-0~eo
+ eina_counter_stop at Base 1.27.0-0~eo
+ eina_cow_add at Base 1.27.0-0~eo
+ eina_cow_alloc at Base 1.27.0-0~eo
+ eina_cow_del at Base 1.27.0-0~eo
+ eina_cow_done at Base 1.27.0-0~eo
+ eina_cow_free at Base 1.27.0-0~eo
+ eina_cow_gc at Base 1.27.0-0~eo
+ eina_cow_memcpy at Base 1.27.0-0~eo
+ eina_cow_write at Base 1.27.0-0~eo
+ eina_cpu_count at Base 1.27.0-0~eo
+ eina_cpu_features at Base 1.27.0-0~eo
+ eina_cpu_features_get at Base 1.27.0-0~eo
+ eina_cpu_page_size at Base 1.27.0-0~eo
+ eina_debug_disable at Base 1.27.0-0~eo
+ eina_debug_dispatch at Base 1.27.0-0~eo
+ eina_debug_fork_reset at Base 1.27.0-0~eo
+ eina_debug_local_connect at Base 1.27.0-0~eo
+ eina_debug_opcodes_register at Base 1.27.0-0~eo
+ eina_debug_remote_connect at Base 1.27.0-0~eo
+ eina_debug_session_data_get at Base 1.27.0-0~eo
+ eina_debug_session_data_set at Base 1.27.0-0~eo
+ eina_debug_session_dispatch_get at Base 1.27.0-0~eo
+ eina_debug_session_dispatch_override at Base 1.27.0-0~eo
+ eina_debug_session_send at Base 1.27.0-0~eo
+ eina_debug_session_terminate at Base 1.27.0-0~eo
+ eina_debug_timer_add at Base 1.27.0-0~eo
+ eina_debug_timer_del at Base 1.27.0-0~eo
+ eina_environment_home_get at Base 1.27.0-0~eo
+ eina_environment_tmp_get at Base 1.27.0-0~eo
+ eina_error_find at Base 1.27.0-0~eo
+ eina_error_get at Base 1.27.0-0~eo
+ eina_error_msg_get at Base 1.27.0-0~eo
+ eina_error_msg_modify at Base 1.27.0-0~eo
+ eina_error_msg_register at Base 1.27.0-0~eo
+ eina_error_msg_static_register at Base 1.27.0-0~eo
+ eina_error_set at Base 1.27.0-0~eo
+ eina_evlog at Base 1.27.0-0~eo
+ eina_evlog_start at Base 1.27.0-0~eo
+ eina_evlog_steal at Base 1.27.0-0~eo
+ eina_evlog_stop at Base 1.27.0-0~eo
+ eina_f32p32_cos at Base 1.27.0-0~eo
+ eina_f32p32_sin at Base 1.27.0-0~eo
+ eina_file_close at Base 1.27.0-0~eo
+ eina_file_close_from at Base 1.27.0-0~eo
+ eina_file_close_on_exec at Base 1.27.0-0~eo
+ eina_file_copy at Base 1.27.0-0~eo
+ eina_file_dir_list at Base 1.27.0-0~eo
+ eina_file_direct_ls at Base 1.27.0-0~eo
+ eina_file_dup at Base 1.27.0-0~eo
+ eina_file_filename_get at Base 1.27.0-0~eo
+ eina_file_ls at Base 1.27.0-0~eo
+ eina_file_map_all at Base 1.27.0-0~eo
+ eina_file_map_faulted at Base 1.27.0-0~eo
+ eina_file_map_free at Base 1.27.0-0~eo
+ eina_file_map_lines at Base 1.27.0-0~eo
+ eina_file_map_new at Base 1.27.0-0~eo
+ eina_file_map_populate at Base 1.27.0-0~eo
+ eina_file_mkdtemp at Base 1.27.0-0~eo
+ eina_file_mkstemp at Base 1.27.0-0~eo
+ eina_file_mtime_get at Base 1.27.0-0~eo
+ eina_file_open at Base 1.27.0-0~eo
+ eina_file_path_relative at Base 1.27.0-0~eo
+ eina_file_path_sanitize at Base 1.27.0-0~eo
+ eina_file_refresh at Base 1.27.0-0~eo
+ eina_file_size_get at Base 1.27.0-0~eo
+ eina_file_split at Base 1.27.0-0~eo
+ eina_file_stat_ls at Base 1.27.0-0~eo
+ eina_file_statat at Base 1.27.0-0~eo
+ eina_file_statgen_disable at Base 1.27.0-0~eo
+ eina_file_statgen_enable at Base 1.27.0-0~eo
+ eina_file_statgen_get at Base 1.27.0-0~eo
+ eina_file_statgen_next at Base 1.27.0-0~eo
+ eina_file_unlink at Base 1.27.0-0~eo
+ eina_file_virtual at Base 1.27.0-0~eo
+ eina_file_virtualize at Base 1.27.0-0~eo
+ eina_file_xattr_get at Base 1.27.0-0~eo
+ eina_file_xattr_value_get at Base 1.27.0-0~eo
+ eina_fnmatch at Base 1.27.0-0~eo
+ eina_freeq_clear at Base 1.27.0-0~eo
+ eina_freeq_count_max_get at Base 1.27.0-0~eo
+ eina_freeq_count_max_set at Base 1.27.0-0~eo
+ eina_freeq_free at Base 1.27.0-0~eo
+ eina_freeq_main_get at Base 1.27.0-0~eo
+ eina_freeq_mem_max_get at Base 1.27.0-0~eo
+ eina_freeq_mem_max_set at Base 1.27.0-0~eo
+ eina_freeq_new at Base 1.27.0-0~eo
+ eina_freeq_ptr_add at Base 1.27.0-0~eo
+ eina_freeq_ptr_pending at Base 1.27.0-0~eo
+ eina_freeq_reduce at Base 1.27.0-0~eo
+ eina_freeq_type_get at Base 1.27.0-0~eo
+ eina_future_as_value at Base 1.27.0-0~eo
+ eina_future_cancel at Base 1.27.0-0~eo
+ eina_future_cb_console_from_desc at Base 1.27.0-0~eo
+ eina_future_cb_convert_to at Base 1.27.0-0~eo
+ eina_future_cb_easy_desc_flush at Base 1.27.0-0~eo
+ eina_future_cb_easy_from_desc at Base 1.27.0-0~eo
+ eina_future_cb_ignore_error at Base 1.27.0-0~eo
+ eina_future_cb_log_from_desc at Base 1.27.0-0~eo
+ eina_future_chain_array at Base 1.27.0-0~eo
+ eina_future_chain_easy_array at Base 1.27.0-0~eo
+ eina_future_desc_flush at Base 1.27.0-0~eo
+ eina_future_new at Base 1.27.0-0~eo
+ eina_future_rejected at Base 1.27.0-0~eo
+ eina_future_resolved at Base 1.27.0-0~eo
+ eina_future_then_from_desc at Base 1.27.0-0~eo
+ eina_hamster_count at Base 1.27.0-0~eo
+ eina_hash_add at Base 1.27.0-0~eo
+ eina_hash_add_by_hash at Base 1.27.0-0~eo
+ eina_hash_del at Base 1.27.0-0~eo
+ eina_hash_del_by_data at Base 1.27.0-0~eo
+ eina_hash_del_by_hash at Base 1.27.0-0~eo
+ eina_hash_del_by_key at Base 1.27.0-0~eo
+ eina_hash_del_by_key_hash at Base 1.27.0-0~eo
+ eina_hash_direct_add at Base 1.27.0-0~eo
+ eina_hash_direct_add_by_hash at Base 1.27.0-0~eo
+ eina_hash_find at Base 1.27.0-0~eo
+ eina_hash_find_by_hash at Base 1.27.0-0~eo
+ eina_hash_foreach at Base 1.27.0-0~eo
+ eina_hash_free at Base 1.27.0-0~eo
+ eina_hash_free_buckets at Base 1.27.0-0~eo
+ eina_hash_free_cb_set at Base 1.27.0-0~eo
+ eina_hash_int32_new at Base 1.27.0-0~eo
+ eina_hash_int64_new at Base 1.27.0-0~eo
+ eina_hash_iterator_data_new at Base 1.27.0-0~eo
+ eina_hash_iterator_key_new at Base 1.27.0-0~eo
+ eina_hash_iterator_tuple_new at Base 1.27.0-0~eo
+ eina_hash_list_append at Base 1.27.0-0~eo
+ eina_hash_list_direct_append at Base 1.27.0-0~eo
+ eina_hash_list_direct_prepend at Base 1.27.0-0~eo
+ eina_hash_list_prepend at Base 1.27.0-0~eo
+ eina_hash_list_remove at Base 1.27.0-0~eo
+ eina_hash_modify at Base 1.27.0-0~eo
+ eina_hash_modify_by_hash at Base 1.27.0-0~eo
+ eina_hash_move at Base 1.27.0-0~eo
+ eina_hash_new at Base 1.27.0-0~eo
+ eina_hash_pointer_new at Base 1.27.0-0~eo
+ eina_hash_population at Base 1.27.0-0~eo
+ eina_hash_set at Base 1.27.0-0~eo
+ eina_hash_string_djb2_new at Base 1.27.0-0~eo
+ eina_hash_string_small_new at Base 1.27.0-0~eo
+ eina_hash_string_superfast_new at Base 1.27.0-0~eo
+ eina_hash_stringshared_new at Base 1.27.0-0~eo
+ eina_hash_superfast at Base 1.27.0-0~eo
+ eina_inarray_accessor_new at Base 1.27.0-0~eo
+ eina_inarray_alloc_at at Base 1.27.0-0~eo
+ eina_inarray_count at Base 1.27.0-0~eo
+ eina_inarray_flush at Base 1.27.0-0~eo
+ eina_inarray_foreach at Base 1.27.0-0~eo
+ eina_inarray_foreach_remove at Base 1.27.0-0~eo
+ eina_inarray_free at Base 1.27.0-0~eo
+ eina_inarray_grow at Base 1.27.0-0~eo
+ eina_inarray_insert at Base 1.27.0-0~eo
+ eina_inarray_insert_at at Base 1.27.0-0~eo
+ eina_inarray_insert_sorted at Base 1.27.0-0~eo
+ eina_inarray_iterator_new at Base 1.27.0-0~eo
+ eina_inarray_iterator_reversed_new at Base 1.27.0-0~eo
+ eina_inarray_new at Base 1.27.0-0~eo
+ eina_inarray_nth at Base 1.27.0-0~eo
+ eina_inarray_pop at Base 1.27.0-0~eo
+ eina_inarray_push at Base 1.27.0-0~eo
+ eina_inarray_remove at Base 1.27.0-0~eo
+ eina_inarray_remove_at at Base 1.27.0-0~eo
+ eina_inarray_replace_at at Base 1.27.0-0~eo
+ eina_inarray_resize at Base 1.27.0-0~eo
+ eina_inarray_reverse at Base 1.27.0-0~eo
+ eina_inarray_search at Base 1.27.0-0~eo
+ eina_inarray_search_sorted at Base 1.27.0-0~eo
+ eina_inarray_sort at Base 1.27.0-0~eo
+ eina_inarray_step_set at Base 1.27.0-0~eo
+ eina_init at Base 1.27.0-0~eo
+ eina_inlist_accessor_new at Base 1.27.0-0~eo
+ eina_inlist_append at Base 1.27.0-0~eo
+ eina_inlist_append_relative at Base 1.27.0-0~eo
+ eina_inlist_count at Base 1.27.0-0~eo
+ eina_inlist_demote at Base 1.27.0-0~eo
+ eina_inlist_find at Base 1.27.0-0~eo
+ eina_inlist_iterator_new at Base 1.27.0-0~eo
+ eina_inlist_prepend at Base 1.27.0-0~eo
+ eina_inlist_prepend_relative at Base 1.27.0-0~eo
+ eina_inlist_promote at Base 1.27.0-0~eo
+ eina_inlist_remove at Base 1.27.0-0~eo
+ eina_inlist_sort at Base 1.27.0-0~eo
+ eina_inlist_sorted_insert at Base 1.27.0-0~eo
+ eina_inlist_sorted_state_free at Base 1.27.0-0~eo
+ eina_inlist_sorted_state_init at Base 1.27.0-0~eo
+ eina_inlist_sorted_state_insert at Base 1.27.0-0~eo
+ eina_inlist_sorted_state_new at Base 1.27.0-0~eo
+ eina_iterator_container_get at Base 1.27.0-0~eo
+ eina_iterator_filter_new at Base 1.27.0-0~eo
+ eina_iterator_foreach at Base 1.27.0-0~eo
+ eina_iterator_free at Base 1.27.0-0~eo
+ eina_iterator_lock at Base 1.27.0-0~eo
+ eina_iterator_next at Base 1.27.0-0~eo
+ eina_iterator_processed_new at Base 1.27.0-0~eo
+ eina_iterator_unlock at Base 1.27.0-0~eo
+ eina_lalloc_element_add at Base 1.27.0-0~eo
+ eina_lalloc_elements_add at Base 1.27.0-0~eo
+ eina_lalloc_free at Base 1.27.0-0~eo
+ eina_lalloc_new at Base 1.27.0-0~eo
+ eina_list_accessor_new at Base 1.27.0-0~eo
+ eina_list_append at Base 1.27.0-0~eo
+ eina_list_append_relative at Base 1.27.0-0~eo
+ eina_list_append_relative_list at Base 1.27.0-0~eo
+ eina_list_clone at Base 1.27.0-0~eo
+ eina_list_data_find at Base 1.27.0-0~eo
+ eina_list_data_find_list at Base 1.27.0-0~eo
+ eina_list_data_idx at Base 1.27.0-0~eo
+ eina_list_demote_list at Base 1.27.0-0~eo
+ eina_list_free at Base 1.27.0-0~eo
+ eina_list_iterator_new at Base 1.27.0-0~eo
+ eina_list_iterator_reversed_new at Base 1.27.0-0~eo
+ eina_list_merge at Base 1.27.0-0~eo
+ eina_list_move at Base 1.27.0-0~eo
+ eina_list_move_list at Base 1.27.0-0~eo
+ eina_list_nth at Base 1.27.0-0~eo
+ eina_list_nth_list at Base 1.27.0-0~eo
+ eina_list_prepend at Base 1.27.0-0~eo
+ eina_list_prepend_relative at Base 1.27.0-0~eo
+ eina_list_prepend_relative_list at Base 1.27.0-0~eo
+ eina_list_promote_list at Base 1.27.0-0~eo
+ eina_list_remove at Base 1.27.0-0~eo
+ eina_list_remove_list at Base 1.27.0-0~eo
+ eina_list_reverse at Base 1.27.0-0~eo
+ eina_list_reverse_clone at Base 1.27.0-0~eo
+ eina_list_search_sorted at Base 1.27.0-0~eo
+ eina_list_search_sorted_list at Base 1.27.0-0~eo
+ eina_list_search_sorted_near_list at Base 1.27.0-0~eo
+ eina_list_search_unsorted at Base 1.27.0-0~eo
+ eina_list_search_unsorted_list at Base 1.27.0-0~eo
+ eina_list_shuffle at Base 1.27.0-0~eo
+ eina_list_sort at Base 1.27.0-0~eo
+ eina_list_sorted_insert at Base 1.27.0-0~eo
+ eina_list_sorted_merge at Base 1.27.0-0~eo
+ eina_list_split_list at Base 1.27.0-0~eo
+ eina_lock_debug at Base 1.27.0-0~eo
+ eina_log_abort_on_critical_get at Base 1.27.0-0~eo
+ eina_log_abort_on_critical_level_get at Base 1.27.0-0~eo
+ eina_log_abort_on_critical_level_set at Base 1.27.0-0~eo
+ eina_log_abort_on_critical_set at Base 1.27.0-0~eo
+ eina_log_color_disable_get at Base 1.27.0-0~eo
+ eina_log_color_disable_set at Base 1.27.0-0~eo
+ eina_log_console_color_set at Base 1.27.0-0~eo
+ eina_log_domain_level_get at Base 1.27.0-0~eo
+ eina_log_domain_level_set at Base 1.27.0-0~eo
+ eina_log_domain_register at Base 1.27.0-0~eo
+ eina_log_domain_registered_level_get at Base 1.27.0-0~eo
+ eina_log_domain_registered_level_set at Base 1.27.0-0~eo
+ eina_log_domain_unregister at Base 1.27.0-0~eo
+ eina_log_file_disable_get at Base 1.27.0-0~eo
+ eina_log_file_disable_set at Base 1.27.0-0~eo
+ eina_log_function_disable_get at Base 1.27.0-0~eo
+ eina_log_function_disable_set at Base 1.27.0-0~eo
+ eina_log_level_get at Base 1.27.0-0~eo
+ eina_log_level_set at Base 1.27.0-0~eo
+ eina_log_main_thread_check at Base 1.27.0-0~eo
+ eina_log_print at Base 1.27.0-0~eo
+ eina_log_print_cb_file at Base 1.27.0-0~eo
+ eina_log_print_cb_journald at Base 1.27.0-0~eo
+ eina_log_print_cb_set at Base 1.27.0-0~eo
+ eina_log_print_cb_stderr at Base 1.27.0-0~eo
+ eina_log_print_cb_stdout at Base 1.27.0-0~eo
+ eina_log_threads_enable at Base 1.27.0-0~eo
+ eina_log_timing at Base 1.27.0-0~eo
+ eina_log_vprint at Base 1.27.0-0~eo
+ eina_magic_fail at Base 1.27.0-0~eo
+ eina_magic_string_get at Base 1.27.0-0~eo
+ eina_magic_string_set at Base 1.27.0-0~eo
+ eina_magic_string_static_set at Base 1.27.0-0~eo
+ eina_main_loop_define at Base 1.27.0-0~eo
+ eina_main_loop_is at Base 1.27.0-0~eo
+ eina_matrix2_array_set at Base 1.27.0-0~eo
+ eina_matrix2_copy at Base 1.27.0-0~eo
+ eina_matrix2_identity at Base 1.27.0-0~eo
+ eina_matrix2_inverse at Base 1.27.0-0~eo
+ eina_matrix2_multiply at Base 1.27.0-0~eo
+ eina_matrix2_multiply_copy at Base 1.27.0-0~eo
+ eina_matrix2_type_get at Base 1.27.0-0~eo
+ eina_matrix2_values_get at Base 1.27.0-0~eo
+ eina_matrix2_values_set at Base 1.27.0-0~eo
+ eina_matrix3_adjoint at Base 1.27.0-0~eo
+ eina_matrix3_array_set at Base 1.27.0-0~eo
+ eina_matrix3_cofactor at Base 1.27.0-0~eo
+ eina_matrix3_compose at Base 1.27.0-0~eo
+ eina_matrix3_copy at Base 1.27.0-0~eo
+ eina_matrix3_determinant at Base 1.27.0-0~eo
+ eina_matrix3_divide at Base 1.27.0-0~eo
+ eina_matrix3_equal at Base 1.27.0-0~eo
+ eina_matrix3_f16p16_compose at Base 1.27.0-0~eo
+ eina_matrix3_f16p16_identity at Base 1.27.0-0~eo
+ eina_matrix3_f16p16_type_get at Base 1.27.0-0~eo
+ eina_matrix3_fixed_values_get at Base 1.27.0-0~eo
+ eina_matrix3_identity at Base 1.27.0-0~eo
+ eina_matrix3_inverse at Base 1.27.0-0~eo
+ eina_matrix3_matrix3_f16p16_to at Base 1.27.0-0~eo
+ eina_matrix3_matrix4_to at Base 1.27.0-0~eo
+ eina_matrix3_multiply at Base 1.27.0-0~eo
+ eina_matrix3_multiply_copy at Base 1.27.0-0~eo
+ eina_matrix3_point_transform at Base 1.27.0-0~eo
+ eina_matrix3_position_transform_set at Base 1.27.0-0~eo
+ eina_matrix3_quad_quad_map at Base 1.27.0-0~eo
+ eina_matrix3_quad_square_map at Base 1.27.0-0~eo
+ eina_matrix3_quaternion_get at Base 1.27.0-0~eo
+ eina_matrix3_rectangle_transform at Base 1.27.0-0~eo
+ eina_matrix3_rotate at Base 1.27.0-0~eo
+ eina_matrix3_scale at Base 1.27.0-0~eo
+ eina_matrix3_scale_transform_set at Base 1.27.0-0~eo
+ eina_matrix3_square_quad_map at Base 1.27.0-0~eo
+ eina_matrix3_translate at Base 1.27.0-0~eo
+ eina_matrix3_transpose at Base 1.27.0-0~eo
+ eina_matrix3_type_get at Base 1.27.0-0~eo
+ eina_matrix3_values_get at Base 1.27.0-0~eo
+ eina_matrix3_values_set at Base 1.27.0-0~eo
+ eina_matrix4_array_set at Base 1.27.0-0~eo
+ eina_matrix4_compose at Base 1.27.0-0~eo
+ eina_matrix4_copy at Base 1.27.0-0~eo
+ eina_matrix4_determinant at Base 1.27.0-0~eo
+ eina_matrix4_identity at Base 1.27.0-0~eo
+ eina_matrix4_inverse at Base 1.27.0-0~eo
+ eina_matrix4_matrix3_to at Base 1.27.0-0~eo
+ eina_matrix4_multiply at Base 1.27.0-0~eo
+ eina_matrix4_multiply_copy at Base 1.27.0-0~eo
+ eina_matrix4_normalized at Base 1.27.0-0~eo
+ eina_matrix4_ortho_set at Base 1.27.0-0~eo
+ eina_matrix4_quaternion_to at Base 1.27.0-0~eo
+ eina_matrix4_rotate at Base 1.27.0-0~eo
+ eina_matrix4_scale at Base 1.27.0-0~eo
+ eina_matrix4_translate at Base 1.27.0-0~eo
+ eina_matrix4_transpose at Base 1.27.0-0~eo
+ eina_matrix4_type_get at Base 1.27.0-0~eo
+ eina_matrix4_values_get at Base 1.27.0-0~eo
+ eina_matrix4_values_set at Base 1.27.0-0~eo
+ eina_matrixsparse_cell_clear at Base 1.27.0-0~eo
+ eina_matrixsparse_cell_data_get at Base 1.27.0-0~eo
+ eina_matrixsparse_cell_data_replace at Base 1.27.0-0~eo
+ eina_matrixsparse_cell_data_set at Base 1.27.0-0~eo
+ eina_matrixsparse_cell_idx_clear at Base 1.27.0-0~eo
+ eina_matrixsparse_cell_idx_get at Base 1.27.0-0~eo
+ eina_matrixsparse_cell_position_get at Base 1.27.0-0~eo
+ eina_matrixsparse_column_idx_clear at Base 1.27.0-0~eo
+ eina_matrixsparse_data_idx_get at Base 1.27.0-0~eo
+ eina_matrixsparse_data_idx_replace at Base 1.27.0-0~eo
+ eina_matrixsparse_data_idx_set at Base 1.27.0-0~eo
+ eina_matrixsparse_free at Base 1.27.0-0~eo
+ eina_matrixsparse_iterator_complete_new at Base 1.27.0-0~eo
+ eina_matrixsparse_iterator_new at Base 1.27.0-0~eo
+ eina_matrixsparse_new at Base 1.27.0-0~eo
+ eina_matrixsparse_row_idx_clear at Base 1.27.0-0~eo
+ eina_matrixsparse_size_get at Base 1.27.0-0~eo
+ eina_matrixsparse_size_set at Base 1.27.0-0~eo
+ eina_memdup at Base 1.27.0-0~eo
+ eina_mempool_add at Base 1.27.0-0~eo
+ eina_mempool_alignof at Base 1.27.0-0~eo
+ eina_mempool_del at Base 1.27.0-0~eo
+ eina_mempool_gc at Base 1.27.0-0~eo
+ eina_mempool_register at Base 1.27.0-0~eo
+ eina_mempool_repack at Base 1.27.0-0~eo
+ eina_mempool_statistics at Base 1.27.0-0~eo
+ eina_mempool_unregister at Base 1.27.0-0~eo
+ eina_mmap_safety_enabled_get at Base 1.27.0-0~eo
+ eina_mmap_safety_enabled_set at Base 1.27.0-0~eo
+ eina_module_arch_list_get at Base 1.27.0-0~eo
+ eina_module_environment_path_get at Base 1.27.0-0~eo
+ eina_module_file_get at Base 1.27.0-0~eo
+ eina_module_find at Base 1.27.0-0~eo
+ eina_module_free at Base 1.27.0-0~eo
+ eina_module_list_free at Base 1.27.0-0~eo
+ eina_module_list_get at Base 1.27.0-0~eo
+ eina_module_list_load at Base 1.27.0-0~eo
+ eina_module_list_unload at Base 1.27.0-0~eo
+ eina_module_load at Base 1.27.0-0~eo
+ eina_module_new at Base 1.27.0-0~eo
+ eina_module_symbol_get at Base 1.27.0-0~eo
+ eina_module_symbol_global_set at Base 1.27.0-0~eo
+ eina_module_symbol_path_get at Base 1.27.0-0~eo
+ eina_module_unload at Base 1.27.0-0~eo
+ eina_multi_iterator_internal_new at Base 1.27.0-0~eo
+ eina_normal3_matrix_get at Base 1.27.0-0~eo
+ eina_prefix_bin_get at Base 1.27.0-0~eo
+ eina_prefix_data_get at Base 1.27.0-0~eo
+ eina_prefix_free at Base 1.27.0-0~eo
+ eina_prefix_get at Base 1.27.0-0~eo
+ eina_prefix_lib_get at Base 1.27.0-0~eo
+ eina_prefix_locale_get at Base 1.27.0-0~eo
+ eina_prefix_new at Base 1.27.0-0~eo
+ eina_promise_all_array at Base 1.27.0-0~eo
+ eina_promise_all_iterator at Base 1.27.0-0~eo
+ eina_promise_as_value at Base 1.27.0-0~eo
+ eina_promise_continue_new at Base 1.27.0-0~eo
+ eina_promise_new at Base 1.27.0-0~eo
+ eina_promise_race_array at Base 1.27.0-0~eo
+ eina_promise_reject at Base 1.27.0-0~eo
+ eina_promise_resolve at Base 1.27.0-0~eo
+ eina_quad_coords_get at Base 1.27.0-0~eo
+ eina_quad_coords_set at Base 1.27.0-0~eo
+ eina_quad_rectangle_from at Base 1.27.0-0~eo
+ eina_quad_rectangle_to at Base 1.27.0-0~eo
+ eina_quadtree_add at Base 1.27.0-0~eo
+ eina_quadtree_change at Base 1.27.0-0~eo
+ eina_quadtree_collide at Base 1.27.0-0~eo
+ eina_quadtree_cycle at Base 1.27.0-0~eo
+ eina_quadtree_del at Base 1.27.0-0~eo
+ eina_quadtree_free at Base 1.27.0-0~eo
+ eina_quadtree_hide at Base 1.27.0-0~eo
+ eina_quadtree_increase at Base 1.27.0-0~eo
+ eina_quadtree_new at Base 1.27.0-0~eo
+ eina_quadtree_object at Base 1.27.0-0~eo
+ eina_quadtree_resize at Base 1.27.0-0~eo
+ eina_quadtree_show at Base 1.27.0-0~eo
+ eina_quaternion_add at Base 1.27.0-0~eo
+ eina_quaternion_angle_plains at Base 1.27.0-0~eo
+ eina_quaternion_array_set at Base 1.27.0-0~eo
+ eina_quaternion_conjugate at Base 1.27.0-0~eo
+ eina_quaternion_copy at Base 1.27.0-0~eo
+ eina_quaternion_distance_get at Base 1.27.0-0~eo
+ eina_quaternion_distance_square_get at Base 1.27.0-0~eo
+ eina_quaternion_dot at Base 1.27.0-0~eo
+ eina_quaternion_f16p16_add at Base 1.27.0-0~eo
+ eina_quaternion_f16p16_conjugate at Base 1.27.0-0~eo
+ eina_quaternion_f16p16_dot at Base 1.27.0-0~eo
+ eina_quaternion_f16p16_lerp at Base 1.27.0-0~eo
+ eina_quaternion_f16p16_mul at Base 1.27.0-0~eo
+ eina_quaternion_f16p16_negative at Base 1.27.0-0~eo
+ eina_quaternion_f16p16_nlerp at Base 1.27.0-0~eo
+ eina_quaternion_f16p16_norm at Base 1.27.0-0~eo
+ eina_quaternion_f16p16_normalized at Base 1.27.0-0~eo
+ eina_quaternion_f16p16_rotate at Base 1.27.0-0~eo
+ eina_quaternion_f16p16_rotation_matrix3_get at Base 1.27.0-0~eo
+ eina_quaternion_f16p16_scale at Base 1.27.0-0~eo
+ eina_quaternion_f16p16_set at Base 1.27.0-0~eo
+ eina_quaternion_f16p16_slerp at Base 1.27.0-0~eo
+ eina_quaternion_homogeneous_regulate at Base 1.27.0-0~eo
+ eina_quaternion_inverse at Base 1.27.0-0~eo
+ eina_quaternion_length_get at Base 1.27.0-0~eo
+ eina_quaternion_length_square_get at Base 1.27.0-0~eo
+ eina_quaternion_lerp at Base 1.27.0-0~eo
+ eina_quaternion_matrix4_to at Base 1.27.0-0~eo
+ eina_quaternion_mul at Base 1.27.0-0~eo
+ eina_quaternion_negative at Base 1.27.0-0~eo
+ eina_quaternion_nlerp at Base 1.27.0-0~eo
+ eina_quaternion_norm at Base 1.27.0-0~eo
+ eina_quaternion_normalized at Base 1.27.0-0~eo
+ eina_quaternion_rotate at Base 1.27.0-0~eo
+ eina_quaternion_rotation_matrix3_get at Base 1.27.0-0~eo
+ eina_quaternion_scale at Base 1.27.0-0~eo
+ eina_quaternion_set at Base 1.27.0-0~eo
+ eina_quaternion_slerp at Base 1.27.0-0~eo
+ eina_quaternion_subtract at Base 1.27.0-0~eo
+ eina_quaternion_transform at Base 1.27.0-0~eo
+ eina_rbtree_delete at Base 1.27.0-0~eo
+ eina_rbtree_inline_insert at Base 1.27.0-0~eo
+ eina_rbtree_inline_remove at Base 1.27.0-0~eo
+ eina_rbtree_iterator_infix at Base 1.27.0-0~eo
+ eina_rbtree_iterator_postfix at Base 1.27.0-0~eo
+ eina_rbtree_iterator_prefix at Base 1.27.0-0~eo
+ eina_rectangle_free at Base 1.27.0-0~eo
+ eina_rectangle_new at Base 1.27.0-0~eo
+ eina_rectangle_outside_position at Base 1.27.0-0~eo
+ eina_rectangle_pool_count at Base 1.27.0-0~eo
+ eina_rectangle_pool_data_get at Base 1.27.0-0~eo
+ eina_rectangle_pool_data_set at Base 1.27.0-0~eo
+ eina_rectangle_pool_free at Base 1.27.0-0~eo
+ eina_rectangle_pool_geometry_get at Base 1.27.0-0~eo
+ eina_rectangle_pool_get at Base 1.27.0-0~eo
+ eina_rectangle_pool_new at Base 1.27.0-0~eo
+ eina_rectangle_pool_packing_set at Base 1.27.0-0~eo
+ eina_rectangle_pool_release at Base 1.27.0-0~eo
+ eina_rectangle_pool_request at Base 1.27.0-0~eo
+ eina_safepointer_register at Base 1.27.0-0~eo
+ eina_safepointer_unregister at Base 1.27.0-0~eo
+ eina_sched_prio_drop at Base 1.27.0-0~eo
+ eina_seed at Base 1.27.0-0~eo
+ eina_sha1 at Base 1.27.0-0~eo
+ eina_shutdown at Base 1.27.0-0~eo
+ eina_simple_xml_attribute_free at Base 1.27.0-0~eo
+ eina_simple_xml_attribute_new at Base 1.27.0-0~eo
+ eina_simple_xml_attribute_w3c_parse at Base 1.27.0-0~eo
+ eina_simple_xml_attributes_parse at Base 1.27.0-0~eo
+ eina_simple_xml_node_cdata_free at Base 1.27.0-0~eo
+ eina_simple_xml_node_cdata_new at Base 1.27.0-0~eo
+ eina_simple_xml_node_comment_free at Base 1.27.0-0~eo
+ eina_simple_xml_node_comment_new at Base 1.27.0-0~eo
+ eina_simple_xml_node_data_free at Base 1.27.0-0~eo
+ eina_simple_xml_node_data_new at Base 1.27.0-0~eo
+ eina_simple_xml_node_doctype_child_free at Base 1.27.0-0~eo
+ eina_simple_xml_node_doctype_child_new at Base 1.27.0-0~eo
+ eina_simple_xml_node_doctype_free at Base 1.27.0-0~eo
+ eina_simple_xml_node_doctype_new at Base 1.27.0-0~eo
+ eina_simple_xml_node_dump at Base 1.27.0-0~eo
+ eina_simple_xml_node_load at Base 1.27.0-0~eo
+ eina_simple_xml_node_processing_free at Base 1.27.0-0~eo
+ eina_simple_xml_node_processing_new at Base 1.27.0-0~eo
+ eina_simple_xml_node_root_free at Base 1.27.0-0~eo
+ eina_simple_xml_node_tag_free at Base 1.27.0-0~eo
+ eina_simple_xml_node_tag_new at Base 1.27.0-0~eo
+ eina_simple_xml_parse at Base 1.27.0-0~eo
+ eina_simple_xml_tag_attributes_find at Base 1.27.0-0~eo
+ eina_slstr_copy_new at Base 1.27.0-0~eo
+ eina_slstr_copy_new_length at Base 1.27.0-0~eo
+ eina_slstr_local_clear at Base 1.27.0-0~eo
+ eina_slstr_steal_new at Base 1.27.0-0~eo
+ eina_slstr_strbuf_new at Base 1.27.0-0~eo
+ eina_slstr_stringshare_new at Base 1.27.0-0~eo
+ eina_slstr_tmpstr_new at Base 1.27.0-0~eo
+ eina_slstr_vasprintf_new at Base 1.27.0-0~eo
+ eina_str_convert at Base 1.27.0-0~eo
+ eina_str_convert_len at Base 1.27.0-0~eo
+ eina_str_escape at Base 1.27.0-0~eo
+ eina_str_has_extension at Base 1.27.0-0~eo
+ eina_str_has_prefix at Base 1.27.0-0~eo
+ eina_str_has_suffix at Base 1.27.0-0~eo
+ eina_str_join_len at Base 1.27.0-0~eo
+ eina_str_split at Base 1.27.0-0~eo
+ eina_str_split_full at Base 1.27.0-0~eo
+ eina_str_tolower at Base 1.27.0-0~eo
+ eina_str_toupper at Base 1.27.0-0~eo
+ eina_strbuf_append at Base 1.27.0-0~eo
+ eina_strbuf_append_buffer at Base 1.27.0-0~eo
+ eina_strbuf_append_char at Base 1.27.0-0~eo
+ eina_strbuf_append_escaped at Base 1.27.0-0~eo
+ eina_strbuf_append_length at Base 1.27.0-0~eo
+ eina_strbuf_append_n at Base 1.27.0-0~eo
+ eina_strbuf_append_printf at Base 1.27.0-0~eo
+ eina_strbuf_append_slice at Base 1.27.0-0~eo
+ eina_strbuf_append_strftime at Base 1.27.0-0~eo
+ eina_strbuf_append_vprintf at Base 1.27.0-0~eo
+ eina_strbuf_expand at Base 1.27.0-0~eo
+ eina_strbuf_free at Base 1.27.0-0~eo
+ eina_strbuf_insert at Base 1.27.0-0~eo
+ eina_strbuf_insert_char at Base 1.27.0-0~eo
+ eina_strbuf_insert_escaped at Base 1.27.0-0~eo
+ eina_strbuf_insert_length at Base 1.27.0-0~eo
+ eina_strbuf_insert_n at Base 1.27.0-0~eo
+ eina_strbuf_insert_printf at Base 1.27.0-0~eo
+ eina_strbuf_insert_slice at Base 1.27.0-0~eo
+ eina_strbuf_insert_strftime at Base 1.27.0-0~eo
+ eina_strbuf_insert_vprintf at Base 1.27.0-0~eo
+ eina_strbuf_length_get at Base 1.27.0-0~eo
+ eina_strbuf_ltrim at Base 1.27.0-0~eo
+ eina_strbuf_manage_new at Base 1.27.0-0~eo
+ eina_strbuf_manage_new_length at Base 1.27.0-0~eo
+ eina_strbuf_manage_read_only_new_length at Base 1.27.0-0~eo
+ eina_strbuf_new at Base 1.27.0-0~eo
+ eina_strbuf_release at Base 1.27.0-0~eo
+ eina_strbuf_remove at Base 1.27.0-0~eo
+ eina_strbuf_replace at Base 1.27.0-0~eo
+ eina_strbuf_replace_all at Base 1.27.0-0~eo
+ eina_strbuf_replace_last at Base 1.27.0-0~eo
+ eina_strbuf_reset at Base 1.27.0-0~eo
+ eina_strbuf_rtrim at Base 1.27.0-0~eo
+ eina_strbuf_rw_slice_get at Base 1.27.0-0~eo
+ eina_strbuf_slice_get at Base 1.27.0-0~eo
+ eina_strbuf_string_free at Base 1.27.0-0~eo
+ eina_strbuf_string_get at Base 1.27.0-0~eo
+ eina_strbuf_string_steal at Base 1.27.0-0~eo
+ eina_strbuf_substr_get at Base 1.27.0-0~eo
+ eina_strbuf_tolower at Base 1.27.0-0~eo
+ eina_strbuf_trim at Base 1.27.0-0~eo
+ eina_strbuf_use at Base 1.27.0-0~eo
+ eina_strftime at Base 1.27.0-0~eo
+ eina_stringshare_add at Base 1.27.0-0~eo
+ eina_stringshare_add_length at Base 1.27.0-0~eo
+ eina_stringshare_del at Base 1.27.0-0~eo
+ eina_stringshare_dump at Base 1.27.0-0~eo
+ eina_stringshare_nprintf at Base 1.27.0-0~eo
+ eina_stringshare_printf at Base 1.27.0-0~eo
+ eina_stringshare_ref at Base 1.27.0-0~eo
+ eina_stringshare_strlen at Base 1.27.0-0~eo
+ eina_stringshare_vprintf at Base 1.27.0-0~eo
+ eina_strlcat at Base 1.27.0-0~eo
+ eina_strlcpy at Base 1.27.0-0~eo
+ eina_thread_cancel at Base 1.27.0-0~eo
+ eina_thread_cancel_checkpoint at Base 1.27.0-0~eo
+ eina_thread_cancellable_run at Base 1.27.0-0~eo
+ eina_thread_cancellable_set at Base 1.27.0-0~eo
+ eina_thread_create at Base 1.27.0-0~eo
+ eina_thread_equal at Base 1.27.0-0~eo
+ eina_thread_init at Base 1.27.0-0~eo
+ eina_thread_join at Base 1.27.0-0~eo
+ eina_thread_name_set at Base 1.27.0-0~eo
+ eina_thread_queue_fd_get at Base 1.27.0-0~eo
+ eina_thread_queue_fd_set at Base 1.27.0-0~eo
+ eina_thread_queue_free at Base 1.27.0-0~eo
+ eina_thread_queue_new at Base 1.27.0-0~eo
+ eina_thread_queue_parent_get at Base 1.27.0-0~eo
+ eina_thread_queue_parent_set at Base 1.27.0-0~eo
+ eina_thread_queue_pending_get at Base 1.27.0-0~eo
+ eina_thread_queue_poll at Base 1.27.0-0~eo
+ eina_thread_queue_send at Base 1.27.0-0~eo
+ eina_thread_queue_send_done at Base 1.27.0-0~eo
+ eina_thread_queue_wait at Base 1.27.0-0~eo
+ eina_thread_queue_wait_done at Base 1.27.0-0~eo
+ eina_thread_self at Base 1.27.0-0~eo
+ eina_thread_shutdown at Base 1.27.0-0~eo
+ eina_threads_init at Base 1.27.0-0~eo
+ eina_threads_shutdown at Base 1.27.0-0~eo
+ eina_tile_grid_slicer_iterator_new at Base 1.27.0-0~eo
+ eina_tiler_area_size_get at Base 1.27.0-0~eo
+ eina_tiler_area_size_set at Base 1.27.0-0~eo
+ eina_tiler_clear at Base 1.27.0-0~eo
+ eina_tiler_empty at Base 1.27.0-0~eo
+ eina_tiler_equal at Base 1.27.0-0~eo
+ eina_tiler_free at Base 1.27.0-0~eo
+ eina_tiler_intersection at Base 1.27.0-0~eo
+ eina_tiler_iterator_new at Base 1.27.0-0~eo
+ eina_tiler_new at Base 1.27.0-0~eo
+ eina_tiler_rect_add at Base 1.27.0-0~eo
+ eina_tiler_rect_del at Base 1.27.0-0~eo
+ eina_tiler_strict_set at Base 1.27.0-0~eo
+ eina_tiler_subtract at Base 1.27.0-0~eo
+ eina_tiler_tile_size_set at Base 1.27.0-0~eo
+ eina_tiler_union at Base 1.27.0-0~eo
+ eina_tmpstr_add at Base 1.27.0-0~eo
+ eina_tmpstr_add_length at Base 1.27.0-0~eo
+ eina_tmpstr_del at Base 1.27.0-0~eo
+ eina_tmpstr_len at Base 1.27.0-0~eo
+ eina_tmpstr_manage_new at Base 1.27.0-0~eo
+ eina_tmpstr_manage_new_length at Base 1.27.0-0~eo
+ eina_tmpstr_strlen at Base 1.27.0-0~eo
+ eina_unicode_escape at Base 1.27.0-0~eo
+ eina_unicode_strcmp at Base 1.27.0-0~eo
+ eina_unicode_strcpy at Base 1.27.0-0~eo
+ eina_unicode_strdup at Base 1.27.0-0~eo
+ eina_unicode_strlen at Base 1.27.0-0~eo
+ eina_unicode_strncpy at Base 1.27.0-0~eo
+ eina_unicode_strndup at Base 1.27.0-0~eo
+ eina_unicode_strnlen at Base 1.27.0-0~eo
+ eina_unicode_strstr at Base 1.27.0-0~eo
+ eina_unicode_unicode_to_utf8 at Base 1.27.0-0~eo
+ eina_unicode_unicode_to_utf8_range at Base 1.27.0-0~eo
+ eina_unicode_utf8_get_len at Base 1.27.0-0~eo
+ eina_unicode_utf8_get_next at Base 1.27.0-0~eo
+ eina_unicode_utf8_get_prev at Base 1.27.0-0~eo
+ eina_unicode_utf8_to_unicode at Base 1.27.0-0~eo
+ eina_ustrbuf_append at Base 1.27.0-0~eo
+ eina_ustrbuf_append_buffer at Base 1.27.0-0~eo
+ eina_ustrbuf_append_char at Base 1.27.0-0~eo
+ eina_ustrbuf_append_escaped at Base 1.27.0-0~eo
+ eina_ustrbuf_append_length at Base 1.27.0-0~eo
+ eina_ustrbuf_append_n at Base 1.27.0-0~eo
+ eina_ustrbuf_append_slice at Base 1.27.0-0~eo
+ eina_ustrbuf_expand at Base 1.27.0-0~eo
+ eina_ustrbuf_free at Base 1.27.0-0~eo
+ eina_ustrbuf_insert at Base 1.27.0-0~eo
+ eina_ustrbuf_insert_char at Base 1.27.0-0~eo
+ eina_ustrbuf_insert_escaped at Base 1.27.0-0~eo
+ eina_ustrbuf_insert_length at Base 1.27.0-0~eo
+ eina_ustrbuf_insert_n at Base 1.27.0-0~eo
+ eina_ustrbuf_insert_slice at Base 1.27.0-0~eo
+ eina_ustrbuf_length_get at Base 1.27.0-0~eo
+ eina_ustrbuf_manage_new at Base 1.27.0-0~eo
+ eina_ustrbuf_manage_new_length at Base 1.27.0-0~eo
+ eina_ustrbuf_manage_read_only_new_length at Base 1.27.0-0~eo
+ eina_ustrbuf_new at Base 1.27.0-0~eo
+ eina_ustrbuf_release at Base 1.27.0-0~eo
+ eina_ustrbuf_remove at Base 1.27.0-0~eo
+ eina_ustrbuf_reset at Base 1.27.0-0~eo
+ eina_ustrbuf_rw_slice_get at Base 1.27.0-0~eo
+ eina_ustrbuf_slice_get at Base 1.27.0-0~eo
+ eina_ustrbuf_string_free at Base 1.27.0-0~eo
+ eina_ustrbuf_string_get at Base 1.27.0-0~eo
+ eina_ustrbuf_string_steal at Base 1.27.0-0~eo
+ eina_ustrbuf_use at Base 1.27.0-0~eo
+ eina_ustringshare_add at Base 1.27.0-0~eo
+ eina_ustringshare_add_length at Base 1.27.0-0~eo
+ eina_ustringshare_del at Base 1.27.0-0~eo
+ eina_ustringshare_dump at Base 1.27.0-0~eo
+ eina_ustringshare_ref at Base 1.27.0-0~eo
+ eina_ustringshare_strlen at Base 1.27.0-0~eo
+ eina_value_array_new at Base 1.27.0-0~eo
+ eina_value_content_init at Base 1.27.0-0~eo
+ eina_value_content_new at Base 1.27.0-0~eo
+ eina_value_convert at Base 1.27.0-0~eo
+ eina_value_copy at Base 1.27.0-0~eo
+ eina_value_free at Base 1.27.0-0~eo
+ eina_value_hash_new at Base 1.27.0-0~eo
+ eina_value_inner_alloc at Base 1.27.0-0~eo
+ eina_value_inner_free at Base 1.27.0-0~eo
+ eina_value_list_new at Base 1.27.0-0~eo
+ eina_value_new at Base 1.27.0-0~eo
+ eina_value_optional_new at Base 1.27.0-0~eo
+ eina_value_optional_pget at Base 1.27.0-0~eo
+ eina_value_optional_pset at Base 1.27.0-0~eo
+ eina_value_optional_reset at Base 1.27.0-0~eo
+ eina_value_struct_member_find at Base 1.27.0-0~eo
+ eina_value_struct_new at Base 1.27.0-0~eo
+ eina_value_to_binbuf at Base 1.27.0-0~eo
+ eina_value_to_content at Base 1.27.0-0~eo
+ eina_value_to_string at Base 1.27.0-0~eo
+ eina_value_type_check at Base 1.27.0-0~eo
+ eina_value_type_name_get at Base 1.27.0-0~eo
+ eina_value_util_struct_desc_new at Base 1.27.0-0~eo
+ eina_value_util_time_string_new at Base 1.27.0-0~eo
+ eina_version at Base 1.27.0-0~eo
+ eina_vpath_interface_app_set at Base 1.27.0-0~eo
+ eina_vpath_interface_user_set at Base 1.27.0-0~eo
+ eina_vpath_resolve at Base 1.27.0-0~eo
+ eina_vpath_resolve_snprintf at Base 1.27.0-0~eo
+ eina_xattr_copy at Base 1.27.0-0~eo
+ eina_xattr_del at Base 1.27.0-0~eo
+ eina_xattr_double_get at Base 1.27.0-0~eo
+ eina_xattr_double_set at Base 1.27.0-0~eo
+ eina_xattr_fd_copy at Base 1.27.0-0~eo
+ eina_xattr_fd_del at Base 1.27.0-0~eo
+ eina_xattr_fd_get at Base 1.27.0-0~eo
+ eina_xattr_fd_ls at Base 1.27.0-0~eo
+ eina_xattr_fd_set at Base 1.27.0-0~eo
+ eina_xattr_get at Base 1.27.0-0~eo
+ eina_xattr_int_get at Base 1.27.0-0~eo
+ eina_xattr_int_set at Base 1.27.0-0~eo
+ eina_xattr_ls at Base 1.27.0-0~eo
+ eina_xattr_set at Base 1.27.0-0~eo
+ eina_xattr_string_get at Base 1.27.0-0~eo
+ eina_xattr_string_set at Base 1.27.0-0~eo
+ eina_xattr_value_fd_ls at Base 1.27.0-0~eo
+ eina_xattr_value_ls at Base 1.27.0-0~eo
+libeo.so.1 libeina1t64 #MINVER#
+* Build-Depends-Package: libefl-all-dev
+ EFL_DBG_INFO_TYPE at Base 1.27.0-0~eo
+ EINA_VALUE_TYPE_OBJECT at Base 1.27.0-0~eo
+ _EFL_EVENT_CALLBACK_ADD at Base 1.27.0-0~eo
+ _EFL_EVENT_CALLBACK_DEL at Base 1.27.0-0~eo
+ _EFL_EVENT_DEL at Base 1.27.0-0~eo
+ _EFL_EVENT_DESTRUCT at Base 1.27.0-0~eo
+ _EFL_EVENT_INVALIDATE at Base 1.27.0-0~eo
+ _EFL_EVENT_NOREF at Base 1.27.0-0~eo
+ _EFL_EVENT_OWNERSHIP_SHARED at Base 1.27.0-0~eo
+ _EFL_EVENT_OWNERSHIP_UNIQUE at Base 1.27.0-0~eo
+ ___efl_auto_unref_set at Base 1.27.0-0~eo
+ ___efl_ref2_count at Base 1.27.0-0~eo
+ ___efl_ref2_reset at Base 1.27.0-0~eo
+ _efl_add_end at Base 1.27.0-0~eo
+ _efl_add_internal_start at Base 1.27.0-0~eo
+ _efl_add_internal_start_bindings at Base 1.27.0-0~eo
+ _efl_added_get at Base 1.27.0-0~eo
+ _efl_class_creation_lock at Base 1.27.0-0~eo
+ _efl_object_api_op_id_get at Base 1.27.0-0~eo
+ _efl_object_call_end at Base 1.27.0-0~eo
+ _efl_object_call_resolve at Base 1.27.0-0~eo
+ _efl_object_event_callback_count at Base 1.27.0-0~eo
+ _efl_object_init_generation at Base 1.27.0-0~eo
+ _efl_object_op_api_id_get at Base 1.27.0-0~eo
+ _eo_no_anon at Base 1.27.0-0~eo
+ efl_allow_parent_unref_get at Base 1.27.0-0~eo
+ efl_allow_parent_unref_set at Base 1.27.0-0~eo
+ efl_callbacks_cmp at Base 1.27.0-0~eo
+ efl_cast at Base 1.27.0-0~eo
+ efl_children_iterator_new at Base 1.27.0-0~eo
+ efl_class_class_get at Base 1.27.0-0~eo
+ efl_class_functions_set at Base 1.27.0-0~eo
+ efl_class_get at Base 1.27.0-0~eo
+ efl_class_memory_size_get at Base 1.27.0-0~eo
+ efl_class_name_get at Base 1.27.0-0~eo
+ efl_class_new at Base 1.27.0-0~eo
+ efl_class_override_register at Base 1.27.0-0~eo
+ efl_class_override_unregister at Base 1.27.0-0~eo
+ efl_class_type_get at Base 1.27.0-0~eo
+ efl_comment_get at Base 1.27.0-0~eo
+ efl_comment_set at Base 1.27.0-0~eo
+ efl_compatible at Base 1.27.0-0~eo
+ efl_composite_attach at Base 1.27.0-0~eo
+ efl_composite_detach at Base 1.27.0-0~eo
+ efl_composite_part_is at Base 1.27.0-0~eo
+ efl_constructor at Base 1.27.0-0~eo
+ efl_data_scope_get at Base 1.27.0-0~eo
+ efl_data_scope_safe_get at Base 1.27.0-0~eo
+ efl_data_xref_internal at Base 1.27.0-0~eo
+ efl_data_xunref_internal at Base 1.27.0-0~eo
+ efl_dbg_info_free at Base 1.27.0-0~eo
+ efl_dbg_info_get at Base 1.27.0-0~eo
+ efl_debug_name_get at Base 1.27.0-0~eo
+ efl_debug_name_override at Base 1.27.0-0~eo
+ efl_del at Base 1.27.0-0~eo
+ efl_del_intercept_get at Base 1.27.0-0~eo
+ efl_del_intercept_set at Base 1.27.0-0~eo
+ efl_destructed_is at Base 1.27.0-0~eo
+ efl_destructor at Base 1.27.0-0~eo
+ efl_domain_current_get at Base 1.27.0-0~eo
+ efl_domain_current_pop at Base 1.27.0-0~eo
+ efl_domain_current_push at Base 1.27.0-0~eo
+ efl_domain_current_set at Base 1.27.0-0~eo
+ efl_domain_data_adopt at Base 1.27.0-0~eo
+ efl_domain_data_get at Base 1.27.0-0~eo
+ efl_domain_data_return at Base 1.27.0-0~eo
+ efl_domain_get at Base 1.27.0-0~eo
+ efl_domain_switch at Base 1.27.0-0~eo
+ efl_event_callback_array_del at Base 1.27.0-0~eo
+ efl_event_callback_array_priority_add at Base 1.27.0-0~eo
+ efl_event_callback_call at Base 1.27.0-0~eo
+ efl_event_callback_count at Base 1.27.0-0~eo
+ efl_event_callback_del at Base 1.27.0-0~eo
+ efl_event_callback_forwarder_del at Base 1.27.0-0~eo
+ efl_event_callback_forwarder_priority_add at Base 1.27.0-0~eo
+ efl_event_callback_legacy_call at Base 1.27.0-0~eo
+ efl_event_callback_priority_add at Base 1.27.0-0~eo
+ efl_event_callback_stop at Base 1.27.0-0~eo
+ efl_event_freeze at Base 1.27.0-0~eo
+ efl_event_freeze_count_get at Base 1.27.0-0~eo
+ efl_event_future_scheduler_get at Base 1.27.0-0~eo
+ efl_event_global_freeze at Base 1.27.0-0~eo
+ efl_event_global_freeze_count_get at Base 1.27.0-0~eo
+ efl_event_global_thaw at Base 1.27.0-0~eo
+ efl_event_thaw at Base 1.27.0-0~eo
+ efl_finalize at Base 1.27.0-0~eo
+ efl_finalized_get at Base 1.27.0-0~eo
+ efl_future_cb_from_desc at Base 1.27.0-0~eo
+ efl_future_chain_array at Base 1.27.0-0~eo
+ efl_invalidate at Base 1.27.0-0~eo
+ efl_invalidated_get at Base 1.27.0-0~eo
+ efl_invalidating_get at Base 1.27.0-0~eo
+ efl_isa at Base 1.27.0-0~eo
+ efl_key_data_get at Base 1.27.0-0~eo
+ efl_key_data_set at Base 1.27.0-0~eo
+ efl_key_ref_get at Base 1.27.0-0~eo
+ efl_key_ref_set at Base 1.27.0-0~eo
+ efl_key_value_get at Base 1.27.0-0~eo
+ efl_key_value_set at Base 1.27.0-0~eo
+ efl_key_wref_get at Base 1.27.0-0~eo
+ efl_key_wref_set at Base 1.27.0-0~eo
+ efl_manual_free at Base 1.27.0-0~eo
+ efl_manual_free_set at Base 1.27.0-0~eo
+ efl_name_find at Base 1.27.0-0~eo
+ efl_name_get at Base 1.27.0-0~eo
+ efl_name_set at Base 1.27.0-0~eo
+ efl_object_class_get at Base 1.27.0-0~eo
+ efl_object_init at Base 1.27.0-0~eo
+ efl_object_legacy_only_event_description_get at Base 1.27.0-0~eo
+ efl_object_override at Base 1.27.0-0~eo
+ efl_object_override_class_get at Base 1.27.0-0~eo
+ efl_object_shutdown at Base 1.27.0-0~eo
+ efl_ownable_get at Base 1.27.0-0~eo
+ efl_parent_get at Base 1.27.0-0~eo
+ efl_parent_set at Base 1.27.0-0~eo
+ efl_property_reflection_exist at Base 1.27.0-0~eo
+ efl_property_reflection_get at Base 1.27.0-0~eo
+ efl_property_reflection_set at Base 1.27.0-0~eo
+ efl_provider_find at Base 1.27.0-0~eo
+ efl_provider_register at Base 1.27.0-0~eo
+ efl_provider_unregister at Base 1.27.0-0~eo
+ efl_ref at Base 1.27.0-0~eo
+ efl_ref_count at Base 1.27.0-0~eo
+ efl_reuse at Base 1.27.0-0~eo
+ efl_super at Base 1.27.0-0~eo
+ efl_unref at Base 1.27.0-0~eo
+ efl_wref_add at Base 1.27.0-0~eo
+ efl_wref_del at Base 1.27.0-0~eo
+ efl_xref_internal at Base 1.27.0-0~eo
+ efl_xunref at Base 1.27.0-0~eo
+ eo_classes_iterator_new at Base 1.27.0-0~eo
+ eo_objects_iterator_new at Base 1.27.0-0~eo
+libeo_dbg.so.1 libeina1t64 #MINVER#
+* Build-Depends-Package: libefl-all-dev
+ EFL_DBG_INFO_TYPE at Base 1.27.0-0~eo
+ EINA_VALUE_TYPE_OBJECT at Base 1.27.0-0~eo
+ _EFL_EVENT_CALLBACK_ADD at Base 1.27.0-0~eo
+ _EFL_EVENT_CALLBACK_DEL at Base 1.27.0-0~eo
+ _EFL_EVENT_DEL at Base 1.27.0-0~eo
+ _EFL_EVENT_DESTRUCT at Base 1.27.0-0~eo
+ _EFL_EVENT_INVALIDATE at Base 1.27.0-0~eo
+ _EFL_EVENT_NOREF at Base 1.27.0-0~eo
+ _EFL_EVENT_OWNERSHIP_SHARED at Base 1.27.0-0~eo
+ _EFL_EVENT_OWNERSHIP_UNIQUE at Base 1.27.0-0~eo
+ ___efl_auto_unref_set at Base 1.27.0-0~eo
+ ___efl_ref2_count at Base 1.27.0-0~eo
+ ___efl_ref2_reset at Base 1.27.0-0~eo
+ _efl_add_end at Base 1.27.0-0~eo
+ _efl_add_internal_start at Base 1.27.0-0~eo
+ _efl_add_internal_start_bindings at Base 1.27.0-0~eo
+ _efl_added_get at Base 1.27.0-0~eo
+ _efl_class_creation_lock at Base 1.27.0-0~eo
+ _efl_object_api_op_id_get at Base 1.27.0-0~eo
+ _efl_object_call_end at Base 1.27.0-0~eo
+ _efl_object_call_resolve at Base 1.27.0-0~eo
+ _efl_object_event_callback_count at Base 1.27.0-0~eo
+ _efl_object_init_generation at Base 1.27.0-0~eo
+ _efl_object_op_api_id_get at Base 1.27.0-0~eo
+ _eo_no_anon at Base 1.27.0-0~eo
+ efl_allow_parent_unref_get at Base 1.27.0-0~eo
+ efl_allow_parent_unref_set at Base 1.27.0-0~eo
+ efl_callbacks_cmp at Base 1.27.0-0~eo
+ efl_cast at Base 1.27.0-0~eo
+ efl_children_iterator_new at Base 1.27.0-0~eo
+ efl_class_class_get at Base 1.27.0-0~eo
+ efl_class_functions_set at Base 1.27.0-0~eo
+ efl_class_get at Base 1.27.0-0~eo
+ efl_class_memory_size_get at Base 1.27.0-0~eo
+ efl_class_name_get at Base 1.27.0-0~eo
+ efl_class_new at Base 1.27.0-0~eo
+ efl_class_override_register at Base 1.27.0-0~eo
+ efl_class_override_unregister at Base 1.27.0-0~eo
+ efl_class_type_get at Base 1.27.0-0~eo
+ efl_comment_get at Base 1.27.0-0~eo
+ efl_comment_set at Base 1.27.0-0~eo
+ efl_compatible at Base 1.27.0-0~eo
+ efl_composite_attach at Base 1.27.0-0~eo
+ efl_composite_detach at Base 1.27.0-0~eo
+ efl_composite_part_is at Base 1.27.0-0~eo
+ efl_constructor at Base 1.27.0-0~eo
+ efl_data_scope_get at Base 1.27.0-0~eo
+ efl_data_scope_safe_get at Base 1.27.0-0~eo
+ efl_data_xref_internal at Base 1.27.0-0~eo
+ efl_data_xunref_internal at Base 1.27.0-0~eo
+ efl_dbg_info_free at Base 1.27.0-0~eo
+ efl_dbg_info_get at Base 1.27.0-0~eo
+ efl_debug_name_get at Base 1.27.0-0~eo
+ efl_debug_name_override at Base 1.27.0-0~eo
+ efl_del at Base 1.27.0-0~eo
+ efl_del_intercept_get at Base 1.27.0-0~eo
+ efl_del_intercept_set at Base 1.27.0-0~eo
+ efl_destructed_is at Base 1.27.0-0~eo
+ efl_destructor at Base 1.27.0-0~eo
+ efl_domain_current_get at Base 1.27.0-0~eo
+ efl_domain_current_pop at Base 1.27.0-0~eo
+ efl_domain_current_push at Base 1.27.0-0~eo
+ efl_domain_current_set at Base 1.27.0-0~eo
+ efl_domain_data_adopt at Base 1.27.0-0~eo
+ efl_domain_data_get at Base 1.27.0-0~eo
+ efl_domain_data_return at Base 1.27.0-0~eo
+ efl_domain_get at Base 1.27.0-0~eo
+ efl_domain_switch at Base 1.27.0-0~eo
+ efl_event_callback_array_del at Base 1.27.0-0~eo
+ efl_event_callback_array_priority_add at Base 1.27.0-0~eo
+ efl_event_callback_call at Base 1.27.0-0~eo
+ efl_event_callback_count at Base 1.27.0-0~eo
+ efl_event_callback_del at Base 1.27.0-0~eo
+ efl_event_callback_forwarder_del at Base 1.27.0-0~eo
+ efl_event_callback_forwarder_priority_add at Base 1.27.0-0~eo
+ efl_event_callback_legacy_call at Base 1.27.0-0~eo
+ efl_event_callback_priority_add at Base 1.27.0-0~eo
+ efl_event_callback_stop at Base 1.27.0-0~eo
+ efl_event_freeze at Base 1.27.0-0~eo
+ efl_event_freeze_count_get at Base 1.27.0-0~eo
+ efl_event_future_scheduler_get at Base 1.27.0-0~eo
+ efl_event_global_freeze at Base 1.27.0-0~eo
+ efl_event_global_freeze_count_get at Base 1.27.0-0~eo
+ efl_event_global_thaw at Base 1.27.0-0~eo
+ efl_event_thaw at Base 1.27.0-0~eo
+ efl_finalize at Base 1.27.0-0~eo
+ efl_finalized_get at Base 1.27.0-0~eo
+ efl_future_cb_from_desc at Base 1.27.0-0~eo
+ efl_future_chain_array at Base 1.27.0-0~eo
+ efl_invalidate at Base 1.27.0-0~eo
+ efl_invalidated_get at Base 1.27.0-0~eo
+ efl_invalidating_get at Base 1.27.0-0~eo
+ efl_isa at Base 1.27.0-0~eo
+ efl_key_data_get at Base 1.27.0-0~eo
+ efl_key_data_set at Base 1.27.0-0~eo
+ efl_key_ref_get at Base 1.27.0-0~eo
+ efl_key_ref_set at Base 1.27.0-0~eo
+ efl_key_value_get at Base 1.27.0-0~eo
+ efl_key_value_set at Base 1.27.0-0~eo
+ efl_key_wref_get at Base 1.27.0-0~eo
+ efl_key_wref_set at Base 1.27.0-0~eo
+ efl_manual_free at Base 1.27.0-0~eo
+ efl_manual_free_set at Base 1.27.0-0~eo
+ efl_name_find at Base 1.27.0-0~eo
+ efl_name_get at Base 1.27.0-0~eo
+ efl_name_set at Base 1.27.0-0~eo
+ efl_object_class_get at Base 1.27.0-0~eo
+ efl_object_init at Base 1.27.0-0~eo
+ efl_object_legacy_only_event_description_get at Base 1.27.0-0~eo
+ efl_object_override at Base 1.27.0-0~eo
+ efl_object_override_class_get at Base 1.27.0-0~eo
+ efl_object_shutdown at Base 1.27.0-0~eo
+ efl_ownable_get at Base 1.27.0-0~eo
+ efl_parent_get at Base 1.27.0-0~eo
+ efl_parent_set at Base 1.27.0-0~eo
+ efl_property_reflection_exist at Base 1.27.0-0~eo
+ efl_property_reflection_get at Base 1.27.0-0~eo
+ efl_property_reflection_set at Base 1.27.0-0~eo
+ efl_provider_find at Base 1.27.0-0~eo
+ efl_provider_register at Base 1.27.0-0~eo
+ efl_provider_unregister at Base 1.27.0-0~eo
+ efl_ref at Base 1.27.0-0~eo
+ efl_ref_count at Base 1.27.0-0~eo
+ efl_reuse at Base 1.27.0-0~eo
+ efl_super at Base 1.27.0-0~eo
+ efl_unref at Base 1.27.0-0~eo
+ efl_wref_add at Base 1.27.0-0~eo
+ efl_wref_del at Base 1.27.0-0~eo
+ efl_xref_internal at Base 1.27.0-0~eo
+ efl_xunref at Base 1.27.0-0~eo
+ eo_classes_iterator_new at Base 1.27.0-0~eo
+ eo_objects_iterator_new at Base 1.27.0-0~eo


More information about the Pkg-e-devel mailing list