lib/connman0_7x/e_connman.c File Reference
#include "e_connman_private.h"
#include <stdlib.h>
#include <string.h>
Include dependency graph for e_connman.c:

Defines

#define ADD_STRINGSHARE(name, s)

Functions

Eina_Bool e_connman_manager_sync_elements (void)
const char * e_connman_system_bus_name_get (void)
unsigned int e_connman_system_init (E_DBus_Connection *edbus_conn)
unsigned int e_connman_system_shutdown (void)

Variables

int _e_dbus_connman_log_dom = -1
E_DBus_Connectione_connman_conn = NULL
EAPI int E_CONNMAN_EVENT_ELEMENT_ADD = 0
EAPI int E_CONNMAN_EVENT_ELEMENT_DEL = 0
EAPI int E_CONNMAN_EVENT_ELEMENT_UPDATED = 0
EAPI int E_CONNMAN_EVENT_MANAGER_IN = 0
EAPI int E_CONNMAN_EVENT_MANAGER_OUT = 0
const char * e_connman_iface_connection = NULL
const char * e_connman_iface_manager = NULL
const char * e_connman_iface_profile = NULL
const char * e_connman_iface_service = NULL
const char * e_connman_iface_technology = NULL
const char * e_connman_prop_address = NULL
const char * e_connman_prop_auto_connect = NULL
const char * e_connman_prop_domains = NULL
const char * e_connman_prop_domains_configuration = NULL
const char * e_connman_prop_duplex = NULL
const char * e_connman_prop_error = NULL
const char * e_connman_prop_ethernet = NULL
const char * e_connman_prop_excludes = NULL
const char * e_connman_prop_favorite = NULL
const char * e_connman_prop_gateway = NULL
const char * e_connman_prop_immutable = NULL
const char * e_connman_prop_interface = NULL
const char * e_connman_prop_ipv4 = NULL
const char * e_connman_prop_ipv4_configuration = NULL
const char * e_connman_prop_login_required = NULL
const char * e_connman_prop_method = NULL
const char * e_connman_prop_mtu = NULL
const char * e_connman_prop_name = NULL
const char * e_connman_prop_nameservers = NULL
const char * e_connman_prop_nameservers_configuration = NULL
const char * e_connman_prop_netmask = NULL
const char * e_connman_prop_offline_mode = NULL
const char * e_connman_prop_passphrase = NULL
const char * e_connman_prop_passphrase_required = NULL
const char * e_connman_prop_profile_active = NULL
const char * e_connman_prop_profiles = NULL
const char * e_connman_prop_proxy = NULL
const char * e_connman_prop_proxy_configuration = NULL
const char * e_connman_prop_roaming = NULL
const char * e_connman_prop_security = NULL
const char * e_connman_prop_servers = NULL
const char * e_connman_prop_services = NULL
const char * e_connman_prop_speed = NULL
const char * e_connman_prop_state = NULL
const char * e_connman_prop_strength = NULL
const char * e_connman_prop_technologies = NULL
const char * e_connman_prop_technologies_available = NULL
const char * e_connman_prop_technologies_connected = NULL
const char * e_connman_prop_technologies_enabled = NULL
const char * e_connman_prop_technology_default = NULL
const char * e_connman_prop_type = NULL
const char * e_connman_prop_url = NULL

Define Documentation

#define ADD_STRINGSHARE (   name,
 
)
Value:
if (!name)                          \
      name = eina_stringshare_add(s)

Referenced by e_connman_system_init().


Function Documentation


Variable Documentation