[grilo] grl-inspect: Print slow keys
- From: Juan A. Suarez Romero <jasuarez src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [grilo] grl-inspect: Print slow keys
- Date: Sat, 6 Jul 2013 10:49:46 +0000 (UTC)
commit d0ba03de46fcbe5b44c2224b7471267b961cd3ed
Author: Juan A. Suarez Romero <jasuarez igalia com>
Date: Sat Jul 6 10:47:42 2013 +0000
grl-inspect: Print slow keys
Show the slow keys list when inspecting a source.
tools/grilo-inspect/grl-inspect.c | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/tools/grilo-inspect/grl-inspect.c b/tools/grilo-inspect/grl-inspect.c
index cee98ed..054177d 100644
--- a/tools/grilo-inspect/grl-inspect.c
+++ b/tools/grilo-inspect/grl-inspect.c
@@ -388,6 +388,9 @@ introspect_source (const gchar *source_id)
g_print (" Readable Keys:\t");
print_keys (grl_source_supported_keys (source));
g_print ("\n");
+ g_print (" Slow Keys:\t\t");
+ print_keys (grl_source_slow_keys (source));
+ g_print ("\n");
g_print (" Writable Keys:\t");
print_keys (grl_source_writable_keys (source));
g_print ("\n");
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]