~ubuntu-branches/ubuntu/oneiric/indicator-network/oneiric

« back to all changes in this revision

Viewing changes to src/settings/frontend/widgets/device-boxes/base.c

  • Committer: Bazaar Package Importer
  • Author(s): Ken VanDine
  • Date: 2011-02-17 09:52:27 UTC
  • mfrom: (1.1.14 upstream)
  • Revision ID: james.westby@ubuntu.com-20110217095227-51g86k2i6wrtjehc
Tags: 0.3.4-0ubuntu1
* New upstream release
  - Updated to support connman 0.69
* debian/control
  - Depend on connman >= 0.69
  - Added build depends for libreadline-dev

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/* base.c generated by valac 0.10.0, the Vala compiler
 
1
/* base.c generated by valac 0.11.5, the Vala compiler
2
2
 * generated from base.vala, do not modify */
3
3
 
4
4
/*
59
59
static void device_box_real_on_device_state_changed (DeviceBox* self, GParamSpec* p);
60
60
 
61
61
 
62
 
 
63
62
DeviceBox* device_box_construct (GType object_type) {
64
 
        DeviceBox * self;
65
 
        self = g_object_newv (object_type, 0, NULL);
 
63
        DeviceBox * self = NULL;
 
64
        self = (DeviceBox*) g_object_new (object_type, NULL);
66
65
        return self;
67
66
}
68
67
 
102
101
 
103
102
 
104
103
 
105