forked from pool/xfconf
- update to version 4.10.0 - don't emit property-changed on canceled calls - accept NULL as a string value - check abicheck.sh to be more portable - fix more deprecated g_value_set_char - explicitly link against gthread - drop deprecated g_mapped_file_free - translation updates - update to version 4.9.1 - use LT_PREREQ and LT_INIT - UTF-8 check xfconf strings - do not dup strings in xfconf_channel_set_string - bump package dependency versions - fix comment in perl package info - don't use deprecated g_value_set_char - translation updates - added xfconf-query manpage from Debian - update to version 4.9.0 - use sh as interpreter in tests - add hook to skip the xfconf tests - make the abicheck work on Solaris and PPC64 - fix licenses and use new FSF address - fix compiler warnings on Solaris - avoid GCC 4.6 compiler warning - add toggle option to xfconf-query - remove unusable import and export options from xfconf-query - translate all error strings in xfconf-query - cleanup Makefile.am files a bit OBS-URL: https://build.opensuse.org/request/show/116189 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xfconf?expand=0&rev=23
50 lines
1.1 KiB
Groff
50 lines
1.1 KiB
Groff
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.36.
|
|
.TH XFCONF-QUERY "1" "November 2009" "xfconf-query 4.6.1" "User Commands"
|
|
.SH NAME
|
|
xfconf-query \- Command line utility for xfconf system
|
|
.SH DESCRIPTION
|
|
.SS "Usage:"
|
|
.IP
|
|
xfconf\-query [OPTION...] \- xfconf commandline utility
|
|
.SS "Help Options:"
|
|
.TP
|
|
\fB\-h\fR, \fB\-\-help\fR
|
|
Show help options
|
|
.SS "Application Options:"
|
|
.TP
|
|
\fB\-V\fR, \fB\-\-version\fR
|
|
Version information
|
|
.TP
|
|
\fB\-c\fR, \fB\-\-channel\fR
|
|
The channel to query/modify
|
|
.TP
|
|
\fB\-p\fR, \fB\-\-property\fR
|
|
The property to query/modify
|
|
.TP
|
|
\fB\-s\fR, \fB\-\-set\fR
|
|
The new value to set for the property
|
|
.TP
|
|
\fB\-l\fR, \fB\-\-list\fR
|
|
List properties (or channels if \fB\-c\fR is not specified)
|
|
.TP
|
|
\fB\-v\fR, \fB\-\-verbose\fR
|
|
Verbose output
|
|
.TP
|
|
\fB\-n\fR, \fB\-\-create\fR
|
|
Create a new property if it does not already exist
|
|
.TP
|
|
\fB\-t\fR, \fB\-\-type\fR
|
|
Specify the property value type
|
|
.TP
|
|
\fB\-r\fR, \fB\-\-reset\fR
|
|
Reset property
|
|
.TP
|
|
\fB\-R\fR, \fB\-\-recursive\fR
|
|
Recursive (use with \fB\-r\fR)
|
|
.TP
|
|
\fB\-a\fR, \fB\-\-force\-array\fR
|
|
Force array even if only one element
|
|
.TP
|
|
\fB\-m\fR, \fB\-\-monitor\fR
|
|
Monitor a channel for property changes
|