shill: remove references to GLib

There are a number of references to GLib (the object),
even though no one uses GLib in a substantive way.
Remove these obsolete references.

Bug: 23386647
TEST=unit tests

Change-Id: I8d574980bc8e853c8b87ef64b581d64a71491201
65 files changed
tree: acb380e1c58391b41b72324bf2e4ad4c307e0e7d
  1. bin/
  2. cellular/
  3. dbus/
  4. dbus_bindings/
  5. dhcp/
  6. doc/
  7. ethernet/
  8. init/
  9. mobile_operator_db/
  10. net/
  11. pppoe/
  12. setup_wifi/
  13. shims/
  14. supplicant/
  15. test-scripts/
  16. udev/
  17. upstart/
  18. vpn/
  19. wifi/
  20. wimax/
  21. .gitignore
  22. accessor_interface.h
  23. active_link_monitor.cc
  24. active_link_monitor.h
  25. active_link_monitor_unittest.cc
  26. adaptor_interfaces.h
  27. Android.mk
  28. arp_client.cc
  29. arp_client.h
  30. arp_client_test_helper.cc
  31. arp_client_test_helper.h
  32. arp_client_unittest.cc
  33. arp_packet.cc
  34. arp_packet.h
  35. arp_packet_unittest.cc
  36. async_connection.cc
  37. async_connection.h
  38. async_connection_unittest.cc
  39. callbacks.h
  40. certificate_file.cc
  41. certificate_file.h
  42. certificate_file_unittest.cc
  43. chromeos_daemon.cc
  44. chromeos_daemon.h
  45. chromeos_daemon_unittest.cc
  46. connection.cc
  47. connection.h
  48. connection_diagnostics.cc
  49. connection_diagnostics.h
  50. connection_diagnostics_unittest.cc
  51. connection_health_checker.cc
  52. connection_health_checker.h
  53. connection_health_checker_unittest.cc
  54. connection_info.cc
  55. connection_info.h
  56. connection_info_reader.cc
  57. connection_info_reader.h
  58. connection_info_reader_unittest.cc
  59. connection_info_unittest.cc
  60. connection_tester.cc
  61. connection_tester.h
  62. connection_tester_unittest.cc
  63. connection_unittest.cc
  64. connectivity_trial.cc
  65. connectivity_trial.h
  66. connectivity_trial_unittest.cc
  67. control_interface.h
  68. crypto_des_cbc.cc
  69. crypto_des_cbc.h
  70. crypto_des_cbc_unittest.cc
  71. crypto_interface.h
  72. crypto_provider.cc
  73. crypto_provider.h
  74. crypto_provider_unittest.cc
  75. crypto_rot47.cc
  76. crypto_rot47.h
  77. crypto_rot47_unittest.cc
  78. crypto_util_proxy.cc
  79. crypto_util_proxy.h
  80. crypto_util_proxy_unittest.cc
  81. dbus_properties_proxy_interface.h
  82. default_profile.cc
  83. default_profile.h
  84. default_profile_unittest.cc
  85. device.cc
  86. device.h
  87. device_claimer.cc
  88. device_claimer.h
  89. device_claimer_unittest.cc
  90. device_info.cc
  91. device_info.h
  92. device_info_unittest.cc
  93. device_stub.h
  94. device_unittest.cc
  95. dns_client.cc
  96. dns_client.h
  97. dns_client_factory.cc
  98. dns_client_factory.h
  99. dns_client_unittest.cc
  100. dns_server_tester.cc
  101. dns_server_tester.h
  102. dns_server_tester_unittest.cc
  103. eap_credentials.cc
  104. eap_credentials.h
  105. eap_credentials_unittest.cc
  106. eap_listener.cc
  107. eap_listener.h
  108. eap_listener_unittest.cc
  109. eap_protocol.h
  110. ephemeral_profile.cc
  111. ephemeral_profile.h
  112. error.cc
  113. error.h
  114. error_unittest.cc
  115. event_dispatcher.cc
  116. event_dispatcher.h
  117. external_task.cc
  118. external_task.h
  119. external_task_unittest.cc
  120. fake_store.cc
  121. fake_store.h
  122. file_io.cc
  123. file_io.h
  124. file_reader.cc
  125. file_reader.h
  126. file_reader_unittest.cc
  127. firewall_proxy_interface.h
  128. geolocation_info.cc
  129. geolocation_info.h
  130. glib.cc
  131. glib.h
  132. HACKING
  133. hook_table.cc
  134. hook_table.h
  135. hook_table_unittest.cc
  136. http_proxy.cc
  137. http_proxy.h
  138. http_proxy_unittest.cc
  139. http_request.cc
  140. http_request.h
  141. http_request_unittest.cc
  142. http_url.cc
  143. http_url.h
  144. http_url_unittest.cc
  145. icmp.cc
  146. icmp.h
  147. icmp_session.cc
  148. icmp_session.h
  149. icmp_session_factory.cc
  150. icmp_session_factory.h
  151. icmp_session_unittest.cc
  152. icmp_unittest.cc
  153. ip_address_store.cc
  154. ip_address_store.h
  155. ip_address_store_unittest.cc
  156. ipconfig.cc
  157. ipconfig.h
  158. ipconfig_unittest.cc
  159. json_store.cc
  160. json_store.h
  161. json_store_unittest.cc
  162. key_file_store.cc
  163. key_file_store.h
  164. key_file_store_unittest.cc
  165. key_value_store.cc
  166. key_value_store.h
  167. key_value_store_unittest.cc
  168. libshill-client-test.pc.in
  169. libshill-client.pc.in
  170. link_monitor.cc
  171. link_monitor.h
  172. link_monitor_unittest.cc
  173. logging.cc
  174. logging.h
  175. manager.cc
  176. manager.h
  177. manager_unittest.cc
  178. metrics.cc
  179. metrics.h
  180. metrics_unittest.cc
  181. mock_active_link_monitor.cc
  182. mock_active_link_monitor.h
  183. mock_adaptors.cc
  184. mock_adaptors.h
  185. mock_ares.cc
  186. mock_ares.h
  187. mock_arp_client.cc
  188. mock_arp_client.h
  189. mock_async_connection.cc
  190. mock_async_connection.h
  191. mock_certificate_file.cc
  192. mock_certificate_file.h
  193. mock_connection.cc
  194. mock_connection.h
  195. mock_connection_health_checker.cc
  196. mock_connection_health_checker.h
  197. mock_connection_info_reader.cc
  198. mock_connection_info_reader.h
  199. mock_connectivity_trial.cc
  200. mock_connectivity_trial.h
  201. mock_control.cc
  202. mock_control.h
  203. mock_crypto_util_proxy.cc
  204. mock_crypto_util_proxy.h
  205. mock_dbus_manager.cc
  206. mock_dbus_manager.h
  207. mock_dbus_properties_proxy.cc
  208. mock_dbus_properties_proxy.h
  209. mock_device.cc
  210. mock_device.h
  211. mock_device_claimer.cc
  212. mock_device_claimer.h
  213. mock_device_info.cc
  214. mock_device_info.h
  215. mock_dns_client.cc
  216. mock_dns_client.h
  217. mock_dns_client_factory.cc
  218. mock_dns_client_factory.h
  219. mock_dns_server_tester.cc
  220. mock_dns_server_tester.h
  221. mock_eap_credentials.cc
  222. mock_eap_credentials.h
  223. mock_eap_listener.cc
  224. mock_eap_listener.h
  225. mock_event_dispatcher.cc
  226. mock_event_dispatcher.h
  227. mock_external_task.cc
  228. mock_external_task.h
  229. mock_file_io.h
  230. mock_firewall_proxy.h
  231. mock_glib.cc
  232. mock_glib.h
  233. mock_http_request.cc
  234. mock_http_request.h
  235. mock_icmp.cc
  236. mock_icmp.h
  237. mock_icmp_session.cc
  238. mock_icmp_session.h
  239. mock_icmp_session_factory.cc
  240. mock_icmp_session_factory.h
  241. mock_ip_address_store.cc
  242. mock_ip_address_store.h
  243. mock_ipconfig.cc
  244. mock_ipconfig.h
  245. mock_link_monitor.cc
  246. mock_link_monitor.h
  247. mock_log.cc
  248. mock_log.h
  249. mock_log_unittest.cc
  250. mock_manager.cc
  251. mock_manager.h
  252. mock_metrics.cc
  253. mock_metrics.h
  254. mock_passive_link_monitor.cc
  255. mock_passive_link_monitor.h
  256. mock_pending_activation_store.cc
  257. mock_pending_activation_store.h
  258. mock_portal_detector.cc
  259. mock_portal_detector.h
  260. mock_power_manager.cc
  261. mock_power_manager.h
  262. mock_power_manager_proxy.cc
  263. mock_power_manager_proxy.h
  264. mock_ppp_device.cc
  265. mock_ppp_device.h
  266. mock_ppp_device_factory.cc
  267. mock_ppp_device_factory.h
  268. mock_process_manager.cc
  269. mock_process_manager.h
  270. mock_profile.cc
  271. mock_profile.h
  272. mock_property_store.cc
  273. mock_property_store.h
  274. mock_resolver.cc
  275. mock_resolver.h
  276. mock_routing_table.cc
  277. mock_routing_table.h
  278. mock_service.cc
  279. mock_service.h
  280. mock_service_watcher.h
  281. mock_socket_info_reader.cc
  282. mock_socket_info_reader.h
  283. mock_store.cc
  284. mock_store.h
  285. mock_traffic_monitor.cc
  286. mock_traffic_monitor.h
  287. mock_virtual_device.cc
  288. mock_virtual_device.h
  289. MODULE_LICENSE_APACHE2
  290. NETLINK_MESSAGES.txt
  291. nice_mock_control.cc
  292. nice_mock_control.h
  293. NOTICE
  294. OWNERS
  295. passive_link_monitor.cc
  296. passive_link_monitor.h
  297. passive_link_monitor_unittest.cc
  298. pending_activation_store.cc
  299. pending_activation_store.h
  300. pending_activation_store_unittest.cc
  301. portal_detector.cc
  302. portal_detector.h
  303. portal_detector_unittest.cc
  304. power_manager.cc
  305. power_manager.h
  306. power_manager_proxy_interface.h
  307. power_manager_proxy_stub.cc
  308. power_manager_proxy_stub.h
  309. power_manager_unittest.cc
  310. ppp_daemon.cc
  311. ppp_daemon.h
  312. ppp_daemon_unittest.cc
  313. ppp_device.cc
  314. ppp_device.h
  315. ppp_device_factory.cc
  316. ppp_device_factory.h
  317. ppp_device_unittest.cc
  318. PRESUBMIT.cfg
  319. process_manager.cc
  320. process_manager.h
  321. process_manager_unittest.cc
  322. profile.cc
  323. profile.h
  324. profile_unittest.cc
  325. property_accessor.h
  326. property_accessor_unittest.cc
  327. property_iterator.h
  328. property_observer.h
  329. property_observer_interface.h
  330. property_observer_unittest.cc
  331. property_store.cc
  332. property_store.h
  333. property_store_unittest.cc
  334. property_store_unittest.h
  335. protobuf_lite_streams.cc
  336. protobuf_lite_streams.h
  337. provider_db_unittest.bfd
  338. provider_interface.h
  339. refptr_types.h
  340. resolver.cc
  341. resolver.h
  342. resolver_unittest.cc
  343. result_aggregator.cc
  344. result_aggregator.h
  345. result_aggregator_unittest.cc
  346. routing_table.cc
  347. routing_table.h
  348. routing_table_entry.h
  349. routing_table_unittest.cc
  350. rpc_service_watcher_interface.h
  351. rpc_task.cc
  352. rpc_task.h
  353. rpc_task_unittest.cc
  354. scope_logger.cc
  355. scope_logger.h
  356. scope_logger_unittest.cc
  357. scoped_umask.cc
  358. scoped_umask.h
  359. service.cc
  360. service.h
  361. service_property_change_notifier.cc
  362. service_property_change_notifier.h
  363. service_property_change_test.cc
  364. service_property_change_test.h
  365. service_sorter.h
  366. service_under_test.cc
  367. service_under_test.h
  368. service_unittest.cc
  369. shill-client.gyp
  370. shill.gyp
  371. shill.gypi
  372. shill_ares.cc
  373. shill_ares.h
  374. shill_config.cc
  375. shill_config.h
  376. shill_daemon.cc
  377. shill_daemon.h
  378. shill_main.cc
  379. shill_test_config.cc
  380. shill_test_config.h
  381. shill_unittest.cc
  382. socket_info.cc
  383. socket_info.h
  384. socket_info_reader.cc
  385. socket_info_reader.h
  386. socket_info_reader_unittest.cc
  387. socket_info_unittest.cc
  388. static_ip_parameters.cc
  389. static_ip_parameters.h
  390. static_ip_parameters_unittest.cc
  391. store_factory.cc
  392. store_factory.h
  393. store_interface.h
  394. stub_storage.h
  395. technology.cc
  396. technology.h
  397. technology_unittest.cc
  398. test_event_dispatcher.h
  399. TESTING
  400. testing.h
  401. testrunner.cc
  402. tethering.cc
  403. tethering.h
  404. traffic_monitor.cc
  405. traffic_monitor.h
  406. traffic_monitor_unittest.cc
  407. virtual_device.cc
  408. virtual_device.h
  409. virtual_device_unittest.cc