~ubuntu-branches/ubuntu/maverick/indicator-network/maverick

« back to all changes in this revision

Viewing changes to src/services.h

  • Committer: Bazaar Package Importer
  • Author(s): Ken VanDine
  • Date: 2010-08-26 10:07:36 UTC
  • mfrom: (1.1.6 upstream)
  • Revision ID: james.westby@ubuntu.com-20100826100736-4fsdcjwks22kx5jo
Tags: 0.2.11-0ubuntu1
* New upstream release
  - New wireless connect dialog
  - Add i18n and finnish translation
  - Add indicator-network-debug script to make it easier to enable debug logs

Show diffs side-by-side

added added

removed removed

Lines of Context:
36
36
GList *services_get_cellular(struct services *self);
37
37
gboolean services_is_connecting(struct services *self);
38
38
gboolean services_is_connected(struct services *self);
 
39
guint services_get_connected(struct services *self);
39
40
const gchar *services_get_default_technology(struct services *self);
40
41
 
41
42
#endif