diff options
-rw-r--r-- | libindicate/indicator.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libindicate/indicator.c b/libindicate/indicator.c index 207d975..76eb616 100644 --- a/libindicate/indicator.c +++ b/libindicate/indicator.c @@ -398,7 +398,7 @@ indicate_indicator_set_property_icon (IndicateIndicator * indicator, const gchar indicate_indicator_set_property_time: @indicator: a #IndicateIndicator to act on @key: name of the property - @data: time to set property with + @time: time to set property with This is a helper function that wraps around #indicate_indicator_set_property but takes an #GTimeVal parameter. It then takes the @data |