aboutsummaryrefslogtreecommitdiff
path: root/src/indicator-power.c
diff options
context:
space:
mode:
authorCharles Kerr <charles.kerr@canonical.com>2012-05-26 16:57:13 -0500
committerCharles Kerr <charles.kerr@canonical.com>2012-05-26 16:57:13 -0500
commit194cfbc5c7be5b7b298a6e7079452af2f8331142 (patch)
tree8a2da080ec535cb21eb9bddc86aeb1f527813ec2 /src/indicator-power.c
parentaeb6ab59af1f325261db754aade493a949d5a1e3 (diff)
downloadayatana-indicator-power-194cfbc5c7be5b7b298a6e7079452af2f8331142.tar.gz
ayatana-indicator-power-194cfbc5c7be5b7b298a6e7079452af2f8331142.tar.bz2
ayatana-indicator-power-194cfbc5c7be5b7b298a6e7079452af2f8331142.zip
try adding LCOV_EXCL_{START,STOP} for unreachable conditions (glib looking for subclasses of IndicatorPowerDevice; unreachables in G_DEFINE_TYPE)
Diffstat (limited to 'src/indicator-power.c')
-rw-r--r--src/indicator-power.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/indicator-power.c b/src/indicator-power.c
index dc95aae..cf96619 100644
--- a/src/indicator-power.c
+++ b/src/indicator-power.c
@@ -59,8 +59,10 @@ struct _IndicatorPowerPrivate
};
+/* LCOV_EXCL_START */
INDICATOR_SET_VERSION
INDICATOR_SET_TYPE (INDICATOR_POWER_TYPE)
+/* LCOV_EXCL_STOP */
/* Prototypes */
static void indicator_power_dispose (GObject *object);
@@ -81,7 +83,9 @@ static void on_entry_added (IndicatorObject * io, I
static void gsd_appeared_callback (GDBusConnection *connection, const gchar *name, const gchar *name_owner, gpointer user_data);
*/
+/* LCOV_EXCL_START */
G_DEFINE_TYPE (IndicatorPower, indicator_power, INDICATOR_OBJECT_TYPE);
+/* LCOV_EXCL_STOP */
static void
indicator_power_class_init (IndicatorPowerClass *klass)
@@ -767,7 +771,9 @@ indicator_power_set_devices (IndicatorPower * self,
GSList * new_devices;
IndicatorPowerPrivate * priv;
+/* LCOV_EXCL_START */
g_return_if_fail (IS_INDICATOR_POWER(self));
+/* LCOV_EXCL_STOP */
priv = self->priv;
/* make a reff'ed list of the new devices */