From: Jonathan N. <j.n...@gm...> - 2013-06-05 10:04:16
|
Hi, I've updated the command line handling code in gtkpod to use the g_option_* API from glib, as Daniele Forsi suggested. Please consider pulling the following branch: git://github.com/neuschaefer/gtkpod.git cmdline The commits are: main: add \n after "Error parsing options: %s" main: translate "Error parsing options: %s\n" libgtkpod/prefs: add --playcount option use g_option_* for gtkpod's own options, too libgtkpod/prefs.c | 102 ++++++++++++++------------------------------- libgtkpod/prefs.h | 1 + src/gtkpod.h | 2 + src/main.c | 5 ++- 4 files changed, 38 insertions(+), 72 deletions(-) Best regards, Jonathan Neuschäfer |