~ubuntu-branches/ubuntu/utopic/indicator-power/utopic-proposed

« back to all changes in this revision

Viewing changes to src/device-provider.c

  • Committer: Package Import Robot
  • Author(s): Ubuntu daily release, Charles Kerr
  • Date: 2014-07-18 21:33:30 UTC
  • mfrom: (1.1.52)
  • Revision ID: package-import@ubuntu.com-20140718213330-m2qwbq0iilxryq2w
Tags: 12.10.6+14.10.20140718-0ubuntu1
[ Charles Kerr ]
Switch from automake/autoconf to CMake.

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
 
30
30
G_DEFINE_INTERFACE (IndicatorPowerDeviceProvider,
31
31
                    indicator_power_device_provider,
32
 
                    0);
 
32
                    0)
33
33
 
34
34
static void
35
35
indicator_power_device_provider_default_init (IndicatorPowerDeviceProviderInterface * klass)