props->edge, props->event_clock);
if (props->debounced)
g_string_append_printf(attributes,
- "debounce-period=%lu,",
+ "debounce-period=%"G_GUINT64_FORMAT",",
props->debounce_period);
}
g_string_printf(change, "event-clock=>%s",
g_variant_get_string(val, NULL));
} else if (g_strcmp0(key, "DebouncePeriodUs") == 0) {
- g_string_printf(change, "debounce-period=>%ld",
+ g_string_printf(change, "debounce-period=>%"G_GUINT64_FORMAT"",
g_variant_get_uint64(val));
} else if (g_strcmp0(key, "Managed") == 0) {
g_string_printf(change, "managed=>%s",
if (props->debounced)
g_string_append_printf(attrs,
- "debounced,debounce-period=%lu",
+ "debounced,debounce-period=%"G_GUINT64_FORMAT"",
props->debounce_period);
}