[meego-commits] 14830: Changes to Trunk/mutter-netbook
Tomas Frydrych
no_reply at build.meego.com
Tue Mar 15 15:15:42 UTC 2011
Hi,
I have made the following changes to mutter-netbook in project Trunk. Please review and accept ASAP.
Thank You,
Tomas Frydrych
[This message was auto-generated]
---
Request #14830:
submit: devel:ux:netbook/mutter-netbook(r2) -> Trunk/mutter-netbook
Message:
None
State: new 2011-03-15T08:15:23 tomas
Comment: None
changes files:
--------------
--- mutter-netbook.changes
+++ mutter-netbook.changes
@@ -1,2 +1,4 @@
-* Fri Mar 04 2011 Patrick McCarty <patrick.mccarty at linux.intel.com> - 0.77.1
-- Add patch for a 24-hr time-format fix in the en_GB locale. (BMC#10310)
+* Tue Mar 15 14:58:08 GMT 2011 Tomas Frydrych <tf at linux.intel.com> 0.77.2
+- Honour background colour, if set, BMC#3629
+- Disable cycle_group bindings, BMC#11875
+- Fix Alt+TAB responsivness when compositor turned off, BMC#8966
old:
----
mutter-netbook-0.77.1.tar.bz2
time-formatting-po-fix.patch
new:
----
mutter-netbook-0.77.2.tar.bz2
spec files:
-----------
--- mutter-netbook.spec
+++ mutter-netbook.spec
@@ -1,20 +1,19 @@
#
-# Do NOT Edit the Auto-generated Part!
-# Generated by: spectacle version 0.22
+# Do not Edit! Generated by:
+# spectacle version 0.17
#
# >> macros
# << macros
Name: mutter-netbook
Summary: Netbook plugin for Mutter
-Version: 0.77.1
+Version: 0.77.2
Release: 1
Group: System/Desktop
License: GPLv2
URL: http://www.meego.com
Source0: %{name}-%{version}.tar.bz2
Source100: mutter-netbook.yaml
-Patch0: time-formatting-po-fix.patch
Requires: mx
Requires: gnome-menus
Requires: startup-notification
@@ -44,7 +43,7 @@
%description
-Netbook UX plugin for Mutter
+Netbook plugin for Mutter
%package devel
@@ -78,8 +77,6 @@
%prep
%setup -q -n %{name}-%{version}
-# time-formatting-po-fix.patch
-%patch0 -p1
# >> setup
# << setup
other changes:
--------------
++++++ mutter-netbook-0.77.1.tar.bz2 -> mutter-netbook-0.77.2.tar.bz2
--- aclocal.m4
+++ aclocal.m4
@@ -13,8 +13,8 @@
m4_ifndef([AC_AUTOCONF_VERSION],
[m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
-m4_if(m4_defn([AC_AUTOCONF_VERSION]), [2.65],,
-[m4_warning([this file was generated for autoconf 2.65.
+m4_if(m4_defn([AC_AUTOCONF_VERSION]), [2.67],,
+[m4_warning([this file was generated for autoconf 2.67.
You have another version of autoconf. It may work, but is not guaranteed to.
If you have problems, you may need to regenerate the build system entirely.
To do so, use the procedure documented by the package, typically `autoreconf'.])])
@@ -667,7 +667,7 @@
Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.
-_PKG_TEXT])dnl
+_PKG_TEXT])[]dnl
])
elif test $pkg_failed = untried; then
AC_MSG_RESULT([no])
@@ -678,7 +678,7 @@
_PKG_TEXT
-To get pkg-config, see <http://pkg-config.freedesktop.org/>.])dnl
+To get pkg-config, see <http://pkg-config.freedesktop.org/>.])[]dnl
])
else
$1[]_CFLAGS=$pkg_cv_[]$1[]_CFLAGS
--- configure
+++ configure
@@ -1,13 +1,13 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.65 for mutter-netbook 0.77.1.
+# Generated by GNU Autoconf 2.67 for mutter-netbook 0.77.2.
#
# Report bugs to <http://meego.org>.
#
#
# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
-# 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
-# Inc.
+# 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software
+# Foundation, Inc.
#
#
# This configure script is free software; the Free Software Foundation
@@ -319,7 +319,7 @@
test -d "$as_dir" && break
done
test -z "$as_dirs" || eval "mkdir $as_dirs"
- } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
+ } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
} # as_fn_mkdir_p
@@ -359,19 +359,19 @@
fi # as_fn_arith
-# as_fn_error ERROR [LINENO LOG_FD]
-# ---------------------------------
+# as_fn_error STATUS ERROR [LINENO LOG_FD]
+# ----------------------------------------
# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
-# script with status $?, using 1 if that was 0.
+# script with STATUS, using 1 if that was 0.
as_fn_error ()
{
- as_status=$?; test $as_status -eq 0 && as_status=1
- if test "$3"; then
- as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
- $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
+ as_status=$1; test $as_status -eq 0 && as_status=1
+ if test "$4"; then
+ as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
+ $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
fi
- $as_echo "$as_me: error: $1" >&2
+ $as_echo "$as_me: error: $2" >&2
as_fn_exit $as_status
} # as_fn_error
@@ -682,7 +682,7 @@
exec 6>&1
# Name of the host.
-# hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
+# hostname on some systems (SVR3.2, old GNU/Linux) returns a bogus exit status,
# so uname gets run too.
ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
@@ -701,8 +701,8 @@
# Identity of this package.
PACKAGE_NAME='mutter-netbook'
PACKAGE_TARNAME='mutter-netbook'
-PACKAGE_VERSION='0.77.1'
-PACKAGE_STRING='mutter-netbook 0.77.1'
+PACKAGE_VERSION='0.77.2'
+PACKAGE_STRING='mutter-netbook 0.77.2'
PACKAGE_BUGREPORT='http://meego.org'
PACKAGE_URL=''
@@ -1066,8 +1066,9 @@
fi
case $ac_option in
- *=*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
- *) ac_optarg=yes ;;
+ *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
+ *=) ac_optarg= ;;
+ *) ac_optarg=yes ;;
esac
# Accept the important Cygnus configure options, so we can diagnose typos.
@@ -1112,7 +1113,7 @@
ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
# Reject names that are not valid shell variable names.
expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
- as_fn_error "invalid feature name: $ac_useropt"
+ as_fn_error $? "invalid feature name: $ac_useropt"
ac_useropt_orig=$ac_useropt
ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
case $ac_user_opts in
@@ -1138,7 +1139,7 @@
ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
# Reject names that are not valid shell variable names.
expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
- as_fn_error "invalid feature name: $ac_useropt"
+ as_fn_error $? "invalid feature name: $ac_useropt"
ac_useropt_orig=$ac_useropt
ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
case $ac_user_opts in
@@ -1342,7 +1343,7 @@
ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
# Reject names that are not valid shell variable names.
expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
- as_fn_error "invalid package name: $ac_useropt"
+ as_fn_error $? "invalid package name: $ac_useropt"
ac_useropt_orig=$ac_useropt
ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
case $ac_user_opts in
@@ -1358,7 +1359,7 @@
ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
# Reject names that are not valid shell variable names.
expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
- as_fn_error "invalid package name: $ac_useropt"
+ as_fn_error $? "invalid package name: $ac_useropt"
ac_useropt_orig=$ac_useropt
ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
case $ac_user_opts in
@@ -1388,8 +1389,8 @@
| --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
x_libraries=$ac_optarg ;;
- -*) as_fn_error "unrecognized option: \`$ac_option'
-Try \`$0 --help' for more information."
+ -*) as_fn_error $? "unrecognized option: \`$ac_option'
+Try \`$0 --help' for more information"
;;
*=*)
@@ -1397,7 +1398,7 @@
# Reject names that are not valid shell variable names.
case $ac_envvar in #(
'' | [0-9]* | *[!_$as_cr_alnum]* )
- as_fn_error "invalid variable name: \`$ac_envvar'" ;;
+ as_fn_error $? "invalid variable name: \`$ac_envvar'" ;;
esac
eval $ac_envvar=\$ac_optarg
export $ac_envvar ;;
@@ -1415,13 +1416,13 @@
if test -n "$ac_prev"; then
ac_option=--`echo $ac_prev | sed 's/_/-/g'`
- as_fn_error "missing argument to $ac_option"
+ as_fn_error $? "missing argument to $ac_option"
fi
if test -n "$ac_unrecognized_opts"; then
case $enable_option_checking in
no) ;;
- fatal) as_fn_error "unrecognized options: $ac_unrecognized_opts" ;;
+ fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;;
*) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
esac
fi
@@ -1444,7 +1445,7 @@
[\\/$]* | ?:[\\/]* ) continue;;
NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
esac
- as_fn_error "expected an absolute directory name for --$ac_var: $ac_val"
+ as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val"
done
# There might be people who depend on the old broken behavior: `$host'
@@ -1458,8 +1459,8 @@
if test "x$host_alias" != x; then
if test "x$build_alias" = x; then
cross_compiling=maybe
- $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
- If a cross compiler is detected then cross compile mode will be used." >&2
+ $as_echo "$as_me: WARNING: if you wanted to set the --build type, don't use --host.
+ If a cross compiler is detected then cross compile mode will be used" >&2
elif test "x$build_alias" != "x$host_alias"; then
cross_compiling=yes
fi
@@ -1474,9 +1475,9 @@
ac_pwd=`pwd` && test -n "$ac_pwd" &&
ac_ls_di=`ls -di .` &&
ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
- as_fn_error "working directory cannot be determined"
+ as_fn_error $? "working directory cannot be determined"
test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
- as_fn_error "pwd does not report name of working directory"
+ as_fn_error $? "pwd does not report name of working directory"
# Find the source files, if location was not specified.
@@ -1515,11 +1516,11 @@
fi
if test ! -r "$srcdir/$ac_unique_file"; then
test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
- as_fn_error "cannot find sources ($ac_unique_file) in $srcdir"
+ as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir"
fi
ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
ac_abs_confdir=`(
- cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error "$ac_msg"
+ cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg"
pwd)`
# When building in place, set srcdir=.
if test "$ac_abs_confdir" = "$ac_pwd"; then
@@ -1545,7 +1546,7 @@
# Omit some internal or obsolete options to make the list less imposing.
# This message is too long to be a string in the A/UX 3.1 sh.
cat <<_ACEOF
-\`configure' configures mutter-netbook 0.77.1 to adapt to many kinds of systems.
+\`configure' configures mutter-netbook 0.77.2 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@@ -1559,7 +1560,7 @@
--help=short display options specific to this package
--help=recursive display the short help of all the included packages
-V, --version display version information and exit
- -q, --quiet, --silent do not print \`checking...' messages
+ -q, --quiet, --silent do not print \`checking ...' messages
--cache-file=FILE cache test results in FILE [disabled]
-C, --config-cache alias for \`--cache-file=config.cache'
-n, --no-create do not create output files
@@ -1615,7 +1616,7 @@
if test -n "$ac_init_help"; then
case $ac_init_help in
- short | recursive ) echo "Configuration of mutter-netbook 0.77.1:";;
+ short | recursive ) echo "Configuration of mutter-netbook 0.77.2:";;
esac
cat <<\_ACEOF
@@ -1754,10 +1755,10 @@
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
-mutter-netbook configure 0.77.1
-generated by GNU Autoconf 2.65
+mutter-netbook configure 0.77.2
+generated by GNU Autoconf 2.67
-Copyright (C) 2009 Free Software Foundation, Inc.
+Copyright (C) 2010 Free Software Foundation, Inc.
This configure script is free software; the Free Software Foundation
gives unlimited permission to copy, distribute and modify it.
_ACEOF
@@ -1860,7 +1861,7 @@
as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
$as_echo_n "checking for $2... " >&6; }
-if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
+if eval "test \"\${$3+set}\"" = set; then :
$as_echo_n "(cached) " >&6
else
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
@@ -1940,7 +1941,7 @@
mv -f conftest.er1 conftest.err
fi
$as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
- test $ac_status = 0; } >/dev/null && {
+ test $ac_status = 0; } > conftest.i && {
test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
test ! -s conftest.err
}; then :
@@ -2007,7 +2008,7 @@
as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
$as_echo_n "checking for $2... " >&6; }
-if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
+if eval "test \"\${$3+set}\"" = set; then :
$as_echo_n "(cached) " >&6
else
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
@@ -2037,10 +2038,10 @@
ac_fn_c_check_header_mongrel ()
{
as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
- if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
+ if eval "test \"\${$3+set}\"" = set; then :
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
$as_echo_n "checking for $2... " >&6; }
-if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
+if eval "test \"\${$3+set}\"" = set; then :
$as_echo_n "(cached) " >&6
fi
eval ac_res=\$$3
@@ -2076,7 +2077,7 @@
else
ac_header_preproc=no
fi
-rm -f conftest.err conftest.$ac_ext
+rm -f conftest.err conftest.i conftest.$ac_ext
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
$as_echo "$ac_header_preproc" >&6; }
@@ -2099,17 +2100,15 @@
$as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
-( cat <<\_ASBOX
-## ------------------------------- ##
+( $as_echo "## ------------------------------- ##
## Report this to http://meego.org ##
-## ------------------------------- ##
-_ASBOX
+## ------------------------------- ##"
) | sed "s/^/$as_me: WARNING: /" >&2
;;
esac
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
$as_echo_n "checking for $2... " >&6; }
-if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
+if eval "test \"\${$3+set}\"" = set; then :
$as_echo_n "(cached) " >&6
else
eval "$3=\$ac_header_compiler"
@@ -2125,8 +2124,8 @@
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
-It was created by mutter-netbook $as_me 0.77.1, which was
-generated by GNU Autoconf 2.65. Invocation command line was
+It was created by mutter-netbook $as_me 0.77.2, which was
+generated by GNU Autoconf 2.67. Invocation command line was
$ $0 $@
@@ -2236,11 +2235,9 @@
{
echo
- cat <<\_ASBOX
-## ---------------- ##
+ $as_echo "## ---------------- ##
## Cache variables. ##
-## ---------------- ##
-_ASBOX
+## ---------------- ##"
echo
# The following way of writing the cache mishandles newlines in values,
(
@@ -2274,11 +2271,9 @@
)
echo
- cat <<\_ASBOX
-## ----------------- ##
+ $as_echo "## ----------------- ##
## Output variables. ##
-## ----------------- ##
-_ASBOX
+## ----------------- ##"
echo
for ac_var in $ac_subst_vars
do
@@ -2291,11 +2286,9 @@
echo
if test -n "$ac_subst_files"; then
- cat <<\_ASBOX
-## ------------------- ##
+ $as_echo "## ------------------- ##
## File substitutions. ##
-## ------------------- ##
-_ASBOX
+## ------------------- ##"
echo
for ac_var in $ac_subst_files
do
@@ -2309,11 +2302,9 @@
fi
if test -s confdefs.h; then
- cat <<\_ASBOX
-## ----------- ##
+ $as_echo "## ----------- ##
## confdefs.h. ##
-## ----------- ##
-_ASBOX
+## ----------- ##"
echo
cat confdefs.h
echo
@@ -2368,7 +2359,12 @@
ac_site_file1=NONE
ac_site_file2=NONE
if test -n "$CONFIG_SITE"; then
- ac_site_file1=$CONFIG_SITE
+ # We do not want a PATH search for config.site.
+ case $CONFIG_SITE in #((
+ -*) ac_site_file1=./$CONFIG_SITE;;
+ */*) ac_site_file1=$CONFIG_SITE;;
+ *) ac_site_file1=./$CONFIG_SITE;;
+ esac
elif test "x$prefix" != xNONE; then
ac_site_file1=$prefix/share/config.site
ac_site_file2=$prefix/etc/config.site
@@ -2383,7 +2379,11 @@
{ $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
$as_echo "$as_me: loading site script $ac_site_file" >&6;}
sed 's/^/| /' "$ac_site_file" >&5
- . "$ac_site_file"
+ . "$ac_site_file" \
+ || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
+$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
+as_fn_error $? "failed to load site script $ac_site_file
+See \`config.log' for more details" "$LINENO" 5 ; }
fi
done
@@ -2459,7 +2459,7 @@
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
{ $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
$as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
- as_fn_error "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
+ as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
fi
## -------------------- ##
## Main body of script. ##
@@ -2480,16 +2480,22 @@
ac_aux_dir=
for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
- for ac_t in install-sh install.sh shtool; do
- if test -f "$ac_dir/$ac_t"; then
- ac_aux_dir=$ac_dir
- ac_install_sh="$ac_aux_dir/$ac_t -c"
- break 2
- fi
- done
+ if test -f "$ac_dir/install-sh"; then
+ ac_aux_dir=$ac_dir
+ ac_install_sh="$ac_aux_dir/install-sh -c"
+ break
+ elif test -f "$ac_dir/install.sh"; then
+ ac_aux_dir=$ac_dir
+ ac_install_sh="$ac_aux_dir/install.sh -c"
+ break
+ elif test -f "$ac_dir/shtool"; then
+ ac_aux_dir=$ac_dir
+ ac_install_sh="$ac_aux_dir/shtool install -c"
+ break
+ fi
done
if test -z "$ac_aux_dir"; then
- as_fn_error "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
+ as_fn_error $? "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
fi
# These three variables are undocumented and unsupported,
@@ -2605,11 +2611,11 @@
'
case `pwd` in
*[\\\"\#\$\&\'\`$am_lf]*)
- as_fn_error "unsafe absolute working directory name" "$LINENO" 5;;
+ as_fn_error $? "unsafe absolute working directory name" "$LINENO" 5 ;;
esac
case $srcdir in
*[\\\"\#\$\&\'\`$am_lf\ \ ]*)
- as_fn_error "unsafe srcdir value: \`$srcdir'" "$LINENO" 5;;
+ as_fn_error $? "unsafe srcdir value: \`$srcdir'" "$LINENO" 5 ;;
esac
# Do `set' in a subshell so we don't clobber the current shell's
@@ -2631,7 +2637,7 @@
# if, for instance, CONFIG_SHELL is bash and it inherits a
# broken ls alias from the environment. This has actually
# happened. Such a system could not be considered "sane".
- as_fn_error "ls -t appears to fail. Make sure there is not a broken
+ as_fn_error $? "ls -t appears to fail. Make sure there is not a broken
alias in your environment" "$LINENO" 5
fi
@@ -2641,7 +2647,7 @@
# Ok.
:
else
- as_fn_error "newly created file is older than distributed files!
+ as_fn_error $? "newly created file is older than distributed files!
Check your system clock" "$LINENO" 5
fi
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
@@ -2879,7 +2885,7 @@
$as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
set x ${MAKE-make}
ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
-if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then :
+if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\"" = set; then :
$as_echo_n "(cached) " >&6
else
cat >conftest.make <<\_ACEOF
@@ -2887,7 +2893,7 @@
all:
@echo '@@@%%%=$(MAKE)=@@@%%%'
_ACEOF
-# GNU make sometimes prints "make[1]: Entering...", which would confuse us.
+# GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
case `${MAKE-make} -f conftest.make 2>/dev/null` in
*@@@%%%=?*=@@@%%%*)
eval ac_cv_prog_make_${ac_make}_set=yes;;
@@ -2921,7 +2927,7 @@
am__isrc=' -I$(srcdir)'
# test to see if srcdir already configured
if test -f $srcdir/config.status; then
- as_fn_error "source directory already configured; run \"make distclean\" there first" "$LINENO" 5
+ as_fn_error $? "source directory already configured; run \"make distclean\" there first" "$LINENO" 5
fi
fi
@@ -2937,7 +2943,7 @@
# Define the identity of the package.
PACKAGE='mutter-netbook'
- VERSION='0.77.1'
+ VERSION='0.77.2'
cat >>confdefs.h <<_ACEOF
@@ -3061,8 +3067,8 @@
PLUGIN_MAJOR_VERSION=0
PLUGIN_MINOR_VERSION=77
-PLUGIN_MICRO_VERSION=1
-PLUGIN_VERSION=0.77.1
+PLUGIN_MICRO_VERSION=2
+PLUGIN_VERSION=0.77.2
PLUGIN_API_VERSION=1.0
@@ -3457,8 +3463,8 @@
test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
-as_fn_error "no acceptable C compiler found in \$PATH
-See \`config.log' for more details." "$LINENO" 5; }
+as_fn_error $? "no acceptable C compiler found in \$PATH
+See \`config.log' for more details" "$LINENO" 5 ; }
# Provide some information about the compiler.
$as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
@@ -3572,9 +3578,8 @@
{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
-{ as_fn_set_status 77
-as_fn_error "C compiler cannot create executables
-See \`config.log' for more details." "$LINENO" 5; }; }
+as_fn_error 77 "C compiler cannot create executables
+See \`config.log' for more details" "$LINENO" 5 ; }
else
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
$as_echo "yes" >&6; }
@@ -3616,8 +3621,8 @@
else
{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
-as_fn_error "cannot compute suffix of executables: cannot compile and link
-See \`config.log' for more details." "$LINENO" 5; }
+as_fn_error $? "cannot compute suffix of executables: cannot compile and link
+See \`config.log' for more details" "$LINENO" 5 ; }
fi
rm -f conftest conftest$ac_cv_exeext
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
@@ -3674,9 +3679,9 @@
else
{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
-as_fn_error "cannot run C compiled programs.
+as_fn_error $? "cannot run C compiled programs.
If you meant to cross compile, use \`--host'.
-See \`config.log' for more details." "$LINENO" 5; }
+See \`config.log' for more details" "$LINENO" 5 ; }
fi
fi
fi
@@ -3727,8 +3732,8 @@
{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
-as_fn_error "cannot compute suffix of object files: cannot compile
-See \`config.log' for more details." "$LINENO" 5; }
+as_fn_error $? "cannot compute suffix of object files: cannot compile
+See \`config.log' for more details" "$LINENO" 5 ; }
fi
rm -f conftest.$ac_cv_objext conftest.$ac_ext
fi
@@ -4080,7 +4085,7 @@
case "$am__api_version" in
1.01234)
- as_fn_error "Automake 1.5 or newer is required to use intltool" "$LINENO" 5
+ as_fn_error $? "Automake 1.5 or newer is required to use intltool" "$LINENO" 5
;;
*)
;;
@@ -4097,7 +4102,7 @@
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $INTLTOOL_APPLIED_VERSION found" >&5
$as_echo "$INTLTOOL_APPLIED_VERSION found" >&6; }
test "$INTLTOOL_APPLIED_VERSION_AS_INT" -ge "$INTLTOOL_REQUIRED_VERSION_AS_INT" ||
- as_fn_error "Your intltool is too old. You need intltool 0.34.90 or later." "$LINENO" 5
+ as_fn_error $? "Your intltool is too old. You need intltool 0.34.90 or later." "$LINENO" 5
fi
# Extract the first word of "intltool-update", so it can be a program name with args.
@@ -4221,7 +4226,7 @@
if test -z "$INTLTOOL_UPDATE" -o -z "$INTLTOOL_MERGE" -o -z "$INTLTOOL_EXTRACT"; then
- as_fn_error "The intltool scripts were not found. Please install intltool." "$LINENO" 5
+ as_fn_error $? "The intltool scripts were not found. Please install intltool." "$LINENO" 5
fi
INTLTOOL_DESKTOP_RULE='%.desktop: %.desktop.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
@@ -4503,13 +4508,13 @@
if test -z "$XGETTEXT" -o -z "$MSGMERGE" -o -z "$MSGFMT"; then
- as_fn_error "GNU gettext tools not found; required for intltool" "$LINENO" 5
+ as_fn_error $? "GNU gettext tools not found; required for intltool" "$LINENO" 5
fi
xgversion="`$XGETTEXT --version|grep '(GNU ' 2> /dev/null`"
mmversion="`$MSGMERGE --version|grep '(GNU ' 2> /dev/null`"
mfversion="`$MSGFMT --version|grep '(GNU ' 2> /dev/null`"
if test -z "$xgversion" -o -z "$mmversion" -o -z "$mfversion"; then
- as_fn_error "GNU gettext tools not found; required for intltool" "$LINENO" 5
+ as_fn_error $? "GNU gettext tools not found; required for intltool" "$LINENO" 5
fi
# Extract the first word of "perl", so it can be a program name with args.
@@ -4553,13 +4558,13 @@
if test -z "$INTLTOOL_PERL"; then
- as_fn_error "perl not found" "$LINENO" 5
+ as_fn_error $? "perl not found" "$LINENO" 5
fi
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for perl >= 5.8.1" >&5
$as_echo_n "checking for perl >= 5.8.1... " >&6; }
$INTLTOOL_PERL -e "use 5.8.1;" > /dev/null 2>&1
if test $? -ne 0; then
- as_fn_error "perl 5.8.1 is required for intltool" "$LINENO" 5
+ as_fn_error $? "perl 5.8.1 is required for intltool" "$LINENO" 5
else
IT_PERL_VERSION="`$INTLTOOL_PERL -e \"printf '%vd', $^V\"`"
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $IT_PERL_VERSION" >&5
@@ -4572,7 +4577,7 @@
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5
$as_echo "ok" >&6; }
else
- as_fn_error "XML::Parser perl module is required for intltool" "$LINENO" 5
+ as_fn_error $? "XML::Parser perl module is required for intltool" "$LINENO" 5
fi
fi
@@ -4942,8 +4947,8 @@
test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
-as_fn_error "no acceptable C compiler found in \$PATH
-See \`config.log' for more details." "$LINENO" 5; }
+as_fn_error $? "no acceptable C compiler found in \$PATH
+See \`config.log' for more details" "$LINENO" 5 ; }
# Provide some information about the compiler.
$as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
@@ -5318,7 +5323,7 @@
fi
set dummy $CC; ac_cc=`$as_echo "$2" |
sed 's/[^a-zA-Z0-9_]/_/g;s/^[0-9]/_/'`
-if { as_var=ac_cv_prog_cc_${ac_cc}_c_o; eval "test \"\${$as_var+set}\" = set"; }; then :
+if eval "test \"\${ac_cv_prog_cc_${ac_cc}_c_o+set}\"" = set; then :
$as_echo_n "(cached) " >&6
else
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
@@ -5533,7 +5538,7 @@
# Broken: fails on valid input.
continue
fi
-rm -f conftest.err conftest.$ac_ext
+rm -f conftest.err conftest.i conftest.$ac_ext
# OK, works on sane cases. Now check whether nonexistent headers
# can be detected and how.
@@ -5549,11 +5554,11 @@
ac_preproc_ok=:
break
fi
-rm -f conftest.err conftest.$ac_ext
+rm -f conftest.err conftest.i conftest.$ac_ext
done
# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
-rm -f conftest.err conftest.$ac_ext
+rm -f conftest.i conftest.err conftest.$ac_ext
if $ac_preproc_ok; then :
break
fi
@@ -5592,7 +5597,7 @@
# Broken: fails on valid input.
continue
fi
-rm -f conftest.err conftest.$ac_ext
+rm -f conftest.err conftest.i conftest.$ac_ext
# OK, works on sane cases. Now check whether nonexistent headers
# can be detected and how.
@@ -5608,18 +5613,18 @@
ac_preproc_ok=:
break
fi
-rm -f conftest.err conftest.$ac_ext
+rm -f conftest.err conftest.i conftest.$ac_ext
done
# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
-rm -f conftest.err conftest.$ac_ext
+rm -f conftest.i conftest.err conftest.$ac_ext
if $ac_preproc_ok; then :
else
{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
-as_fn_error "C preprocessor \"$CPP\" fails sanity check
-See \`config.log' for more details." "$LINENO" 5; }
+as_fn_error $? "C preprocessor \"$CPP\" fails sanity check
+See \`config.log' for more details" "$LINENO" 5 ; }
fi
ac_ext=c
@@ -5680,7 +5685,7 @@
done
IFS=$as_save_IFS
if test -z "$ac_cv_path_GREP"; then
- as_fn_error "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
+ as_fn_error $? "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
fi
else
ac_cv_path_GREP=$GREP
@@ -5746,7 +5751,7 @@
done
IFS=$as_save_IFS
if test -z "$ac_cv_path_EGREP"; then
- as_fn_error "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
+ as_fn_error $? "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
fi
else
ac_cv_path_EGREP=$EGREP
@@ -5898,7 +5903,7 @@
# Make sure we can run config.sub.
$SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
- as_fn_error "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
+ as_fn_error $? "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
$as_echo_n "checking build system type... " >&6; }
@@ -5909,16 +5914,16 @@
test "x$ac_build_alias" = x &&
ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
test "x$ac_build_alias" = x &&
- as_fn_error "cannot guess build type; you must specify one" "$LINENO" 5
+ as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
- as_fn_error "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
+ as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
fi
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
$as_echo "$ac_cv_build" >&6; }
case $ac_cv_build in
*-*-*) ;;
-*) as_fn_error "invalid value of canonical build" "$LINENO" 5;;
+*) as_fn_error $? "invalid value of canonical build" "$LINENO" 5 ;;
esac
build=$ac_cv_build
ac_save_IFS=$IFS; IFS='-'
@@ -5943,7 +5948,7 @@
ac_cv_host=$ac_cv_build
else
ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
- as_fn_error "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
+ as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
fi
fi
@@ -5951,7 +5956,7 @@
$as_echo "$ac_cv_host" >&6; }
case $ac_cv_host in
*-*-*) ;;
-*) as_fn_error "invalid value of canonical host" "$LINENO" 5;;
+*) as_fn_error $? "invalid value of canonical host" "$LINENO" 5 ;;
esac
host=$ac_cv_host
ac_save_IFS=$IFS; IFS='-'
@@ -6024,7 +6029,7 @@
done
IFS=$as_save_IFS
if test -z "$ac_cv_path_SED"; then
- as_fn_error "no acceptable sed could be found in \$PATH" "$LINENO" 5
+ as_fn_error $? "no acceptable sed could be found in \$PATH" "$LINENO" 5
fi
else
ac_cv_path_SED=$SED
@@ -6103,7 +6108,7 @@
done
IFS=$as_save_IFS
if test -z "$ac_cv_path_FGREP"; then
- as_fn_error "no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
+ as_fn_error $? "no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
fi
else
ac_cv_path_FGREP=$FGREP
@@ -6219,7 +6224,7 @@
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
$as_echo "no" >&6; }
fi
-test -z "$LD" && as_fn_error "no acceptable ld found in \$PATH" "$LINENO" 5
+test -z "$LD" && as_fn_error $? "no acceptable ld found in \$PATH" "$LINENO" 5
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
$as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
if test "${lt_cv_prog_gnu_ld+set}" = set; then :
@@ -6421,13 +6426,13 @@
else
lt_cv_nm_interface="BSD nm"
echo "int some_variable = 0;" > conftest.$ac_ext
- (eval echo "\"\$as_me:6424: $ac_compile\"" >&5)
+ (eval echo "\"\$as_me:6429: $ac_compile\"" >&5)
(eval "$ac_compile" 2>conftest.err)
cat conftest.err >&5
- (eval echo "\"\$as_me:6427: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
+ (eval echo "\"\$as_me:6432: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
(eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)
cat conftest.err >&5
- (eval echo "\"\$as_me:6430: output\"" >&5)
+ (eval echo "\"\$as_me:6435: output\"" >&5)
cat conftest.out >&5
if $GREP 'External.*some_variable' conftest.out > /dev/null; then
lt_cv_nm_interface="MS dumpbin"
@@ -7632,7 +7637,7 @@
;;
*-*-irix6*)
# Find out which ABI we are using.
- echo '#line 7635 "configure"' > conftest.$ac_ext
+ echo '#line 7640 "configure"' > conftest.$ac_ext
if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
(eval $ac_compile) 2>&5
ac_status=$?
@@ -8386,8 +8391,7 @@
as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
"
-eval as_val=\$$as_ac_Header
- if test "x$as_val" = x""yes; then :
+if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
cat >>confdefs.h <<_ACEOF
#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
_ACEOF
@@ -8912,11 +8916,11 @@
-e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
-e 's:$: $lt_compiler_flag:'`
- (eval echo "\"\$as_me:8915: $lt_compile\"" >&5)
+ (eval echo "\"\$as_me:8919: $lt_compile\"" >&5)
(eval "$lt_compile" 2>conftest.err)
ac_status=$?
cat conftest.err >&5
- echo "$as_me:8919: \$? = $ac_status" >&5
+ echo "$as_me:8923: \$? = $ac_status" >&5
if (exit $ac_status) && test -s "$ac_outfile"; then
# The compiler can only warn and ignore the option if not recognized
# So say no if there are warnings other than the usual output.
@@ -9251,11 +9255,11 @@
-e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
-e 's:$: $lt_compiler_flag:'`
- (eval echo "\"\$as_me:9254: $lt_compile\"" >&5)
+ (eval echo "\"\$as_me:9258: $lt_compile\"" >&5)
(eval "$lt_compile" 2>conftest.err)
ac_status=$?
cat conftest.err >&5
- echo "$as_me:9258: \$? = $ac_status" >&5
+ echo "$as_me:9262: \$? = $ac_status" >&5
if (exit $ac_status) && test -s "$ac_outfile"; then
# The compiler can only warn and ignore the option if not recognized
# So say no if there are warnings other than the usual output.
@@ -9356,11 +9360,11 @@
-e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
-e 's:$: $lt_compiler_flag:'`
- (eval echo "\"\$as_me:9359: $lt_compile\"" >&5)
+ (eval echo "\"\$as_me:9363: $lt_compile\"" >&5)
(eval "$lt_compile" 2>out/conftest.err)
ac_status=$?
cat out/conftest.err >&5
- echo "$as_me:9363: \$? = $ac_status" >&5
+ echo "$as_me:9367: \$? = $ac_status" >&5
if (exit $ac_status) && test -s out/conftest2.$ac_objext
then
# The compiler can only warn and ignore the option if not recognized
@@ -9411,11 +9415,11 @@
-e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
-e 's:$: $lt_compiler_flag:'`
- (eval echo "\"\$as_me:9414: $lt_compile\"" >&5)
+ (eval echo "\"\$as_me:9418: $lt_compile\"" >&5)
(eval "$lt_compile" 2>out/conftest.err)
ac_status=$?
cat out/conftest.err >&5
- echo "$as_me:9418: \$? = $ac_status" >&5
+ echo "$as_me:9422: \$? = $ac_status" >&5
if (exit $ac_status) && test -s out/conftest2.$ac_objext
then
# The compiler can only warn and ignore the option if not recognized
@@ -11795,7 +11799,7 @@
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
lt_status=$lt_dlunknown
cat > conftest.$ac_ext <<_LT_EOF
-#line 11798 "configure"
+#line 11802 "configure"
#include "confdefs.h"
#if HAVE_DLFCN_H
@@ -11891,7 +11895,7 @@
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
lt_status=$lt_dlunknown
cat > conftest.$ac_ext <<_LT_EOF
-#line 11894 "configure"
+#line 11898 "configure"
#include "confdefs.h"
#if HAVE_DLFCN_H
@@ -13085,7 +13089,7 @@
# Put the nasty error message in config.log where it belongs
echo "$LIBMPL_PKG_ERRORS" >&5
- as_fn_error "Package requirements (dbus-glib-1
+ as_fn_error $? "Package requirements (dbus-glib-1
mx-1.0 >= 0.9.0
gtk+-2.0
gio-unix-2.0) were not met:
@@ -13103,7 +13107,7 @@
$as_echo "no" >&6; }
{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
-as_fn_error "The pkg-config script could not be found or is too old. Make sure it
+as_fn_error $? "The pkg-config script could not be found or is too old. Make sure it
is in your PATH or set the PKG_CONFIG environment variable to the full
path to pkg-config.
@@ -13112,7 +13116,7 @@
See the pkg-config man page for more details.
To get pkg-config, see <http://pkg-config.freedesktop.org/>.
-See \`config.log' for more details." "$LINENO" 5; }
+See \`config.log' for more details" "$LINENO" 5 ; }
else
LIBMPL_CFLAGS=$pkg_cv_LIBMPL_CFLAGS
LIBMPL_LIBS=$pkg_cv_LIBMPL_LIBS
@@ -13169,7 +13173,7 @@
if test x"$GCONFTOOL" = xno; then
- as_fn_error "gconftool-2 not found" "$LINENO" 5
+ as_fn_error $? "gconftool-2 not found" "$LINENO" 5
fi
@@ -13209,7 +13213,7 @@
if test "${enable_schemas_install+set}" = set; then :
enableval=$enable_schemas_install; case ${enableval} in
yes|no) ;;
- *) as_fn_error "bad value ${enableval} for --enable-schemas-install" "$LINENO" 5 ;;
+ *) as_fn_error $? "bad value ${enableval} for --enable-schemas-install" "$LINENO" 5 ;;
esac
fi
@@ -13305,7 +13309,7 @@
# Put the nasty error message in config.log where it belongs
echo "$MUTTER_PLUGIN_PKG_ERRORS" >&5
- as_fn_error "Package requirements (mutter-plugins >= 2.31.5_1.0 mx-1.0 >= 0.5.0 libstartup-notification-1.0 gtk+-2.0 dbus-glib-1 gconf-2.0
+ as_fn_error $? "Package requirements (mutter-plugins >= 2.31.5_1.0 mx-1.0 >= 0.5.0 libstartup-notification-1.0 gtk+-2.0 dbus-glib-1 gconf-2.0
gio-unix-2.0
xrandr
xscrnsaver) were not met:
@@ -13323,7 +13327,7 @@
$as_echo "no" >&6; }
{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
-as_fn_error "The pkg-config script could not be found or is too old. Make sure it
+as_fn_error $? "The pkg-config script could not be found or is too old. Make sure it
is in your PATH or set the PKG_CONFIG environment variable to the full
path to pkg-config.
@@ -13332,7 +13336,7 @@
See the pkg-config man page for more details.
To get pkg-config, see <http://pkg-config.freedesktop.org/>.
-See \`config.log' for more details." "$LINENO" 5; }
+See \`config.log' for more details" "$LINENO" 5 ; }
else
MUTTER_PLUGIN_CFLAGS=$pkg_cv_MUTTER_PLUGIN_CFLAGS
MUTTER_PLUGIN_LIBS=$pkg_cv_MUTTER_PLUGIN_LIBS
@@ -13506,7 +13510,7 @@
# Put the nasty error message in config.log where it belongs
echo "$CAPPLET_PKG_ERRORS" >&5
- as_fn_error "Package requirements (mx-1.0 gconf-2.0) were not met:
+ as_fn_error $? "Package requirements (mx-1.0 gconf-2.0) were not met:
$CAPPLET_PKG_ERRORS
@@ -13521,7 +13525,7 @@
$as_echo "no" >&6; }
{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
-as_fn_error "The pkg-config script could not be found or is too old. Make sure it
+as_fn_error $? "The pkg-config script could not be found or is too old. Make sure it
is in your PATH or set the PKG_CONFIG environment variable to the full
path to pkg-config.
@@ -13530,7 +13534,7 @@
See the pkg-config man page for more details.
To get pkg-config, see <http://pkg-config.freedesktop.org/>.
-See \`config.log' for more details." "$LINENO" 5; }
+See \`config.log' for more details" "$LINENO" 5 ; }
else
CAPPLET_CFLAGS=$pkg_cv_CAPPLET_CFLAGS
CAPPLET_LIBS=$pkg_cv_CAPPLET_LIBS
@@ -13595,7 +13599,7 @@
# Put the nasty error message in config.log where it belongs
echo "$SYSTRAY_PKG_ERRORS" >&5
- as_fn_error "Package requirements (mx-gtk-1.0) were not met:
+ as_fn_error $? "Package requirements (mx-gtk-1.0) were not met:
$SYSTRAY_PKG_ERRORS
@@ -13610,7 +13614,7 @@
$as_echo "no" >&6; }
{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
-as_fn_error "The pkg-config script could not be found or is too old. Make sure it
+as_fn_error $? "The pkg-config script could not be found or is too old. Make sure it
is in your PATH or set the PKG_CONFIG environment variable to the full
path to pkg-config.
@@ -13619,7 +13623,7 @@
See the pkg-config man page for more details.
To get pkg-config, see <http://pkg-config.freedesktop.org/>.
-See \`config.log' for more details." "$LINENO" 5; }
+See \`config.log' for more details" "$LINENO" 5 ; }
else
SYSTRAY_CFLAGS=$pkg_cv_SYSTRAY_CFLAGS
SYSTRAY_LIBS=$pkg_cv_SYSTRAY_LIBS
@@ -13684,7 +13688,7 @@
# Put the nasty error message in config.log where it belongs
echo "$CC_PKG_ERRORS" >&5
- as_fn_error "Package requirements (gmodule-export-2.0 libgnome-control-center-extension clutter-gtk-0.12) were not met:
+ as_fn_error $? "Package requirements (gmodule-export-2.0 libgnome-control-center-extension clutter-gtk-0.12) were not met:
$CC_PKG_ERRORS
@@ -13699,7 +13703,7 @@
$as_echo "no" >&6; }
{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
-as_fn_error "The pkg-config script could not be found or is too old. Make sure it
+as_fn_error $? "The pkg-config script could not be found or is too old. Make sure it
is in your PATH or set the PKG_CONFIG environment variable to the full
path to pkg-config.
@@ -13708,7 +13712,7 @@
See the pkg-config man page for more details.
To get pkg-config, see <http://pkg-config.freedesktop.org/>.
-See \`config.log' for more details." "$LINENO" 5; }
+See \`config.log' for more details" "$LINENO" 5 ; }
else
CC_CFLAGS=$pkg_cv_CC_CFLAGS
CC_LIBS=$pkg_cv_CC_LIBS
@@ -13885,7 +13889,7 @@
test $ac_status = 0; }; then
:
else
- as_fn_error "You need to have gtk-doc >= 1.11 installed to build $PACKAGE_NAME" "$LINENO" 5
+ as_fn_error $? "You need to have gtk-doc >= 1.11 installed to build $PACKAGE_NAME" "$LINENO" 5
fi
fi
@@ -13989,9 +13993,9 @@
MUTTER_PLUGIN_DIR=$($PKG_CONFIG mutter-plugins --variable=plugindir)
-PLUGIN_LT_CURRENT=7701
+PLUGIN_LT_CURRENT=7702
PLUGIN_LT_REV=0
-PLUGIN_AGE=7701
+PLUGIN_AGE=7702
PLUGIN_LT_VERSION="$PLUGIN_LT_CURRENT:$PLUGIN_LT_REV:$PLUGIN_LT_AGE"
PLUGIN_LT_LDFLAGS="-version-info $PLUGIN_LT_VERSION"
@@ -14170,6 +14174,7 @@
ac_libobjs=
ac_ltlibobjs=
+U=
for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
# 1. Remove the extension, and $U if already installed.
ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
@@ -14193,11 +14198,11 @@
fi
if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
- as_fn_error "conditional \"AMDEP\" was never defined.
+ as_fn_error $? "conditional \"AMDEP\" was never defined.
Usually this means the macro was only invoked conditionally." "$LINENO" 5
fi
if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
- as_fn_error "conditional \"am__fastdepCC\" was never defined.
+ as_fn_error $? "conditional \"am__fastdepCC\" was never defined.
Usually this means the macro was only invoked conditionally." "$LINENO" 5
fi
@@ -14205,43 +14210,43 @@
if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
- as_fn_error "conditional \"am__fastdepCC\" was never defined.
+ as_fn_error $? "conditional \"am__fastdepCC\" was never defined.
Usually this means the macro was only invoked conditionally." "$LINENO" 5
fi
if test -z "${GCONF_SCHEMAS_INSTALL_TRUE}" && test -z "${GCONF_SCHEMAS_INSTALL_FALSE}"; then
- as_fn_error "conditional \"GCONF_SCHEMAS_INSTALL\" was never defined.
+ as_fn_error $? "conditional \"GCONF_SCHEMAS_INSTALL\" was never defined.
Usually this means the macro was only invoked conditionally." "$LINENO" 5
fi
if test -z "${ENABLE_CACHE_TRUE}" && test -z "${ENABLE_CACHE_FALSE}"; then
- as_fn_error "conditional \"ENABLE_CACHE\" was never defined.
+ as_fn_error $? "conditional \"ENABLE_CACHE\" was never defined.
Usually this means the macro was only invoked conditionally." "$LINENO" 5
fi
if test -z "${HAVE_CAPPLET_TRUE}" && test -z "${HAVE_CAPPLET_FALSE}"; then
- as_fn_error "conditional \"HAVE_CAPPLET\" was never defined.
+ as_fn_error $? "conditional \"HAVE_CAPPLET\" was never defined.
Usually this means the macro was only invoked conditionally." "$LINENO" 5
fi
if test -z "${ENABLE_GTK_DOC_TRUE}" && test -z "${ENABLE_GTK_DOC_FALSE}"; then
- as_fn_error "conditional \"ENABLE_GTK_DOC\" was never defined.
+ as_fn_error $? "conditional \"ENABLE_GTK_DOC\" was never defined.
Usually this means the macro was only invoked conditionally." "$LINENO" 5
fi
if test -z "${GTK_DOC_BUILD_HTML_TRUE}" && test -z "${GTK_DOC_BUILD_HTML_FALSE}"; then
- as_fn_error "conditional \"GTK_DOC_BUILD_HTML\" was never defined.
+ as_fn_error $? "conditional \"GTK_DOC_BUILD_HTML\" was never defined.
Usually this means the macro was only invoked conditionally." "$LINENO" 5
fi
if test -z "${GTK_DOC_BUILD_PDF_TRUE}" && test -z "${GTK_DOC_BUILD_PDF_FALSE}"; then
- as_fn_error "conditional \"GTK_DOC_BUILD_PDF\" was never defined.
+ as_fn_error $? "conditional \"GTK_DOC_BUILD_PDF\" was never defined.
Usually this means the macro was only invoked conditionally." "$LINENO" 5
fi
if test -z "${GTK_DOC_USE_LIBTOOL_TRUE}" && test -z "${GTK_DOC_USE_LIBTOOL_FALSE}"; then
- as_fn_error "conditional \"GTK_DOC_USE_LIBTOOL\" was never defined.
+ as_fn_error $? "conditional \"GTK_DOC_USE_LIBTOOL\" was never defined.
Usually this means the macro was only invoked conditionally." "$LINENO" 5
fi
if test -z "${GTK_DOC_USE_REBASE_TRUE}" && test -z "${GTK_DOC_USE_REBASE_FALSE}"; then
- as_fn_error "conditional \"GTK_DOC_USE_REBASE\" was never defined.
+ as_fn_error $? "conditional \"GTK_DOC_USE_REBASE\" was never defined.
Usually this means the macro was only invoked conditionally." "$LINENO" 5
fi
if test -z "${BUILD_GTK_DOC_TRUE}" && test -z "${BUILD_GTK_DOC_FALSE}"; then
- as_fn_error "conditional \"BUILD_GTK_DOC\" was never defined.
+ as_fn_error $? "conditional \"BUILD_GTK_DOC\" was never defined.
Usually this means the macro was only invoked conditionally." "$LINENO" 5
fi
@@ -14391,19 +14396,19 @@
(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
-# as_fn_error ERROR [LINENO LOG_FD]
-# ---------------------------------
+# as_fn_error STATUS ERROR [LINENO LOG_FD]
+# ----------------------------------------
# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
-# script with status $?, using 1 if that was 0.
+# script with STATUS, using 1 if that was 0.
as_fn_error ()
{
- as_status=$?; test $as_status -eq 0 && as_status=1
- if test "$3"; then
- as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
- $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
+ as_status=$1; test $as_status -eq 0 && as_status=1
+ if test "$4"; then
+ as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
+ $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
fi
- $as_echo "$as_me: error: $1" >&2
+ $as_echo "$as_me: error: $2" >&2
as_fn_exit $as_status
} # as_fn_error
@@ -14599,7 +14604,7 @@
test -d "$as_dir" && break
done
test -z "$as_dirs" || eval "mkdir $as_dirs"
- } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
+ } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
} # as_fn_mkdir_p
@@ -14652,8 +14657,8 @@
# report actual input values of CONFIG_FILES etc. instead of their
# values after options handling.
ac_log="
-This file was extended by mutter-netbook $as_me 0.77.1, which was
-generated by GNU Autoconf 2.65. Invocation command line was
+This file was extended by mutter-netbook $as_me 0.77.2, which was
+generated by GNU Autoconf 2.67. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
CONFIG_HEADERS = $CONFIG_HEADERS
@@ -14718,11 +14723,11 @@
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
ac_cs_version="\\
-mutter-netbook config.status 0.77.1
-configured by $0, generated by GNU Autoconf 2.65,
+mutter-netbook config.status 0.77.2
+configured by $0, generated by GNU Autoconf 2.67,
with options \\"\$ac_cs_config\\"
-Copyright (C) 2009 Free Software Foundation, Inc.
+Copyright (C) 2010 Free Software Foundation, Inc.
This config.status script is free software; the Free Software Foundation
gives unlimited permission to copy, distribute and modify it."
@@ -14740,11 +14745,16 @@
while test $# != 0
do
case $1 in
- --*=*)
+ --*=?*)
ac_option=`expr "X$1" : 'X\([^=]*\)='`
ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
ac_shift=:
;;
+ --*=)
+ ac_option=`expr "X$1" : 'X\([^=]*\)='`
+ ac_optarg=
+ ac_shift=:
+ ;;
*)
ac_option=$1
ac_optarg=$2
@@ -14766,6 +14776,7 @@
$ac_shift
case $ac_optarg in
*\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
+ '') as_fn_error $? "missing file argument" ;;
esac
as_fn_append CONFIG_FILES " '$ac_optarg'"
ac_need_defaults=false;;
@@ -14778,7 +14789,7 @@
ac_need_defaults=false;;
--he | --h)
# Conflict between --help and --header
- as_fn_error "ambiguous option: \`$1'
+ as_fn_error $? "ambiguous option: \`$1'
Try \`$0 --help' for more information.";;
--help | --hel | -h )
$as_echo "$ac_cs_usage"; exit ;;
@@ -14787,7 +14798,7 @@
ac_cs_silent=: ;;
# This is an error.
- -*) as_fn_error "unrecognized option: \`$1'
+ -*) as_fn_error $? "unrecognized option: \`$1'
Try \`$0 --help' for more information." ;;
*) as_fn_append ac_config_targets " $1"
@@ -15129,7 +15140,7 @@
"libmeego-panel/tests/Makefile") CONFIG_FILES="$CONFIG_FILES libmeego-panel/tests/Makefile" ;;
"po/stamp-it") CONFIG_COMMANDS="$CONFIG_COMMANDS po/stamp-it" ;;
- *) as_fn_error "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
+ *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5 ;;
esac
done
@@ -15167,7 +15178,7 @@
{
tmp=./conf$$-$RANDOM
(umask 077 && mkdir "$tmp")
-} || as_fn_error "cannot create a temporary directory in ." "$LINENO" 5
+} || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
# Set up the scripts for CONFIG_FILES section.
# No need to generate them if there are no CONFIG_FILES.
@@ -15184,7 +15195,7 @@
fi
ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
- ac_cs_awk_cr='\r'
+ ac_cs_awk_cr='\\r'
else
ac_cs_awk_cr=$ac_cr
fi
@@ -15198,18 +15209,18 @@
echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
echo "_ACEOF"
} >conf$$subs.sh ||
- as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
-ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
+ as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
+ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
ac_delim='%!_!# '
for ac_last_try in false false false false false :; do
. ./conf$$subs.sh ||
- as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
+ as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
if test $ac_delim_n = $ac_delim_num; then
break
elif $ac_last_try; then
- as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
+ as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
else
ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
fi
@@ -15298,20 +15309,28 @@
else
cat
fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
- || as_fn_error "could not setup config files machinery" "$LINENO" 5
+ || as_fn_error $? "could not setup config files machinery" "$LINENO" 5
_ACEOF
-# VPATH may cause trouble with some makes, so we remove $(srcdir),
-# ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
+# VPATH may cause trouble with some makes, so we remove sole $(srcdir),
+# ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and
# trailing colons and then remove the whole line if VPATH becomes empty
# (actually we leave an empty line to preserve line numbers).
if test "x$srcdir" = x.; then
- ac_vpsub='/^[ ]*VPATH[ ]*=/{
-s/:*\$(srcdir):*/:/
-s/:*\${srcdir}:*/:/
-s/:*@srcdir@:*/:/
-s/^\([^=]*=[ ]*\):*/\1/
+ ac_vpsub='/^[ ]*VPATH[ ]*=[ ]*/{
+h
+s///
+s/^/:/
+s/[ ]*$/:/
+s/:\$(srcdir):/:/g
+s/:\${srcdir}:/:/g
+s/:@srcdir@:/:/g
+s/^:*//
s/:*$//
+x
+s/\(=[ ]*\).*/\1/
+G
+s/\n//
s/^[^=]*=[ ]*$//
}'
fi
@@ -15339,7 +15358,7 @@
if test -z "$ac_t"; then
break
elif $ac_last_try; then
- as_fn_error "could not make $CONFIG_HEADERS" "$LINENO" 5
+ as_fn_error $? "could not make $CONFIG_HEADERS" "$LINENO" 5
else
ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
fi
@@ -15424,7 +15443,7 @@
_ACAWK
_ACEOF
cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
- as_fn_error "could not setup config headers machinery" "$LINENO" 5
+ as_fn_error $? "could not setup config headers machinery" "$LINENO" 5
fi # test -n "$CONFIG_HEADERS"
@@ -15437,7 +15456,7 @@
esac
case $ac_mode$ac_tag in
:[FHL]*:*);;
- :L* | :C*:*) as_fn_error "invalid tag \`$ac_tag'" "$LINENO" 5;;
+ :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5 ;;
:[FH]-) ac_tag=-:-;;
:[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
esac
@@ -15465,7 +15484,7 @@
[\\/$]*) false;;
*) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
esac ||
- as_fn_error "cannot find input file: \`$ac_f'" "$LINENO" 5;;
+ as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5 ;;
esac
case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
as_fn_append ac_file_inputs " '$ac_f'"
@@ -15492,7 +15511,7 @@
case $ac_tag in
*:-:* | *:-) cat >"$tmp/stdin" \
- || as_fn_error "could not create $ac_file" "$LINENO" 5 ;;
+ || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;;
esac
;;
esac
@@ -15629,22 +15648,22 @@
$ac_datarootdir_hack
"
eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \
- || as_fn_error "could not create $ac_file" "$LINENO" 5
+ || as_fn_error $? "could not create $ac_file" "$LINENO" 5
test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
{ ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
{ ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
-which seems to be undefined. Please make sure it is defined." >&5
+which seems to be undefined. Please make sure it is defined" >&5
$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
-which seems to be undefined. Please make sure it is defined." >&2;}
+which seems to be undefined. Please make sure it is defined" >&2;}
rm -f "$tmp/stdin"
case $ac_file in
-) cat "$tmp/out" && rm -f "$tmp/out";;
*) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
esac \
- || as_fn_error "could not create $ac_file" "$LINENO" 5
+ || as_fn_error $? "could not create $ac_file" "$LINENO" 5
;;
:H)
#
@@ -15655,19 +15674,19 @@
$as_echo "/* $configure_input */" \
&& eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
} >"$tmp/config.h" \
- || as_fn_error "could not create $ac_file" "$LINENO" 5
+ || as_fn_error $? "could not create $ac_file" "$LINENO" 5
if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then
{ $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
$as_echo "$as_me: $ac_file is unchanged" >&6;}
else
rm -f "$ac_file"
mv "$tmp/config.h" "$ac_file" \
- || as_fn_error "could not create $ac_file" "$LINENO" 5
+ || as_fn_error $? "could not create $ac_file" "$LINENO" 5
fi
else
$as_echo "/* $configure_input */" \
&& eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
- || as_fn_error "could not create -" "$LINENO" 5
+ || as_fn_error $? "could not create -" "$LINENO" 5
fi
# Compute "$ac_file"'s index in $config_headers.
_am_arg="$ac_file"
@@ -16447,7 +16466,7 @@
esac ;;
"po/stamp-it":C)
if ! grep "^# INTLTOOL_MAKEFILE$" "po/Makefile.in" > /dev/null ; then
- as_fn_error "po/Makefile.in.in was not created by intltoolize." "$LINENO" 5
+ as_fn_error $? "po/Makefile.in.in was not created by intltoolize." "$LINENO" 5
fi
rm -f "po/stamp-it" "po/stamp-it.tmp" "po/POTFILES" "po/Makefile.tmp"
>"po/stamp-it.tmp"
@@ -16475,7 +16494,7 @@
ac_clean_files=$ac_clean_files_save
test $ac_write_fail = 0 ||
- as_fn_error "write failure creating $CONFIG_STATUS" "$LINENO" 5
+ as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5
# configure is writing to config.log, and then calls config.status.
@@ -16496,7 +16515,7 @@
exec 5>>config.log
# Use ||, not &&, to avoid exiting from the if with $? = 1, which
# would make configure fail if this is the last instruction.
- $ac_cs_success || as_fn_exit $?
+ $ac_cs_success || as_fn_exit 1
fi
if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
@@ -16505,7 +16524,7 @@
echo "
- Mutter Meego Netbook Plugin version 0.77.1
+ Mutter Meego Netbook Plugin version 0.77.2
===================================================
Configuration:
--- configure.ac
+++ configure.ac
@@ -1,7 +1,7 @@
m4_define([mutter_version], [2.31.5_1.0])
m4_define([plugin_major_version], [0])
m4_define([plugin_minor_version], [77])
-m4_define([plugin_micro_version], [1])
+m4_define([plugin_micro_version], [2])
m4_define([plugin_version],
[plugin_major_version.plugin_minor_version.plugin_micro_version])
--- gtk-doc.make
+++ gtk-doc.make
@@ -23,17 +23,18 @@
TARGET_DIR=$(HTML_DIR)/$(DOC_MODULE)
-EXTRA_DIST = \
+SETUP_FILES = \
$(content_files) \
- $(HTML_IMAGES) \
$(DOC_MAIN_SGML_FILE) \
$(DOC_MODULE)-sections.txt \
$(DOC_MODULE)-overrides.txt
-DOC_STAMPS=scan-build.stamp tmpl-build.stamp sgml-build.stamp html-build.stamp \
- pdf-build.stamp \
- $(srcdir)/tmpl.stamp $(srcdir)/sgml.stamp $(srcdir)/html.stamp \
- $(srcdir)/pdf.stamp
+EXTRA_DIST = \
+ $(SETUP_FILES)
+
+DOC_STAMPS=setup-build.stamp scan-build.stamp tmpl-build.stamp sgml-build.stamp \
+ html-build.stamp pdf-build.stamp \
+ setup.stamp tmpl.stamp sgml.stamp html.stamp pdf.stamp
SCANOBJ_FILES = \
$(DOC_MODULE).args \
@@ -70,20 +71,40 @@
$(REPORT_FILES): sgml-build.stamp
+#### setup ####
+
+setup-build.stamp:
+ - at if test "$(abs_srcdir)" != "$(abs_builddir)" ; then \
+ echo 'gtk-doc: Preparing build'; \
+ files=`echo $(SETUP_FILES) $(expand_content_files) $(DOC_MODULE).types`; \
+ if test "x$$files" != "x" ; then \
+ for file in $$files ; do \
+ test -f $(abs_srcdir)/$$file && \
+ cp -p $(abs_srcdir)/$$file $(abs_builddir)/; \
+ done \
+ fi; \
+ test -f $(abs_srcdir)/tmpl && \
+ cp -rp $(abs_srcdir)/tmpl $(abs_builddir)/; \
+ fi
+ @touch setup-build.stamp
+
+
+setup.stamp: setup-build.stamp
+ @true
+
+
#### scan ####
scan-build.stamp: $(HFILE_GLOB) $(CFILE_GLOB)
@echo 'gtk-doc: Scanning header files'
- @-chmod -R u+w $(srcdir)
- @_source_dir='' ; for i in $(DOC_SOURCE_DIR) ; do \
+ @_source_dir='' ; \
+ for i in $(DOC_SOURCE_DIR) ; do \
_source_dir="$${_source_dir} --source-dir=$$i" ; \
- done ; \
- cd $(srcdir) && \
- gtkdoc-scan --module=$(DOC_MODULE) --ignore-headers="$(IGNORE_HFILES)" $${_source_dir} $(SCAN_OPTIONS) $(EXTRA_HFILES)
- @if grep -l '^..*$$' $(srcdir)/$(DOC_MODULE).types > /dev/null 2>&1 ; then \
- CC="$(GTKDOC_CC)" LD="$(GTKDOC_LD)" RUN="$(GTKDOC_RUN)" CFLAGS="$(GTKDOC_CFLAGS) $(CFLAGS)" LDFLAGS="$(GTKDOC_LIBS) $(LDFLAGS)" gtkdoc-scangobj $(SCANGOBJ_OPTIONS) --module=$(DOC_MODULE) --output-dir=$(srcdir) ; \
+ done ; \
+ gtkdoc-scan --module=$(DOC_MODULE) --ignore-headers="$(IGNORE_HFILES)" $${_source_dir} $(SCAN_OPTIONS) $(EXTRA_HFILES)
+ @if grep -l '^..*$$' $(DOC_MODULE).types > /dev/null 2>&1 ; then \
+ CC="$(GTKDOC_CC)" LD="$(GTKDOC_LD)" RUN="$(GTKDOC_RUN)" CFLAGS="$(GTKDOC_CFLAGS) $(CFLAGS)" LDFLAGS="$(GTKDOC_LIBS) $(LDFLAGS)" gtkdoc-scangobj $(SCANGOBJ_OPTIONS) --module=$(DOC_MODULE) ; \
else \
- cd $(srcdir) ; \
for i in $(SCANOBJ_FILES) ; do \
test -f $$i || touch $$i ; \
done \
@@ -95,10 +116,14 @@
#### templates ####
-tmpl-build.stamp: $(DOC_MODULE)-decl.txt $(SCANOBJ_FILES) $(DOC_MODULE)-sections.txt $(DOC_MODULE)-overrides.txt
+tmpl-build.stamp: setup.stamp $(DOC_MODULE)-decl.txt $(SCANOBJ_FILES) $(DOC_MODULE)-sections.txt $(DOC_MODULE)-overrides.txt
@echo 'gtk-doc: Rebuilding template files'
- @-chmod -R u+w $(srcdir)
- @cd $(srcdir) && gtkdoc-mktmpl --module=$(DOC_MODULE) $(MKTMPL_OPTIONS)
+ @gtkdoc-mktmpl --module=$(DOC_MODULE) $(MKTMPL_OPTIONS)
+ @if test "$(abs_srcdir)" != "$(abs_builddir)" ; then \
+ if test -w $(abs_srcdir) ; then \
+ cp -rp $(abs_builddir)/tmpl $(abs_srcdir)/; \
+ fi \
+ fi
@touch tmpl-build.stamp
tmpl.stamp: tmpl-build.stamp
@@ -112,11 +137,11 @@
sgml-build.stamp: tmpl.stamp $(DOC_MODULE)-sections.txt $(srcdir)/tmpl/*.sgml $(expand_content_files)
@echo 'gtk-doc: Building XML'
@-chmod -R u+w $(srcdir)
- @_source_dir='' ; for i in $(DOC_SOURCE_DIR) ; do \
+ @_source_dir='' ; \
+ for i in $(DOC_SOURCE_DIR) ; do \
_source_dir="$${_source_dir} --source-dir=$$i" ; \
- done ; \
- cd $(srcdir) && \
- gtkdoc-mkdb --module=$(DOC_MODULE) --output-format=xml --expand-content-files="$(expand_content_files)" --main-sgml-file=$(DOC_MAIN_SGML_FILE) $${_source_dir} $(MKDB_OPTIONS)
+ done ; \
+ gtkdoc-mkdb --module=$(DOC_MODULE) --output-format=xml --expand-content-files="$(expand_content_files)" --main-sgml-file=$(DOC_MAIN_SGML_FILE) $${_source_dir} $(MKDB_OPTIONS)
@touch sgml-build.stamp
sgml.stamp: sgml-build.stamp
@@ -126,26 +151,32 @@
html-build.stamp: sgml.stamp $(DOC_MAIN_SGML_FILE) $(content_files)
@echo 'gtk-doc: Building HTML'
- @-chmod -R u+w $(srcdir)
- @rm -rf $(srcdir)/html
- @mkdir $(srcdir)/html
+ @rm -rf html
+ @mkdir html
@mkhtml_options=""; \
gtkdoc-mkhtml 2>&1 --help | grep >/dev/null "\-\-path"; \
if test "$(?)" = "0"; then \
- mkhtml_options=--path="$(srcdir)"; \
+ mkhtml_options=--path="$(abs_srcdir)"; \
fi; \
- cd $(srcdir)/html && gtkdoc-mkhtml $$mkhtml_options $(MKHTML_OPTIONS) $(DOC_MODULE) ../$(DOC_MAIN_SGML_FILE)
- @test "x$(HTML_IMAGES)" = "x" || ( cd $(srcdir) && cp $(HTML_IMAGES) html )
+ cd html && gtkdoc-mkhtml $$mkhtml_options $(MKHTML_OPTIONS) $(DOC_MODULE) ../$(DOC_MAIN_SGML_FILE)
+ - at test "x$(HTML_IMAGES)" = "x" || \
+ for file in $(HTML_IMAGES) ; do \
+ if test -f $(abs_srcdir)/$$file ; then \
+ cp $(abs_srcdir)/$$file $(abs_builddir)/html; \
+ fi; \
+ if test -f $(abs_builddir)/$$file ; then \
+ cp $(abs_builddir)/$$file $(abs_builddir)/html; \
+ fi; \
+ done;
@echo 'gtk-doc: Fixing cross-references'
- @cd $(srcdir) && gtkdoc-fixxref --module=$(DOC_MODULE) --module-dir=html --html-dir=$(HTML_DIR) $(FIXXREF_OPTIONS)
+ @gtkdoc-fixxref --module=$(DOC_MODULE) --module-dir=html --html-dir=$(HTML_DIR) $(FIXXREF_OPTIONS)
@touch html-build.stamp
#### pdf ####
pdf-build.stamp: sgml.stamp $(DOC_MAIN_SGML_FILE) $(content_files)
@echo 'gtk-doc: Building PDF'
- @-chmod -R u+w $(srcdir)
- @rm -rf $(srcdir)/$(DOC_MODULE).pdf
+ @rm -rf $(DOC_MODULE).pdf
@mkpdf_imgdirs=""; \
if test "x$(HTML_IMAGES)" != "x"; then \
for img in $(HTML_IMAGES); do \
@@ -156,7 +187,7 @@
fi; \
done; \
fi; \
- cd $(srcdir) && gtkdoc-mkpdf --path="$(abs_srcdir)" $$mkpdf_imgdirs $(DOC_MODULE) $(DOC_MAIN_SGML_FILE) $(MKPDF_OPTIONS)
+ gtkdoc-mkpdf --path="$(abs_srcdir)" $$mkpdf_imgdirs $(DOC_MODULE) $(DOC_MAIN_SGML_FILE) $(MKPDF_OPTIONS)
@touch pdf-build.stamp
##############
@@ -166,12 +197,15 @@
rm -rf .libs
distclean-local:
- cd $(srcdir) && \
- rm -rf xml $(REPORT_FILES) $(DOC_MODULE).pdf \
- $(DOC_MODULE)-decl-list.txt $(DOC_MODULE)-decl.txt
+ rm -rf xml html $(REPORT_FILES) $(DOC_MODULE).pdf \
+ $(DOC_MODULE)-decl-list.txt $(DOC_MODULE)-decl.txt
+ if test "$(abs_srcdir)" != "$(abs_builddir)" ; then \
+ rm -f $(SETUP_FILES) $(expand_content_files) $(DOC_MODULE).types; \
+ rm -rf tmpl; \
+ fi
maintainer-clean-local: clean
- cd $(srcdir) && rm -rf xml html
+ rm -rf xml html
install-data-local:
@installfiles=`echo $(srcdir)/html/*`; \
@@ -219,11 +253,11 @@
dist-hook: dist-check-gtkdoc dist-hook-local
mkdir $(distdir)/tmpl
mkdir $(distdir)/html
- -cp $(srcdir)/tmpl/*.sgml $(distdir)/tmpl
- cp $(srcdir)/html/* $(distdir)/html
- -cp $(srcdir)/$(DOC_MODULE).pdf $(distdir)/
- -cp $(srcdir)/$(DOC_MODULE).types $(distdir)/
- -cp $(srcdir)/$(DOC_MODULE)-sections.txt $(distdir)/
+ -cp $(build)/tmpl/*.sgml $(distdir)/tmpl
+ cp $(builddir)/html/* $(distdir)/html
+ -cp $(builddir)/$(DOC_MODULE).pdf $(distdir)/
+ -cp $(build)/$(DOC_MODULE).types $(distdir)/
+ -cp $(build)/$(DOC_MODULE)-sections.txt $(distdir)/
cd $(distdir) && rm -f $(DISTCLEANFILES)
$(GTKDOC_REBASE) --online --relative --html-dir=$(distdir)/html
--- libmeego-panel/docs/reference/libmeego-panel/Makefile.in
+++ libmeego-panel/docs/reference/libmeego-panel/Makefile.in
@@ -371,17 +371,21 @@
#
GPATH = $(srcdir)
TARGET_DIR = $(HTML_DIR)/$(DOC_MODULE)
+SETUP_FILES = \
+ $(content_files) \
+ $(DOC_MAIN_SGML_FILE) \
+ $(DOC_MODULE)-sections.txt \
+ $(DOC_MODULE)-overrides.txt
+
# This includes the standard gtk-doc make rules, copied by gtkdocize.
# Other files to distribute
# e.g. EXTRA_DIST += version.xml.in
-EXTRA_DIST = $(content_files) $(HTML_IMAGES) $(DOC_MAIN_SGML_FILE) \
- $(DOC_MODULE)-sections.txt $(DOC_MODULE)-overrides.txt
-DOC_STAMPS = scan-build.stamp tmpl-build.stamp sgml-build.stamp html-build.stamp \
- pdf-build.stamp \
- $(srcdir)/tmpl.stamp $(srcdir)/sgml.stamp $(srcdir)/html.stamp \
- $(srcdir)/pdf.stamp
+EXTRA_DIST = $(SETUP_FILES)
+DOC_STAMPS = setup-build.stamp scan-build.stamp tmpl-build.stamp sgml-build.stamp \
+ html-build.stamp pdf-build.stamp \
+ setup.stamp tmpl.stamp sgml.stamp html.stamp pdf.stamp
SCANOBJ_FILES = \
$(DOC_MODULE).args \
@@ -602,20 +606,38 @@
$(REPORT_FILES): sgml-build.stamp
+#### setup ####
+
+setup-build.stamp:
+ - at if test "$(abs_srcdir)" != "$(abs_builddir)" ; then \
+ echo 'gtk-doc: Preparing build'; \
+ files=`echo $(SETUP_FILES) $(expand_content_files) $(DOC_MODULE).types`; \
+ if test "x$$files" != "x" ; then \
+ for file in $$files ; do \
+ test -f $(abs_srcdir)/$$file && \
+ cp -p $(abs_srcdir)/$$file $(abs_builddir)/; \
+ done \
+ fi; \
+ test -f $(abs_srcdir)/tmpl && \
+ cp -rp $(abs_srcdir)/tmpl $(abs_builddir)/; \
+ fi
+ @touch setup-build.stamp
+
+setup.stamp: setup-build.stamp
+ @true
+
#### scan ####
scan-build.stamp: $(HFILE_GLOB) $(CFILE_GLOB)
@echo 'gtk-doc: Scanning header files'
- @-chmod -R u+w $(srcdir)
- @_source_dir='' ; for i in $(DOC_SOURCE_DIR) ; do \
+ @_source_dir='' ; \
+ for i in $(DOC_SOURCE_DIR) ; do \
_source_dir="$${_source_dir} --source-dir=$$i" ; \
- done ; \
- cd $(srcdir) && \
- gtkdoc-scan --module=$(DOC_MODULE) --ignore-headers="$(IGNORE_HFILES)" $${_source_dir} $(SCAN_OPTIONS) $(EXTRA_HFILES)
- @if grep -l '^..*$$' $(srcdir)/$(DOC_MODULE).types > /dev/null 2>&1 ; then \
- CC="$(GTKDOC_CC)" LD="$(GTKDOC_LD)" RUN="$(GTKDOC_RUN)" CFLAGS="$(GTKDOC_CFLAGS) $(CFLAGS)" LDFLAGS="$(GTKDOC_LIBS) $(LDFLAGS)" gtkdoc-scangobj $(SCANGOBJ_OPTIONS) --module=$(DOC_MODULE) --output-dir=$(srcdir) ; \
+ done ; \
+ gtkdoc-scan --module=$(DOC_MODULE) --ignore-headers="$(IGNORE_HFILES)" $${_source_dir} $(SCAN_OPTIONS) $(EXTRA_HFILES)
+ @if grep -l '^..*$$' $(DOC_MODULE).types > /dev/null 2>&1 ; then \
+ CC="$(GTKDOC_CC)" LD="$(GTKDOC_LD)" RUN="$(GTKDOC_RUN)" CFLAGS="$(GTKDOC_CFLAGS) $(CFLAGS)" LDFLAGS="$(GTKDOC_LIBS) $(LDFLAGS)" gtkdoc-scangobj $(SCANGOBJ_OPTIONS) --module=$(DOC_MODULE) ; \
else \
- cd $(srcdir) ; \
for i in $(SCANOBJ_FILES) ; do \
test -f $$i || touch $$i ; \
done \
@@ -627,10 +649,14 @@
#### templates ####
-tmpl-build.stamp: $(DOC_MODULE)-decl.txt $(SCANOBJ_FILES) $(DOC_MODULE)-sections.txt $(DOC_MODULE)-overrides.txt
+tmpl-build.stamp: setup.stamp $(DOC_MODULE)-decl.txt $(SCANOBJ_FILES) $(DOC_MODULE)-sections.txt $(DOC_MODULE)-overrides.txt
@echo 'gtk-doc: Rebuilding template files'
- @-chmod -R u+w $(srcdir)
- @cd $(srcdir) && gtkdoc-mktmpl --module=$(DOC_MODULE) $(MKTMPL_OPTIONS)
+ @gtkdoc-mktmpl --module=$(DOC_MODULE) $(MKTMPL_OPTIONS)
+ @if test "$(abs_srcdir)" != "$(abs_builddir)" ; then \
+ if test -w $(abs_srcdir) ; then \
+ cp -rp $(abs_builddir)/tmpl $(abs_srcdir)/; \
+ fi \
+ fi
@touch tmpl-build.stamp
tmpl.stamp: tmpl-build.stamp
@@ -644,11 +670,11 @@
sgml-build.stamp: tmpl.stamp $(DOC_MODULE)-sections.txt $(srcdir)/tmpl/*.sgml $(expand_content_files)
@echo 'gtk-doc: Building XML'
@-chmod -R u+w $(srcdir)
- @_source_dir='' ; for i in $(DOC_SOURCE_DIR) ; do \
+ @_source_dir='' ; \
+ for i in $(DOC_SOURCE_DIR) ; do \
_source_dir="$${_source_dir} --source-dir=$$i" ; \
- done ; \
- cd $(srcdir) && \
- gtkdoc-mkdb --module=$(DOC_MODULE) --output-format=xml --expand-content-files="$(expand_content_files)" --main-sgml-file=$(DOC_MAIN_SGML_FILE) $${_source_dir} $(MKDB_OPTIONS)
+ done ; \
+ gtkdoc-mkdb --module=$(DOC_MODULE) --output-format=xml --expand-content-files="$(expand_content_files)" --main-sgml-file=$(DOC_MAIN_SGML_FILE) $${_source_dir} $(MKDB_OPTIONS)
@touch sgml-build.stamp
sgml.stamp: sgml-build.stamp
@@ -658,26 +684,32 @@
html-build.stamp: sgml.stamp $(DOC_MAIN_SGML_FILE) $(content_files)
@echo 'gtk-doc: Building HTML'
- @-chmod -R u+w $(srcdir)
- @rm -rf $(srcdir)/html
- @mkdir $(srcdir)/html
+ @rm -rf html
+ @mkdir html
@mkhtml_options=""; \
gtkdoc-mkhtml 2>&1 --help | grep >/dev/null "\-\-path"; \
if test "$(?)" = "0"; then \
- mkhtml_options=--path="$(srcdir)"; \
+ mkhtml_options=--path="$(abs_srcdir)"; \
fi; \
- cd $(srcdir)/html && gtkdoc-mkhtml $$mkhtml_options $(MKHTML_OPTIONS) $(DOC_MODULE) ../$(DOC_MAIN_SGML_FILE)
- @test "x$(HTML_IMAGES)" = "x" || ( cd $(srcdir) && cp $(HTML_IMAGES) html )
+ cd html && gtkdoc-mkhtml $$mkhtml_options $(MKHTML_OPTIONS) $(DOC_MODULE) ../$(DOC_MAIN_SGML_FILE)
+ - at test "x$(HTML_IMAGES)" = "x" || \
+ for file in $(HTML_IMAGES) ; do \
+ if test -f $(abs_srcdir)/$$file ; then \
+ cp $(abs_srcdir)/$$file $(abs_builddir)/html; \
+ fi; \
+ if test -f $(abs_builddir)/$$file ; then \
+ cp $(abs_builddir)/$$file $(abs_builddir)/html; \
+ fi; \
+ done;
@echo 'gtk-doc: Fixing cross-references'
- @cd $(srcdir) && gtkdoc-fixxref --module=$(DOC_MODULE) --module-dir=html --html-dir=$(HTML_DIR) $(FIXXREF_OPTIONS)
+ @gtkdoc-fixxref --module=$(DOC_MODULE) --module-dir=html --html-dir=$(HTML_DIR) $(FIXXREF_OPTIONS)
@touch html-build.stamp
#### pdf ####
pdf-build.stamp: sgml.stamp $(DOC_MAIN_SGML_FILE) $(content_files)
@echo 'gtk-doc: Building PDF'
- @-chmod -R u+w $(srcdir)
- @rm -rf $(srcdir)/$(DOC_MODULE).pdf
+ @rm -rf $(DOC_MODULE).pdf
@mkpdf_imgdirs=""; \
if test "x$(HTML_IMAGES)" != "x"; then \
for img in $(HTML_IMAGES); do \
@@ -688,7 +720,7 @@
fi; \
done; \
fi; \
- cd $(srcdir) && gtkdoc-mkpdf --path="$(abs_srcdir)" $$mkpdf_imgdirs $(DOC_MODULE) $(DOC_MAIN_SGML_FILE) $(MKPDF_OPTIONS)
+ gtkdoc-mkpdf --path="$(abs_srcdir)" $$mkpdf_imgdirs $(DOC_MODULE) $(DOC_MAIN_SGML_FILE) $(MKPDF_OPTIONS)
@touch pdf-build.stamp
##############
@@ -698,12 +730,15 @@
rm -rf .libs
distclean-local:
- cd $(srcdir) && \
- rm -rf xml $(REPORT_FILES) $(DOC_MODULE).pdf \
- $(DOC_MODULE)-decl-list.txt $(DOC_MODULE)-decl.txt
+ rm -rf xml html $(REPORT_FILES) $(DOC_MODULE).pdf \
+ $(DOC_MODULE)-decl-list.txt $(DOC_MODULE)-decl.txt
+ if test "$(abs_srcdir)" != "$(abs_builddir)" ; then \
+ rm -f $(SETUP_FILES) $(expand_content_files) $(DOC_MODULE).types; \
+ rm -rf tmpl; \
+ fi
maintainer-clean-local: clean
- cd $(srcdir) && rm -rf xml html
+ rm -rf xml html
install-data-local:
@installfiles=`echo $(srcdir)/html/*`; \
@@ -748,11 +783,11 @@
dist-hook: dist-check-gtkdoc dist-hook-local
mkdir $(distdir)/tmpl
mkdir $(distdir)/html
- -cp $(srcdir)/tmpl/*.sgml $(distdir)/tmpl
- cp $(srcdir)/html/* $(distdir)/html
- -cp $(srcdir)/$(DOC_MODULE).pdf $(distdir)/
- -cp $(srcdir)/$(DOC_MODULE).types $(distdir)/
- -cp $(srcdir)/$(DOC_MODULE)-sections.txt $(distdir)/
+ -cp $(build)/tmpl/*.sgml $(distdir)/tmpl
+ cp $(builddir)/html/* $(distdir)/html
+ -cp $(builddir)/$(DOC_MODULE).pdf $(distdir)/
+ -cp $(build)/$(DOC_MODULE).types $(distdir)/
+ -cp $(build)/$(DOC_MODULE)-sections.txt $(distdir)/
cd $(distdir) && rm -f $(DISTCLEANFILES)
$(GTKDOC_REBASE) --online --relative --html-dir=$(distdir)/html
--- libmeego-panel/docs/reference/libmeego-panel/html/MplAppBookmarkManager.html
+++ libmeego-panel/docs/reference/libmeego-panel/html/MplAppBookmarkManager.html
@@ -8,7 +8,7 @@
<link rel="up" href="meegopanelwidgets.html" title="Panel Widgets">
<link rel="prev" href="meegopanelwidgets.html" title="Panel Widgets">
<link rel="next" href="MplContentPane.html" title="MplContentPane">
-<meta name="generator" content="GTK-Doc V1.15 (XML mode)">
+<meta name="generator" content="GTK-Doc V1.17 (XML mode)">
<link rel="stylesheet" href="style.css" type="text/css">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -30,7 +30,7 @@
<a href="#MplAppBookmarkManager.signals" class="shortcut">Signals</a>
</td></tr>
</table>
-<div class="refentry" title="MplAppBookmarkManager">
+<div class="refentry">
<a name="MplAppBookmarkManager"></a><div class="titlepage"></div>
<div class="refnamediv"><table width="100%"><tr>
<td valign="top">
@@ -39,10 +39,10 @@
</td>
<td valign="top" align="right"></td>
</tr></table></div>
-<div class="refsynopsisdiv" title="Synopsis">
+<div class="refsynopsisdiv">
<a name="MplAppBookmarkManager.synopsis"></a><h2>Synopsis</h2>
-<pre class="synopsis"> <a class="link" href="MplAppBookmarkManager.html#MplAppBookmarkManager-struct" title="MplAppBookmarkManager">MplAppBookmarkManager</a>;
- <a class="link" href="MplAppBookmarkManager.html#MplAppBookmarkManagerClass" title="MplAppBookmarkManagerClass">MplAppBookmarkManagerClass</a>;
+<pre class="synopsis">struct <a class="link" href="MplAppBookmarkManager.html#MplAppBookmarkManager-struct" title="struct MplAppBookmarkManager">MplAppBookmarkManager</a>;
+struct <a class="link" href="MplAppBookmarkManager.html#MplAppBookmarkManagerClass" title="struct MplAppBookmarkManagerClass">MplAppBookmarkManagerClass</a>;
<a class="link" href="MplAppBookmarkManager.html" title="MplAppBookmarkManager"><span class="returnvalue">MplAppBookmarkManager</span></a> * <a class="link" href="MplAppBookmarkManager.html#mpl-app-bookmark-manager-get-default" title="mpl_app_bookmark_manager_get_default ()">mpl_app_bookmark_manager_get_default</a>
(<em class="parameter"><code><span class="type">void</span></code></em>);
<span class="returnvalue">void</span> <a class="link" href="MplAppBookmarkManager.html#mpl-app-bookmark-manager-add-uri" title="mpl_app_bookmark_manager_add_uri ()">mpl_app_bookmark_manager_add_uri</a> (<em class="parameter"><code><a class="link" href="MplAppBookmarkManager.html" title="MplAppBookmarkManager"><span class="type">MplAppBookmarkManager</span></a> *manager</code></em>,
@@ -54,20 +54,20 @@
(<em class="parameter"><code><a class="link" href="MplAppBookmarkManager.html" title="MplAppBookmarkManager"><span class="type">MplAppBookmarkManager</span></a> *manager</code></em>);
</pre>
</div>
-<div class="refsect1" title="Object Hierarchy">
+<div class="refsect1">
<a name="MplAppBookmarkManager.object-hierarchy"></a><h2>Object Hierarchy</h2>
<pre class="synopsis">
<a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject">GObject</a>
+----MplAppBookmarkManager
</pre>
</div>
-<div class="refsect1" title="Signals">
+<div class="refsect1">
<a name="MplAppBookmarkManager.signals"></a><h2>Signals</h2>
<pre class="synopsis">
- "<a class="link" href="MplAppBookmarkManager.html#MplAppBookmarkManager-bookmarks-changed" title='The "bookmarks-changed" signal'>bookmarks-changed</a>" : Run First
+ "<a class="link" href="MplAppBookmarkManager.html#MplAppBookmarkManager-bookmarks-changed" title='The "bookmarks-changed" signal'>bookmarks-changed</a>" : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-RUN-FIRST:CAPS"><code class="literal">Run First</code></a>
</pre>
</div>
-<div class="refsect1" title="Description">
+<div class="refsect1">
<a name="MplAppBookmarkManager.description"></a><h2>Description</h2>
<p>
<a class="link" href="MplAppBookmarkManager.html" title="MplAppBookmarkManager"><span class="type">MplAppBookmarkManager</span></a> manages user-bookmarked applications, as shown, for
@@ -75,21 +75,21 @@
signal is emitted when the bookmarks have changed.
</p>
</div>
-<div class="refsect1" title="Details">
+<div class="refsect1">
<a name="MplAppBookmarkManager.details"></a><h2>Details</h2>
-<div class="refsect2" title="MplAppBookmarkManager">
-<a name="MplAppBookmarkManager-struct"></a><h3>MplAppBookmarkManager</h3>
-<pre class="programlisting">typedef struct _MplAppBookmarkManager MplAppBookmarkManager;</pre>
+<div class="refsect2">
+<a name="MplAppBookmarkManager-struct"></a><h3>struct MplAppBookmarkManager</h3>
+<pre class="programlisting">struct MplAppBookmarkManager;</pre>
<p>
Manager for application bookmarks.
</p>
</div>
<hr>
-<div class="refsect2" title="MplAppBookmarkManagerClass">
-<a name="MplAppBookmarkManagerClass"></a><h3>MplAppBookmarkManagerClass</h3>
-<pre class="programlisting">typedef struct {
+<div class="refsect2">
+<a name="MplAppBookmarkManagerClass"></a><h3>struct MplAppBookmarkManagerClass</h3>
+<pre class="programlisting">struct MplAppBookmarkManagerClass {
void (*bookmarks_changed)(MplAppBookmarkManager *manager);
-} MplAppBookmarkManagerClass;
+};
</pre>
<p>
Class struct for <a class="link" href="MplAppBookmarkManager.html" title="MplAppBookmarkManager"><span class="type">MplAppBookmarkManager</span></a>.
@@ -99,13 +99,12 @@
<tbody><tr>
<td><p><span class="term"><em class="structfield"><code><a name="MplAppBookmarkManagerClass.bookmarks-changed"></a>bookmarks_changed</code></em> ()</span></p></td>
<td>singnal closure for the
-MplAppBookmarkManager::bookmarks-changed signal.
-</td>
+MplAppBookmarkManager::bookmarks-changed signal.</td>
</tr></tbody>
</table></div>
</div>
<hr>
-<div class="refsect2" title="mpl_app_bookmark_manager_get_default ()">
+<div class="refsect2">
<a name="mpl-app-bookmark-manager-get-default"></a><h3>mpl_app_bookmark_manager_get_default ()</h3>
<pre class="programlisting"><a class="link" href="MplAppBookmarkManager.html" title="MplAppBookmarkManager"><span class="returnvalue">MplAppBookmarkManager</span></a> * mpl_app_bookmark_manager_get_default
(<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
@@ -116,14 +115,14 @@
<col align="left" valign="top">
<tbody><tr>
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
-<td> <a class="link" href="MplAppBookmarkManager.html" title="MplAppBookmarkManager"><span class="type">MplAppBookmarkManager</span></a>; the caller holds a reference to the
-object, and should release it using <a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#g-object-unref"><code class="function">g_object_unref()</code></a> when no longer needed.
-</td>
+<td>
+<a class="link" href="MplAppBookmarkManager.html" title="MplAppBookmarkManager"><span class="type">MplAppBookmarkManager</span></a>; the caller holds a reference to the
+object, and should release it using <a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#g-object-unref"><code class="function">g_object_unref()</code></a> when no longer needed.</td>
</tr></tbody>
</table></div>
</div>
<hr>
-<div class="refsect2" title="mpl_app_bookmark_manager_add_uri ()">
+<div class="refsect2">
<a name="mpl-app-bookmark-manager-add-uri"></a><h3>mpl_app_bookmark_manager_add_uri ()</h3>
<pre class="programlisting"><span class="returnvalue">void</span> mpl_app_bookmark_manager_add_uri (<em class="parameter"><code><a class="link" href="MplAppBookmarkManager.html" title="MplAppBookmarkManager"><span class="type">MplAppBookmarkManager</span></a> *manager</code></em>,
<em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *uri</code></em>);</pre>
@@ -136,20 +135,17 @@
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>manager</code></em> :</span></p></td>
-<td>
-<a class="link" href="MplAppBookmarkManager.html" title="MplAppBookmarkManager"><span class="type">MplAppBookmarkManager</span></a>
-</td>
+<td><a class="link" href="MplAppBookmarkManager.html" title="MplAppBookmarkManager"><span class="type">MplAppBookmarkManager</span></a></td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>uri</code></em> :</span></p></td>
-<td>the bookmark to add
-</td>
+<td>the bookmark to add</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
-<div class="refsect2" title="mpl_app_bookmark_manager_remove_uri ()">
+<div class="refsect2">
<a name="mpl-app-bookmark-manager-remove-uri"></a><h3>mpl_app_bookmark_manager_remove_uri ()</h3>
<pre class="programlisting"><span class="returnvalue">void</span> mpl_app_bookmark_manager_remove_uri (<em class="parameter"><code><a class="link" href="MplAppBookmarkManager.html" title="MplAppBookmarkManager"><span class="type">MplAppBookmarkManager</span></a> *manager</code></em>,
<em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *uri</code></em>);</pre>
@@ -162,20 +158,17 @@
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>manager</code></em> :</span></p></td>
-<td>
-<a class="link" href="MplAppBookmarkManager.html" title="MplAppBookmarkManager"><span class="type">MplAppBookmarkManager</span></a>
-</td>
+<td><a class="link" href="MplAppBookmarkManager.html" title="MplAppBookmarkManager"><span class="type">MplAppBookmarkManager</span></a></td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>uri</code></em> :</span></p></td>
-<td>the bookmark to remove
-</td>
+<td>the bookmark to remove</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
-<div class="refsect2" title="mpl_app_bookmark_manager_save ()">
+<div class="refsect2">
<a name="mpl-app-bookmark-manager-save"></a><h3>mpl_app_bookmark_manager_save ()</h3>
<pre class="programlisting"><span class="returnvalue">void</span> mpl_app_bookmark_manager_save (<em class="parameter"><code><a class="link" href="MplAppBookmarkManager.html" title="MplAppBookmarkManager"><span class="type">MplAppBookmarkManager</span></a> *manager</code></em>);</pre>
<p>
@@ -185,14 +178,12 @@
<col align="left" valign="top">
<tbody><tr>
<td><p><span class="term"><em class="parameter"><code>manager</code></em> :</span></p></td>
-<td>
-<a class="link" href="MplAppBookmarkManager.html" title="MplAppBookmarkManager"><span class="type">MplAppBookmarkManager</span></a>
-</td>
+<td><a class="link" href="MplAppBookmarkManager.html" title="MplAppBookmarkManager"><span class="type">MplAppBookmarkManager</span></a></td>
</tr></tbody>
</table></div>
</div>
<hr>
-<div class="refsect2" title="mpl_app_bookmark_manager_get_bookmarks ()">
+<div class="refsect2">
<a name="mpl-app-bookmark-manager-get-bookmarks"></a><h3>mpl_app_bookmark_manager_get_bookmarks ()</h3>
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Doubly-Linked-Lists.html#GList"><span class="returnvalue">GList</span></a> * mpl_app_bookmark_manager_get_bookmarks
(<em class="parameter"><code><a class="link" href="MplAppBookmarkManager.html" title="MplAppBookmarkManager"><span class="type">MplAppBookmarkManager</span></a> *manager</code></em>);</pre>
@@ -204,27 +195,24 @@
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>manager</code></em> :</span></p></td>
-<td>
-<a class="link" href="MplAppBookmarkManager.html" title="MplAppBookmarkManager"><span class="type">MplAppBookmarkManager</span></a>
-</td>
+<td><a class="link" href="MplAppBookmarkManager.html" title="MplAppBookmarkManager"><span class="type">MplAppBookmarkManager</span></a></td>
</tr>
<tr>
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
-<td> current bookmarks as a <a href="http://library.gnome.org/devel/glib/unstable/glib-Doubly-Linked-Lists.html#GList"><span class="type">GList</span></a> of constant strings; the list is
+<td>current bookmarks as a <a href="http://library.gnome.org/devel/glib/unstable/glib-Doubly-Linked-Lists.html#GList"><span class="type">GList</span></a> of constant strings; the list is
owned by the caller and must be freed with <a href="http://library.gnome.org/devel/glib/unstable/glib-Doubly-Linked-Lists.html#g-list-free"><code class="function">g_list_free()</code></a> when no longer
-needed, however, the list data is owned by the manager and must not be freed.
-</td>
+needed, however, the list data is owned by the manager and must not be freed.</td>
</tr>
</tbody>
</table></div>
</div>
</div>
-<div class="refsect1" title="Signal Details">
+<div class="refsect1">
<a name="MplAppBookmarkManager.signal-details"></a><h2>Signal Details</h2>
-<div class="refsect2" title='The "bookmarks-changed" signal'>
+<div class="refsect2">
<a name="MplAppBookmarkManager-bookmarks-changed"></a><h3>The <code class="literal">"bookmarks-changed"</code> signal</h3>
<pre class="programlisting"><span class="returnvalue">void</span> user_function (<a class="link" href="MplAppBookmarkManager.html" title="MplAppBookmarkManager"><span class="type">MplAppBookmarkManager</span></a> *manager,
- <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) : Run First</pre>
+ <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-RUN-FIRST:CAPS"><code class="literal">Run First</code></a></pre>
<p>
The ::bookmarks-changed signal is emitted when user changes their
bookmarked applications.
@@ -234,8 +222,7 @@
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>manager</code></em> :</span></p></td>
-<td>manager that received the signal
-</td>
+<td>manager that received the signal</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
@@ -248,6 +235,6 @@
</div>
<div class="footer">
<hr>
- Generated by GTK-Doc V1.15</div>
+ Generated by GTK-Doc V1.17</div>
</body>
</html>
\ No newline at end of file
--- libmeego-panel/docs/reference/libmeego-panel/html/MplContentPane.html
+++ libmeego-panel/docs/reference/libmeego-panel/html/MplContentPane.html
@@ -8,7 +8,7 @@
<link rel="up" href="meegopanelwidgets.html" title="Panel Widgets">
<link rel="prev" href="MplAppBookmarkManager.html" title="MplAppBookmarkManager">
<link rel="next" href="MplEntry.html" title="MplEntry">
-<meta name="generator" content="GTK-Doc V1.15 (XML mode)">
+<meta name="generator" content="GTK-Doc V1.17 (XML mode)">
<link rel="stylesheet" href="style.css" type="text/css">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -32,7 +32,7 @@
<a href="#MplContentPane.properties" class="shortcut">Properties</a>
</td></tr>
</table>
-<div class="refentry" title="MplContentPane">
+<div class="refentry">
<a name="MplContentPane"></a><div class="titlepage"></div>
<div class="refnamediv"><table width="100%"><tr>
<td valign="top">
@@ -41,10 +41,10 @@
</td>
<td valign="top" align="right"></td>
</tr></table></div>
-<div class="refsynopsisdiv" title="Synopsis">
+<div class="refsynopsisdiv">
<a name="MplContentPane.synopsis"></a><h2>Synopsis</h2>
-<pre class="synopsis"> <a class="link" href="MplContentPane.html#MplContentPane-struct" title="MplContentPane">MplContentPane</a>;
- <a class="link" href="MplContentPane.html#MplContentPaneClass" title="MplContentPaneClass">MplContentPaneClass</a>;
+<pre class="synopsis">struct <a class="link" href="MplContentPane.html#MplContentPane-struct" title="struct MplContentPane">MplContentPane</a>;
+struct <a class="link" href="MplContentPane.html#MplContentPaneClass" title="struct MplContentPaneClass">MplContentPaneClass</a>;
<a href="/usr/share/gtk-doc/html/clutter/ClutterActor.html"><span class="returnvalue">ClutterActor</span></a> * <a class="link" href="MplContentPane.html#mpl-content-pane-new" title="mpl_content_pane_new ()">mpl_content_pane_new</a> (<em class="parameter"><code><span class="type">char</span> const *title</code></em>);
<span class="returnvalue">char</span> const * <a class="link" href="MplContentPane.html#mpl-content-pane-get-title" title="mpl_content_pane_get_title ()">mpl_content_pane_get_title</a> (<em class="parameter"><code><a class="link" href="MplContentPane.html" title="MplContentPane"><span class="type">MplContentPane</span></a> *self</code></em>);
<span class="returnvalue">void</span> <a class="link" href="MplContentPane.html#mpl-content-pane-set-title" title="mpl_content_pane_set_title ()">mpl_content_pane_set_title</a> (<em class="parameter"><code><a class="link" href="MplContentPane.html" title="MplContentPane"><span class="type">MplContentPane</span></a> *self</code></em>,
@@ -57,7 +57,7 @@
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/clutter/ClutterActor.html"><span class="type">ClutterActor</span></a> *child</code></em>);
</pre>
</div>
-<div class="refsect1" title="Object Hierarchy">
+<div class="refsect1">
<a name="MplContentPane.object-hierarchy"></a><h2>Object Hierarchy</h2>
<pre class="synopsis">
<a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject">GObject</a>
@@ -68,13 +68,13 @@
+----MplContentPane
</pre>
</div>
-<div class="refsect1" title="Implemented Interfaces">
+<div class="refsect1">
<a name="MplContentPane.implemented-interfaces"></a><h2>Implemented Interfaces</h2>
<p>
MplContentPane implements
<a href="/usr/share/gtk-doc/html/clutter/ClutterScriptable.html">ClutterScriptable</a>, <a href="/usr/share/gtk-doc/html/clutter/ClutterAnimatable.html">ClutterAnimatable</a>, AtkImplementorIface, MxStylable, <a href="/usr/share/gtk-doc/html/clutter/ClutterContainer.html">ClutterContainer</a>, MxScrollable and MxFocusable.</p>
</div>
-<div class="refsect1" title="Properties">
+<div class="refsect1">
<a name="MplContentPane.properties"></a><h2>Properties</h2>
<pre class="synopsis">
"<a class="link" href="MplContentPane.html#MplContentPane--child" title='The "child" property'>child</a>" <a href="/usr/share/gtk-doc/html/clutter/ClutterActor.html"><span class="type">ClutterActor</span></a>* : Read / Write
@@ -82,7 +82,7 @@
"<a class="link" href="MplContentPane.html#MplContentPane--title" title='The "title" property'>title</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>* : Read / Write
</pre>
</div>
-<div class="refsect1" title="Description">
+<div class="refsect1">
<a name="MplContentPane.description"></a><h2>Description</h2>
<p>
<a class="link" href="MplContentPane.html" title="MplContentPane"><span class="type">MplContentPane</span></a> provides a styled content pane widget, which consists of a
@@ -90,27 +90,27 @@
the header, and a content area.
</p>
</div>
-<div class="refsect1" title="Details">
+<div class="refsect1">
<a name="MplContentPane.details"></a><h2>Details</h2>
-<div class="refsect2" title="MplContentPane">
-<a name="MplContentPane-struct"></a><h3>MplContentPane</h3>
-<pre class="programlisting">typedef struct _MplContentPane MplContentPane;</pre>
+<div class="refsect2">
+<a name="MplContentPane-struct"></a><h3>struct MplContentPane</h3>
+<pre class="programlisting">struct MplContentPane;</pre>
<p>
A styled widget implementing a content pane with a header.
</p>
</div>
<hr>
-<div class="refsect2" title="MplContentPaneClass">
-<a name="MplContentPaneClass"></a><h3>MplContentPaneClass</h3>
-<pre class="programlisting">typedef struct {
-} MplContentPaneClass;
+<div class="refsect2">
+<a name="MplContentPaneClass"></a><h3>struct MplContentPaneClass</h3>
+<pre class="programlisting">struct MplContentPaneClass {
+};
</pre>
<p>
Class struct for <a class="link" href="MplContentPane.html" title="MplContentPane"><span class="type">MplContentPane</span></a>
</p>
</div>
<hr>
-<div class="refsect2" title="mpl_content_pane_new ()">
+<div class="refsect2">
<a name="mpl-content-pane-new"></a><h3>mpl_content_pane_new ()</h3>
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/clutter/ClutterActor.html"><span class="returnvalue">ClutterActor</span></a> * mpl_content_pane_new (<em class="parameter"><code><span class="type">char</span> const *title</code></em>);</pre>
<p>
@@ -121,19 +121,17 @@
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>title</code></em> :</span></p></td>
-<td>the panel title
-</td>
+<td>the panel title</td>
</tr>
<tr>
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
-<td> <a href="/usr/share/gtk-doc/html/clutter/ClutterActor.html"><span class="type">ClutterActor</span></a>
-</td>
+<td><a href="/usr/share/gtk-doc/html/clutter/ClutterActor.html"><span class="type">ClutterActor</span></a></td>
</tr>
</tbody>
</table></div>
</div>
<hr>
-<div class="refsect2" title="mpl_content_pane_get_title ()">
+<div class="refsect2">
<a name="mpl-content-pane-get-title"></a><h3>mpl_content_pane_get_title ()</h3>
<pre class="programlisting"><span class="returnvalue">char</span> const * mpl_content_pane_get_title (<em class="parameter"><code><a class="link" href="MplContentPane.html" title="MplContentPane"><span class="type">MplContentPane</span></a> *self</code></em>);</pre>
<p>
@@ -144,20 +142,17 @@
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>self</code></em> :</span></p></td>
-<td>
-<a class="link" href="MplContentPane.html" title="MplContentPane"><span class="type">MplContentPane</span></a>
-</td>
+<td><a class="link" href="MplContentPane.html" title="MplContentPane"><span class="type">MplContentPane</span></a></td>
</tr>
<tr>
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
-<td> pane title
-</td>
+<td>pane title</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
-<div class="refsect2" title="mpl_content_pane_set_title ()">
+<div class="refsect2">
<a name="mpl-content-pane-set-title"></a><h3>mpl_content_pane_set_title ()</h3>
<pre class="programlisting"><span class="returnvalue">void</span> mpl_content_pane_set_title (<em class="parameter"><code><a class="link" href="MplContentPane.html" title="MplContentPane"><span class="type">MplContentPane</span></a> *self</code></em>,
<em class="parameter"><code><span class="type">char</span> const *title</code></em>);</pre>
@@ -169,20 +164,17 @@
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>self</code></em> :</span></p></td>
-<td>
-<a class="link" href="MplContentPane.html" title="MplContentPane"><span class="type">MplContentPane</span></a>
-</td>
+<td><a class="link" href="MplContentPane.html" title="MplContentPane"><span class="type">MplContentPane</span></a></td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>title</code></em> :</span></p></td>
-<td>title
-</td>
+<td>title</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
-<div class="refsect2" title="mpl_content_pane_get_header_actor ()">
+<div class="refsect2">
<a name="mpl-content-pane-get-header-actor"></a><h3>mpl_content_pane_get_header_actor ()</h3>
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/clutter/ClutterActor.html"><span class="returnvalue">ClutterActor</span></a> * mpl_content_pane_get_header_actor (<em class="parameter"><code><a class="link" href="MplContentPane.html" title="MplContentPane"><span class="type">MplContentPane</span></a> *self</code></em>);</pre>
<p>
@@ -193,20 +185,17 @@
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>self</code></em> :</span></p></td>
-<td>
-<a class="link" href="MplContentPane.html" title="MplContentPane"><span class="type">MplContentPane</span></a>
-</td>
+<td><a class="link" href="MplContentPane.html" title="MplContentPane"><span class="type">MplContentPane</span></a></td>
</tr>
<tr>
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
-<td> <a href="/usr/share/gtk-doc/html/clutter/ClutterActor.html"><span class="type">ClutterActor</span></a>
-</td>
+<td><a href="/usr/share/gtk-doc/html/clutter/ClutterActor.html"><span class="type">ClutterActor</span></a></td>
</tr>
</tbody>
</table></div>
</div>
<hr>
-<div class="refsect2" title="mpl_content_pane_set_header_actor ()">
+<div class="refsect2">
<a name="mpl-content-pane-set-header-actor"></a><h3>mpl_content_pane_set_header_actor ()</h3>
<pre class="programlisting"><span class="returnvalue">void</span> mpl_content_pane_set_header_actor (<em class="parameter"><code><a class="link" href="MplContentPane.html" title="MplContentPane"><span class="type">MplContentPane</span></a> *self</code></em>,
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/clutter/ClutterActor.html"><span class="type">ClutterActor</span></a> *actor</code></em>);</pre>
@@ -220,9 +209,7 @@
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>self</code></em> :</span></p></td>
-<td>
-<a class="link" href="MplContentPane.html" title="MplContentPane"><span class="type">MplContentPane</span></a>
-</td>
+<td><a class="link" href="MplContentPane.html" title="MplContentPane"><span class="type">MplContentPane</span></a></td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>actor</code></em> :</span></p></td>
@@ -234,7 +221,7 @@
</table></div>
</div>
<hr>
-<div class="refsect2" title="mpl_content_pane_get_child ()">
+<div class="refsect2">
<a name="mpl-content-pane-get-child"></a><h3>mpl_content_pane_get_child ()</h3>
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/clutter/ClutterActor.html"><span class="returnvalue">ClutterActor</span></a> * mpl_content_pane_get_child (<em class="parameter"><code><a class="link" href="MplContentPane.html" title="MplContentPane"><span class="type">MplContentPane</span></a> *self</code></em>);</pre>
<p>
@@ -245,20 +232,17 @@
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>self</code></em> :</span></p></td>
-<td>
-<a class="link" href="MplContentPane.html" title="MplContentPane"><span class="type">MplContentPane</span></a>
-</td>
+<td><a class="link" href="MplContentPane.html" title="MplContentPane"><span class="type">MplContentPane</span></a></td>
</tr>
<tr>
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
-<td> <a href="/usr/share/gtk-doc/html/clutter/ClutterActor.html"><span class="type">ClutterActor</span></a>
-</td>
+<td><a href="/usr/share/gtk-doc/html/clutter/ClutterActor.html"><span class="type">ClutterActor</span></a></td>
</tr>
</tbody>
</table></div>
</div>
<hr>
-<div class="refsect2" title="mpl_content_pane_set_child ()">
+<div class="refsect2">
<a name="mpl-content-pane-set-child"></a><h3>mpl_content_pane_set_child ()</h3>
<pre class="programlisting"><span class="returnvalue">void</span> mpl_content_pane_set_child (<em class="parameter"><code><a class="link" href="MplContentPane.html" title="MplContentPane"><span class="type">MplContentPane</span></a> *self</code></em>,
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/clutter/ClutterActor.html"><span class="type">ClutterActor</span></a> *child</code></em>);</pre>
@@ -270,35 +254,31 @@
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>self</code></em> :</span></p></td>
-<td>
-<a class="link" href="MplContentPane.html" title="MplContentPane"><span class="type">MplContentPane</span></a>
-</td>
+<td><a class="link" href="MplContentPane.html" title="MplContentPane"><span class="type">MplContentPane</span></a></td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>child</code></em> :</span></p></td>
-<td>
-<a href="/usr/share/gtk-doc/html/clutter/ClutterActor.html"><span class="type">ClutterActor</span></a>
-</td>
+<td><a href="/usr/share/gtk-doc/html/clutter/ClutterActor.html"><span class="type">ClutterActor</span></a></td>
</tr>
</tbody>
</table></div>
</div>
</div>
-<div class="refsect1" title="Property Details">
+<div class="refsect1">
<a name="MplContentPane.property-details"></a><h2>Property Details</h2>
-<div class="refsect2" title='The "child" property'>
+<div class="refsect2">
<a name="MplContentPane--child"></a><h3>The <code class="literal">"child"</code> property</h3>
<pre class="programlisting"> "child" <a href="/usr/share/gtk-doc/html/clutter/ClutterActor.html"><span class="type">ClutterActor</span></a>* : Read / Write</pre>
<p>Contained actor.</p>
</div>
<hr>
-<div class="refsect2" title='The "header-actor" property'>
+<div class="refsect2">
<a name="MplContentPane--header-actor"></a><h3>The <code class="literal">"header-actor"</code> property</h3>
<pre class="programlisting"> "header-actor" <a href="/usr/share/gtk-doc/html/clutter/ClutterActor.html"><span class="type">ClutterActor</span></a>* : Read / Write</pre>
<p>Right-hand header actor.</p>
</div>
<hr>
-<div class="refsect2" title='The "title" property'>
+<div class="refsect2">
<a name="MplContentPane--title"></a><h3>The <code class="literal">"title"</code> property</h3>
<pre class="programlisting"> "title" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>* : Read / Write</pre>
<p>Title text.</p>
@@ -308,6 +288,6 @@
</div>
<div class="footer">
<hr>
- Generated by GTK-Doc V1.15</div>
+ Generated by GTK-Doc V1.17</div>
</body>
</html>
\ No newline at end of file
--- libmeego-panel/docs/reference/libmeego-panel/html/MplEntry.html
+++ libmeego-panel/docs/reference/libmeego-panel/html/MplEntry.html
@@ -8,7 +8,7 @@
<link rel="up" href="meegopanelwidgets.html" title="Panel Widgets">
<link rel="prev" href="MplContentPane.html" title="MplContentPane">
<link rel="next" href="meegopanelutility.html" title="Miscellaneous">
-<meta name="generator" content="GTK-Doc V1.15 (XML mode)">
+<meta name="generator" content="GTK-Doc V1.17 (XML mode)">
<link rel="stylesheet" href="style.css" type="text/css">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -34,7 +34,7 @@
<a href="#MplEntry.signals" class="shortcut">Signals</a>
</td></tr>
</table>
-<div class="refentry" title="MplEntry">
+<div class="refentry">
<a name="MplEntry"></a><div class="titlepage"></div>
<div class="refnamediv"><table width="100%"><tr>
<td valign="top">
@@ -43,10 +43,10 @@
</td>
<td valign="top" align="right"></td>
</tr></table></div>
-<div class="refsynopsisdiv" title="Synopsis">
+<div class="refsynopsisdiv">
<a name="MplEntry.synopsis"></a><h2>Synopsis</h2>
-<pre class="synopsis"> <a class="link" href="MplEntry.html#MplEntry-struct" title="MplEntry">MplEntry</a>;
- <a class="link" href="MplEntry.html#MplEntryClass" title="MplEntryClass">MplEntryClass</a>;
+<pre class="synopsis">struct <a class="link" href="MplEntry.html#MplEntry-struct" title="struct MplEntry">MplEntry</a>;
+struct <a class="link" href="MplEntry.html#MplEntryClass" title="struct MplEntryClass">MplEntryClass</a>;
<span class="returnvalue">MxWidget</span> * <a class="link" href="MplEntry.html#mpl-entry-new" title="mpl_entry_new ()">mpl_entry_new</a> (<em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *label</code></em>);
const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> * <a class="link" href="MplEntry.html#mpl-entry-get-label" title="mpl_entry_get_label ()">mpl_entry_get_label</a> (<em class="parameter"><code><a class="link" href="MplEntry.html" title="MplEntry"><span class="type">MplEntry</span></a> *self</code></em>);
<span class="returnvalue">void</span> <a class="link" href="MplEntry.html#mpl-entry-set-label" title="mpl_entry_set_label ()">mpl_entry_set_label</a> (<em class="parameter"><code><a class="link" href="MplEntry.html" title="MplEntry"><span class="type">MplEntry</span></a> *self</code></em>,
@@ -57,7 +57,7 @@
<span class="returnvalue">MxWidget</span> * <a class="link" href="MplEntry.html#mpl-entry-get-mx-entry" title="mpl_entry_get_mx_entry ()">mpl_entry_get_mx_entry</a> (<em class="parameter"><code><a class="link" href="MplEntry.html" title="MplEntry"><span class="type">MplEntry</span></a> *self</code></em>);
</pre>
</div>
-<div class="refsect1" title="Object Hierarchy">
+<div class="refsect1">
<a name="MplEntry.object-hierarchy"></a><h2>Object Hierarchy</h2>
<pre class="synopsis">
<a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject">GObject</a>
@@ -69,49 +69,49 @@
+----MplEntry
</pre>
</div>
-<div class="refsect1" title="Implemented Interfaces">
+<div class="refsect1">
<a name="MplEntry.implemented-interfaces"></a><h2>Implemented Interfaces</h2>
<p>
MplEntry implements
<a href="/usr/share/gtk-doc/html/clutter/ClutterScriptable.html">ClutterScriptable</a>, <a href="/usr/share/gtk-doc/html/clutter/ClutterAnimatable.html">ClutterAnimatable</a>, AtkImplementorIface, MxStylable, <a href="/usr/share/gtk-doc/html/clutter/ClutterContainer.html">ClutterContainer</a> and MxFocusable.</p>
</div>
-<div class="refsect1" title="Properties">
+<div class="refsect1">
<a name="MplEntry.properties"></a><h2>Properties</h2>
<pre class="synopsis">
"<a class="link" href="MplEntry.html#MplEntry--label" title='The "label" property'>label</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>* : Read / Write / Construct
"<a class="link" href="MplEntry.html#MplEntry--text" title='The "text" property'>text</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>* : Read / Write / Construct
</pre>
</div>
-<div class="refsect1" title="Signals">
+<div class="refsect1">
<a name="MplEntry.signals"></a><h2>Signals</h2>
<pre class="synopsis">
- "<a class="link" href="MplEntry.html#MplEntry-button-clicked" title='The "button-clicked" signal'>button-clicked</a>" : Run Last
- "<a class="link" href="MplEntry.html#MplEntry-text-changed" title='The "text-changed" signal'>text-changed</a>" : Run Last
+ "<a class="link" href="MplEntry.html#MplEntry-button-clicked" title='The "button-clicked" signal'>button-clicked</a>" : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS"><code class="literal">Run Last</code></a>
+ "<a class="link" href="MplEntry.html#MplEntry-text-changed" title='The "text-changed" signal'>text-changed</a>" : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS"><code class="literal">Run Last</code></a>
</pre>
</div>
-<div class="refsect1" title="Description">
+<div class="refsect1">
<a name="MplEntry.description"></a><h2>Description</h2>
<p>
<a class="link" href="MplEntry.html" title="MplEntry"><span class="type">MplEntry</span></a> is an entry widget for Panels.
</p>
</div>
-<div class="refsect1" title="Details">
+<div class="refsect1">
<a name="MplEntry.details"></a><h2>Details</h2>
-<div class="refsect2" title="MplEntry">
-<a name="MplEntry-struct"></a><h3>MplEntry</h3>
-<pre class="programlisting">typedef struct _MplEntry MplEntry;</pre>
+<div class="refsect2">
+<a name="MplEntry-struct"></a><h3>struct MplEntry</h3>
+<pre class="programlisting">struct MplEntry;</pre>
<p>
Entry widget.
</p>
</div>
<hr>
-<div class="refsect2" title="MplEntryClass">
-<a name="MplEntryClass"></a><h3>MplEntryClass</h3>
-<pre class="programlisting">typedef struct {
+<div class="refsect2">
+<a name="MplEntryClass"></a><h3>struct MplEntryClass</h3>
+<pre class="programlisting">struct MplEntryClass {
/* Signals. */
void (* button_clicked) (MplEntry *self);
void (* text_changed) (MplEntry *self);
-} MplEntryClass;
+};
</pre>
<p>
Class struct for <a class="link" href="MplEntry.html" title="MplEntry"><span class="type">MplEntry</span></a>.
@@ -121,19 +121,17 @@
<tbody>
<tr>
<td><p><span class="term"><em class="structfield"><code><a name="MplEntryClass.button-clicked"></a>button_clicked</code></em> ()</span></p></td>
-<td>signal closure for the <a class="link" href="MplEntry.html#MplEntry-button-clicked" title='The "button-clicked" signal'><span class="type">"button-clicked"</span></a> signal
-</td>
+<td>signal closure for the <a class="link" href="MplEntry.html#MplEntry-button-clicked" title='The "button-clicked" signal'><span class="type">"button-clicked"</span></a> signal</td>
</tr>
<tr>
<td><p><span class="term"><em class="structfield"><code><a name="MplEntryClass.text-changed"></a>text_changed</code></em> ()</span></p></td>
-<td>signal closure for the <a class="link" href="MplEntry.html#MplEntry-text-changed" title='The "text-changed" signal'><span class="type">"text-changed"</span></a> signal
-</td>
+<td>signal closure for the <a class="link" href="MplEntry.html#MplEntry-text-changed" title='The "text-changed" signal'><span class="type">"text-changed"</span></a> signal</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
-<div class="refsect2" title="mpl_entry_new ()">
+<div class="refsect2">
<a name="mpl-entry-new"></a><h3>mpl_entry_new ()</h3>
<pre class="programlisting"><span class="returnvalue">MxWidget</span> * mpl_entry_new (<em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *label</code></em>);</pre>
<p>
@@ -144,19 +142,17 @@
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>label</code></em> :</span></p></td>
-<td>entry prompt
-</td>
+<td>entry prompt</td>
</tr>
<tr>
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
-<td> <span class="type">MxWidget</span>
-</td>
+<td><span class="type">MxWidget</span></td>
</tr>
</tbody>
</table></div>
</div>
<hr>
-<div class="refsect2" title="mpl_entry_get_label ()">
+<div class="refsect2">
<a name="mpl-entry-get-label"></a><h3>mpl_entry_get_label ()</h3>
<pre class="programlisting">const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> * mpl_entry_get_label (<em class="parameter"><code><a class="link" href="MplEntry.html" title="MplEntry"><span class="type">MplEntry</span></a> *self</code></em>);</pre>
<p>
@@ -167,21 +163,18 @@
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>self</code></em> :</span></p></td>
-<td>
-<a class="link" href="MplEntry.html" title="MplEntry"><span class="type">MplEntry</span></a>
-</td>
+<td><a class="link" href="MplEntry.html" title="MplEntry"><span class="type">MplEntry</span></a></td>
</tr>
<tr>
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
-<td> pointer to string holding the label; the string is owned by
-the entry and must not be freed.
-</td>
+<td>pointer to string holding the label; the string is owned by
+the entry and must not be freed.</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
-<div class="refsect2" title="mpl_entry_set_label ()">
+<div class="refsect2">
<a name="mpl-entry-set-label"></a><h3>mpl_entry_set_label ()</h3>
<pre class="programlisting"><span class="returnvalue">void</span> mpl_entry_set_label (<em class="parameter"><code><a class="link" href="MplEntry.html" title="MplEntry"><span class="type">MplEntry</span></a> *self</code></em>,
<em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *label</code></em>);</pre>
@@ -193,20 +186,17 @@
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>self</code></em> :</span></p></td>
-<td>
-<a class="link" href="MplEntry.html" title="MplEntry"><span class="type">MplEntry</span></a>
-</td>
+<td><a class="link" href="MplEntry.html" title="MplEntry"><span class="type">MplEntry</span></a></td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>label</code></em> :</span></p></td>
-<td>text of the entry propmpt
-</td>
+<td>text of the entry propmpt</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
-<div class="refsect2" title="mpl_entry_get_text ()">
+<div class="refsect2">
<a name="mpl-entry-get-text"></a><h3>mpl_entry_get_text ()</h3>
<pre class="programlisting">const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> * mpl_entry_get_text (<em class="parameter"><code><a class="link" href="MplEntry.html" title="MplEntry"><span class="type">MplEntry</span></a> *self</code></em>);</pre>
<p>
@@ -217,21 +207,18 @@
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>self</code></em> :</span></p></td>
-<td>
-<a class="link" href="MplEntry.html" title="MplEntry"><span class="type">MplEntry</span></a>
-</td>
+<td><a class="link" href="MplEntry.html" title="MplEntry"><span class="type">MplEntry</span></a></td>
</tr>
<tr>
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
-<td> pointer to string holding the text; the string is owned by
-the entry and must not be freed.
-</td>
+<td>pointer to string holding the text; the string is owned by
+the entry and must not be freed.</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
-<div class="refsect2" title="mpl_entry_set_text ()">
+<div class="refsect2">
<a name="mpl-entry-set-text"></a><h3>mpl_entry_set_text ()</h3>
<pre class="programlisting"><span class="returnvalue">void</span> mpl_entry_set_text (<em class="parameter"><code><a class="link" href="MplEntry.html" title="MplEntry"><span class="type">MplEntry</span></a> *self</code></em>,
<em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *text</code></em>);</pre>
@@ -243,20 +230,17 @@
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>self</code></em> :</span></p></td>
-<td>
-<a class="link" href="MplEntry.html" title="MplEntry"><span class="type">MplEntry</span></a>
-</td>
+<td><a class="link" href="MplEntry.html" title="MplEntry"><span class="type">MplEntry</span></a></td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>text</code></em> :</span></p></td>
-<td>text to set the entry to
-</td>
+<td>text to set the entry to</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
-<div class="refsect2" title="mpl_entry_get_mx_entry ()">
+<div class="refsect2">
<a name="mpl-entry-get-mx-entry"></a><h3>mpl_entry_get_mx_entry ()</h3>
<pre class="programlisting"><span class="returnvalue">MxWidget</span> * mpl_entry_get_mx_entry (<em class="parameter"><code><a class="link" href="MplEntry.html" title="MplEntry"><span class="type">MplEntry</span></a> *self</code></em>);</pre>
<p>
@@ -267,42 +251,40 @@
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>self</code></em> :</span></p></td>
-<td>
-<a class="link" href="MplEntry.html" title="MplEntry"><span class="type">MplEntry</span></a>
-</td>
+<td><a class="link" href="MplEntry.html" title="MplEntry"><span class="type">MplEntry</span></a></td>
</tr>
<tr>
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
-<td> <span class="type">MxWidget</span>; the entry widget is owned by the entry and no
-additional reference is added to it by this function.
-</td>
+<td>
+<span class="type">MxWidget</span>; the entry widget is owned by the entry and no
+additional reference is added to it by this function.</td>
</tr>
</tbody>
</table></div>
</div>
</div>
-<div class="refsect1" title="Property Details">
+<div class="refsect1">
<a name="MplEntry.property-details"></a><h2>Property Details</h2>
-<div class="refsect2" title='The "label" property'>
+<div class="refsect2">
<a name="MplEntry--label"></a><h3>The <code class="literal">"label"</code> property</h3>
<pre class="programlisting"> "label" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>* : Read / Write / Construct</pre>
<p>The label inside the button.</p>
<p>Default value: NULL</p>
</div>
<hr>
-<div class="refsect2" title='The "text" property'>
+<div class="refsect2">
<a name="MplEntry--text"></a><h3>The <code class="literal">"text"</code> property</h3>
<pre class="programlisting"> "text" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>* : Read / Write / Construct</pre>
<p>The text inside the entry.</p>
<p>Default value: NULL</p>
</div>
</div>
-<div class="refsect1" title="Signal Details">
+<div class="refsect1">
<a name="MplEntry.signal-details"></a><h2>Signal Details</h2>
-<div class="refsect2" title='The "button-clicked" signal'>
+<div class="refsect2">
<a name="MplEntry-button-clicked"></a><h3>The <code class="literal">"button-clicked"</code> signal</h3>
<pre class="programlisting"><span class="returnvalue">void</span> user_function (<a class="link" href="MplEntry.html" title="MplEntry"><span class="type">MplEntry</span></a> *entry,
- <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) : Run Last</pre>
+ <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS"><code class="literal">Run Last</code></a></pre>
<p>
The ::button-clicked signal is emitted when the user clicks on the
entry button.
@@ -312,8 +294,7 @@
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>entry</code></em> :</span></p></td>
-<td>entry that received the signal
-</td>
+<td>entry that received the signal</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
@@ -323,10 +304,10 @@
</table></div>
</div>
<hr>
-<div class="refsect2" title='The "text-changed" signal'>
+<div class="refsect2">
<a name="MplEntry-text-changed"></a><h3>The <code class="literal">"text-changed"</code> signal</h3>
<pre class="programlisting"><span class="returnvalue">void</span> user_function (<a class="link" href="MplEntry.html" title="MplEntry"><span class="type">MplEntry</span></a> *entry,
- <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) : Run Last</pre>
+ <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS"><code class="literal">Run Last</code></a></pre>
<p>
The ::text-changed signal is emitted when the text in the entry changes.
</p>
@@ -335,8 +316,7 @@
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>entry</code></em> :</span></p></td>
-<td>entry that received the signal
-</td>
+<td>entry that received the signal</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
@@ -349,6 +329,6 @@
</div>
<div class="footer">
<hr>
- Generated by GTK-Doc V1.15</div>
+ Generated by GTK-Doc V1.17</div>
</body>
</html>
\ No newline at end of file
--- libmeego-panel/docs/reference/libmeego-panel/html/MplPanelClient.html
+++ libmeego-panel/docs/reference/libmeego-panel/html/MplPanelClient.html
@@ -8,7 +8,7 @@
<link rel="up" href="meegopanelclasses.html" title="Panel Classes">
<link rel="prev" href="meegopanelclasses.html" title="Panel Classes">
<link rel="next" href="MplPanelClutter.html" title="MplPanelClutter">
-<meta name="generator" content="GTK-Doc V1.15 (XML mode)">
+<meta name="generator" content="GTK-Doc V1.17 (XML mode)">
<link rel="stylesheet" href="style.css" type="text/css">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -32,7 +32,7 @@
<a href="#MplPanelClient.signals" class="shortcut">Signals</a>
</td></tr>
</table>
-<div class="refentry" title="MplPanelClient">
+<div class="refentry">
<a name="MplPanelClient"></a><div class="titlepage"></div>
<div class="refnamediv"><table width="100%"><tr>
<td valign="top">
@@ -41,10 +41,10 @@
</td>
<td valign="top" align="right"></td>
</tr></table></div>
-<div class="refsynopsisdiv" title="Synopsis">
+<div class="refsynopsisdiv">
<a name="MplPanelClient.synopsis"></a><h2>Synopsis</h2>
-<pre class="synopsis"> <a class="link" href="MplPanelClient.html#MplPanelClient-struct" title="MplPanelClient">MplPanelClient</a>;
- <a class="link" href="MplPanelClient.html#MplPanelClientClass" title="MplPanelClientClass">MplPanelClientClass</a>;
+<pre class="synopsis">struct <a class="link" href="MplPanelClient.html#MplPanelClient-struct" title="struct MplPanelClient">MplPanelClient</a>;
+struct <a class="link" href="MplPanelClient.html#MplPanelClientClass" title="struct MplPanelClientClass">MplPanelClientClass</a>;
<span class="returnvalue">void</span> <a class="link" href="MplPanelClient.html#mpl-panel-client-show" title="mpl_panel_client_show ()">mpl_panel_client_show</a> (<em class="parameter"><code><a class="link" href="MplPanelClient.html" title="MplPanelClient"><span class="type">MplPanelClient</span></a> *panel</code></em>);
<span class="returnvalue">void</span> <a class="link" href="MplPanelClient.html#mpl-panel-client-hide" title="mpl_panel_client_hide ()">mpl_panel_client_hide</a> (<em class="parameter"><code><a class="link" href="MplPanelClient.html" title="MplPanelClient"><span class="type">MplPanelClient</span></a> *panel</code></em>);
<span class="returnvalue">void</span> <a class="link" href="MplPanelClient.html#mpl-panel-client-set-height-request" title="mpl_panel_client_set_height_request ()">mpl_panel_client_set_height_request</a> (<em class="parameter"><code><a class="link" href="MplPanelClient.html" title="MplPanelClient"><span class="type">MplPanelClient</span></a> *panel</code></em>,
@@ -97,7 +97,7 @@
#define <a class="link" href="MplPanelClient.html#MPL-PANEL-TEST:CAPS" title="MPL_PANEL_TEST">MPL_PANEL_TEST</a>
</pre>
</div>
-<div class="refsect1" title="Object Hierarchy">
+<div class="refsect1">
<a name="MplPanelClient.object-hierarchy"></a><h2>Object Hierarchy</h2>
<pre class="synopsis">
<a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject">GObject</a>
@@ -107,7 +107,7 @@
+----<a class="link" href="MplPanelWindowless.html" title="MplPanelWindowless">MplPanelWindowless</a>
</pre>
</div>
-<div class="refsect1" title="Properties">
+<div class="refsect1">
<a name="MplPanelClient.properties"></a><h2>Properties</h2>
<pre class="synopsis">
"<a class="link" href="MplPanelClient.html#MplPanelClient--button-style" title='The "button-style" property'>button-style</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>* : Read / Write / Construct
@@ -120,45 +120,45 @@
"<a class="link" href="MplPanelClient.html#MplPanelClient--xid" title='The "xid" property'>xid</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> : Read / Write / Construct
</pre>
</div>
-<div class="refsect1" title="Signals">
+<div class="refsect1">
<a name="MplPanelClient.signals"></a><h2>Signals</h2>
<pre class="synopsis">
- "<a class="link" href="MplPanelClient.html#MplPanelClient-hide" title='The "hide" signal'>hide</a>" : Run Last
- "<a class="link" href="MplPanelClient.html#MplPanelClient-hide-begin" title='The "hide-begin" signal'>hide-begin</a>" : Run Last
- "<a class="link" href="MplPanelClient.html#MplPanelClient-hide-end" title='The "hide-end" signal'>hide-end</a>" : Run Last
- "<a class="link" href="MplPanelClient.html#MplPanelClient-ready" title='The "ready" signal'>ready</a>" : Run Last
- "<a class="link" href="MplPanelClient.html#MplPanelClient-request-button-state" title='The "request-button-state" signal'>request-button-state</a>" : Run Last
- "<a class="link" href="MplPanelClient.html#MplPanelClient-request-button-style" title='The "request-button-style" signal'>request-button-style</a>" : Run Last
- "<a class="link" href="MplPanelClient.html#MplPanelClient-request-focus" title='The "request-focus" signal'>request-focus</a>" : Run Last
- "<a class="link" href="MplPanelClient.html#MplPanelClient-request-modality" title='The "request-modality" signal'>request-modality</a>" : Run Last
- "<a class="link" href="MplPanelClient.html#MplPanelClient-request-tooltip" title='The "request-tooltip" signal'>request-tooltip</a>" : Run Last
- "<a class="link" href="MplPanelClient.html#MplPanelClient-set-position" title='The "set-position" signal'>set-position</a>" : Run First
- "<a class="link" href="MplPanelClient.html#MplPanelClient-set-size" title='The "set-size" signal'>set-size</a>" : Run First
- "<a class="link" href="MplPanelClient.html#MplPanelClient-show" title='The "show" signal'>show</a>" : Run Last
- "<a class="link" href="MplPanelClient.html#MplPanelClient-show-begin" title='The "show-begin" signal'>show-begin</a>" : Run Last
- "<a class="link" href="MplPanelClient.html#MplPanelClient-show-end" title='The "show-end" signal'>show-end</a>" : Run Last
- "<a class="link" href="MplPanelClient.html#MplPanelClient-unload" title='The "unload" signal'>unload</a>" : Run Last
+ "<a class="link" href="MplPanelClient.html#MplPanelClient-hide" title='The "hide" signal'>hide</a>" : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS"><code class="literal">Run Last</code></a>
+ "<a class="link" href="MplPanelClient.html#MplPanelClient-hide-begin" title='The "hide-begin" signal'>hide-begin</a>" : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS"><code class="literal">Run Last</code></a>
+ "<a class="link" href="MplPanelClient.html#MplPanelClient-hide-end" title='The "hide-end" signal'>hide-end</a>" : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS"><code class="literal">Run Last</code></a>
+ "<a class="link" href="MplPanelClient.html#MplPanelClient-ready" title='The "ready" signal'>ready</a>" : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS"><code class="literal">Run Last</code></a>
+ "<a class="link" href="MplPanelClient.html#MplPanelClient-request-button-state" title='The "request-button-state" signal'>request-button-state</a>" : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS"><code class="literal">Run Last</code></a>
+ "<a class="link" href="MplPanelClient.html#MplPanelClient-request-button-style" title='The "request-button-style" signal'>request-button-style</a>" : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS"><code class="literal">Run Last</code></a>
+ "<a class="link" href="MplPanelClient.html#MplPanelClient-request-focus" title='The "request-focus" signal'>request-focus</a>" : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS"><code class="literal">Run Last</code></a>
+ "<a class="link" href="MplPanelClient.html#MplPanelClient-request-modality" title='The "request-modality" signal'>request-modality</a>" : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS"><code class="literal">Run Last</code></a>
+ "<a class="link" href="MplPanelClient.html#MplPanelClient-request-tooltip" title='The "request-tooltip" signal'>request-tooltip</a>" : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS"><code class="literal">Run Last</code></a>
+ "<a class="link" href="MplPanelClient.html#MplPanelClient-set-position" title='The "set-position" signal'>set-position</a>" : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-RUN-FIRST:CAPS"><code class="literal">Run First</code></a>
+ "<a class="link" href="MplPanelClient.html#MplPanelClient-set-size" title='The "set-size" signal'>set-size</a>" : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-RUN-FIRST:CAPS"><code class="literal">Run First</code></a>
+ "<a class="link" href="MplPanelClient.html#MplPanelClient-show" title='The "show" signal'>show</a>" : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS"><code class="literal">Run Last</code></a>
+ "<a class="link" href="MplPanelClient.html#MplPanelClient-show-begin" title='The "show-begin" signal'>show-begin</a>" : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS"><code class="literal">Run Last</code></a>
+ "<a class="link" href="MplPanelClient.html#MplPanelClient-show-end" title='The "show-end" signal'>show-end</a>" : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS"><code class="literal">Run Last</code></a>
+ "<a class="link" href="MplPanelClient.html#MplPanelClient-unload" title='The "unload" signal'>unload</a>" : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS"><code class="literal">Run Last</code></a>
</pre>
</div>
-<div class="refsect1" title="Description">
+<div class="refsect1">
<a name="MplPanelClient.description"></a><h2>Description</h2>
<p>
<a class="link" href="MplPanelClient.html" title="MplPanelClient"><span class="type">MplPanelClient</span></a> is a base abstract class for all Panels.
</p>
</div>
-<div class="refsect1" title="Details">
+<div class="refsect1">
<a name="MplPanelClient.details"></a><h2>Details</h2>
-<div class="refsect2" title="MplPanelClient">
-<a name="MplPanelClient-struct"></a><h3>MplPanelClient</h3>
-<pre class="programlisting">typedef struct _MplPanelClient MplPanelClient;</pre>
+<div class="refsect2">
+<a name="MplPanelClient-struct"></a><h3>struct MplPanelClient</h3>
+<pre class="programlisting">struct MplPanelClient;</pre>
<p>
Base class for panels.
</p>
</div>
<hr>
-<div class="refsect2" title="MplPanelClientClass">
-<a name="MplPanelClientClass"></a><h3>MplPanelClientClass</h3>
-<pre class="programlisting">typedef struct {
+<div class="refsect2">
+<a name="MplPanelClientClass"></a><h3>struct MplPanelClientClass</h3>
+<pre class="programlisting">struct MplPanelClientClass {
/*
* Public signal closures.
*/
@@ -171,7 +171,7 @@
void (*hide) (MplPanelClient *panel);
void (*hide_begin) (MplPanelClient *panel);
void (*hide_end) (MplPanelClient *panel);
-} MplPanelClientClass;
+};
</pre>
<p>
Base class for panels.
@@ -181,54 +181,45 @@
<tbody>
<tr>
<td><p><span class="term"><em class="structfield"><code><a name="MplPanelClientClass.unload"></a>unload</code></em> ()</span></p></td>
-<td>signal closure for the <a class="link" href="MplPanelClient.html#MplPanelClient-unload" title='The "unload" signal'><span class="type">"unload"</span></a> signal
-</td>
+<td>signal closure for the <a class="link" href="MplPanelClient.html#MplPanelClient-unload" title='The "unload" signal'><span class="type">"unload"</span></a> signal</td>
</tr>
<tr>
<td><p><span class="term"><em class="structfield"><code><a name="MplPanelClientClass.set-size"></a>set_size</code></em> ()</span></p></td>
-<td>signal closure for the <a class="link" href="MplPanelClient.html#MplPanelClient-set-size" title='The "set-size" signal'><span class="type">"set-size"</span></a> signal
-</td>
+<td>signal closure for the <a class="link" href="MplPanelClient.html#MplPanelClient-set-size" title='The "set-size" signal'><span class="type">"set-size"</span></a> signal</td>
</tr>
<tr>
<td><p><span class="term"><em class="structfield"><code><a name="MplPanelClientClass.set-position"></a>set_position</code></em> ()</span></p></td>
-<td>signal closure for the <a class="link" href="MplPanelClient.html#MplPanelClient-set-position" title='The "set-position" signal'><span class="type">"set-position"</span></a> signal
-</td>
+<td>signal closure for the <a class="link" href="MplPanelClient.html#MplPanelClient-set-position" title='The "set-position" signal'><span class="type">"set-position"</span></a> signal</td>
</tr>
<tr>
<td><p><span class="term"><em class="structfield"><code><a name="MplPanelClientClass.show"></a>show</code></em> ()</span></p></td>
-<td>signal closure for the <a class="link" href="MplPanelClient.html#MplPanelClient-show" title='The "show" signal'><span class="type">"show"</span></a> signal
-</td>
+<td>signal closure for the <a class="link" href="MplPanelClient.html#MplPanelClient-show" title='The "show" signal'><span class="type">"show"</span></a> signal</td>
</tr>
<tr>
<td><p><span class="term"><em class="structfield"><code><a name="MplPanelClientClass.show-begin"></a>show_begin</code></em> ()</span></p></td>
-<td>signal closure for the <a class="link" href="MplPanelClient.html#MplPanelClient-show-begin" title='The "show-begin" signal'><span class="type">"show_begin"</span></a> signal
-</td>
+<td>signal closure for the <a class="link" href="MplPanelClient.html#MplPanelClient-show-begin" title='The "show-begin" signal'><span class="type">"show_begin"</span></a> signal</td>
</tr>
<tr>
<td><p><span class="term"><em class="structfield"><code><a name="MplPanelClientClass.show-end"></a>show_end</code></em> ()</span></p></td>
-<td>signal closure for the <a class="link" href="MplPanelClient.html#MplPanelClient-show-end" title='The "show-end" signal'><span class="type">"show_end"</span></a> signal
-</td>
+<td>signal closure for the <a class="link" href="MplPanelClient.html#MplPanelClient-show-end" title='The "show-end" signal'><span class="type">"show_end"</span></a> signal</td>
</tr>
<tr>
<td><p><span class="term"><em class="structfield"><code><a name="MplPanelClientClass.hide"></a>hide</code></em> ()</span></p></td>
-<td>signal closure for the <a class="link" href="MplPanelClient.html#MplPanelClient-hide" title='The "hide" signal'><span class="type">"hide"</span></a> signal
-</td>
+<td>signal closure for the <a class="link" href="MplPanelClient.html#MplPanelClient-hide" title='The "hide" signal'><span class="type">"hide"</span></a> signal</td>
</tr>
<tr>
<td><p><span class="term"><em class="structfield"><code><a name="MplPanelClientClass.hide-begin"></a>hide_begin</code></em> ()</span></p></td>
-<td>signal closure for the <a class="link" href="MplPanelClient.html#MplPanelClient-hide-begin" title='The "hide-begin" signal'><span class="type">"hide_begin"</span></a> signal
-</td>
+<td>signal closure for the <a class="link" href="MplPanelClient.html#MplPanelClient-hide-begin" title='The "hide-begin" signal'><span class="type">"hide_begin"</span></a> signal</td>
</tr>
<tr>
<td><p><span class="term"><em class="structfield"><code><a name="MplPanelClientClass.hide-end"></a>hide_end</code></em> ()</span></p></td>
-<td>signal closure for the <a class="link" href="MplPanelClient.html#MplPanelClient-hide-end" title='The "hide-end" signal'><span class="type">"hide_end"</span></a> signal
-</td>
+<td>signal closure for the <a class="link" href="MplPanelClient.html#MplPanelClient-hide-end" title='The "hide-end" signal'><span class="type">"hide_end"</span></a> signal</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
-<div class="refsect2" title="mpl_panel_client_show ()">
+<div class="refsect2">
<a name="mpl-panel-client-show"></a><h3>mpl_panel_client_show ()</h3>
<pre class="programlisting"><span class="returnvalue">void</span> mpl_panel_client_show (<em class="parameter"><code><a class="link" href="MplPanelClient.html" title="MplPanelClient"><span class="type">MplPanelClient</span></a> *panel</code></em>);</pre>
<p>
@@ -238,14 +229,12 @@
<col align="left" valign="top">
<tbody><tr>
<td><p><span class="term"><em class="parameter"><code>panel</code></em> :</span></p></td>
-<td>
-<a class="link" href="MplPanelClient.html" title="MplPanelClient"><span class="type">MplPanelClient</span></a>
-</td>
+<td><a class="link" href="MplPanelClient.html" title="MplPanelClient"><span class="type">MplPanelClient</span></a></td>
</tr></tbody>
</table></div>
</div>
<hr>
-<div class="refsect2" title="mpl_panel_client_hide ()">
+<div class="refsect2">
<a name="mpl-panel-client-hide"></a><h3>mpl_panel_client_hide ()</h3>
<pre class="programlisting"><span class="returnvalue">void</span> mpl_panel_client_hide (<em class="parameter"><code><a class="link" href="MplPanelClient.html" title="MplPanelClient"><span class="type">MplPanelClient</span></a> *panel</code></em>);</pre>
<p>
@@ -255,14 +244,12 @@
<col align="left" valign="top">
<tbody><tr>
<td><p><span class="term"><em class="parameter"><code>panel</code></em> :</span></p></td>
-<td>
-<a class="link" href="MplPanelClient.html" title="MplPanelClient"><span class="type">MplPanelClient</span></a>
-</td>
+<td><a class="link" href="MplPanelClient.html" title="MplPanelClient"><span class="type">MplPanelClient</span></a></td>
</tr></tbody>
</table></div>
</div>
<hr>
-<div class="refsect2" title="mpl_panel_client_set_height_request ()">
+<div class="refsect2">
<a name="mpl-panel-client-set-height-request"></a><h3>mpl_panel_client_set_height_request ()</h3>
<pre class="programlisting"><span class="returnvalue">void</span> mpl_panel_client_set_height_request (<em class="parameter"><code><a class="link" href="MplPanelClient.html" title="MplPanelClient"><span class="type">MplPanelClient</span></a> *panel</code></em>,
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> height</code></em>);</pre>
@@ -276,20 +263,17 @@
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>panel</code></em> :</span></p></td>
-<td>
-<a class="link" href="MplPanelClient.html" title="MplPanelClient"><span class="type">MplPanelClient</span></a>
-</td>
+<td><a class="link" href="MplPanelClient.html" title="MplPanelClient"><span class="type">MplPanelClient</span></a></td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>height</code></em> :</span></p></td>
-<td>height request
-</td>
+<td>height request</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
-<div class="refsect2" title="mpl_panel_client_get_height_request ()">
+<div class="refsect2">
<a name="mpl-panel-client-get-height-request"></a><h3>mpl_panel_client_get_height_request ()</h3>
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="returnvalue">guint</span></a> mpl_panel_client_get_height_request (<em class="parameter"><code><a class="link" href="MplPanelClient.html" title="MplPanelClient"><span class="type">MplPanelClient</span></a> *panel</code></em>);</pre>
<p>
@@ -301,20 +285,17 @@
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>panel</code></em> :</span></p></td>
-<td>
-<a class="link" href="MplPanelClient.html" title="MplPanelClient"><span class="type">MplPanelClient</span></a>
-</td>
+<td><a class="link" href="MplPanelClient.html" title="MplPanelClient"><span class="type">MplPanelClient</span></a></td>
</tr>
<tr>
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
-<td> requested height in pixels.
-</td>
+<td>requested height in pixels.</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
-<div class="refsect2" title="mpl_panel_client_request_focus ()">
+<div class="refsect2">
<a name="mpl-panel-client-request-focus"></a><h3>mpl_panel_client_request_focus ()</h3>
<pre class="programlisting"><span class="returnvalue">void</span> mpl_panel_client_request_focus (<em class="parameter"><code><a class="link" href="MplPanelClient.html" title="MplPanelClient"><span class="type">MplPanelClient</span></a> *panel</code></em>);</pre>
<p>
@@ -324,14 +305,12 @@
<col align="left" valign="top">
<tbody><tr>
<td><p><span class="term"><em class="parameter"><code>panel</code></em> :</span></p></td>
-<td>
-<a class="link" href="MplPanelClient.html" title="MplPanelClient"><span class="type">MplPanelClient</span></a>
-</td>
+<td><a class="link" href="MplPanelClient.html" title="MplPanelClient"><span class="type">MplPanelClient</span></a></td>
</tr></tbody>
</table></div>
</div>
<hr>
-<div class="refsect2" title="mpl_panel_client_request_button_style ()">
+<div class="refsect2">
<a name="mpl-panel-client-request-button-style"></a><h3>mpl_panel_client_request_button_style ()</h3>
<pre class="programlisting"><span class="returnvalue">void</span> mpl_panel_client_request_button_style
(<em class="parameter"><code><a class="link" href="MplPanelClient.html" title="MplPanelClient"><span class="type">MplPanelClient</span></a> *panel</code></em>,
@@ -345,20 +324,17 @@
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>panel</code></em> :</span></p></td>
-<td>
-<a class="link" href="MplPanelClient.html" title="MplPanelClient"><span class="type">MplPanelClient</span></a>
-</td>
+<td><a class="link" href="MplPanelClient.html" title="MplPanelClient"><span class="type">MplPanelClient</span></a></td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>style</code></em> :</span></p></td>
-<td>css id of the style.
-</td>
+<td>css id of the style.</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
-<div class="refsect2" title="mpl_panel_client_request_tooltip ()">
+<div class="refsect2">
<a name="mpl-panel-client-request-tooltip"></a><h3>mpl_panel_client_request_tooltip ()</h3>
<pre class="programlisting"><span class="returnvalue">void</span> mpl_panel_client_request_tooltip (<em class="parameter"><code><a class="link" href="MplPanelClient.html" title="MplPanelClient"><span class="type">MplPanelClient</span></a> *panel</code></em>,
<em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *tooltip</code></em>);</pre>
@@ -371,20 +347,17 @@
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>panel</code></em> :</span></p></td>
-<td>
-<a class="link" href="MplPanelClient.html" title="MplPanelClient"><span class="type">MplPanelClient</span></a>
-</td>
+<td><a class="link" href="MplPanelClient.html" title="MplPanelClient"><span class="type">MplPanelClient</span></a></td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>tooltip</code></em> :</span></p></td>
-<td>tooltip
-</td>
+<td>tooltip</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
-<div class="refsect2" title="mpl_panel_client_request_button_state ()">
+<div class="refsect2">
<a name="mpl-panel-client-request-button-state"></a><h3>mpl_panel_client_request_button_state ()</h3>
<pre class="programlisting"><span class="returnvalue">void</span> mpl_panel_client_request_button_state
(<em class="parameter"><code><a class="link" href="MplPanelClient.html" title="MplPanelClient"><span class="type">MplPanelClient</span></a> *panel</code></em>,
@@ -398,21 +371,17 @@
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>panel</code></em> :</span></p></td>
-<td>
-<a class="link" href="MplPanelClient.html" title="MplPanelClient"><span class="type">MplPanelClient</span></a>
-</td>
+<td><a class="link" href="MplPanelClient.html" title="MplPanelClient"><span class="type">MplPanelClient</span></a></td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>state</code></em> :</span></p></td>
-<td>
-<a class="link" href="MplPanelClient.html#MnbButtonState" title="enum MnbButtonState"><span class="type">MnbButtonState</span></a>
-</td>
+<td><a class="link" href="MplPanelClient.html#MnbButtonState" title="enum MnbButtonState"><span class="type">MnbButtonState</span></a></td>
</tr>
</tbody>
</table></div>
</div>
<hr>
-<div class="refsect2" title="mpl_panel_client_request_modality ()">
+<div class="refsect2">
<a name="mpl-panel-client-request-modality"></a><h3>mpl_panel_client_request_modality ()</h3>
<pre class="programlisting"><span class="returnvalue">void</span> mpl_panel_client_request_modality (<em class="parameter"><code><a class="link" href="MplPanelClient.html" title="MplPanelClient"><span class="type">MplPanelClient</span></a> *panel</code></em>,
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> modal</code></em>);</pre>
@@ -425,21 +394,18 @@
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>panel</code></em> :</span></p></td>
-<td>
-<a class="link" href="MplPanelClient.html" title="MplPanelClient"><span class="type">MplPanelClient</span></a>
-</td>
+<td><a class="link" href="MplPanelClient.html" title="MplPanelClient"><span class="type">MplPanelClient</span></a></td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>modal</code></em> :</span></p></td>
<td>
-<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> indicating whether panel should be modal
-</td>
+<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> indicating whether panel should be modal</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
-<div class="refsect2" title="mpl_panel_client_unload ()">
+<div class="refsect2">
<a name="mpl-panel-client-unload"></a><h3>mpl_panel_client_unload ()</h3>
<pre class="programlisting"><span class="returnvalue">void</span> mpl_panel_client_unload (<em class="parameter"><code><a class="link" href="MplPanelClient.html" title="MplPanelClient"><span class="type">MplPanelClient</span></a> *panel</code></em>);</pre>
<p>
@@ -449,14 +415,12 @@
<col align="left" valign="top">
<tbody><tr>
<td><p><span class="term"><em class="parameter"><code>panel</code></em> :</span></p></td>
-<td>
-<a class="link" href="MplPanelClient.html" title="MplPanelClient"><span class="type">MplPanelClient</span></a>
-</td>
+<td><a class="link" href="MplPanelClient.html" title="MplPanelClient"><span class="type">MplPanelClient</span></a></td>
</tr></tbody>
</table></div>
</div>
<hr>
-<div class="refsect2" title="mpl_panel_client_launch_application ()">
+<div class="refsect2">
<a name="mpl-panel-client-launch-application"></a><h3>mpl_panel_client_launch_application ()</h3>
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> mpl_panel_client_launch_application (<em class="parameter"><code><a class="link" href="MplPanelClient.html" title="MplPanelClient"><span class="type">MplPanelClient</span></a> *panel</code></em>,
<em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *commandline</code></em>);</pre>
@@ -469,25 +433,22 @@
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>panel</code></em> :</span></p></td>
-<td>
-<a class="link" href="MplPanelClient.html" title="MplPanelClient"><span class="type">MplPanelClient</span></a>
-</td>
+<td><a class="link" href="MplPanelClient.html" title="MplPanelClient"><span class="type">MplPanelClient</span></a></td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>commandline</code></em> :</span></p></td>
-<td>commandline
-</td>
+<td>commandline</td>
</tr>
<tr>
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
-<td> <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if there was no error.
-</td>
+<td>
+<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if there was no error.</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
-<div class="refsect2" title="mpl_panel_client_launch_application_from_desktop_file ()">
+<div class="refsect2">
<a name="mpl-panel-client-launch-application-from-desktop-file"></a><h3>mpl_panel_client_launch_application_from_desktop_file ()</h3>
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> mpl_panel_client_launch_application_from_desktop_file
(<em class="parameter"><code><a class="link" href="MplPanelClient.html" title="MplPanelClient"><span class="type">MplPanelClient</span></a> *panel</code></em>,
@@ -501,14 +462,11 @@
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>panel</code></em> :</span></p></td>
-<td>
-<a class="link" href="MplPanelClient.html" title="MplPanelClient"><span class="type">MplPanelClient</span></a>
-</td>
+<td><a class="link" href="MplPanelClient.html" title="MplPanelClient"><span class="type">MplPanelClient</span></a></td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>desktop</code></em> :</span></p></td>
-<td>path to desktop file
-</td>
+<td>path to desktop file</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>files</code></em> :</span></p></td>
@@ -518,14 +476,14 @@
</tr>
<tr>
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
-<td> <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if there was no error.
-</td>
+<td>
+<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if there was no error.</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
-<div class="refsect2" title="mpl_panel_client_launch_default_application_for_uri ()">
+<div class="refsect2">
<a name="mpl-panel-client-launch-default-application-for-uri"></a><h3>mpl_panel_client_launch_default_application_for_uri ()</h3>
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> mpl_panel_client_launch_default_application_for_uri
(<em class="parameter"><code><a class="link" href="MplPanelClient.html" title="MplPanelClient"><span class="type">MplPanelClient</span></a> *panel</code></em>,
@@ -538,25 +496,22 @@
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>panel</code></em> :</span></p></td>
-<td>
-<a class="link" href="MplPanelClient.html" title="MplPanelClient"><span class="type">MplPanelClient</span></a>
-</td>
+<td><a class="link" href="MplPanelClient.html" title="MplPanelClient"><span class="type">MplPanelClient</span></a></td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>uri</code></em> :</span></p></td>
-<td>path to desktop file
-</td>
+<td>path to desktop file</td>
</tr>
<tr>
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
-<td> <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if there was no error.
-</td>
+<td>
+<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if there was no error.</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
-<div class="refsect2" title="mpl_panel_client_get_xid ()">
+<div class="refsect2">
<a name="mpl-panel-client-get-xid"></a><h3>mpl_panel_client_get_xid ()</h3>
<pre class="programlisting"><span class="returnvalue">Window</span> mpl_panel_client_get_xid (<em class="parameter"><code><a class="link" href="MplPanelClient.html" title="MplPanelClient"><span class="type">MplPanelClient</span></a> *panel</code></em>);</pre>
<p>
@@ -567,20 +522,17 @@
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>panel</code></em> :</span></p></td>
-<td>
-<a class="link" href="MplPanelClient.html" title="MplPanelClient"><span class="type">MplPanelClient</span></a>
-</td>
+<td><a class="link" href="MplPanelClient.html" title="MplPanelClient"><span class="type">MplPanelClient</span></a></td>
</tr>
<tr>
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
-<td> associated window xid.
-</td>
+<td>associated window xid.</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
-<div class="refsect2" title="mpl_panel_client_ready ()">
+<div class="refsect2">
<a name="mpl-panel-client-ready"></a><h3>mpl_panel_client_ready ()</h3>
<pre class="programlisting"><span class="returnvalue">void</span> mpl_panel_client_ready (<em class="parameter"><code><a class="link" href="MplPanelClient.html" title="MplPanelClient"><span class="type">MplPanelClient</span></a> *panel</code></em>);</pre>
<p>
@@ -592,14 +544,12 @@
<col align="left" valign="top">
<tbody><tr>
<td><p><span class="term"><em class="parameter"><code>panel</code></em> :</span></p></td>
-<td>
-<a class="link" href="MplPanelClient.html" title="MplPanelClient"><span class="type">MplPanelClient</span></a>
-</td>
+<td><a class="link" href="MplPanelClient.html" title="MplPanelClient"><span class="type">MplPanelClient</span></a></td>
</tr></tbody>
</table></div>
</div>
<hr>
-<div class="refsect2" title="mpl_panel_client_set_delayed_ready ()">
+<div class="refsect2">
<a name="mpl-panel-client-set-delayed-ready"></a><h3>mpl_panel_client_set_delayed_ready ()</h3>
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> mpl_panel_client_set_delayed_ready (<em class="parameter"><code><a class="link" href="MplPanelClient.html" title="MplPanelClient"><span class="type">MplPanelClient</span></a> *panel</code></em>,
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> delayed</code></em>);</pre>
@@ -623,19 +573,18 @@
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>delayed</code></em> :</span></p></td>
-<td>boolean value for the delayed-ready property.
-</td>
+<td>boolean value for the delayed-ready property.</td>
</tr>
<tr>
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
-<td> <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the call was successful.
-</td>
+<td>
+<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the call was successful.</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
-<div class="refsect2" title="mpl_panel_client_is_windowless ()">
+<div class="refsect2">
<a name="mpl-panel-client-is-windowless"></a><h3>mpl_panel_client_is_windowless ()</h3>
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> mpl_panel_client_is_windowless (<em class="parameter"><code><a class="link" href="MplPanelClient.html" title="MplPanelClient"><span class="type">MplPanelClient</span></a> *panel</code></em>);</pre>
<p>
@@ -647,20 +596,18 @@
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>panel</code></em> :</span></p></td>
-<td>
-<a class="link" href="MplPanelClient.html" title="MplPanelClient"><span class="type">MplPanelClient</span></a>
-</td>
+<td><a class="link" href="MplPanelClient.html" title="MplPanelClient"><span class="type">MplPanelClient</span></a></td>
</tr>
<tr>
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
-<td> <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the panel does not have a panel associated with it.
-</td>
+<td>
+<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the panel does not have a panel associated with it.</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
-<div class="refsect2" title="enum MnbButtonState">
+<div class="refsect2">
<a name="MnbButtonState"></a><h3>enum MnbButtonState</h3>
<pre class="programlisting">typedef enum
{
@@ -694,7 +641,7 @@
</table></div>
</div>
<hr>
-<div class="refsect2" title="MPL_PANEL_DBUS_NAME_PREFIX">
+<div class="refsect2">
<a name="MPL-PANEL-DBUS-NAME-PREFIX:CAPS"></a><h3>MPL_PANEL_DBUS_NAME_PREFIX</h3>
<pre class="programlisting">#define MPL_PANEL_DBUS_NAME_PREFIX "com.meego.UX.Shell.Panels."
</pre>
@@ -704,7 +651,7 @@
</p>
</div>
<hr>
-<div class="refsect2" title="MPL_PANEL_DBUS_PATH_PREFIX">
+<div class="refsect2">
<a name="MPL-PANEL-DBUS-PATH-PREFIX:CAPS"></a><h3>MPL_PANEL_DBUS_PATH_PREFIX</h3>
<pre class="programlisting">#define MPL_PANEL_DBUS_PATH_PREFIX "/com/meego/UX/Shell/Panels/"
</pre>
@@ -714,7 +661,7 @@
</p>
</div>
<hr>
-<div class="refsect2" title="MPL_PANEL_DBUS_INTERFACE">
+<div class="refsect2">
<a name="MPL-PANEL-DBUS-INTERFACE:CAPS"></a><h3>MPL_PANEL_DBUS_INTERFACE</h3>
<pre class="programlisting">#define MPL_PANEL_DBUS_INTERFACE "com.meego.UX.Shell.Panel"
</pre>
@@ -723,7 +670,7 @@
</p>
</div>
<hr>
-<div class="refsect2" title="MPL_TOOLBAR_DBUS_PATH">
+<div class="refsect2">
<a name="MPL-TOOLBAR-DBUS-PATH:CAPS"></a><h3>MPL_TOOLBAR_DBUS_PATH</h3>
<pre class="programlisting">#define MPL_TOOLBAR_DBUS_PATH "/com/meego/UX/Shell/Toolbar"
</pre>
@@ -732,7 +679,7 @@
</p>
</div>
<hr>
-<div class="refsect2" title="MPL_TOOLBAR_DBUS_NAME">
+<div class="refsect2">
<a name="MPL-TOOLBAR-DBUS-NAME:CAPS"></a><h3>MPL_TOOLBAR_DBUS_NAME</h3>
<pre class="programlisting">#define MPL_TOOLBAR_DBUS_NAME "com.meego.UX.Shell.Toolbar"
</pre>
@@ -741,7 +688,7 @@
</p>
</div>
<hr>
-<div class="refsect2" title="MPL_TOOLBAR_DBUS_INTERFACE">
+<div class="refsect2">
<a name="MPL-TOOLBAR-DBUS-INTERFACE:CAPS"></a><h3>MPL_TOOLBAR_DBUS_INTERFACE</h3>
<pre class="programlisting">#define MPL_TOOLBAR_DBUS_INTERFACE "com.meego.UX.Shell.Toolbar"
</pre>
@@ -750,7 +697,7 @@
</p>
</div>
<hr>
-<div class="refsect2" title="MPL_PANEL_MYZONE">
+<div class="refsect2">
<a name="MPL-PANEL-MYZONE:CAPS"></a><h3>MPL_PANEL_MYZONE</h3>
<pre class="programlisting">#define MPL_PANEL_MYZONE "myzone"
</pre>
@@ -759,7 +706,7 @@
</p>
</div>
<hr>
-<div class="refsect2" title="MPL_PANEL_STATUS">
+<div class="refsect2">
<a name="MPL-PANEL-STATUS:CAPS"></a><h3>MPL_PANEL_STATUS</h3>
<pre class="programlisting">#define MPL_PANEL_STATUS "status"
</pre>
@@ -768,7 +715,7 @@
</p>
</div>
<hr>
-<div class="refsect2" title="MPL_PANEL_ZONES">
+<div class="refsect2">
<a name="MPL-PANEL-ZONES:CAPS"></a><h3>MPL_PANEL_ZONES</h3>
<pre class="programlisting">#define MPL_PANEL_ZONES "zones"
</pre>
@@ -777,7 +724,7 @@
</p>
</div>
<hr>
-<div class="refsect2" title="MPL_PANEL_INTERNET">
+<div class="refsect2">
<a name="MPL-PANEL-INTERNET:CAPS"></a><h3>MPL_PANEL_INTERNET</h3>
<pre class="programlisting">#define MPL_PANEL_INTERNET "internet"
</pre>
@@ -786,7 +733,7 @@
</p>
</div>
<hr>
-<div class="refsect2" title="MPL_PANEL_MEDIA">
+<div class="refsect2">
<a name="MPL-PANEL-MEDIA:CAPS"></a><h3>MPL_PANEL_MEDIA</h3>
<pre class="programlisting">#define MPL_PANEL_MEDIA "media"
</pre>
@@ -795,7 +742,7 @@
</p>
</div>
<hr>
-<div class="refsect2" title="MPL_PANEL_APPLICATIONS">
+<div class="refsect2">
<a name="MPL-PANEL-APPLICATIONS:CAPS"></a><h3>MPL_PANEL_APPLICATIONS</h3>
<pre class="programlisting">#define MPL_PANEL_APPLICATIONS "applications"
</pre>
@@ -804,7 +751,7 @@
</p>
</div>
<hr>
-<div class="refsect2" title="MPL_PANEL_PEOPLE">
+<div class="refsect2">
<a name="MPL-PANEL-PEOPLE:CAPS"></a><h3>MPL_PANEL_PEOPLE</h3>
<pre class="programlisting">#define MPL_PANEL_PEOPLE "people"
</pre>
@@ -813,7 +760,7 @@
</p>
</div>
<hr>
-<div class="refsect2" title="MPL_PANEL_PASTEBOARD">
+<div class="refsect2">
<a name="MPL-PANEL-PASTEBOARD:CAPS"></a><h3>MPL_PANEL_PASTEBOARD</h3>
<pre class="programlisting">#define MPL_PANEL_PASTEBOARD "pasteboard"
</pre>
@@ -822,7 +769,7 @@
</p>
</div>
<hr>
-<div class="refsect2" title="MPL_PANEL_NETWORK">
+<div class="refsect2">
<a name="MPL-PANEL-NETWORK:CAPS"></a><h3>MPL_PANEL_NETWORK</h3>
<pre class="programlisting">#define MPL_PANEL_NETWORK "network"
</pre>
@@ -831,7 +778,7 @@
</p>
</div>
<hr>
-<div class="refsect2" title="MPL_PANEL_BLUETOOTH">
+<div class="refsect2">
<a name="MPL-PANEL-BLUETOOTH:CAPS"></a><h3>MPL_PANEL_BLUETOOTH</h3>
<pre class="programlisting">#define MPL_PANEL_BLUETOOTH "bluetooth"
</pre>
@@ -840,7 +787,7 @@
</p>
</div>
<hr>
-<div class="refsect2" title="MPL_PANEL_POWER">
+<div class="refsect2">
<a name="MPL-PANEL-POWER:CAPS"></a><h3>MPL_PANEL_POWER</h3>
<pre class="programlisting">#define MPL_PANEL_POWER "power"
</pre>
@@ -849,7 +796,7 @@
</p>
</div>
<hr>
-<div class="refsect2" title="MPL_PANEL_TEST">
+<div class="refsect2">
<a name="MPL-PANEL-TEST:CAPS"></a><h3>MPL_PANEL_TEST</h3>
<pre class="programlisting">#define MPL_PANEL_TEST "test"
</pre>
@@ -858,70 +805,70 @@
</p>
</div>
</div>
-<div class="refsect1" title="Property Details">
+<div class="refsect1">
<a name="MplPanelClient.property-details"></a><h2>Property Details</h2>
-<div class="refsect2" title='The "button-style" property'>
+<div class="refsect2">
<a name="MplPanelClient--button-style"></a><h3>The <code class="literal">"button-style"</code> property</h3>
<pre class="programlisting"> "button-style" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>* : Read / Write / Construct</pre>
<p>Button style.</p>
<p>Default value: NULL</p>
</div>
<hr>
-<div class="refsect2" title='The "delayed-ready" property'>
+<div class="refsect2">
<a name="MplPanelClient--delayed-ready"></a><h3>The <code class="literal">"delayed-ready"</code> property</h3>
<pre class="programlisting"> "delayed-ready" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write / Construct</pre>
<p>Whether emission of 'ready' signal should be delayed until later.</p>
<p>Default value: FALSE</p>
</div>
<hr>
-<div class="refsect2" title='The "name" property'>
+<div class="refsect2">
<a name="MplPanelClient--name"></a><h3>The <code class="literal">"name"</code> property</h3>
<pre class="programlisting"> "name" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>* : Read / Write / Construct Only</pre>
<p>Name.</p>
<p>Default value: NULL</p>
</div>
<hr>
-<div class="refsect2" title='The "stylesheet" property'>
+<div class="refsect2">
<a name="MplPanelClient--stylesheet"></a><h3>The <code class="literal">"stylesheet"</code> property</h3>
<pre class="programlisting"> "stylesheet" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>* : Read / Write / Construct Only</pre>
<p>Stylesheet.</p>
<p>Default value: NULL</p>
</div>
<hr>
-<div class="refsect2" title='The "toolbar-service" property'>
+<div class="refsect2">
<a name="MplPanelClient--toolbar-service"></a><h3>The <code class="literal">"toolbar-service"</code> property</h3>
<pre class="programlisting"> "toolbar-service" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write / Construct Only</pre>
<p>Whether toobar service should be enabled.</p>
<p>Default value: FALSE</p>
</div>
<hr>
-<div class="refsect2" title='The "tooltip" property'>
+<div class="refsect2">
<a name="MplPanelClient--tooltip"></a><h3>The <code class="literal">"tooltip"</code> property</h3>
<pre class="programlisting"> "tooltip" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>* : Read / Write / Construct</pre>
<p>Tooltip.</p>
<p>Default value: NULL</p>
</div>
<hr>
-<div class="refsect2" title='The "windowless" property'>
+<div class="refsect2">
<a name="MplPanelClient--windowless"></a><h3>The <code class="literal">"windowless"</code> property</h3>
<pre class="programlisting"> "windowless" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write / Construct</pre>
<p>Panel without window.</p>
<p>Default value: FALSE</p>
</div>
<hr>
-<div class="refsect2" title='The "xid" property'>
+<div class="refsect2">
<a name="MplPanelClient--xid"></a><h3>The <code class="literal">"xid"</code> property</h3>
<pre class="programlisting"> "xid" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> : Read / Write / Construct</pre>
<p>XID.</p>
<p>Default value: 0</p>
</div>
</div>
-<div class="refsect1" title="Signal Details">
+<div class="refsect1">
<a name="MplPanelClient.signal-details"></a><h2>Signal Details</h2>
-<div class="refsect2" title='The "hide" signal'>
+<div class="refsect2">
<a name="MplPanelClient-hide"></a><h3>The <code class="literal">"hide"</code> signal</h3>
<pre class="programlisting"><span class="returnvalue">void</span> user_function (<a class="link" href="MplPanelClient.html" title="MplPanelClient"><span class="type">MplPanelClient</span></a> *panel,
- <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) : Run Last</pre>
+ <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS"><code class="literal">Run Last</code></a></pre>
<p>
The ::show signal is emitted when the panel is about to be hidden; the
actual hiding is implemented by the signal closure.
@@ -931,8 +878,7 @@
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>panel</code></em> :</span></p></td>
-<td>panel that received the signal
-</td>
+<td>panel that received the signal</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
@@ -942,10 +888,10 @@
</table></div>
</div>
<hr>
-<div class="refsect2" title='The "hide-begin" signal'>
+<div class="refsect2">
<a name="MplPanelClient-hide-begin"></a><h3>The <code class="literal">"hide-begin"</code> signal</h3>
<pre class="programlisting"><span class="returnvalue">void</span> user_function (<a class="link" href="MplPanelClient.html" title="MplPanelClient"><span class="type">MplPanelClient</span></a> *panel,
- <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) : Run Last</pre>
+ <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS"><code class="literal">Run Last</code></a></pre>
<p>
The ::hide-begin signal is emitted when the Toolbar is about to start the
panel hide animation.
@@ -955,8 +901,7 @@
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>panel</code></em> :</span></p></td>
-<td>panel that received the signal
-</td>
+<td>panel that received the signal</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
@@ -966,10 +911,10 @@
</table></div>
</div>
<hr>
-<div class="refsect2" title='The "hide-end" signal'>
+<div class="refsect2">
<a name="MplPanelClient-hide-end"></a><h3>The <code class="literal">"hide-end"</code> signal</h3>
<pre class="programlisting"><span class="returnvalue">void</span> user_function (<a class="link" href="MplPanelClient.html" title="MplPanelClient"><span class="type">MplPanelClient</span></a> *panel,
- <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) : Run Last</pre>
+ <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS"><code class="literal">Run Last</code></a></pre>
<p>
The ::hide-end signal is emitted when the panel hide animation has
finished.
@@ -979,8 +924,7 @@
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>panel</code></em> :</span></p></td>
-<td>panel that received the signal
-</td>
+<td>panel that received the signal</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
@@ -990,10 +934,10 @@
</table></div>
</div>
<hr>
-<div class="refsect2" title='The "ready" signal'>
+<div class="refsect2">
<a name="MplPanelClient-ready"></a><h3>The <code class="literal">"ready"</code> signal</h3>
<pre class="programlisting"><span class="returnvalue">void</span> user_function (<a class="link" href="MplPanelClient.html" title="MplPanelClient"><span class="type">MplPanelClient</span></a> *mplpanelclient,
- <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) : Run Last</pre>
+ <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS"><code class="literal">Run Last</code></a></pre>
<p>
</p>
<div class="variablelist"><table border="0">
@@ -1001,8 +945,7 @@
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>mplpanelclient</code></em> :</span></p></td>
-<td>the object which received the signal.
-</td>
+<td>the object which received the signal.</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
@@ -1012,11 +955,11 @@
</table></div>
</div>
<hr>
-<div class="refsect2" title='The "request-button-state" signal'>
+<div class="refsect2">
<a name="MplPanelClient-request-button-state"></a><h3>The <code class="literal">"request-button-state"</code> signal</h3>
<pre class="programlisting"><span class="returnvalue">void</span> user_function (<a class="link" href="MplPanelClient.html" title="MplPanelClient"><span class="type">MplPanelClient</span></a> *mplpanelclient,
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> arg1,
- <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) : Run Last</pre>
+ <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS"><code class="literal">Run Last</code></a></pre>
<p>
</p>
<div class="variablelist"><table border="0">
@@ -1024,13 +967,7 @@
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>mplpanelclient</code></em> :</span></p></td>
-<td>the object which received the signal.
-</td>
-</tr>
-<tr>
-<td><p><span class="term"><em class="parameter"><code>arg1</code></em> :</span></p></td>
-<td>
-</td>
+<td>the object which received the signal.</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
@@ -1040,11 +977,11 @@
</table></div>
</div>
<hr>
-<div class="refsect2" title='The "request-button-style" signal'>
+<div class="refsect2">
<a name="MplPanelClient-request-button-style"></a><h3>The <code class="literal">"request-button-style"</code> signal</h3>
<pre class="programlisting"><span class="returnvalue">void</span> user_function (<a class="link" href="MplPanelClient.html" title="MplPanelClient"><span class="type">MplPanelClient</span></a> *mplpanelclient,
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *arg1,
- <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) : Run Last</pre>
+ <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS"><code class="literal">Run Last</code></a></pre>
<p>
</p>
<div class="variablelist"><table border="0">
@@ -1052,13 +989,7 @@
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>mplpanelclient</code></em> :</span></p></td>
-<td>the object which received the signal.
-</td>
-</tr>
-<tr>
-<td><p><span class="term"><em class="parameter"><code>arg1</code></em> :</span></p></td>
-<td>
-</td>
+<td>the object which received the signal.</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
@@ -1068,10 +999,10 @@
</table></div>
</div>
<hr>
-<div class="refsect2" title='The "request-focus" signal'>
+<div class="refsect2">
<a name="MplPanelClient-request-focus"></a><h3>The <code class="literal">"request-focus"</code> signal</h3>
<pre class="programlisting"><span class="returnvalue">void</span> user_function (<a class="link" href="MplPanelClient.html" title="MplPanelClient"><span class="type">MplPanelClient</span></a> *mplpanelclient,
- <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) : Run Last</pre>
+ <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS"><code class="literal">Run Last</code></a></pre>
<p>
</p>
<div class="variablelist"><table border="0">
@@ -1079,8 +1010,7 @@
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>mplpanelclient</code></em> :</span></p></td>
-<td>the object which received the signal.
-</td>
+<td>the object which received the signal.</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
@@ -1090,11 +1020,11 @@
</table></div>
</div>
<hr>
-<div class="refsect2" title='The "request-modality" signal'>
+<div class="refsect2">
<a name="MplPanelClient-request-modality"></a><h3>The <code class="literal">"request-modality"</code> signal</h3>
<pre class="programlisting"><span class="returnvalue">void</span> user_function (<a class="link" href="MplPanelClient.html" title="MplPanelClient"><span class="type">MplPanelClient</span></a> *mplpanelclient,
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> arg1,
- <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) : Run Last</pre>
+ <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS"><code class="literal">Run Last</code></a></pre>
<p>
</p>
<div class="variablelist"><table border="0">
@@ -1102,13 +1032,7 @@
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>mplpanelclient</code></em> :</span></p></td>
-<td>the object which received the signal.
-</td>
-</tr>
-<tr>
-<td><p><span class="term"><em class="parameter"><code>arg1</code></em> :</span></p></td>
-<td>
-</td>
+<td>the object which received the signal.</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
@@ -1118,11 +1042,11 @@
</table></div>
</div>
<hr>
-<div class="refsect2" title='The "request-tooltip" signal'>
+<div class="refsect2">
<a name="MplPanelClient-request-tooltip"></a><h3>The <code class="literal">"request-tooltip"</code> signal</h3>
<pre class="programlisting"><span class="returnvalue">void</span> user_function (<a class="link" href="MplPanelClient.html" title="MplPanelClient"><span class="type">MplPanelClient</span></a> *mplpanelclient,
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *arg1,
- <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) : Run Last</pre>
+ <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS"><code class="literal">Run Last</code></a></pre>
<p>
</p>
<div class="variablelist"><table border="0">
@@ -1130,13 +1054,7 @@
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>mplpanelclient</code></em> :</span></p></td>
-<td>the object which received the signal.
-</td>
-</tr>
-<tr>
-<td><p><span class="term"><em class="parameter"><code>arg1</code></em> :</span></p></td>
-<td>
-</td>
+<td>the object which received the signal.</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
@@ -1146,12 +1064,12 @@
</table></div>
</div>
<hr>
-<div class="refsect2" title='The "set-position" signal'>
+<div class="refsect2">
<a name="MplPanelClient-set-position"></a><h3>The <code class="literal">"set-position"</code> signal</h3>
<pre class="programlisting"><span class="returnvalue">void</span> user_function (<a class="link" href="MplPanelClient.html" title="MplPanelClient"><span class="type">MplPanelClient</span></a> *panel,
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> x,
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> y,
- <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) : Run First</pre>
+ <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-RUN-FIRST:CAPS"><code class="literal">Run First</code></a></pre>
<p>
The ::set-position signal is emitted when the panel is being moved; the
actual moving of the panel is implemented by the signal closure.
@@ -1161,18 +1079,15 @@
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>panel</code></em> :</span></p></td>
-<td>panel that received the signal
-</td>
+<td>panel that received the signal</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>x</code></em> :</span></p></td>
-<td>new x coordinate of the panel
-</td>
+<td>new x coordinate of the panel</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>y</code></em> :</span></p></td>
-<td>new y coordinate of the panel
-</td>
+<td>new y coordinate of the panel</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
@@ -1182,12 +1097,12 @@
</table></div>
</div>
<hr>
-<div class="refsect2" title='The "set-size" signal'>
+<div class="refsect2">
<a name="MplPanelClient-set-size"></a><h3>The <code class="literal">"set-size"</code> signal</h3>
<pre class="programlisting"><span class="returnvalue">void</span> user_function (<a class="link" href="MplPanelClient.html" title="MplPanelClient"><span class="type">MplPanelClient</span></a> *panel,
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> width,
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> height,
- <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) : Run First</pre>
+ <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-RUN-FIRST:CAPS"><code class="literal">Run First</code></a></pre>
<p>
The ::set-size signal is emitted when the panel is being resized; the
actual resizing is implemented by the signal closure.
@@ -1197,18 +1112,15 @@
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>panel</code></em> :</span></p></td>
-<td>panel that received the signal
-</td>
+<td>panel that received the signal</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>width</code></em> :</span></p></td>
-<td>new width of the panel
-</td>
+<td>new width of the panel</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>height</code></em> :</span></p></td>
-<td>new height of the panel
-</td>
+<td>new height of the panel</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
@@ -1218,10 +1130,10 @@
</table></div>
</div>
<hr>
-<div class="refsect2" title='The "show" signal'>
+<div class="refsect2">
<a name="MplPanelClient-show"></a><h3>The <code class="literal">"show"</code> signal</h3>
<pre class="programlisting"><span class="returnvalue">void</span> user_function (<a class="link" href="MplPanelClient.html" title="MplPanelClient"><span class="type">MplPanelClient</span></a> *panel,
- <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) : Run Last</pre>
+ <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS"><code class="literal">Run Last</code></a></pre>
<p>
The ::show signal is emitted when the panel is about to be shown; the
actual showing is implemented by the signal closure.
@@ -1231,8 +1143,7 @@
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>panel</code></em> :</span></p></td>
-<td>panel that received the signal
-</td>
+<td>panel that received the signal</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
@@ -1242,10 +1153,10 @@
</table></div>
</div>
<hr>
-<div class="refsect2" title='The "show-begin" signal'>
+<div class="refsect2">
<a name="MplPanelClient-show-begin"></a><h3>The <code class="literal">"show-begin"</code> signal</h3>
<pre class="programlisting"><span class="returnvalue">void</span> user_function (<a class="link" href="MplPanelClient.html" title="MplPanelClient"><span class="type">MplPanelClient</span></a> *panel,
- <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) : Run Last</pre>
+ <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS"><code class="literal">Run Last</code></a></pre>
<p>
The ::show-begin signal is emitted when the Toolbar is about to start the
panel show animation.
@@ -1255,8 +1166,7 @@
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>panel</code></em> :</span></p></td>
-<td>panel that received the signal
-</td>
+<td>panel that received the signal</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
@@ -1266,10 +1176,10 @@
</table></div>
</div>
<hr>
-<div class="refsect2" title='The "show-end" signal'>
+<div class="refsect2">
<a name="MplPanelClient-show-end"></a><h3>The <code class="literal">"show-end"</code> signal</h3>
<pre class="programlisting"><span class="returnvalue">void</span> user_function (<a class="link" href="MplPanelClient.html" title="MplPanelClient"><span class="type">MplPanelClient</span></a> *panel,
- <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) : Run Last</pre>
+ <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS"><code class="literal">Run Last</code></a></pre>
<p>
The ::show-end signal is emitted when the panel show animation has
finished.
@@ -1279,8 +1189,7 @@
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>panel</code></em> :</span></p></td>
-<td>panel that received the signal
-</td>
+<td>panel that received the signal</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
@@ -1290,10 +1199,10 @@
</table></div>
</div>
<hr>
-<div class="refsect2" title='The "unload" signal'>
+<div class="refsect2">
<a name="MplPanelClient-unload"></a><h3>The <code class="literal">"unload"</code> signal</h3>
<pre class="programlisting"><span class="returnvalue">void</span> user_function (<a class="link" href="MplPanelClient.html" title="MplPanelClient"><span class="type">MplPanelClient</span></a> *panel,
- <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) : Run Last</pre>
+ <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS"><code class="literal">Run Last</code></a></pre>
<p>
The ::unload signal is emitted when the panel is being unloaded from
memory; the actual unloading is done by the signal closure.
@@ -1303,8 +1212,7 @@
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>panel</code></em> :</span></p></td>
-<td>panel that received the signal.
-</td>
+<td>panel that received the signal.</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
@@ -1317,6 +1225,6 @@
</div>
<div class="footer">
<hr>
- Generated by GTK-Doc V1.15</div>
+ Generated by GTK-Doc V1.17</div>
</body>
</html>
\ No newline at end of file
--- libmeego-panel/docs/reference/libmeego-panel/html/MplPanelClutter.html
+++ libmeego-panel/docs/reference/libmeego-panel/html/MplPanelClutter.html
@@ -8,7 +8,7 @@
<link rel="up" href="meegopanelclasses.html" title="Panel Classes">
<link rel="prev" href="MplPanelClient.html" title="MplPanelClient">
<link rel="next" href="MplPanelGtk.html" title="MplPanelGtk">
-<meta name="generator" content="GTK-Doc V1.15 (XML mode)">
+<meta name="generator" content="GTK-Doc V1.17 (XML mode)">
<link rel="stylesheet" href="style.css" type="text/css">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -28,7 +28,7 @@
<a href="#MplPanelClutter.object-hierarchy" class="shortcut">Object Hierarchy</a>
</td></tr>
</table>
-<div class="refentry" title="MplPanelClutter">
+<div class="refentry">
<a name="MplPanelClutter"></a><div class="titlepage"></div>
<div class="refnamediv"><table width="100%"><tr>
<td valign="top">
@@ -37,10 +37,10 @@
</td>
<td valign="top" align="right"></td>
</tr></table></div>
-<div class="refsynopsisdiv" title="Synopsis">
+<div class="refsynopsisdiv">
<a name="MplPanelClutter.synopsis"></a><h2>Synopsis</h2>
-<pre class="synopsis"> <a class="link" href="MplPanelClutter.html#MplPanelClutter-struct" title="MplPanelClutter">MplPanelClutter</a>;
- <a class="link" href="MplPanelClutter.html#MplPanelClutterClass" title="MplPanelClutterClass">MplPanelClutterClass</a>;
+<pre class="synopsis">struct <a class="link" href="MplPanelClutter.html#MplPanelClutter-struct" title="struct MplPanelClutter">MplPanelClutter</a>;
+struct <a class="link" href="MplPanelClutter.html#MplPanelClutterClass" title="struct MplPanelClutterClass">MplPanelClutterClass</a>;
<a class="link" href="MplPanelClient.html" title="MplPanelClient"><span class="returnvalue">MplPanelClient</span></a> * <a class="link" href="MplPanelClutter.html#mpl-panel-clutter-new" title="mpl_panel_clutter_new ()">mpl_panel_clutter_new</a> (<em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *name</code></em>,
<em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *tooltip</code></em>,
<em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *stylesheet</code></em>,
@@ -63,7 +63,7 @@
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/clutter/ClutterActor.html"><span class="type">ClutterActor</span></a> *child</code></em>);
</pre>
</div>
-<div class="refsect1" title="Object Hierarchy">
+<div class="refsect1">
<a name="MplPanelClutter.object-hierarchy"></a><h2>Object Hierarchy</h2>
<pre class="synopsis">
<a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject">GObject</a>
@@ -71,7 +71,7 @@
+----MplPanelClutter
</pre>
</div>
-<div class="refsect1" title="Description">
+<div class="refsect1">
<a name="MplPanelClutter.description"></a><h2>Description</h2>
<p>
<a class="link" href="MplPanelClutter.html" title="MplPanelClutter"><span class="type">MplPanelClutter</span></a> is a class for all Panels that implement their UI using
@@ -110,27 +110,27 @@
<p>
</p>
</div>
-<div class="refsect1" title="Details">
+<div class="refsect1">
<a name="MplPanelClutter.details"></a><h2>Details</h2>
-<div class="refsect2" title="MplPanelClutter">
-<a name="MplPanelClutter-struct"></a><h3>MplPanelClutter</h3>
-<pre class="programlisting">typedef struct _MplPanelClutter MplPanelClutter;</pre>
+<div class="refsect2">
+<a name="MplPanelClutter-struct"></a><h3>struct MplPanelClutter</h3>
+<pre class="programlisting">struct MplPanelClutter;</pre>
<p>
Panel object for Clutter-based panels.
</p>
</div>
<hr>
-<div class="refsect2" title="MplPanelClutterClass">
-<a name="MplPanelClutterClass"></a><h3>MplPanelClutterClass</h3>
-<pre class="programlisting">typedef struct {
-} MplPanelClutterClass;
+<div class="refsect2">
+<a name="MplPanelClutterClass"></a><h3>struct MplPanelClutterClass</h3>
+<pre class="programlisting">struct MplPanelClutterClass {
+};
</pre>
<p>
Class struct for <a class="link" href="MplPanelClutter.html" title="MplPanelClutter"><span class="type">MplPanelClutter</span></a>.
</p>
</div>
<hr>
-<div class="refsect2" title="mpl_panel_clutter_new ()">
+<div class="refsect2">
<a name="mpl-panel-clutter-new"></a><h3>mpl_panel_clutter_new ()</h3>
<pre class="programlisting"><a class="link" href="MplPanelClient.html" title="MplPanelClient"><span class="returnvalue">MplPanelClient</span></a> * mpl_panel_clutter_new (<em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *name</code></em>,
<em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *tooltip</code></em>,
@@ -145,40 +145,34 @@
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>name</code></em> :</span></p></td>
-<td>canonical name of the panel
-</td>
+<td>canonical name of the panel</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>tooltip</code></em> :</span></p></td>
-<td>tooltip for the associated Toolbar button
-</td>
+<td>tooltip for the associated Toolbar button</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>stylesheet</code></em> :</span></p></td>
-<td>stylesheet for the associated Toolbar button
-</td>
+<td>stylesheet for the associated Toolbar button</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>button_style</code></em> :</span></p></td>
-<td>css style id for the button style
-</td>
+<td>css style id for the button style</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>with_toolbar_service</code></em> :</span></p></td>
<td>whether the panel will be using any Toolbar services
-(e.g., the launching API)
-</td>
+(e.g., the launching API)</td>
</tr>
<tr>
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
-<td> new <a class="link" href="MplPanelClient.html" title="MplPanelClient"><span class="type">MplPanelClient</span></a> object.
-</td>
+<td>new <a class="link" href="MplPanelClient.html" title="MplPanelClient"><span class="type">MplPanelClient</span></a> object.</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
-<div class="refsect2" title="mpl_panel_clutter_get_stage ()">
+<div class="refsect2">
<a name="mpl-panel-clutter-get-stage"></a><h3>mpl_panel_clutter_get_stage ()</h3>
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/clutter/ClutterActor.html"><span class="returnvalue">ClutterActor</span></a> * mpl_panel_clutter_get_stage (<em class="parameter"><code><a class="link" href="MplPanelClutter.html" title="MplPanelClutter"><span class="type">MplPanelClutter</span></a> *panel</code></em>);</pre>
<p>
@@ -189,20 +183,18 @@
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>panel</code></em> :</span></p></td>
-<td>
-<a class="link" href="MplPanelClutter.html" title="MplPanelClutter"><span class="type">MplPanelClutter</span></a>
-</td>
+<td><a class="link" href="MplPanelClutter.html" title="MplPanelClutter"><span class="type">MplPanelClutter</span></a></td>
</tr>
<tr>
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
-<td> <a href="/usr/share/gtk-doc/html/clutter/ClutterActor.html"><span class="type">ClutterActor</span></a>.
-</td>
+<td>
+<a href="/usr/share/gtk-doc/html/clutter/ClutterActor.html"><span class="type">ClutterActor</span></a>.</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
-<div class="refsect2" title="mpl_panel_clutter_track_actor_height ()">
+<div class="refsect2">
<a name="mpl-panel-clutter-track-actor-height"></a><h3>mpl_panel_clutter_track_actor_height ()</h3>
<pre class="programlisting"><span class="returnvalue">void</span> mpl_panel_clutter_track_actor_height
(<em class="parameter"><code><a class="link" href="MplPanelClutter.html" title="MplPanelClutter"><span class="type">MplPanelClutter</span></a> *panel</code></em>,
@@ -220,21 +212,17 @@
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>panel</code></em> :</span></p></td>
-<td>
-<a class="link" href="MplPanelClutter.html" title="MplPanelClutter"><span class="type">MplPanelClutter</span></a>
-</td>
+<td><a class="link" href="MplPanelClutter.html" title="MplPanelClutter"><span class="type">MplPanelClutter</span></a></td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>actor</code></em> :</span></p></td>
-<td>
-<a href="/usr/share/gtk-doc/html/clutter/ClutterActor.html"><span class="type">ClutterActor</span></a>
-</td>
+<td><a href="/usr/share/gtk-doc/html/clutter/ClutterActor.html"><span class="type">ClutterActor</span></a></td>
</tr>
</tbody>
</table></div>
</div>
<hr>
-<div class="refsect2" title="mpl_panel_clutter_load_base_style ()">
+<div class="refsect2">
<a name="mpl-panel-clutter-load-base-style"></a><h3>mpl_panel_clutter_load_base_style ()</h3>
<pre class="programlisting"><span class="returnvalue">void</span> mpl_panel_clutter_load_base_style (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
<p>
@@ -244,7 +232,7 @@
</p>
</div>
<hr>
-<div class="refsect2" title="mpl_panel_clutter_init_lib ()">
+<div class="refsect2">
<a name="mpl-panel-clutter-init-lib"></a><h3>mpl_panel_clutter_init_lib ()</h3>
<pre class="programlisting"><span class="returnvalue">void</span> mpl_panel_clutter_init_lib (<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *argc</code></em>,
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> ***argv</code></em>);</pre>
@@ -261,20 +249,20 @@
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>argc</code></em> :</span></p></td>
-<td> a pointer to the number of command line arguments. <span class="annotation">[<a href="http://foldoc.org/inout"><span class="acronym">inout</span></a>]</span>
+<td>a pointer to the number of command line arguments. <span class="annotation">[<a href="http://foldoc.org/inout"><span class="acronym">inout</span></a>]</span>
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>argv</code></em> :</span></p></td>
-<td> a pointer to the array
- of command line arguments. <span class="annotation">[<a href="http://foldoc.org/array"><span class="acronym">array</span></a> length=argc][<a href="http://foldoc.org/inout"><span class="acronym">inout</span></a> length=argc][<a href="http://foldoc.org/allow-none"><span class="acronym">allow-none</span></a> length=argc]</span>
+<td>a pointer to the array
+of command line arguments. <span class="annotation">[<a href="http://foldoc.org/array"><span class="acronym">array</span></a> length=argc][<a href="http://foldoc.org/inout"><span class="acronym">inout</span></a>][<a href="http://foldoc.org/allow-none"><span class="acronym">allow-none</span></a>]</span>
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
-<div class="refsect2" title="mpl_panel_clutter_init_with_gtk ()">
+<div class="refsect2">
<a name="mpl-panel-clutter-init-with-gtk"></a><h3>mpl_panel_clutter_init_with_gtk ()</h3>
<pre class="programlisting"><span class="returnvalue">void</span> mpl_panel_clutter_init_with_gtk (<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *argc</code></em>,
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> ***argv</code></em>);</pre>
@@ -291,20 +279,20 @@
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>argc</code></em> :</span></p></td>
-<td> a pointer to the number of command line arguments. <span class="annotation">[<a href="http://foldoc.org/inout"><span class="acronym">inout</span></a>]</span>
+<td>a pointer to the number of command line arguments. <span class="annotation">[<a href="http://foldoc.org/inout"><span class="acronym">inout</span></a>]</span>
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>argv</code></em> :</span></p></td>
-<td> a pointer to the array
- of command line arguments. <span class="annotation">[<a href="http://foldoc.org/array"><span class="acronym">array</span></a> length=argc][<a href="http://foldoc.org/inout"><span class="acronym">inout</span></a> length=argc][<a href="http://foldoc.org/allow-none"><span class="acronym">allow-none</span></a> length=argc]</span>
+<td>a pointer to the array
+of command line arguments. <span class="annotation">[<a href="http://foldoc.org/array"><span class="acronym">array</span></a> length=argc][<a href="http://foldoc.org/inout"><span class="acronym">inout</span></a>][<a href="http://foldoc.org/allow-none"><span class="acronym">allow-none</span></a>]</span>
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
-<div class="refsect2" title="mpl_panel_clutter_setup_events_with_gtk ()">
+<div class="refsect2">
<a name="mpl-panel-clutter-setup-events-with-gtk"></a><h3>mpl_panel_clutter_setup_events_with_gtk ()</h3>
<pre class="programlisting"><span class="returnvalue">void</span> mpl_panel_clutter_setup_events_with_gtk
(<em class="parameter"><code><a class="link" href="MplPanelClutter.html" title="MplPanelClutter"><span class="type">MplPanelClutter</span></a> *panel</code></em>);</pre>
@@ -317,14 +305,12 @@
<col align="left" valign="top">
<tbody><tr>
<td><p><span class="term"><em class="parameter"><code>panel</code></em> :</span></p></td>
-<td>
-<a class="link" href="MplPanelClutter.html" title="MplPanelClutter"><span class="type">MplPanelClutter</span></a>
-</td>
+<td><a class="link" href="MplPanelClutter.html" title="MplPanelClutter"><span class="type">MplPanelClutter</span></a></td>
</tr></tbody>
</table></div>
</div>
<hr>
-<div class="refsect2" title="mpl_panel_clutter_setup_events_with_gtk_for_xid ()">
+<div class="refsect2">
<a name="mpl-panel-clutter-setup-events-with-gtk-for-xid"></a><h3>mpl_panel_clutter_setup_events_with_gtk_for_xid ()</h3>
<pre class="programlisting"><span class="returnvalue">void</span> mpl_panel_clutter_setup_events_with_gtk_for_xid
(<em class="parameter"><code><span class="type">Window</span> xid</code></em>);</pre>
@@ -343,13 +329,12 @@
<col align="left" valign="top">
<tbody><tr>
<td><p><span class="term"><em class="parameter"><code>xid</code></em> :</span></p></td>
-<td>the stage window
-</td>
+<td>the stage window</td>
</tr></tbody>
</table></div>
</div>
<hr>
-<div class="refsect2" title="mpl_panel_clutter_set_child ()">
+<div class="refsect2">
<a name="mpl-panel-clutter-set-child"></a><h3>mpl_panel_clutter_set_child ()</h3>
<pre class="programlisting"><span class="returnvalue">void</span> mpl_panel_clutter_set_child (<em class="parameter"><code><a class="link" href="MplPanelClutter.html" title="MplPanelClutter"><span class="type">MplPanelClutter</span></a> *panel</code></em>,
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/clutter/ClutterActor.html"><span class="type">ClutterActor</span></a> *child</code></em>);</pre>
@@ -361,15 +346,11 @@
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>panel</code></em> :</span></p></td>
-<td>
-<a class="link" href="MplPanelClutter.html" title="MplPanelClutter"><span class="type">MplPanelClutter</span></a>
-</td>
+<td><a class="link" href="MplPanelClutter.html" title="MplPanelClutter"><span class="type">MplPanelClutter</span></a></td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>child</code></em> :</span></p></td>
-<td>
-<a href="/usr/share/gtk-doc/html/clutter/ClutterActor.html"><span class="type">ClutterActor</span></a>
-</td>
+<td><a href="/usr/share/gtk-doc/html/clutter/ClutterActor.html"><span class="type">ClutterActor</span></a></td>
</tr>
</tbody>
</table></div>
@@ -378,6 +359,6 @@
</div>
<div class="footer">
<hr>
- Generated by GTK-Doc V1.15</div>
+ Generated by GTK-Doc V1.17</div>
</body>
</html>
\ No newline at end of file
--- libmeego-panel/docs/reference/libmeego-panel/html/MplPanelGtk.html
+++ libmeego-panel/docs/reference/libmeego-panel/html/MplPanelGtk.html
@@ -8,7 +8,7 @@
<link rel="up" href="meegopanelclasses.html" title="Panel Classes">
<link rel="prev" href="MplPanelClutter.html" title="MplPanelClutter">
<link rel="next" href="MplPanelWindowless.html" title="MplPanelWindowless">
-<meta name="generator" content="GTK-Doc V1.15 (XML mode)">
+<meta name="generator" content="GTK-Doc V1.17 (XML mode)">
<link rel="stylesheet" href="style.css" type="text/css">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -28,7 +28,7 @@
<a href="#MplPanelGtk.object-hierarchy" class="shortcut">Object Hierarchy</a>
</td></tr>
</table>
-<div class="refentry" title="MplPanelGtk">
+<div class="refentry">
<a name="MplPanelGtk"></a><div class="titlepage"></div>
<div class="refnamediv"><table width="100%"><tr>
<td valign="top">
@@ -37,10 +37,10 @@
</td>
<td valign="top" align="right"></td>
</tr></table></div>
-<div class="refsynopsisdiv" title="Synopsis">
+<div class="refsynopsisdiv">
<a name="MplPanelGtk.synopsis"></a><h2>Synopsis</h2>
-<pre class="synopsis"> <a class="link" href="MplPanelGtk.html#MplPanelGtk-struct" title="MplPanelGtk">MplPanelGtk</a>;
- <a class="link" href="MplPanelGtk.html#MplPanelGtkClass" title="MplPanelGtkClass">MplPanelGtkClass</a>;
+<pre class="synopsis">struct <a class="link" href="MplPanelGtk.html#MplPanelGtk-struct" title="struct MplPanelGtk">MplPanelGtk</a>;
+struct <a class="link" href="MplPanelGtk.html#MplPanelGtkClass" title="struct MplPanelGtkClass">MplPanelGtkClass</a>;
#define <a class="link" href="MplPanelGtk.html#MPL-PANEL-GTK-INIT:CAPS" title="MPL_PANEL_GTK_INIT">MPL_PANEL_GTK_INIT</a>
<a class="link" href="MplPanelClient.html" title="MplPanelClient"><span class="returnvalue">MplPanelClient</span></a> * <a class="link" href="MplPanelGtk.html#mpl-panel-gtk-new" title="mpl_panel_gtk_new ()">mpl_panel_gtk_new</a> (<em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *name</code></em>,
<em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *tooltip</code></em>,
@@ -52,7 +52,7 @@
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/gtk/GtkWidget.html"><span class="type">GtkWidget</span></a> *child</code></em>);
</pre>
</div>
-<div class="refsect1" title="Object Hierarchy">
+<div class="refsect1">
<a name="MplPanelGtk.object-hierarchy"></a><h2>Object Hierarchy</h2>
<pre class="synopsis">
<a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject">GObject</a>
@@ -60,7 +60,7 @@
+----MplPanelGtk
</pre>
</div>
-<div class="refsect1" title="Description">
+<div class="refsect1">
<a name="MplPanelGtk.description"></a><h2>Description</h2>
<p>
<a class="link" href="MplPanelGtk.html" title="MplPanelGtk"><span class="type">MplPanelGtk</span></a> is a class for all Panels that implement their UI using Gtk+. A
@@ -283,27 +283,27 @@
Realize the window so we can get the xid.
</p>
</div>
-<div class="refsect1" title="Details">
+<div class="refsect1">
<a name="MplPanelGtk.details"></a><h2>Details</h2>
-<div class="refsect2" title="MplPanelGtk">
-<a name="MplPanelGtk-struct"></a><h3>MplPanelGtk</h3>
-<pre class="programlisting">typedef struct _MplPanelGtk MplPanelGtk;</pre>
+<div class="refsect2">
+<a name="MplPanelGtk-struct"></a><h3>struct MplPanelGtk</h3>
+<pre class="programlisting">struct MplPanelGtk;</pre>
<p>
Panel object for Gtk+-based panels.
</p>
</div>
<hr>
-<div class="refsect2" title="MplPanelGtkClass">
-<a name="MplPanelGtkClass"></a><h3>MplPanelGtkClass</h3>
-<pre class="programlisting">typedef struct {
-} MplPanelGtkClass;
+<div class="refsect2">
+<a name="MplPanelGtkClass"></a><h3>struct MplPanelGtkClass</h3>
+<pre class="programlisting">struct MplPanelGtkClass {
+};
</pre>
<p>
Panel object for Gtk+-based panels.
</p>
</div>
<hr>
-<div class="refsect2" title="MPL_PANEL_GTK_INIT">
+<div class="refsect2">
<a name="MPL-PANEL-GTK-INIT:CAPS"></a><h3>MPL_PANEL_GTK_INIT</h3>
<pre class="programlisting">#define MPL_PANEL_GTK_INIT MPL_PANEL_GTK_INIT__is_replaced_with__gtk_init
</pre>
@@ -311,7 +311,7 @@
</p>
</div>
<hr>
-<div class="refsect2" title="mpl_panel_gtk_new ()">
+<div class="refsect2">
<a name="mpl-panel-gtk-new"></a><h3>mpl_panel_gtk_new ()</h3>
<pre class="programlisting"><a class="link" href="MplPanelClient.html" title="MplPanelClient"><span class="returnvalue">MplPanelClient</span></a> * mpl_panel_gtk_new (<em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *name</code></em>,
<em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *tooltip</code></em>,
@@ -326,40 +326,34 @@
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>name</code></em> :</span></p></td>
-<td>canonical name of the panel
-</td>
+<td>canonical name of the panel</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>tooltip</code></em> :</span></p></td>
-<td>tooltip for the associated Toolbar button
-</td>
+<td>tooltip for the associated Toolbar button</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>stylesheet</code></em> :</span></p></td>
-<td>stylesheet for the associated Toolbar button
-</td>
+<td>stylesheet for the associated Toolbar button</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>button_style</code></em> :</span></p></td>
-<td>css style id for the button style
-</td>
+<td>css style id for the button style</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>with_toolbar_service</code></em> :</span></p></td>
<td>whether the panel will be using any Toolbar services
-(e.g., the launching API)
-</td>
+(e.g., the launching API)</td>
</tr>
<tr>
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
-<td> new <a class="link" href="MplPanelClient.html" title="MplPanelClient"><span class="type">MplPanelClient</span></a> object.
-</td>
+<td>new <a class="link" href="MplPanelClient.html" title="MplPanelClient"><span class="type">MplPanelClient</span></a> object.</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
-<div class="refsect2" title="mpl_panel_gtk_get_window ()">
+<div class="refsect2">
<a name="mpl-panel-gtk-get-window"></a><h3>mpl_panel_gtk_get_window ()</h3>
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/gtk/GtkWidget.html"><span class="returnvalue">GtkWidget</span></a> * mpl_panel_gtk_get_window (<em class="parameter"><code><a class="link" href="MplPanelGtk.html" title="MplPanelGtk"><span class="type">MplPanelGtk</span></a> *panel</code></em>);</pre>
<p>
@@ -370,20 +364,18 @@
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>panel</code></em> :</span></p></td>
-<td>
-<a class="link" href="MplPanelGtk.html" title="MplPanelGtk"><span class="type">MplPanelGtk</span></a>
-</td>
+<td><a class="link" href="MplPanelGtk.html" title="MplPanelGtk"><span class="type">MplPanelGtk</span></a></td>
</tr>
<tr>
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
-<td> top level <a href="/usr/share/gtk-doc/html/gtk/GtkWidget.html"><span class="type">GtkWidget</span></a>
+<td>top level <a href="/usr/share/gtk-doc/html/gtk/GtkWidget.html"><span class="type">GtkWidget</span></a>
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
-<div class="refsect2" title="mpl_panel_gtk_set_child ()">
+<div class="refsect2">
<a name="mpl-panel-gtk-set-child"></a><h3>mpl_panel_gtk_set_child ()</h3>
<pre class="programlisting"><span class="returnvalue">void</span> mpl_panel_gtk_set_child (<em class="parameter"><code><a class="link" href="MplPanelGtk.html" title="MplPanelGtk"><span class="type">MplPanelGtk</span></a> *panel</code></em>,
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/gtk/GtkWidget.html"><span class="type">GtkWidget</span></a> *child</code></em>);</pre>
@@ -395,14 +387,12 @@
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>panel</code></em> :</span></p></td>
-<td>MplPanelGtk
-</td>
+<td>MplPanelGtk</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>child</code></em> :</span></p></td>
<td>
-<a href="/usr/share/gtk-doc/html/gtk/GtkWidget.html"><span class="type">GtkWidget</span></a>.
-</td>
+<a href="/usr/share/gtk-doc/html/gtk/GtkWidget.html"><span class="type">GtkWidget</span></a>.</td>
</tr>
</tbody>
</table></div>
@@ -411,6 +401,6 @@
</div>
<div class="footer">
<hr>
- Generated by GTK-Doc V1.15</div>
+ Generated by GTK-Doc V1.17</div>
</body>
</html>
\ No newline at end of file
--- libmeego-panel/docs/reference/libmeego-panel/html/MplPanelWindowless.html
+++ libmeego-panel/docs/reference/libmeego-panel/html/MplPanelWindowless.html
@@ -8,7 +8,7 @@
<link rel="up" href="meegopanelclasses.html" title="Panel Classes">
<link rel="prev" href="MplPanelGtk.html" title="MplPanelGtk">
<link rel="next" href="meegopanelwidgets.html" title="Panel Widgets">
-<meta name="generator" content="GTK-Doc V1.15 (XML mode)">
+<meta name="generator" content="GTK-Doc V1.17 (XML mode)">
<link rel="stylesheet" href="style.css" type="text/css">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -28,7 +28,7 @@
<a href="#MplPanelWindowless.object-hierarchy" class="shortcut">Object Hierarchy</a>
</td></tr>
</table>
-<div class="refentry" title="MplPanelWindowless">
+<div class="refentry">
<a name="MplPanelWindowless"></a><div class="titlepage"></div>
<div class="refnamediv"><table width="100%"><tr>
<td valign="top">
@@ -37,10 +37,10 @@
</td>
<td valign="top" align="right"></td>
</tr></table></div>
-<div class="refsynopsisdiv" title="Synopsis">
+<div class="refsynopsisdiv">
<a name="MplPanelWindowless.synopsis"></a><h2>Synopsis</h2>
-<pre class="synopsis"> <a class="link" href="MplPanelWindowless.html#MplPanelWindowless-struct" title="MplPanelWindowless">MplPanelWindowless</a>;
- <a class="link" href="MplPanelWindowless.html#MplPanelWindowlessClass" title="MplPanelWindowlessClass">MplPanelWindowlessClass</a>;
+<pre class="synopsis">struct <a class="link" href="MplPanelWindowless.html#MplPanelWindowless-struct" title="struct MplPanelWindowless">MplPanelWindowless</a>;
+struct <a class="link" href="MplPanelWindowless.html#MplPanelWindowlessClass" title="struct MplPanelWindowlessClass">MplPanelWindowlessClass</a>;
<a class="link" href="MplPanelClient.html" title="MplPanelClient"><span class="returnvalue">MplPanelClient</span></a> * <a class="link" href="MplPanelWindowless.html#mpl-panel-windowless-new" title="mpl_panel_windowless_new ()">mpl_panel_windowless_new</a> (<em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *name</code></em>,
<em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *tooltip</code></em>,
<em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *stylesheet</code></em>,
@@ -48,7 +48,7 @@
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> with_toolbar_service</code></em>);
</pre>
</div>
-<div class="refsect1" title="Object Hierarchy">
+<div class="refsect1">
<a name="MplPanelWindowless.object-hierarchy"></a><h2>Object Hierarchy</h2>
<pre class="synopsis">
<a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject">GObject</a>
@@ -56,7 +56,7 @@
+----MplPanelWindowless
</pre>
</div>
-<div class="refsect1" title="Description">
+<div class="refsect1">
<a name="MplPanelWindowless.description"></a><h2>Description</h2>
<p>
<a class="link" href="MplPanelWindowless.html" title="MplPanelWindowless"><span class="type">MplPanelWindowless</span></a> is a class for all Panels that use a non-interactive
@@ -102,27 +102,27 @@
<p>
</p>
</div>
-<div class="refsect1" title="Details">
+<div class="refsect1">
<a name="MplPanelWindowless.details"></a><h2>Details</h2>
-<div class="refsect2" title="MplPanelWindowless">
-<a name="MplPanelWindowless-struct"></a><h3>MplPanelWindowless</h3>
-<pre class="programlisting">typedef struct _MplPanelWindowless MplPanelWindowless;</pre>
+<div class="refsect2">
+<a name="MplPanelWindowless-struct"></a><h3>struct MplPanelWindowless</h3>
+<pre class="programlisting">struct MplPanelWindowless;</pre>
<p>
Panel object for non-interactive panels.
</p>
</div>
<hr>
-<div class="refsect2" title="MplPanelWindowlessClass">
-<a name="MplPanelWindowlessClass"></a><h3>MplPanelWindowlessClass</h3>
-<pre class="programlisting">typedef struct {
-} MplPanelWindowlessClass;
+<div class="refsect2">
+<a name="MplPanelWindowlessClass"></a><h3>struct MplPanelWindowlessClass</h3>
+<pre class="programlisting">struct MplPanelWindowlessClass {
+};
</pre>
<p>
Panel object for non-interactive panels.
</p>
</div>
<hr>
-<div class="refsect2" title="mpl_panel_windowless_new ()">
+<div class="refsect2">
<a name="mpl-panel-windowless-new"></a><h3>mpl_panel_windowless_new ()</h3>
<pre class="programlisting"><a class="link" href="MplPanelClient.html" title="MplPanelClient"><span class="returnvalue">MplPanelClient</span></a> * mpl_panel_windowless_new (<em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *name</code></em>,
<em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *tooltip</code></em>,
@@ -137,34 +137,28 @@
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>name</code></em> :</span></p></td>
-<td>canonical name of the panel
-</td>
+<td>canonical name of the panel</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>tooltip</code></em> :</span></p></td>
-<td>tooltip for the associated Toolbar button
-</td>
+<td>tooltip for the associated Toolbar button</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>stylesheet</code></em> :</span></p></td>
-<td>stylesheet for the associated Toolbar button
-</td>
+<td>stylesheet for the associated Toolbar button</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>button_style</code></em> :</span></p></td>
-<td>css style id for the button style
-</td>
+<td>css style id for the button style</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>with_toolbar_service</code></em> :</span></p></td>
<td>whether the panel will be using any Toolbar services
-(e.g., the launching API)
-</td>
+(e.g., the launching API)</td>
</tr>
<tr>
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
-<td> new <a class="link" href="MplPanelClient.html" title="MplPanelClient"><span class="type">MplPanelClient</span></a> object.
-</td>
+<td>new <a class="link" href="MplPanelClient.html" title="MplPanelClient"><span class="type">MplPanelClient</span></a> object.</td>
</tr>
</tbody>
</table></div>
@@ -173,6 +167,6 @@
</div>
<div class="footer">
<hr>
- Generated by GTK-Doc V1.15</div>
+ Generated by GTK-Doc V1.17</div>
</body>
</html>
\ No newline at end of file
--- libmeego-panel/docs/reference/libmeego-panel/html/appendices.html
+++ libmeego-panel/docs/reference/libmeego-panel/html/appendices.html
@@ -8,7 +8,7 @@
<link rel="up" href="index.html" title="Meego Panel Reference Manual">
<link rel="prev" href="meegopanelindex.html" title="Part III. Index of all symbols">
<link rel="next" href="license.html" title="Appendix A. License">
-<meta name="generator" content="GTK-Doc V1.15 (XML mode)">
+<meta name="generator" content="GTK-Doc V1.17 (XML mode)">
<link rel="stylesheet" href="style.css" type="text/css">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -19,7 +19,7 @@
<th width="100%" align="center">Meego Panel Reference Manual</th>
<td><a accesskey="n" href="license.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
</tr></table>
-<div class="part" title="Part IV. Appendices">
+<div class="part">
<div class="titlepage"><div><div><h1 class="title">
<a name="appendices"></a>Part IV. Appendices</h1></div></div></div>
<div class="toc">
@@ -29,6 +29,6 @@
</div>
<div class="footer">
<hr>
- Generated by GTK-Doc V1.15</div>
+ Generated by GTK-Doc V1.17</div>
</body>
</html>
\ No newline at end of file
--- libmeego-panel/docs/reference/libmeego-panel/html/index.html
+++ libmeego-panel/docs/reference/libmeego-panel/html/index.html
@@ -6,18 +6,18 @@
<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
<link rel="home" href="index.html" title="Meego Panel Reference Manual">
<link rel="next" href="meegopaneloverview.html" title="Part I. Meego Panel Overview">
-<meta name="generator" content="GTK-Doc V1.15 (XML mode)">
+<meta name="generator" content="GTK-Doc V1.17 (XML mode)">
<link rel="stylesheet" href="style.css" type="text/css">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
-<div class="book" title="Meego Panel Reference Manual">
+<div class="book">
<div class="titlepage">
<div>
<div><table class="navigation" id="top" width="100%" cellpadding="2" cellspacing="0"><tr><th valign="middle"><p class="title">Meego Panel Reference Manual</p></th></tr></table></div>
-<div><p class="releaseinfo">For libmeego-panel 0.76.3</p></div>
+<div><p class="releaseinfo">For libmeego-panel 0.77.2</p></div>
<div><p class="copyright">Copyright © 2010 Intel Corporation</p></div>
-<div><div class="legalnotice" title="Legal Notice">
-<a name="id473788"></a><p>
+<div><div class="legalnotice">
+<a name="id2697097"></a><p>
Permission is granted to copy, distribute and/or modify this
document under the terms of the <em class="citetitle">GNU Free
Documentation License</em>, Version 1.1 or any later
@@ -77,9 +77,9 @@
<span class="refentrytitle"><a href="meego-panel-Utility-Functions-and-Macros.html">Utility Functions and Macros</a></span><span class="refpurpose"> — Various utility functions and macros.</span>
</dt></dl></dd>
<dt><span class="chapter"><a href="meegopaneldesktop.html">Panel Desktop File</a></span></dt>
-<dd><dl><dt><span class="section"><a href="meegopaneldesktop.html#id512889"></a></span></dt></dl></dd>
+<dd><dl><dt><span class="section"><a href="meegopaneldesktop.html#id2743017"></a></span></dt></dl></dd>
<dt><span class="chapter"><a href="meegopanelcss.html">Panel Button Stylesheet</a></span></dt>
-<dd><dl><dt><span class="section"><a href="meegopanelcss.html#id537773"></a></span></dt></dl></dd>
+<dd><dl><dt><span class="section"><a href="meegopanelcss.html#id2753701"></a></span></dt></dl></dd>
</dl></dd>
<dt><span class="part"><a href="meegopanelindex.html">III. Index of all symbols</a></span></dt>
<dt><span class="part"><a href="appendices.html">IV. Appendices</a></span></dt>
@@ -88,6 +88,6 @@
</div>
<div class="footer">
<hr>
- Generated by GTK-Doc V1.15</div>
+ Generated by GTK-Doc V1.17</div>
</body>
</html>
\ No newline at end of file
--- libmeego-panel/docs/reference/libmeego-panel/html/license.html
+++ libmeego-panel/docs/reference/libmeego-panel/html/license.html
@@ -7,7 +7,7 @@
<link rel="home" href="index.html" title="Meego Panel Reference Manual">
<link rel="up" href="appendices.html" title="Part IV. Appendices">
<link rel="prev" href="appendices.html" title="Part IV. Appendices">
-<meta name="generator" content="GTK-Doc V1.15 (XML mode)">
+<meta name="generator" content="GTK-Doc V1.17 (XML mode)">
<link rel="stylesheet" href="style.css" type="text/css">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -18,7 +18,7 @@
<th width="100%" align="center">Meego Panel Reference Manual</th>
<td> </td>
</tr></table>
-<div class="appendix" title="Appendix A. License">
+<div class="appendix">
<div class="titlepage"><div><div><h2 class="title">
<a name="license"></a>Appendix A. License</h2></div></div></div>
<p>
@@ -53,6 +53,6 @@
</div>
<div class="footer">
<hr>
- Generated by GTK-Doc V1.15</div>
+ Generated by GTK-Doc V1.17</div>
</body>
</html>
\ No newline at end of file
--- libmeego-panel/docs/reference/libmeego-panel/html/meego-panel-Utility-Functions-and-Macros.html
+++ libmeego-panel/docs/reference/libmeego-panel/html/meego-panel-Utility-Functions-and-Macros.html
@@ -8,7 +8,7 @@
<link rel="up" href="meegopanelutility.html" title="Miscellaneous">
<link rel="prev" href="meegopanelutility.html" title="Miscellaneous">
<link rel="next" href="meegopaneldesktop.html" title="Panel Desktop File">
-<meta name="generator" content="GTK-Doc V1.15 (XML mode)">
+<meta name="generator" content="GTK-Doc V1.17 (XML mode)">
<link rel="stylesheet" href="style.css" type="text/css">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -26,7 +26,7 @@
<a href="#meego-panel-Utility-Functions-and-Macros.description" class="shortcut">Description</a>
</td></tr>
</table>
-<div class="refentry" title="Utility Functions and Macros">
+<div class="refentry">
<a name="meego-panel-Utility-Functions-and-Macros"></a><div class="titlepage"></div>
<div class="refnamediv"><table width="100%"><tr>
<td valign="top">
@@ -35,7 +35,7 @@
</td>
<td valign="top" align="right"></td>
</tr></table></div>
-<div class="refsynopsisdiv" title="Synopsis">
+<div class="refsynopsisdiv">
<a name="meego-panel-Utility-Functions-and-Macros.synopsis"></a><h2>Synopsis</h2>
<pre class="synopsis"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> * <a class="link" href="meego-panel-Utility-Functions-and-Macros.html#mpl-icon-theme-lookup-icon-file" title="mpl_icon_theme_lookup_icon_file ()">mpl_icon_theme_lookup_icon_file</a> (<em class="parameter"><code><a href="/usr/share/gtk-doc/html/gtk/GtkIconTheme.html"><span class="type">GtkIconTheme</span></a> *theme</code></em>,
<em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *icon_name</code></em>,
@@ -52,15 +52,15 @@
#define <a class="link" href="meego-panel-Utility-Functions-and-Macros.html#MEEGO-PANEL-VERSION-HEX:CAPS" title="MEEGO_PANEL_VERSION_HEX">MEEGO_PANEL_VERSION_HEX</a>
</pre>
</div>
-<div class="refsect1" title="Description">
+<div class="refsect1">
<a name="meego-panel-Utility-Functions-and-Macros.description"></a><h2>Description</h2>
<p>
Miscellaneous utility functions and macros for Panels.
</p>
</div>
-<div class="refsect1" title="Details">
+<div class="refsect1">
<a name="meego-panel-Utility-Functions-and-Macros.details"></a><h2>Details</h2>
-<div class="refsect2" title="mpl_icon_theme_lookup_icon_file ()">
+<div class="refsect2">
<a name="mpl-icon-theme-lookup-icon-file"></a><h3>mpl_icon_theme_lookup_icon_file ()</h3>
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> * mpl_icon_theme_lookup_icon_file (<em class="parameter"><code><a href="/usr/share/gtk-doc/html/gtk/GtkIconTheme.html"><span class="type">GtkIconTheme</span></a> *theme</code></em>,
<em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *icon_name</code></em>,
@@ -77,32 +77,27 @@
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>theme</code></em> :</span></p></td>
-<td>
-<a href="/usr/share/gtk-doc/html/gtk/GtkIconTheme.html"><span class="type">GtkIconTheme</span></a>
-</td>
+<td><a href="/usr/share/gtk-doc/html/gtk/GtkIconTheme.html"><span class="type">GtkIconTheme</span></a></td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>icon_name</code></em> :</span></p></td>
-<td>name of the icon
-</td>
+<td>name of the icon</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>icon_size</code></em> :</span></p></td>
-<td>size of the icon
-</td>
+<td>size of the icon</td>
</tr>
<tr>
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
-<td> path to the icon, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if suitable icon was not found in
+<td>path to the icon, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if suitable icon was not found in
the theme. The returned string must be freed with <a href="http://library.gnome.org/devel/glib/unstable/glib-Memory-Allocation.html#g-free"><code class="function">g_free()</code></a> when no longer
-needed.
-</td>
+needed.</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
-<div class="refsect2" title="mpl_utils_get_thumbnail_path ()">
+<div class="refsect2">
<a name="mpl-utils-get-thumbnail-path"></a><h3>mpl_utils_get_thumbnail_path ()</h3>
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> * mpl_utils_get_thumbnail_path (<em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *uri</code></em>);</pre>
<p>
@@ -115,20 +110,18 @@
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>uri</code></em> :</span></p></td>
-<td>image uri
-</td>
+<td>image uri</td>
</tr>
<tr>
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
-<td> path to the thumbnail, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if thumbnail does not exist.
-The retured string must be freed with <a href="http://library.gnome.org/devel/glib/unstable/glib-Memory-Allocation.html#g-free"><code class="function">g_free()</code></a> when no longer needed.
-</td>
+<td>path to the thumbnail, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if thumbnail does not exist.
+The retured string must be freed with <a href="http://library.gnome.org/devel/glib/unstable/glib-Memory-Allocation.html#g-free"><code class="function">g_free()</code></a> when no longer needed.</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
-<div class="refsect2" title="MEEGO_PANEL_CHECK_VERSION()">
+<div class="refsect2">
<a name="MEEGO-PANEL-CHECK-VERSION:CAPS"></a><h3>MEEGO_PANEL_CHECK_VERSION()</h3>
<pre class="programlisting">#define MEEGO_PANEL_CHECK_VERSION(major,minor,micro)</pre>
<p>
@@ -140,24 +133,21 @@
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>major</code></em> :</span></p></td>
-<td>major version, like 1 in 1.2.3
-</td>
+<td>major version, like 1 in 1.2.3</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>minor</code></em> :</span></p></td>
-<td>minor version, like 2 in 1.2.3
-</td>
+<td>minor version, like 2 in 1.2.3</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>micro</code></em> :</span></p></td>
-<td>micro version, like 3 in 1.2.3
-</td>
+<td>micro version, like 3 in 1.2.3</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
-<div class="refsect2" title="MEEGO_PANEL_MAJOR_VERSION">
+<div class="refsect2">
<a name="MEEGO-PANEL-MAJOR-VERSION:CAPS"></a><h3>MEEGO_PANEL_MAJOR_VERSION</h3>
<pre class="programlisting">#define MEEGO_PANEL_MAJOR_VERSION (0)
</pre>
@@ -166,16 +156,16 @@
</p>
</div>
<hr>
-<div class="refsect2" title="MEEGO_PANEL_MINOR_VERSION">
+<div class="refsect2">
<a name="MEEGO-PANEL-MINOR-VERSION:CAPS"></a><h3>MEEGO_PANEL_MINOR_VERSION</h3>
-<pre class="programlisting">#define MEEGO_PANEL_MINOR_VERSION (76)
+<pre class="programlisting">#define MEEGO_PANEL_MINOR_VERSION (77)
</pre>
<p>
The minor version of the meego-panel library (2, if <a class="link" href="meego-panel-Utility-Functions-and-Macros.html#MEEGO-PANEL-VERSION:CAPS" title="MEEGO_PANEL_VERSION"><code class="literal">MEEGO_PANEL_VERSION</code></a> is 1.2.3)
</p>
</div>
<hr>
-<div class="refsect2" title="MEEGO_PANEL_MICRO_VERSION">
+<div class="refsect2">
<a name="MEEGO-PANEL-MICRO-VERSION:CAPS"></a><h3>MEEGO_PANEL_MICRO_VERSION</h3>
<pre class="programlisting">#define MEEGO_PANEL_MICRO_VERSION (2)
</pre>
@@ -184,18 +174,18 @@
</p>
</div>
<hr>
-<div class="refsect2" title="MEEGO_PANEL_VERSION">
+<div class="refsect2">
<a name="MEEGO-PANEL-VERSION:CAPS"></a><h3>MEEGO_PANEL_VERSION</h3>
-<pre class="programlisting">#define MEEGO_PANEL_VERSION 0.76.2
+<pre class="programlisting">#define MEEGO_PANEL_VERSION 0.77.2
</pre>
<p>
The full version of the meego-panel library, like 1.2.3
</p>
</div>
<hr>
-<div class="refsect2" title="MEEGO_PANEL_VERSION_S">
+<div class="refsect2">
<a name="MEEGO-PANEL-VERSION-S:CAPS"></a><h3>MEEGO_PANEL_VERSION_S</h3>
-<pre class="programlisting">#define MEEGO_PANEL_VERSION_S "0.76.2"
+<pre class="programlisting">#define MEEGO_PANEL_VERSION_S "0.77.2"
</pre>
<p>
The full version of the meego-panel library, in string form (suited for
@@ -203,7 +193,7 @@
</p>
</div>
<hr>
-<div class="refsect2" title="MEEGO_PANEL_VERSION_HEX">
+<div class="refsect2">
<a name="MEEGO-PANEL-VERSION-HEX:CAPS"></a><h3>MEEGO_PANEL_VERSION_HEX</h3>
<pre class="programlisting">#define MEEGO_PANEL_VERSION_HEX</pre>
<p>
@@ -214,6 +204,6 @@
</div>
<div class="footer">
<hr>
- Generated by GTK-Doc V1.15</div>
+ Generated by GTK-Doc V1.17</div>
</body>
</html>
\ No newline at end of file
--- libmeego-panel/docs/reference/libmeego-panel/html/meego-panel.devhelp
+++ libmeego-panel/docs/reference/libmeego-panel/html/meego-panel.devhelp
@@ -19,18 +19,18 @@
<sub name="Utility Functions and Macros" link="meego-panel-Utility-Functions-and-Macros.html"/>
</sub>
<sub name="Panel Desktop File" link="meegopaneldesktop.html">
- <sub name="" link="meegopaneldesktop.html#id512889"/>
+ <sub name="" link="meegopaneldesktop.html#id2743017"/>
</sub>
<sub name="Panel Button Stylesheet" link="meegopanelcss.html">
- <sub name="" link="meegopanelcss.html#id537773"/>
+ <sub name="" link="meegopanelcss.html#id2753701"/>
</sub>
</sub>
<sub name="Index of all symbols" link="meegopanelindex.html"/>
<sub name="Appendices" link="appendices.html"/>
</chapters>
<functions>
- <function name="MplPanelClient" link="MplPanelClient.html#MplPanelClient-struct"/>
- <function name="MplPanelClientClass" link="MplPanelClient.html#MplPanelClientClass"/>
+ <function name="struct MplPanelClient" link="MplPanelClient.html#MplPanelClient-struct"/>
+ <function name="struct MplPanelClientClass" link="MplPanelClient.html#MplPanelClientClass"/>
<function name="mpl_panel_client_show ()" link="MplPanelClient.html#mpl-panel-client-show"/>
<function name="mpl_panel_client_hide ()" link="MplPanelClient.html#mpl-panel-client-hide"/>
<function name="mpl_panel_client_set_height_request ()" link="MplPanelClient.html#mpl-panel-client-set-height-request"/>
@@ -90,8 +90,8 @@
<function name="The "show-begin" signal" link="MplPanelClient.html#MplPanelClient-show-begin"/>
<function name="The "show-end" signal" link="MplPanelClient.html#MplPanelClient-show-end"/>
<function name="The "unload" signal" link="MplPanelClient.html#MplPanelClient-unload"/>
- <function name="MplPanelClutter" link="MplPanelClutter.html#MplPanelClutter-struct"/>
- <function name="MplPanelClutterClass" link="MplPanelClutter.html#MplPanelClutterClass"/>
+ <function name="struct MplPanelClutter" link="MplPanelClutter.html#MplPanelClutter-struct"/>
+ <function name="struct MplPanelClutterClass" link="MplPanelClutter.html#MplPanelClutterClass"/>
<function name="mpl_panel_clutter_new ()" link="MplPanelClutter.html#mpl-panel-clutter-new"/>
<function name="mpl_panel_clutter_get_stage ()" link="MplPanelClutter.html#mpl-panel-clutter-get-stage"/>
<function name="mpl_panel_clutter_track_actor_height ()" link="MplPanelClutter.html#mpl-panel-clutter-track-actor-height"/>
@@ -101,25 +101,25 @@
<function name="mpl_panel_clutter_setup_events_with_gtk ()" link="MplPanelClutter.html#mpl-panel-clutter-setup-events-with-gtk"/>
<function name="mpl_panel_clutter_setup_events_with_gtk_for_xid ()" link="MplPanelClutter.html#mpl-panel-clutter-setup-events-with-gtk-for-xid"/>
<function name="mpl_panel_clutter_set_child ()" link="MplPanelClutter.html#mpl-panel-clutter-set-child"/>
- <function name="MplPanelGtk" link="MplPanelGtk.html#MplPanelGtk-struct"/>
- <function name="MplPanelGtkClass" link="MplPanelGtk.html#MplPanelGtkClass"/>
+ <function name="struct MplPanelGtk" link="MplPanelGtk.html#MplPanelGtk-struct"/>
+ <function name="struct MplPanelGtkClass" link="MplPanelGtk.html#MplPanelGtkClass"/>
<function name="MPL_PANEL_GTK_INIT" link="MplPanelGtk.html#MPL-PANEL-GTK-INIT:CAPS"/>
<function name="mpl_panel_gtk_new ()" link="MplPanelGtk.html#mpl-panel-gtk-new"/>
<function name="mpl_panel_gtk_get_window ()" link="MplPanelGtk.html#mpl-panel-gtk-get-window"/>
<function name="mpl_panel_gtk_set_child ()" link="MplPanelGtk.html#mpl-panel-gtk-set-child"/>
- <function name="MplPanelWindowless" link="MplPanelWindowless.html#MplPanelWindowless-struct"/>
- <function name="MplPanelWindowlessClass" link="MplPanelWindowless.html#MplPanelWindowlessClass"/>
+ <function name="struct MplPanelWindowless" link="MplPanelWindowless.html#MplPanelWindowless-struct"/>
+ <function name="struct MplPanelWindowlessClass" link="MplPanelWindowless.html#MplPanelWindowlessClass"/>
<function name="mpl_panel_windowless_new ()" link="MplPanelWindowless.html#mpl-panel-windowless-new"/>
- <function name="MplAppBookmarkManager" link="MplAppBookmarkManager.html#MplAppBookmarkManager-struct"/>
- <function name="MplAppBookmarkManagerClass" link="MplAppBookmarkManager.html#MplAppBookmarkManagerClass"/>
+ <function name="struct MplAppBookmarkManager" link="MplAppBookmarkManager.html#MplAppBookmarkManager-struct"/>
+ <function name="struct MplAppBookmarkManagerClass" link="MplAppBookmarkManager.html#MplAppBookmarkManagerClass"/>
<function name="mpl_app_bookmark_manager_get_default ()" link="MplAppBookmarkManager.html#mpl-app-bookmark-manager-get-default"/>
<function name="mpl_app_bookmark_manager_add_uri ()" link="MplAppBookmarkManager.html#mpl-app-bookmark-manager-add-uri"/>
<function name="mpl_app_bookmark_manager_remove_uri ()" link="MplAppBookmarkManager.html#mpl-app-bookmark-manager-remove-uri"/>
<function name="mpl_app_bookmark_manager_save ()" link="MplAppBookmarkManager.html#mpl-app-bookmark-manager-save"/>
<function name="mpl_app_bookmark_manager_get_bookmarks ()" link="MplAppBookmarkManager.html#mpl-app-bookmark-manager-get-bookmarks"/>
<function name="The "bookmarks-changed" signal" link="MplAppBookmarkManager.html#MplAppBookmarkManager-bookmarks-changed"/>
- <function name="MplContentPane" link="MplContentPane.html#MplContentPane-struct"/>
- <function name="MplContentPaneClass" link="MplContentPane.html#MplContentPaneClass"/>
+ <function name="struct MplContentPane" link="MplContentPane.html#MplContentPane-struct"/>
+ <function name="struct MplContentPaneClass" link="MplContentPane.html#MplContentPaneClass"/>
<function name="mpl_content_pane_new ()" link="MplContentPane.html#mpl-content-pane-new"/>
<function name="mpl_content_pane_get_title ()" link="MplContentPane.html#mpl-content-pane-get-title"/>
<function name="mpl_content_pane_set_title ()" link="MplContentPane.html#mpl-content-pane-set-title"/>
@@ -130,8 +130,8 @@
<function name="The "child" property" link="MplContentPane.html#MplContentPane--child"/>
<function name="The "header-actor" property" link="MplContentPane.html#MplContentPane--header-actor"/>
<function name="The "title" property" link="MplContentPane.html#MplContentPane--title"/>
- <function name="MplEntry" link="MplEntry.html#MplEntry-struct"/>
- <function name="MplEntryClass" link="MplEntry.html#MplEntryClass"/>
+ <function name="struct MplEntry" link="MplEntry.html#MplEntry-struct"/>
+ <function name="struct MplEntryClass" link="MplEntry.html#MplEntryClass"/>
<function name="mpl_entry_new ()" link="MplEntry.html#mpl-entry-new"/>
<function name="mpl_entry_get_label ()" link="MplEntry.html#mpl-entry-get-label"/>
<function name="mpl_entry_set_label ()" link="MplEntry.html#mpl-entry-set-label"/>
--- libmeego-panel/docs/reference/libmeego-panel/html/meego-panel.devhelp2
+++ libmeego-panel/docs/reference/libmeego-panel/html/meego-panel.devhelp2
@@ -19,18 +19,18 @@
<sub name="Utility Functions and Macros" link="meego-panel-Utility-Functions-and-Macros.html"/>
</sub>
<sub name="Panel Desktop File" link="meegopaneldesktop.html">
- <sub name="" link="meegopaneldesktop.html#id512889"/>
+ <sub name="" link="meegopaneldesktop.html#id2743017"/>
</sub>
<sub name="Panel Button Stylesheet" link="meegopanelcss.html">
- <sub name="" link="meegopanelcss.html#id537773"/>
+ <sub name="" link="meegopanelcss.html#id2753701"/>
</sub>
</sub>
<sub name="Index of all symbols" link="meegopanelindex.html"/>
<sub name="Appendices" link="appendices.html"/>
</chapters>
<functions>
- <keyword type="struct" name="MplPanelClient" link="MplPanelClient.html#MplPanelClient-struct"/>
- <keyword type="struct" name="MplPanelClientClass" link="MplPanelClient.html#MplPanelClientClass"/>
+ <keyword type="struct" name="struct MplPanelClient" link="MplPanelClient.html#MplPanelClient-struct"/>
+ <keyword type="struct" name="struct MplPanelClientClass" link="MplPanelClient.html#MplPanelClientClass"/>
<keyword type="function" name="mpl_panel_client_show ()" link="MplPanelClient.html#mpl-panel-client-show"/>
<keyword type="function" name="mpl_panel_client_hide ()" link="MplPanelClient.html#mpl-panel-client-hide"/>
<keyword type="function" name="mpl_panel_client_set_height_request ()" link="MplPanelClient.html#mpl-panel-client-set-height-request"/>
@@ -90,8 +90,8 @@
<keyword type="signal" name="The "show-begin" signal" link="MplPanelClient.html#MplPanelClient-show-begin"/>
<keyword type="signal" name="The "show-end" signal" link="MplPanelClient.html#MplPanelClient-show-end"/>
<keyword type="signal" name="The "unload" signal" link="MplPanelClient.html#MplPanelClient-unload"/>
- <keyword type="struct" name="MplPanelClutter" link="MplPanelClutter.html#MplPanelClutter-struct"/>
- <keyword type="struct" name="MplPanelClutterClass" link="MplPanelClutter.html#MplPanelClutterClass"/>
+ <keyword type="struct" name="struct MplPanelClutter" link="MplPanelClutter.html#MplPanelClutter-struct"/>
+ <keyword type="struct" name="struct MplPanelClutterClass" link="MplPanelClutter.html#MplPanelClutterClass"/>
<keyword type="function" name="mpl_panel_clutter_new ()" link="MplPanelClutter.html#mpl-panel-clutter-new"/>
<keyword type="function" name="mpl_panel_clutter_get_stage ()" link="MplPanelClutter.html#mpl-panel-clutter-get-stage"/>
<keyword type="function" name="mpl_panel_clutter_track_actor_height ()" link="MplPanelClutter.html#mpl-panel-clutter-track-actor-height"/>
@@ -101,25 +101,25 @@
<keyword type="function" name="mpl_panel_clutter_setup_events_with_gtk ()" link="MplPanelClutter.html#mpl-panel-clutter-setup-events-with-gtk"/>
<keyword type="function" name="mpl_panel_clutter_setup_events_with_gtk_for_xid ()" link="MplPanelClutter.html#mpl-panel-clutter-setup-events-with-gtk-for-xid"/>
<keyword type="function" name="mpl_panel_clutter_set_child ()" link="MplPanelClutter.html#mpl-panel-clutter-set-child"/>
- <keyword type="struct" name="MplPanelGtk" link="MplPanelGtk.html#MplPanelGtk-struct"/>
- <keyword type="struct" name="MplPanelGtkClass" link="MplPanelGtk.html#MplPanelGtkClass"/>
+ <keyword type="struct" name="struct MplPanelGtk" link="MplPanelGtk.html#MplPanelGtk-struct"/>
+ <keyword type="struct" name="struct MplPanelGtkClass" link="MplPanelGtk.html#MplPanelGtkClass"/>
<keyword type="macro" name="MPL_PANEL_GTK_INIT" link="MplPanelGtk.html#MPL-PANEL-GTK-INIT:CAPS"/>
<keyword type="function" name="mpl_panel_gtk_new ()" link="MplPanelGtk.html#mpl-panel-gtk-new"/>
<keyword type="function" name="mpl_panel_gtk_get_window ()" link="MplPanelGtk.html#mpl-panel-gtk-get-window"/>
<keyword type="function" name="mpl_panel_gtk_set_child ()" link="MplPanelGtk.html#mpl-panel-gtk-set-child"/>
- <keyword type="struct" name="MplPanelWindowless" link="MplPanelWindowless.html#MplPanelWindowless-struct"/>
- <keyword type="struct" name="MplPanelWindowlessClass" link="MplPanelWindowless.html#MplPanelWindowlessClass"/>
+ <keyword type="struct" name="struct MplPanelWindowless" link="MplPanelWindowless.html#MplPanelWindowless-struct"/>
+ <keyword type="struct" name="struct MplPanelWindowlessClass" link="MplPanelWindowless.html#MplPanelWindowlessClass"/>
<keyword type="function" name="mpl_panel_windowless_new ()" link="MplPanelWindowless.html#mpl-panel-windowless-new"/>
- <keyword type="struct" name="MplAppBookmarkManager" link="MplAppBookmarkManager.html#MplAppBookmarkManager-struct"/>
- <keyword type="struct" name="MplAppBookmarkManagerClass" link="MplAppBookmarkManager.html#MplAppBookmarkManagerClass"/>
+ <keyword type="struct" name="struct MplAppBookmarkManager" link="MplAppBookmarkManager.html#MplAppBookmarkManager-struct"/>
+ <keyword type="struct" name="struct MplAppBookmarkManagerClass" link="MplAppBookmarkManager.html#MplAppBookmarkManagerClass"/>
<keyword type="function" name="mpl_app_bookmark_manager_get_default ()" link="MplAppBookmarkManager.html#mpl-app-bookmark-manager-get-default"/>
<keyword type="function" name="mpl_app_bookmark_manager_add_uri ()" link="MplAppBookmarkManager.html#mpl-app-bookmark-manager-add-uri"/>
<keyword type="function" name="mpl_app_bookmark_manager_remove_uri ()" link="MplAppBookmarkManager.html#mpl-app-bookmark-manager-remove-uri"/>
<keyword type="function" name="mpl_app_bookmark_manager_save ()" link="MplAppBookmarkManager.html#mpl-app-bookmark-manager-save"/>
<keyword type="function" name="mpl_app_bookmark_manager_get_bookmarks ()" link="MplAppBookmarkManager.html#mpl-app-bookmark-manager-get-bookmarks"/>
<keyword type="signal" name="The "bookmarks-changed" signal" link="MplAppBookmarkManager.html#MplAppBookmarkManager-bookmarks-changed"/>
- <keyword type="struct" name="MplContentPane" link="MplContentPane.html#MplContentPane-struct"/>
- <keyword type="struct" name="MplContentPaneClass" link="MplContentPane.html#MplContentPaneClass"/>
+ <keyword type="struct" name="struct MplContentPane" link="MplContentPane.html#MplContentPane-struct"/>
+ <keyword type="struct" name="struct MplContentPaneClass" link="MplContentPane.html#MplContentPaneClass"/>
<keyword type="function" name="mpl_content_pane_new ()" link="MplContentPane.html#mpl-content-pane-new"/>
<keyword type="function" name="mpl_content_pane_get_title ()" link="MplContentPane.html#mpl-content-pane-get-title"/>
<keyword type="function" name="mpl_content_pane_set_title ()" link="MplContentPane.html#mpl-content-pane-set-title"/>
@@ -130,8 +130,8 @@
<keyword type="property" name="The "child" property" link="MplContentPane.html#MplContentPane--child"/>
<keyword type="property" name="The "header-actor" property" link="MplContentPane.html#MplContentPane--header-actor"/>
<keyword type="property" name="The "title" property" link="MplContentPane.html#MplContentPane--title"/>
- <keyword type="struct" name="MplEntry" link="MplEntry.html#MplEntry-struct"/>
- <keyword type="struct" name="MplEntryClass" link="MplEntry.html#MplEntryClass"/>
+ <keyword type="struct" name="struct MplEntry" link="MplEntry.html#MplEntry-struct"/>
+ <keyword type="struct" name="struct MplEntryClass" link="MplEntry.html#MplEntryClass"/>
<keyword type="function" name="mpl_entry_new ()" link="MplEntry.html#mpl-entry-new"/>
<keyword type="function" name="mpl_entry_get_label ()" link="MplEntry.html#mpl-entry-get-label"/>
<keyword type="function" name="mpl_entry_set_label ()" link="MplEntry.html#mpl-entry-set-label"/>
--- libmeego-panel/docs/reference/libmeego-panel/html/meegopanelclasses.html
+++ libmeego-panel/docs/reference/libmeego-panel/html/meegopanelclasses.html
@@ -8,7 +8,7 @@
<link rel="up" href="meegopanelreference.html" title="Part II. Reference">
<link rel="prev" href="meegopanelreference.html" title="Part II. Reference">
<link rel="next" href="MplPanelClient.html" title="MplPanelClient">
-<meta name="generator" content="GTK-Doc V1.15 (XML mode)">
+<meta name="generator" content="GTK-Doc V1.17 (XML mode)">
<link rel="stylesheet" href="style.css" type="text/css">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -19,7 +19,7 @@
<th width="100%" align="center">Meego Panel Reference Manual</th>
<td><a accesskey="n" href="MplPanelClient.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
</tr></table>
-<div class="chapter" title="Panel Classes">
+<div class="chapter">
<div class="titlepage"><div><div><h2 class="title">
<a name="meegopanelclasses"></a>Panel Classes</h2></div></div></div>
<div class="toc"><dl>
@@ -39,6 +39,6 @@
</div>
<div class="footer">
<hr>
- Generated by GTK-Doc V1.15</div>
+ Generated by GTK-Doc V1.17</div>
</body>
</html>
\ No newline at end of file
--- libmeego-panel/docs/reference/libmeego-panel/html/meegopanelcss.html
+++ libmeego-panel/docs/reference/libmeego-panel/html/meegopanelcss.html
@@ -8,7 +8,7 @@
<link rel="up" href="meegopanelreference.html" title="Part II. Reference">
<link rel="prev" href="meegopaneldesktop.html" title="Panel Desktop File">
<link rel="next" href="meegopanelindex.html" title="Part III. Index of all symbols">
-<meta name="generator" content="GTK-Doc V1.15 (XML mode)">
+<meta name="generator" content="GTK-Doc V1.17 (XML mode)">
<link rel="stylesheet" href="style.css" type="text/css">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -19,10 +19,10 @@
<th width="100%" align="center">Meego Panel Reference Manual</th>
<td><a accesskey="n" href="meegopanelindex.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
</tr></table>
-<div class="chapter" title="Panel Button Stylesheet">
+<div class="chapter">
<div class="titlepage"><div><div><h2 class="title">
<a name="meegopanelcss"></a>Panel Button Stylesheet</h2></div></div></div>
-<div class="toc"><dl><dt><span class="section"><a href="meegopanelcss.html#id537773"></a></span></dt></dl></div>
+<div class="toc"><dl><dt><span class="section"><a href="meegopanelcss.html#id2753701"></a></span></dt></dl></div>
<div class="section">
<div class="titlepage"></div>
<p>
@@ -62,6 +62,6 @@
</div>
<div class="footer">
<hr>
- Generated by GTK-Doc V1.15</div>
+ Generated by GTK-Doc V1.17</div>
</body>
</html>
\ No newline at end of file
--- libmeego-panel/docs/reference/libmeego-panel/html/meegopaneldesktop.html
+++ libmeego-panel/docs/reference/libmeego-panel/html/meegopaneldesktop.html
@@ -8,7 +8,7 @@
<link rel="up" href="meegopanelreference.html" title="Part II. Reference">
<link rel="prev" href="meego-panel-Utility-Functions-and-Macros.html" title="Utility Functions and Macros">
<link rel="next" href="meegopanelcss.html" title="Panel Button Stylesheet">
-<meta name="generator" content="GTK-Doc V1.15 (XML mode)">
+<meta name="generator" content="GTK-Doc V1.17 (XML mode)">
<link rel="stylesheet" href="style.css" type="text/css">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -19,10 +19,10 @@
<th width="100%" align="center">Meego Panel Reference Manual</th>
<td><a accesskey="n" href="meegopanelcss.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
</tr></table>
-<div class="chapter" title="Panel Desktop File">
+<div class="chapter">
<div class="titlepage"><div><div><h2 class="title">
<a name="meegopaneldesktop"></a>Panel Desktop File</h2></div></div></div>
-<div class="toc"><dl><dt><span class="section"><a href="meegopaneldesktop.html#id512889"></a></span></dt></dl></div>
+<div class="toc"><dl><dt><span class="section"><a href="meegopaneldesktop.html#id2743017"></a></span></dt></dl></div>
<div class="section">
<div class="titlepage"></div>
<p>
@@ -120,6 +120,6 @@
</div>
<div class="footer">
<hr>
- Generated by GTK-Doc V1.15</div>
+ Generated by GTK-Doc V1.17</div>
</body>
</html>
\ No newline at end of file
--- libmeego-panel/docs/reference/libmeego-panel/html/meegopanelindex.html
+++ libmeego-panel/docs/reference/libmeego-panel/html/meegopanelindex.html
@@ -8,7 +8,7 @@
<link rel="up" href="index.html" title="Meego Panel Reference Manual">
<link rel="prev" href="meegopanelcss.html" title="Panel Button Stylesheet">
<link rel="next" href="appendices.html" title="Part IV. Appendices">
-<meta name="generator" content="GTK-Doc V1.15 (XML mode)">
+<meta name="generator" content="GTK-Doc V1.17 (XML mode)">
<link rel="stylesheet" href="style.css" type="text/css">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -38,12 +38,12 @@
<a class="shortcut" href="#idxU">U</a>
</td></tr>
</table>
-<div class="part" title="Part III. Index of all symbols">
+<div class="part">
<div class="titlepage"><div><div><h1 class="title">
<a name="meegopanelindex"></a>Part III. Index of all symbols</h1></div></div></div>
<a name="idx"></a><a name="idxA"></a><h3 class="title">A</h3>
<dt>
-<a class="link" href="MplAppBookmarkManager.html#MplAppBookmarkManager-struct" title="MplAppBookmarkManager">MplAppBookmarkManager</a>, struct in <a class="link" href="MplAppBookmarkManager.html" title="MplAppBookmarkManager">MplAppBookmarkManager</a>
+<a class="link" href="MplAppBookmarkManager.html#MplAppBookmarkManager-struct" title="struct MplAppBookmarkManager">MplAppBookmarkManager</a>, struct in <a class="link" href="MplAppBookmarkManager.html" title="MplAppBookmarkManager">MplAppBookmarkManager</a>
</dt>
<dd></dd>
<dt>
@@ -51,7 +51,7 @@
</dt>
<dd></dd>
<dt>
-<a class="link" href="MplAppBookmarkManager.html#MplAppBookmarkManagerClass" title="MplAppBookmarkManagerClass">MplAppBookmarkManagerClass</a>, struct in <a class="link" href="MplAppBookmarkManager.html" title="MplAppBookmarkManager">MplAppBookmarkManager</a>
+<a class="link" href="MplAppBookmarkManager.html#MplAppBookmarkManagerClass" title="struct MplAppBookmarkManagerClass">MplAppBookmarkManagerClass</a>, struct in <a class="link" href="MplAppBookmarkManager.html" title="MplAppBookmarkManager">MplAppBookmarkManager</a>
</dt>
<dd></dd>
<dt>
@@ -76,7 +76,7 @@
<dd></dd>
<a name="idxC"></a><h3 class="title">C</h3>
<dt>
-<a class="link" href="MplContentPane.html#MplContentPane-struct" title="MplContentPane">MplContentPane</a>, struct in <a class="link" href="MplContentPane.html" title="MplContentPane">MplContentPane</a>
+<a class="link" href="MplContentPane.html#MplContentPane-struct" title="struct MplContentPane">MplContentPane</a>, struct in <a class="link" href="MplContentPane.html" title="MplContentPane">MplContentPane</a>
</dt>
<dd></dd>
<dt>
@@ -92,7 +92,7 @@
</dt>
<dd></dd>
<dt>
-<a class="link" href="MplContentPane.html#MplContentPaneClass" title="MplContentPaneClass">MplContentPaneClass</a>, struct in <a class="link" href="MplContentPane.html" title="MplContentPane">MplContentPane</a>
+<a class="link" href="MplContentPane.html#MplContentPaneClass" title="struct MplContentPaneClass">MplContentPaneClass</a>, struct in <a class="link" href="MplContentPane.html" title="MplContentPane">MplContentPane</a>
</dt>
<dd></dd>
<dt>
@@ -125,7 +125,7 @@
<dd></dd>
<a name="idxE"></a><h3 class="title">E</h3>
<dt>
-<a class="link" href="MplEntry.html#MplEntry-struct" title="MplEntry">MplEntry</a>, struct in <a class="link" href="MplEntry.html" title="MplEntry">MplEntry</a>
+<a class="link" href="MplEntry.html#MplEntry-struct" title="struct MplEntry">MplEntry</a>, struct in <a class="link" href="MplEntry.html" title="MplEntry">MplEntry</a>
</dt>
<dd></dd>
<dt>
@@ -145,7 +145,7 @@
</dt>
<dd></dd>
<dt>
-<a class="link" href="MplEntry.html#MplEntryClass" title="MplEntryClass">MplEntryClass</a>, struct in <a class="link" href="MplEntry.html" title="MplEntry">MplEntry</a>
+<a class="link" href="MplEntry.html#MplEntryClass" title="struct MplEntryClass">MplEntryClass</a>, struct in <a class="link" href="MplEntry.html" title="MplEntry">MplEntry</a>
</dt>
<dd></dd>
<dt>
@@ -212,7 +212,7 @@
<dd></dd>
<a name="idxP"></a><h3 class="title">P</h3>
<dt>
-<a class="link" href="MplPanelClient.html#MplPanelClient-struct" title="MplPanelClient">MplPanelClient</a>, struct in <a class="link" href="MplPanelClient.html" title="MplPanelClient">MplPanelClient</a>
+<a class="link" href="MplPanelClient.html#MplPanelClient-struct" title="struct MplPanelClient">MplPanelClient</a>, struct in <a class="link" href="MplPanelClient.html" title="MplPanelClient">MplPanelClient</a>
</dt>
<dd></dd>
<dt>
@@ -308,31 +308,31 @@
</dt>
<dd></dd>
<dt>
-<a class="link" href="MplPanelClient.html#MplPanelClientClass" title="MplPanelClientClass">MplPanelClientClass</a>, struct in <a class="link" href="MplPanelClient.html" title="MplPanelClient">MplPanelClient</a>
+<a class="link" href="MplPanelClient.html#MplPanelClientClass" title="struct MplPanelClientClass">MplPanelClientClass</a>, struct in <a class="link" href="MplPanelClient.html" title="MplPanelClient">MplPanelClient</a>
</dt>
<dd></dd>
<dt>
-<a class="link" href="MplPanelClutter.html#MplPanelClutter-struct" title="MplPanelClutter">MplPanelClutter</a>, struct in <a class="link" href="MplPanelClutter.html" title="MplPanelClutter">MplPanelClutter</a>
+<a class="link" href="MplPanelClutter.html#MplPanelClutter-struct" title="struct MplPanelClutter">MplPanelClutter</a>, struct in <a class="link" href="MplPanelClutter.html" title="MplPanelClutter">MplPanelClutter</a>
</dt>
<dd></dd>
<dt>
-<a class="link" href="MplPanelClutter.html#MplPanelClutterClass" title="MplPanelClutterClass">MplPanelClutterClass</a>, struct in <a class="link" href="MplPanelClutter.html" title="MplPanelClutter">MplPanelClutter</a>
+<a class="link" href="MplPanelClutter.html#MplPanelClutterClass" title="struct MplPanelClutterClass">MplPanelClutterClass</a>, struct in <a class="link" href="MplPanelClutter.html" title="MplPanelClutter">MplPanelClutter</a>
</dt>
<dd></dd>
<dt>
-<a class="link" href="MplPanelGtk.html#MplPanelGtk-struct" title="MplPanelGtk">MplPanelGtk</a>, struct in <a class="link" href="MplPanelGtk.html" title="MplPanelGtk">MplPanelGtk</a>
+<a class="link" href="MplPanelGtk.html#MplPanelGtk-struct" title="struct MplPanelGtk">MplPanelGtk</a>, struct in <a class="link" href="MplPanelGtk.html" title="MplPanelGtk">MplPanelGtk</a>
</dt>
<dd></dd>
<dt>
-<a class="link" href="MplPanelGtk.html#MplPanelGtkClass" title="MplPanelGtkClass">MplPanelGtkClass</a>, struct in <a class="link" href="MplPanelGtk.html" title="MplPanelGtk">MplPanelGtk</a>
+<a class="link" href="MplPanelGtk.html#MplPanelGtkClass" title="struct MplPanelGtkClass">MplPanelGtkClass</a>, struct in <a class="link" href="MplPanelGtk.html" title="MplPanelGtk">MplPanelGtk</a>
</dt>
<dd></dd>
<dt>
-<a class="link" href="MplPanelWindowless.html#MplPanelWindowless-struct" title="MplPanelWindowless">MplPanelWindowless</a>, struct in <a class="link" href="MplPanelWindowless.html" title="MplPanelWindowless">MplPanelWindowless</a>
+<a class="link" href="MplPanelWindowless.html#MplPanelWindowless-struct" title="struct MplPanelWindowless">MplPanelWindowless</a>, struct in <a class="link" href="MplPanelWindowless.html" title="MplPanelWindowless">MplPanelWindowless</a>
</dt>
<dd></dd>
<dt>
-<a class="link" href="MplPanelWindowless.html#MplPanelWindowlessClass" title="MplPanelWindowlessClass">MplPanelWindowlessClass</a>, struct in <a class="link" href="MplPanelWindowless.html" title="MplPanelWindowless">MplPanelWindowless</a>
+<a class="link" href="MplPanelWindowless.html#MplPanelWindowlessClass" title="struct MplPanelWindowlessClass">MplPanelWindowlessClass</a>, struct in <a class="link" href="MplPanelWindowless.html" title="MplPanelWindowless">MplPanelWindowless</a>
</dt>
<dd></dd>
<dt>
@@ -540,6 +540,6 @@
</div>
<div class="footer">
<hr>
- Generated by GTK-Doc V1.15</div>
+ Generated by GTK-Doc V1.17</div>
</body>
</html>
\ No newline at end of file
--- libmeego-panel/docs/reference/libmeego-panel/html/meegopaneloverview.html
+++ libmeego-panel/docs/reference/libmeego-panel/html/meegopaneloverview.html
@@ -8,7 +8,7 @@
<link rel="up" href="index.html" title="Meego Panel Reference Manual">
<link rel="prev" href="index.html" title="Meego Panel Reference Manual">
<link rel="next" href="meegopanelreference.html" title="Part II. Reference">
-<meta name="generator" content="GTK-Doc V1.15 (XML mode)">
+<meta name="generator" content="GTK-Doc V1.17 (XML mode)">
<link rel="stylesheet" href="style.css" type="text/css">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -19,7 +19,7 @@
<th width="100%" align="center">Meego Panel Reference Manual</th>
<td><a accesskey="n" href="meegopanelreference.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
</tr></table>
-<div class="part" title="Part I. Meego Panel Overview">
+<div class="part">
<div class="titlepage"><div><div><h1 class="title">
<a name="meegopaneloverview"></a>Part I. Meego Panel Overview</h1></div></div></div>
<p>
@@ -54,6 +54,6 @@
</div>
<div class="footer">
<hr>
- Generated by GTK-Doc V1.15</div>
+ Generated by GTK-Doc V1.17</div>
</body>
</html>
\ No newline at end of file
--- libmeego-panel/docs/reference/libmeego-panel/html/meegopanelreference.html
+++ libmeego-panel/docs/reference/libmeego-panel/html/meegopanelreference.html
@@ -8,7 +8,7 @@
<link rel="up" href="index.html" title="Meego Panel Reference Manual">
<link rel="prev" href="meegopaneloverview.html" title="Part I. Meego Panel Overview">
<link rel="next" href="meegopanelclasses.html" title="Panel Classes">
-<meta name="generator" content="GTK-Doc V1.15 (XML mode)">
+<meta name="generator" content="GTK-Doc V1.17 (XML mode)">
<link rel="stylesheet" href="style.css" type="text/css">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -19,7 +19,7 @@
<th width="100%" align="center">Meego Panel Reference Manual</th>
<td><a accesskey="n" href="meegopanelclasses.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
</tr></table>
-<div class="part" title="Part II. Reference">
+<div class="part">
<div class="titlepage"><div><div><h1 class="title">
<a name="meegopanelreference"></a>Part II. Reference</h1></div></div></div>
<div class="toc">
@@ -57,14 +57,14 @@
<span class="refentrytitle"><a href="meego-panel-Utility-Functions-and-Macros.html">Utility Functions and Macros</a></span><span class="refpurpose"> — Various utility functions and macros.</span>
</dt></dl></dd>
<dt><span class="chapter"><a href="meegopaneldesktop.html">Panel Desktop File</a></span></dt>
-<dd><dl><dt><span class="section"><a href="meegopaneldesktop.html#id512889"></a></span></dt></dl></dd>
+<dd><dl><dt><span class="section"><a href="meegopaneldesktop.html#id2743017"></a></span></dt></dl></dd>
<dt><span class="chapter"><a href="meegopanelcss.html">Panel Button Stylesheet</a></span></dt>
-<dd><dl><dt><span class="section"><a href="meegopanelcss.html#id537773"></a></span></dt></dl></dd>
+<dd><dl><dt><span class="section"><a href="meegopanelcss.html#id2753701"></a></span></dt></dl></dd>
</dl>
</div>
</div>
<div class="footer">
<hr>
- Generated by GTK-Doc V1.15</div>
+ Generated by GTK-Doc V1.17</div>
</body>
</html>
\ No newline at end of file
--- libmeego-panel/docs/reference/libmeego-panel/html/meegopanelutility.html
+++ libmeego-panel/docs/reference/libmeego-panel/html/meegopanelutility.html
@@ -8,7 +8,7 @@
<link rel="up" href="meegopanelreference.html" title="Part II. Reference">
<link rel="prev" href="MplEntry.html" title="MplEntry">
<link rel="next" href="meego-panel-Utility-Functions-and-Macros.html" title="Utility Functions and Macros">
-<meta name="generator" content="GTK-Doc V1.15 (XML mode)">
+<meta name="generator" content="GTK-Doc V1.17 (XML mode)">
<link rel="stylesheet" href="style.css" type="text/css">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -19,7 +19,7 @@
<th width="100%" align="center">Meego Panel Reference Manual</th>
<td><a accesskey="n" href="meego-panel-Utility-Functions-and-Macros.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
</tr></table>
-<div class="chapter" title="Miscellaneous">
+<div class="chapter">
<div class="titlepage"><div><div><h2 class="title">
<a name="meegopanelutility"></a>Miscellaneous</h2></div></div></div>
<div class="toc"><dl><dt>
@@ -28,6 +28,6 @@
</div>
<div class="footer">
<hr>
- Generated by GTK-Doc V1.15</div>
+ Generated by GTK-Doc V1.17</div>
</body>
</html>
\ No newline at end of file
--- libmeego-panel/docs/reference/libmeego-panel/html/meegopanelwidgets.html
+++ libmeego-panel/docs/reference/libmeego-panel/html/meegopanelwidgets.html
@@ -8,7 +8,7 @@
<link rel="up" href="meegopanelreference.html" title="Part II. Reference">
<link rel="prev" href="MplPanelWindowless.html" title="MplPanelWindowless">
<link rel="next" href="MplAppBookmarkManager.html" title="MplAppBookmarkManager">
-<meta name="generator" content="GTK-Doc V1.15 (XML mode)">
+<meta name="generator" content="GTK-Doc V1.17 (XML mode)">
<link rel="stylesheet" href="style.css" type="text/css">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -19,7 +19,7 @@
<th width="100%" align="center">Meego Panel Reference Manual</th>
<td><a accesskey="n" href="MplAppBookmarkManager.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
</tr></table>
-<div class="chapter" title="Panel Widgets">
+<div class="chapter">
<div class="titlepage"><div><div><h2 class="title">
<a name="meegopanelwidgets"></a>Panel Widgets</h2></div></div></div>
<div class="toc"><dl>
@@ -36,6 +36,6 @@
</div>
<div class="footer">
<hr>
- Generated by GTK-Doc V1.15</div>
+ Generated by GTK-Doc V1.17</div>
</body>
</html>
\ No newline at end of file
--- libmeego-panel/docs/reference/libmeego-panel/html/style.css
+++ libmeego-panel/docs/reference/libmeego-panel/html/style.css
@@ -32,8 +32,9 @@
/* this is needed so that the local anchors are displayed below the naviagtion */
div.footnote a[name], div.refnamediv a[name], div.refsect1 a[name], div.refsect2 a[name], div.index a[name], div.glossary a[name], div.sect1 a[name]
{
+ display: inline-block;
position: relative;
- padding-top:4.5em;
+ top:-5em;
}
/* this seems to be a bug in the xsl style sheets when generating indexes */
div.index div.index
--- libmeego-panel/docs/reference/libmeego-panel/meego-panel-docs.xml
+++ libmeego-panel/docs/reference/libmeego-panel/meego-panel-docs.xml
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
"http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd" [
-<!ENTITY version "0.77.1">
+<!ENTITY version "0.77.2">
]>
<book id="index" xmlns:xi="http://www.w3.org/2003/XInclude">
--- libmeego-panel/docs/reference/libmeego-panel/meego-panel.types
+++ libmeego-panel/docs/reference/libmeego-panel/meego-panel.types
-mpl_app_bookmark_manager_get_type
-mpl_content_pane_get_type
-mpl_entry_get_type
-mpl_panel_background_get_type
-mpl_panel_client_get_type
-mpl_panel_clutter_get_type
-mpl_panel_gtk_get_type
-mpl_panel_windowless_get_type
--- libmeego-panel/docs/reference/libmeego-panel/tmpl/mpl-app-bookmark-manager.sgml
+++ libmeego-panel/docs/reference/libmeego-panel/tmpl/mpl-app-bookmark-manager.sgml
-<!-- ##### SECTION Title ##### -->
-MplAppBookmarkManager
-
-<!-- ##### SECTION Short_Description ##### -->
-
-
-<!-- ##### SECTION Long_Description ##### -->
-<para>
-
-</para>
-
-<!-- ##### SECTION See_Also ##### -->
-<para>
-
-</para>
-
-<!-- ##### SECTION Stability_Level ##### -->
-
-
-<!-- ##### SECTION Image ##### -->
-
-
-<!-- ##### STRUCT MplAppBookmarkManager ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SIGNAL MplAppBookmarkManager::bookmarks-changed ##### -->
-<para>
-
-</para>
-
- at mplappbookmarkmanager: the object which received the signal.
-
-<!-- ##### STRUCT MplAppBookmarkManagerClass ##### -->
-<para>
-
-</para>
-
- at bookmarks_changed:
-
-<!-- ##### FUNCTION mpl_app_bookmark_manager_get_default ##### -->
-<para>
-
-</para>
-
- at void:
- at Returns:
-
-
-<!-- ##### FUNCTION mpl_app_bookmark_manager_add_uri ##### -->
-<para>
-
-</para>
-
- at manager:
- at uri:
-
-
-<!-- ##### FUNCTION mpl_app_bookmark_manager_remove_uri ##### -->
-<para>
-
-</para>
-
- at manager:
- at uri:
-
-
-<!-- ##### FUNCTION mpl_app_bookmark_manager_save ##### -->
-<para>
-
-</para>
-
- at manager:
-
-
-<!-- ##### FUNCTION mpl_app_bookmark_manager_get_bookmarks ##### -->
-<para>
-
-</para>
-
- at manager:
- at Returns:
-
-
--- libmeego-panel/docs/reference/libmeego-panel/tmpl/mpl-content-pane.sgml
+++ libmeego-panel/docs/reference/libmeego-panel/tmpl/mpl-content-pane.sgml
-<!-- ##### SECTION Title ##### -->
-MplContentPane
-
-<!-- ##### SECTION Short_Description ##### -->
-
-
-<!-- ##### SECTION Long_Description ##### -->
-<para>
-
-</para>
-
-<!-- ##### SECTION See_Also ##### -->
-<para>
-
-</para>
-
-<!-- ##### SECTION Stability_Level ##### -->
-
-
-<!-- ##### SECTION Image ##### -->
-
-
-<!-- ##### STRUCT MplContentPane ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### ARG MplContentPane:child ##### -->
-<para>
-
-</para>
-
-<!-- ##### ARG MplContentPane:header-actor ##### -->
-<para>
-
-</para>
-
-<!-- ##### ARG MplContentPane:title ##### -->
-<para>
-
-</para>
-
-<!-- ##### STRUCT MplContentPaneClass ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### FUNCTION mpl_content_pane_new ##### -->
-<para>
-
-</para>
-
- at title:
- at Returns:
-
-
-<!-- ##### FUNCTION mpl_content_pane_get_title ##### -->
-<para>
-
-</para>
-
- at self:
- at Returns:
-
-
-<!-- ##### FUNCTION mpl_content_pane_set_title ##### -->
-<para>
-
-</para>
-
- at self:
- at title:
-
-
-<!-- ##### FUNCTION mpl_content_pane_get_header_actor ##### -->
-<para>
-
-</para>
-
- at self:
- at Returns:
-
-
-<!-- ##### FUNCTION mpl_content_pane_set_header_actor ##### -->
-<para>
-
-</para>
-
- at self:
- at actor:
-
-
-<!-- ##### FUNCTION mpl_content_pane_get_child ##### -->
-<para>
-
-</para>
-
- at self:
- at Returns:
-
-
-<!-- ##### FUNCTION mpl_content_pane_set_child ##### -->
-<para>
-
-</para>
-
- at self:
- at child:
-
-
--- libmeego-panel/docs/reference/libmeego-panel/tmpl/mpl-entry.sgml
+++ libmeego-panel/docs/reference/libmeego-panel/tmpl/mpl-entry.sgml
-<!-- ##### SECTION Title ##### -->
-MplEntry
-
-<!-- ##### SECTION Short_Description ##### -->
-
-
-<!-- ##### SECTION Long_Description ##### -->
-<para>
-
-</para>
-
-<!-- ##### SECTION See_Also ##### -->
-<para>
-
-</para>
-
-<!-- ##### SECTION Stability_Level ##### -->
-
-
-<!-- ##### SECTION Image ##### -->
-
-
-<!-- ##### STRUCT MplEntry ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SIGNAL MplEntry::button-clicked ##### -->
-<para>
-
-</para>
-
- at mplentry: the object which received the signal.
-
-<!-- ##### SIGNAL MplEntry::text-changed ##### -->
-<para>
-
-</para>
-
- at mplentry: the object which received the signal.
-
-<!-- ##### ARG MplEntry:label ##### -->
-<para>
-
-</para>
-
-<!-- ##### ARG MplEntry:text ##### -->
-<para>
-
-</para>
-
-<!-- ##### STRUCT MplEntryClass ##### -->
-<para>
-
-</para>
-
- at button_clicked:
- at text_changed:
-
-<!-- ##### FUNCTION mpl_entry_new ##### -->
-<para>
-
-</para>
-
- at label:
- at Returns:
-
-
-<!-- ##### FUNCTION mpl_entry_get_label ##### -->
-<para>
-
-</para>
-
- at self:
- at Returns:
-
-
-<!-- ##### FUNCTION mpl_entry_set_label ##### -->
-<para>
-
-</para>
-
- at self:
- at label:
-
-
-<!-- ##### FUNCTION mpl_entry_get_text ##### -->
-<para>
-
-</para>
-
- at self:
- at Returns:
-
-
-<!-- ##### FUNCTION mpl_entry_set_text ##### -->
-<para>
-
-</para>
-
- at self:
- at text:
-
-
-<!-- ##### FUNCTION mpl_entry_get_mx_entry ##### -->
-<para>
-
-</para>
-
- at self:
- at Returns:
-
-
--- libmeego-panel/docs/reference/libmeego-panel/tmpl/mpl-panel-client.sgml
+++ libmeego-panel/docs/reference/libmeego-panel/tmpl/mpl-panel-client.sgml
-<!-- ##### SECTION Title ##### -->
-MplPanelClient
-
-<!-- ##### SECTION Short_Description ##### -->
-
-
-<!-- ##### SECTION Long_Description ##### -->
-<para>
-
-</para>
-
-<!-- ##### SECTION See_Also ##### -->
-<para>
-
-</para>
-
-<!-- ##### SECTION Stability_Level ##### -->
-
-
-<!-- ##### SECTION Image ##### -->
-
-
-<!-- ##### STRUCT MplPanelClient ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SIGNAL MplPanelClient::hide ##### -->
-<para>
-
-</para>
-
- at mplpanelclient: the object which received the signal.
-
-<!-- ##### SIGNAL MplPanelClient::hide-begin ##### -->
-<para>
-
-</para>
-
- at mplpanelclient: the object which received the signal.
-
-<!-- ##### SIGNAL MplPanelClient::hide-end ##### -->
-<para>
-
-</para>
-
- at mplpanelclient: the object which received the signal.
-
-<!-- ##### SIGNAL MplPanelClient::ready ##### -->
-<para>
-
-</para>
-
- at mplpanelclient: the object which received the signal.
-
-<!-- ##### SIGNAL MplPanelClient::request-button-state ##### -->
-<para>
-
-</para>
-
- at mplpanelclient: the object which received the signal.
- at arg1:
-
-<!-- ##### SIGNAL MplPanelClient::request-button-style ##### -->
-<para>
-
-</para>
-
- at mplpanelclient: the object which received the signal.
- at arg1:
-
-<!-- ##### SIGNAL MplPanelClient::request-focus ##### -->
-<para>
-
-</para>
-
- at mplpanelclient: the object which received the signal.
-
-<!-- ##### SIGNAL MplPanelClient::request-modality ##### -->
-<para>
-
-</para>
-
- at mplpanelclient: the object which received the signal.
- at arg1:
-
-<!-- ##### SIGNAL MplPanelClient::request-tooltip ##### -->
-<para>
-
-</para>
-
- at mplpanelclient: the object which received the signal.
- at arg1:
-
-<!-- ##### SIGNAL MplPanelClient::set-position ##### -->
-<para>
-
-</para>
-
- at mplpanelclient: the object which received the signal.
- at arg1:
- at arg2:
-
-<!-- ##### SIGNAL MplPanelClient::set-size ##### -->
-<para>
-
-</para>
-
- at mplpanelclient: the object which received the signal.
- at arg1:
- at arg2:
-
-<!-- ##### SIGNAL MplPanelClient::show ##### -->
-<para>
-
-</para>
-
- at mplpanelclient: the object which received the signal.
-
-<!-- ##### SIGNAL MplPanelClient::show-begin ##### -->
-<para>
-
-</para>
-
- at mplpanelclient: the object which received the signal.
-
-<!-- ##### SIGNAL MplPanelClient::show-end ##### -->
-<para>
-
-</para>
-
- at mplpanelclient: the object which received the signal.
-
-<!-- ##### SIGNAL MplPanelClient::unload ##### -->
-<para>
-
-</para>
-
- at mplpanelclient: the object which received the signal.
-
-<!-- ##### ARG MplPanelClient:button-style ##### -->
-<para>
-
-</para>
-
-<!-- ##### ARG MplPanelClient:delayed-ready ##### -->
-<para>
-
-</para>
-
-<!-- ##### ARG MplPanelClient:name ##### -->
-<para>
-
-</para>
-
-<!-- ##### ARG MplPanelClient:stylesheet ##### -->
-<para>
-
-</para>
-
-<!-- ##### ARG MplPanelClient:toolbar-service ##### -->
-<para>
-
-</para>
-
-<!-- ##### ARG MplPanelClient:tooltip ##### -->
-<para>
-
-</para>
-
-<!-- ##### ARG MplPanelClient:windowless ##### -->
-<para>
-
-</para>
-
-<!-- ##### ARG MplPanelClient:xid ##### -->
-<para>
-
-</para>
-
-<!-- ##### STRUCT MplPanelClientClass ##### -->
-<para>
-
-</para>
-
- at unload:
- at set_size:
- at set_position:
- at show:
- at show_begin:
- at show_end:
- at hide:
- at hide_begin:
- at hide_end:
-
-<!-- ##### FUNCTION mpl_panel_client_show ##### -->
-<para>
-
-</para>
-
- at panel:
-
-
-<!-- ##### FUNCTION mpl_panel_client_hide ##### -->
-<para>
-
-</para>
-
- at panel:
-
-
-<!-- ##### FUNCTION mpl_panel_client_set_height_request ##### -->
-<para>
-
-</para>
-
- at panel:
- at height:
-
-
-<!-- ##### FUNCTION mpl_panel_client_get_height_request ##### -->
-<para>
-
-</para>
-
- at panel:
- at Returns:
-
-
-<!-- ##### FUNCTION mpl_panel_client_request_focus ##### -->
-<para>
-
-</para>
-
- at panel:
-
-
-<!-- ##### FUNCTION mpl_panel_client_request_button_style ##### -->
-<para>
-
-</para>
-
- at panel:
- at style:
-
-
-<!-- ##### FUNCTION mpl_panel_client_request_tooltip ##### -->
-<para>
-
-</para>
-
- at panel:
- at tooltip:
-
-
-<!-- ##### FUNCTION mpl_panel_client_request_button_state ##### -->
-<para>
-
-</para>
-
- at panel:
- at state:
-
-
-<!-- ##### FUNCTION mpl_panel_client_request_modality ##### -->
-<para>
-
-</para>
-
- at panel:
- at modal:
-
-
-<!-- ##### FUNCTION mpl_panel_client_unload ##### -->
-<para>
-
-</para>
-
- at panel:
-
-
-<!-- ##### FUNCTION mpl_panel_client_launch_application ##### -->
-<para>
-
-</para>
-
- at panel:
- at commandline:
- at Returns:
-
-
-<!-- ##### FUNCTION mpl_panel_client_launch_application_from_desktop_file ##### -->
-<para>
-
-</para>
-
- at panel:
- at desktop:
- at files:
- at Returns:
-
-
-<!-- ##### FUNCTION mpl_panel_client_launch_default_application_for_uri ##### -->
-<para>
-
-</para>
-
- at panel:
- at uri:
- at Returns:
-
-
-<!-- ##### FUNCTION mpl_panel_client_get_xid ##### -->
-<para>
-
-</para>
-
- at panel:
- at Returns:
-
-
-<!-- ##### FUNCTION mpl_panel_client_ready ##### -->
-<para>
-
-</para>
-
- at panel:
-
-
-<!-- ##### FUNCTION mpl_panel_client_set_delayed_ready ##### -->
-<para>
-
-</para>
-
- at panel:
- at delayed:
- at Returns:
-
-
-<!-- ##### FUNCTION mpl_panel_client_is_windowless ##### -->
-<para>
-
-</para>
-
- at panel:
- at Returns:
-
-
-<!-- ##### ENUM MnbButtonState ##### -->
-<para>
-
-</para>
-
- at MNB_BUTTON_NORMAL:
- at MNB_BUTTON_HIDDEN:
- at MNB_BUTTON_INSENSITIVE:
-
-<!-- ##### MACRO MPL_PANEL_DBUS_NAME_PREFIX ##### -->
-<para>
-
-</para>
-
-
-
-<!-- ##### MACRO MPL_PANEL_DBUS_PATH_PREFIX ##### -->
-<para>
-
-</para>
-
-
-
-<!-- ##### MACRO MPL_PANEL_DBUS_INTERFACE ##### -->
-<para>
-
-</para>
-
-
-
-<!-- ##### MACRO MPL_TOOLBAR_DBUS_PATH ##### -->
-<para>
-
-</para>
-
-
-
-<!-- ##### MACRO MPL_TOOLBAR_DBUS_NAME ##### -->
-<para>
-
-</para>
-
-
-
-<!-- ##### MACRO MPL_TOOLBAR_DBUS_INTERFACE ##### -->
-<para>
-
-</para>
-
-
-
-<!-- ##### MACRO MPL_PANEL_MYZONE ##### -->
-<para>
-
-</para>
-
-
-
-<!-- ##### MACRO MPL_PANEL_STATUS ##### -->
-<para>
-
-</para>
-
-
-
-<!-- ##### MACRO MPL_PANEL_ZONES ##### -->
-<para>
-
-</para>
-
-
-
-<!-- ##### MACRO MPL_PANEL_INTERNET ##### -->
-<para>
-
-</para>
-
-
-
-<!-- ##### MACRO MPL_PANEL_MEDIA ##### -->
-<para>
-
-</para>
-
-
-
-<!-- ##### MACRO MPL_PANEL_APPLICATIONS ##### -->
-<para>
-
-</para>
-
-
-
-<!-- ##### MACRO MPL_PANEL_PEOPLE ##### -->
-<para>
-
-</para>
-
-
-
-<!-- ##### MACRO MPL_PANEL_PASTEBOARD ##### -->
-<para>
-
-</para>
-
-
-
-<!-- ##### MACRO MPL_PANEL_NETWORK ##### -->
-<para>
-
-</para>
-
-
-
-<!-- ##### MACRO MPL_PANEL_BLUETOOTH ##### -->
-<para>
-
-</para>
-
-
-
-<!-- ##### MACRO MPL_PANEL_POWER ##### -->
-<para>
-
-</para>
-
-
-
-<!-- ##### MACRO MPL_PANEL_TEST ##### -->
-<para>
-
-</para>
-
-
-
--- libmeego-panel/docs/reference/libmeego-panel/tmpl/mpl-panel-clutter.sgml
+++ libmeego-panel/docs/reference/libmeego-panel/tmpl/mpl-panel-clutter.sgml
-<!-- ##### SECTION Title ##### -->
-MplPanelClutter
-
-<!-- ##### SECTION Short_Description ##### -->
-
-
-<!-- ##### SECTION Long_Description ##### -->
-<para>
-
-</para>
-
-<!-- ##### SECTION See_Also ##### -->
-<para>
-
-</para>
-
-<!-- ##### SECTION Stability_Level ##### -->
-
-
-<!-- ##### SECTION Image ##### -->
-
-
-<!-- ##### STRUCT MplPanelClutter ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### STRUCT MplPanelClutterClass ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### FUNCTION mpl_panel_clutter_new ##### -->
-<para>
-
-</para>
-
- at name:
- at tooltip:
- at stylesheet:
- at button_style:
- at with_toolbar_service:
- at Returns:
-
-
-<!-- ##### FUNCTION mpl_panel_clutter_get_stage ##### -->
-<para>
-
-</para>
-
- at panel:
- at Returns:
-
-
-<!-- ##### FUNCTION mpl_panel_clutter_track_actor_height ##### -->
-<para>
-
-</para>
-
- at panel:
- at actor:
-
-
-<!-- ##### FUNCTION mpl_panel_clutter_load_base_style ##### -->
-<para>
-
-</para>
-
- at void:
-
-
-<!-- ##### FUNCTION mpl_panel_clutter_init_lib ##### -->
-<para>
-
-</para>
-
- at argc:
- at argv:
-
-
-<!-- ##### FUNCTION mpl_panel_clutter_init_with_gtk ##### -->
-<para>
-
-</para>
-
- at argc:
- at argv:
-
-
-<!-- ##### FUNCTION mpl_panel_clutter_setup_events_with_gtk ##### -->
-<para>
-
-</para>
-
- at panel:
-
-
-<!-- ##### FUNCTION mpl_panel_clutter_setup_events_with_gtk_for_xid ##### -->
-<para>
-
-</para>
-
- at xid:
-
-
-<!-- ##### FUNCTION mpl_panel_clutter_set_child ##### -->
-<para>
-
-</para>
-
- at panel:
- at child:
-
-
--- libmeego-panel/docs/reference/libmeego-panel/tmpl/mpl-panel-common.sgml
+++ libmeego-panel/docs/reference/libmeego-panel/tmpl/mpl-panel-common.sgml
-<!-- ##### SECTION Title ##### -->
-mpl-panel-common
-
-<!-- ##### SECTION Short_Description ##### -->
-
-
-<!-- ##### SECTION Long_Description ##### -->
-<para>
-
-</para>
-
-<!-- ##### SECTION See_Also ##### -->
-<para>
-
-</para>
-
-<!-- ##### SECTION Stability_Level ##### -->
-
-
-<!-- ##### SECTION Image ##### -->
-
-
--- libmeego-panel/docs/reference/libmeego-panel/tmpl/mpl-panel-gtk.sgml
+++ libmeego-panel/docs/reference/libmeego-panel/tmpl/mpl-panel-gtk.sgml
-<!-- ##### SECTION Title ##### -->
-MplPanelGtk
-
-<!-- ##### SECTION Short_Description ##### -->
-
-
-<!-- ##### SECTION Long_Description ##### -->
-<para>
-
-</para>
-
-<!-- ##### SECTION See_Also ##### -->
-<para>
-
-</para>
-
-<!-- ##### SECTION Stability_Level ##### -->
-
-
-<!-- ##### SECTION Image ##### -->
-
-
-<!-- ##### STRUCT MplPanelGtk ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### STRUCT MplPanelGtkClass ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### MACRO MPL_PANEL_GTK_INIT ##### -->
-<para>
-
-</para>
-
-
-
-<!-- ##### FUNCTION mpl_panel_gtk_new ##### -->
-<para>
-
-</para>
-
- at name:
- at tooltip:
- at stylesheet:
- at button_style:
- at with_toolbar_service:
- at Returns:
-
-
-<!-- ##### FUNCTION mpl_panel_gtk_get_window ##### -->
-<para>
-
-</para>
-
- at panel:
- at Returns:
-
-
-<!-- ##### FUNCTION mpl_panel_gtk_set_child ##### -->
-<para>
-
-</para>
-
- at panel:
- at child:
-
-
--- libmeego-panel/docs/reference/libmeego-panel/tmpl/mpl-panel-windowless.sgml
+++ libmeego-panel/docs/reference/libmeego-panel/tmpl/mpl-panel-windowless.sgml
-<!-- ##### SECTION Title ##### -->
-MplPanelWindowless
-
-<!-- ##### SECTION Short_Description ##### -->
-
-
-<!-- ##### SECTION Long_Description ##### -->
-<para>
-
-</para>
-
-<!-- ##### SECTION See_Also ##### -->
-<para>
-
-</para>
-
-<!-- ##### SECTION Stability_Level ##### -->
-
-
-<!-- ##### SECTION Image ##### -->
-
-
-<!-- ##### STRUCT MplPanelWindowless ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### STRUCT MplPanelWindowlessClass ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### FUNCTION mpl_panel_windowless_new ##### -->
-<para>
-
-</para>
-
- at name:
- at tooltip:
- at stylesheet:
- at button_style:
- at with_toolbar_service:
- at Returns:
-
-
--- libmeego-panel/docs/reference/libmeego-panel/tmpl/mpl-utils.sgml
+++ libmeego-panel/docs/reference/libmeego-panel/tmpl/mpl-utils.sgml
-<!-- ##### SECTION Title ##### -->
-mpl-utils
-
-<!-- ##### SECTION Short_Description ##### -->
-
-
-<!-- ##### SECTION Long_Description ##### -->
-<para>
-
-</para>
-
-<!-- ##### SECTION See_Also ##### -->
-<para>
-
-</para>
-
-<!-- ##### SECTION Stability_Level ##### -->
-
-
-<!-- ##### SECTION Image ##### -->
-
-
-<!-- ##### FUNCTION mpl_icon_theme_lookup_icon_file ##### -->
-<para>
-
-</para>
-
- at theme:
- at icon_name:
- at icon_size:
- at Returns:
-
-
-<!-- ##### FUNCTION mpl_utils_get_thumbnail_path ##### -->
-<para>
-
-</para>
-
- at uri:
- at Returns:
-
-
-<!-- ##### MACRO MEEGO_PANEL_CHECK_VERSION ##### -->
-<para>
-
-</para>
-
- at major:
- at minor:
- at micro:
-
-
-<!-- ##### MACRO MEEGO_PANEL_MAJOR_VERSION ##### -->
-<para>
-
-</para>
-
-
-
-<!-- ##### MACRO MEEGO_PANEL_MINOR_VERSION ##### -->
-<para>
-
-</para>
-
-
-
-<!-- ##### MACRO MEEGO_PANEL_MICRO_VERSION ##### -->
-<para>
-
-</para>
-
-
-
-<!-- ##### MACRO MEEGO_PANEL_VERSION ##### -->
-<para>
-
-</para>
-
-
-
-<!-- ##### MACRO MEEGO_PANEL_VERSION_S ##### -->
-<para>
-
-</para>
-
-
-
-<!-- ##### MACRO MEEGO_PANEL_VERSION_HEX ##### -->
-<para>
-
-</para>
-
-
-
--- libmeego-panel/docs/reference/libmeego-panel/tmpl/mpl-version.sgml
+++ libmeego-panel/docs/reference/libmeego-panel/tmpl/mpl-version.sgml
-<!-- ##### SECTION Title ##### -->
-mpl-version
-
-<!-- ##### SECTION Short_Description ##### -->
-
-
-<!-- ##### SECTION Long_Description ##### -->
-<para>
-
-</para>
-
-<!-- ##### SECTION See_Also ##### -->
-<para>
-
-</para>
-
-<!-- ##### SECTION Stability_Level ##### -->
-
-
-<!-- ##### SECTION Image ##### -->
-
-
-<!-- ##### MACRO MEEGO_PANEL_MAJOR_VERSION ##### -->
-<para>
-
-</para>
-
-
-
-<!-- ##### MACRO MEEGO_PANEL_MINOR_VERSION ##### -->
-<para>
-
-</para>
-
-
-
-<!-- ##### MACRO MEEGO_PANEL_MICRO_VERSION ##### -->
-<para>
-
-</para>
-
-
-
-<!-- ##### MACRO MEEGO_PANEL_VERSION ##### -->
-<para>
-
-</para>
-
-
-
-<!-- ##### MACRO MEEGO_PANEL_VERSION_S ##### -->
-<para>
-
-</para>
-
-
-
-<!-- ##### MACRO MEEGO_PANEL_VERSION_HEX ##### -->
-<para>
-
-</para>
-
-
-
-<!-- ##### MACRO MEEGO_PANEL_CHECK_VERSION ##### -->
-<para>
-
-</para>
-
- at major:
- at minor:
- at micro:
-
-
--- libmeego-panel/meego-panel/mnb-panel-dbus-glue.h
+++ libmeego-panel/meego-panel/mnb-panel-dbus-glue.h
@@ -27,6 +27,7 @@
#define g_marshal_value_peek_boxed(v) g_value_get_boxed (v)
#define g_marshal_value_peek_pointer(v) g_value_get_pointer (v)
#define g_marshal_value_peek_object(v) g_value_get_object (v)
+#define g_marshal_value_peek_variant(v) g_value_get_variant (v)
#else /* !G_ENABLE_DEBUG */
/* WARNING: This code accesses GValues directly, which is UNSUPPORTED API.
* Do not access GValues directly in your code. Instead, use the
@@ -50,6 +51,7 @@
#define g_marshal_value_peek_boxed(v) (v)->data[0].v_pointer
#define g_marshal_value_peek_pointer(v) (v)->data[0].v_pointer
#define g_marshal_value_peek_object(v) (v)->data[0].v_pointer
+#define g_marshal_value_peek_variant(v) (v)->data[0].v_pointer
#endif /* !G_ENABLE_DEBUG */
@@ -165,27 +167,27 @@
g_value_set_boolean (return_value, v_return);
}
-/* BOOLEAN:INT,INT,POINTER */
-extern void dbus_glib_marshal_mnb_panel_dbus_BOOLEAN__INT_INT_POINTER (GClosure *closure,
- GValue *return_value,
- guint n_param_values,
- const GValue *param_values,
- gpointer invocation_hint,
- gpointer marshal_data);
+/* BOOLEAN:UINT,UINT,POINTER */
+extern void dbus_glib_marshal_mnb_panel_dbus_BOOLEAN__UINT_UINT_POINTER (GClosure *closure,
+ GValue *return_value,
+ guint n_param_values,
+ const GValue *param_values,
+ gpointer invocation_hint,
+ gpointer marshal_data);
void
-dbus_glib_marshal_mnb_panel_dbus_BOOLEAN__INT_INT_POINTER (GClosure *closure,
- GValue *return_value G_GNUC_UNUSED,
- guint n_param_values,
- const GValue *param_values,
- gpointer invocation_hint G_GNUC_UNUSED,
- gpointer marshal_data)
+dbus_glib_marshal_mnb_panel_dbus_BOOLEAN__UINT_UINT_POINTER (GClosure *closure,
+ GValue *return_value G_GNUC_UNUSED,
+ guint n_param_values,
+ const GValue *param_values,
+ gpointer invocation_hint G_GNUC_UNUSED,
+ gpointer marshal_data)
{
- typedef gboolean (*GMarshalFunc_BOOLEAN__INT_INT_POINTER) (gpointer data1,
- gint arg_1,
- gint arg_2,
- gpointer arg_3,
- gpointer data2);
- register GMarshalFunc_BOOLEAN__INT_INT_POINTER callback;
+ typedef gboolean (*GMarshalFunc_BOOLEAN__UINT_UINT_POINTER) (gpointer data1,
+ guint arg_1,
+ guint arg_2,
+ gpointer arg_3,
+ gpointer data2);
+ register GMarshalFunc_BOOLEAN__UINT_UINT_POINTER callback;
register GCClosure *cc = (GCClosure*) closure;
register gpointer data1, data2;
gboolean v_return;
@@ -203,38 +205,38 @@
data1 = g_value_peek_pointer (param_values + 0);
data2 = closure->data;
}
- callback = (GMarshalFunc_BOOLEAN__INT_INT_POINTER) (marshal_data ? marshal_data : cc->callback);
+ callback = (GMarshalFunc_BOOLEAN__UINT_UINT_POINTER) (marshal_data ? marshal_data : cc->callback);
v_return = callback (data1,
- g_marshal_value_peek_int (param_values + 1),
- g_marshal_value_peek_int (param_values + 2),
+ g_marshal_value_peek_uint (param_values + 1),
+ g_marshal_value_peek_uint (param_values + 2),
g_marshal_value_peek_pointer (param_values + 3),
data2);
g_value_set_boolean (return_value, v_return);
}
-/* BOOLEAN:UINT,UINT,POINTER */
-extern void dbus_glib_marshal_mnb_panel_dbus_BOOLEAN__UINT_UINT_POINTER (GClosure *closure,
- GValue *return_value,
- guint n_param_values,
- const GValue *param_values,
- gpointer invocation_hint,
- gpointer marshal_data);
+/* BOOLEAN:INT,INT,POINTER */
+extern void dbus_glib_marshal_mnb_panel_dbus_BOOLEAN__INT_INT_POINTER (GClosure *closure,
+ GValue *return_value,
+ guint n_param_values,
+ const GValue *param_values,
+ gpointer invocation_hint,
+ gpointer marshal_data);
void
-dbus_glib_marshal_mnb_panel_dbus_BOOLEAN__UINT_UINT_POINTER (GClosure *closure,
- GValue *return_value G_GNUC_UNUSED,
- guint n_param_values,
- const GValue *param_values,
- gpointer invocation_hint G_GNUC_UNUSED,
- gpointer marshal_data)
+dbus_glib_marshal_mnb_panel_dbus_BOOLEAN__INT_INT_POINTER (GClosure *closure,
+ GValue *return_value G_GNUC_UNUSED,
+ guint n_param_values,
+ const GValue *param_values,
+ gpointer invocation_hint G_GNUC_UNUSED,
+ gpointer marshal_data)
{
- typedef gboolean (*GMarshalFunc_BOOLEAN__UINT_UINT_POINTER) (gpointer data1,
- guint arg_1,
- guint arg_2,
- gpointer arg_3,
- gpointer data2);
- register GMarshalFunc_BOOLEAN__UINT_UINT_POINTER callback;
+ typedef gboolean (*GMarshalFunc_BOOLEAN__INT_INT_POINTER) (gpointer data1,
+ gint arg_1,
+ gint arg_2,
+ gpointer arg_3,
+ gpointer data2);
+ register GMarshalFunc_BOOLEAN__INT_INT_POINTER callback;
register GCClosure *cc = (GCClosure*) closure;
register gpointer data1, data2;
gboolean v_return;
@@ -252,11 +254,11 @@
data1 = g_value_peek_pointer (param_values + 0);
data2 = closure->data;
}
- callback = (GMarshalFunc_BOOLEAN__UINT_UINT_POINTER) (marshal_data ? marshal_data : cc->callback);
+ callback = (GMarshalFunc_BOOLEAN__INT_INT_POINTER) (marshal_data ? marshal_data : cc->callback);
v_return = callback (data1,
- g_marshal_value_peek_uint (param_values + 1),
- g_marshal_value_peek_uint (param_values + 2),
+ g_marshal_value_peek_int (param_values + 1),
+ g_marshal_value_peek_int (param_values + 2),
g_marshal_value_peek_pointer (param_values + 3),
data2);
@@ -282,8 +284,7 @@
{ (GCallback) mnb_panel_dbus_ping, dbus_glib_marshal_mnb_panel_dbus_BOOLEAN__POINTER, 603 },
};
-const DBusGObjectInfo dbus_glib_mnb_panel_dbus_object_info = {
- 0,
+const DBusGObjectInfo dbus_glib_mnb_panel_dbus_object_info = { 1,
dbus_glib_mnb_panel_dbus_methods,
11,
"com.meego.UX.Shell.Panel\0InitPanel\0S\0x\0I\0i\0y\0I\0i\0max_window_width\0I\0u\0max_window_height\0I\0u\0panel_name\0O\0F\0N\0s\0xid\0O\0F\0N\0u\0tooltip\0O\0F\0N\0s\0stylesheet\0O\0F\0N\0s\0button_style\0O\0F\0N\0s\0window_width\0O\0F\0N\0u\0window_height\0O\0F\0N\0u\0\0com.meego.UX.Shell.Panel\0Unload\0S\0\0com.meego.UX.Shell.Panel\0SetPosition\0S\0x\0I\0i\0y\0I\0i\0\0com.meego.UX.Shell.Panel\0SetSize\0S\0max_window_width\0I\0u\0max_window_height\0I\0u\0\0com.meego.UX.Shell.Panel\0Show\0S\0\0com.meego.UX.Shell.Panel\0ShowBegin\0S\0\0com.meego.UX.Shell.Panel\0ShowEnd\0S\0\0com.meego.UX.Shell.Panel\0Hide\0S\0\0com.meego.UX.Shell.Panel\0HideBegin\0S\0\0com.meego.UX.Shell.Panel\0HideEnd\0S\0\0com.meego.UX.Shell.Panel\0Ping\0S\0\0\0",
--- libmeego-panel/meego-panel/mnb-toolbar-dbus-glue.h
+++ libmeego-panel/meego-panel/mnb-toolbar-dbus-glue.h
@@ -27,6 +27,7 @@
#define g_marshal_value_peek_boxed(v) g_value_get_boxed (v)
#define g_marshal_value_peek_pointer(v) g_value_get_pointer (v)
#define g_marshal_value_peek_object(v) g_value_get_object (v)
+#define g_marshal_value_peek_variant(v) g_value_get_variant (v)
#else /* !G_ENABLE_DEBUG */
/* WARNING: This code accesses GValues directly, which is UNSUPPORTED API.
* Do not access GValues directly in your code. Instead, use the
@@ -50,58 +51,10 @@
#define g_marshal_value_peek_boxed(v) (v)->data[0].v_pointer
#define g_marshal_value_peek_pointer(v) (v)->data[0].v_pointer
#define g_marshal_value_peek_object(v) (v)->data[0].v_pointer
+#define g_marshal_value_peek_variant(v) (v)->data[0].v_pointer
#endif /* !G_ENABLE_DEBUG */
-/* BOOLEAN:STRING,BOOLEAN,POINTER */
-extern void dbus_glib_marshal_mnb_toolbar_dbus_BOOLEAN__STRING_BOOLEAN_POINTER (GClosure *closure,
- GValue *return_value,
- guint n_param_values,
- const GValue *param_values,
- gpointer invocation_hint,
- gpointer marshal_data);
-void
-dbus_glib_marshal_mnb_toolbar_dbus_BOOLEAN__STRING_BOOLEAN_POINTER (GClosure *closure,
- GValue *return_value G_GNUC_UNUSED,
- guint n_param_values,
- const GValue *param_values,
- gpointer invocation_hint G_GNUC_UNUSED,
- gpointer marshal_data)
-{
- typedef gboolean (*GMarshalFunc_BOOLEAN__STRING_BOOLEAN_POINTER) (gpointer data1,
- gpointer arg_1,
- gboolean arg_2,
- gpointer arg_3,
- gpointer data2);
- register GMarshalFunc_BOOLEAN__STRING_BOOLEAN_POINTER callback;
- register GCClosure *cc = (GCClosure*) closure;
- register gpointer data1, data2;
- gboolean v_return;
-
- g_return_if_fail (return_value != NULL);
- g_return_if_fail (n_param_values == 4);
-
- if (G_CCLOSURE_SWAP_DATA (closure))
- {
- data1 = closure->data;
- data2 = g_value_peek_pointer (param_values + 0);
- }
- else
- {
- data1 = g_value_peek_pointer (param_values + 0);
- data2 = closure->data;
- }
- callback = (GMarshalFunc_BOOLEAN__STRING_BOOLEAN_POINTER) (marshal_data ? marshal_data : cc->callback);
-
- v_return = callback (data1,
- g_marshal_value_peek_string (param_values + 1),
- g_marshal_value_peek_boolean (param_values + 2),
- g_marshal_value_peek_pointer (param_values + 3),
- data2);
-
- g_value_set_boolean (return_value, v_return);
-}
-
/* BOOLEAN:POINTER */
extern void dbus_glib_marshal_mnb_toolbar_dbus_BOOLEAN__POINTER (GClosure *closure,
GValue *return_value,
@@ -194,6 +147,55 @@
g_value_set_boolean (return_value, v_return);
}
+/* BOOLEAN:STRING,BOOLEAN,POINTER */
+extern void dbus_glib_marshal_mnb_toolbar_dbus_BOOLEAN__STRING_BOOLEAN_POINTER (GClosure *closure,
+ GValue *return_value,
+ guint n_param_values,
+ const GValue *param_values,
+ gpointer invocation_hint,
+ gpointer marshal_data);
+void
+dbus_glib_marshal_mnb_toolbar_dbus_BOOLEAN__STRING_BOOLEAN_POINTER (GClosure *closure,
+ GValue *return_value G_GNUC_UNUSED,
+ guint n_param_values,
+ const GValue *param_values,
+ gpointer invocation_hint G_GNUC_UNUSED,
+ gpointer marshal_data)
+{
+ typedef gboolean (*GMarshalFunc_BOOLEAN__STRING_BOOLEAN_POINTER) (gpointer data1,
+ gpointer arg_1,
+ gboolean arg_2,
+ gpointer arg_3,
+ gpointer data2);
+ register GMarshalFunc_BOOLEAN__STRING_BOOLEAN_POINTER callback;
+ register GCClosure *cc = (GCClosure*) closure;
+ register gpointer data1, data2;
+ gboolean v_return;
+
+ g_return_if_fail (return_value != NULL);
+ g_return_if_fail (n_param_values == 4);
+
+ if (G_CCLOSURE_SWAP_DATA (closure))
+ {
+ data1 = closure->data;
+ data2 = g_value_peek_pointer (param_values + 0);
+ }
+ else
+ {
+ data1 = g_value_peek_pointer (param_values + 0);
+ data2 = closure->data;
+ }
+ callback = (GMarshalFunc_BOOLEAN__STRING_BOOLEAN_POINTER) (marshal_data ? marshal_data : cc->callback);
+
+ v_return = callback (data1,
+ g_marshal_value_peek_string (param_values + 1),
+ g_marshal_value_peek_boolean (param_values + 2),
+ g_marshal_value_peek_pointer (param_values + 3),
+ data2);
+
+ g_value_set_boolean (return_value, v_return);
+}
+
G_END_DECLS
#endif /* __dbus_glib_marshal_mnb_toolbar_dbus_MARSHAL_H__ */
@@ -206,8 +208,7 @@
{ (GCallback) mnb_toolbar_dbus_hide_panel, dbus_glib_marshal_mnb_toolbar_dbus_BOOLEAN__STRING_BOOLEAN_POINTER, 133 },
};
-const DBusGObjectInfo dbus_glib_mnb_toolbar_dbus_object_info = {
- 0,
+const DBusGObjectInfo dbus_glib_mnb_toolbar_dbus_object_info = { 1,
dbus_glib_mnb_toolbar_dbus_methods,
4,
"com.meego.UX.Shell.Toolbar\0ShowToolbar\0S\0\0com.meego.UX.Shell.Toolbar\0HideToolbar\0S\0\0com.meego.UX.Shell.Toolbar\0ShowPanel\0S\0name\0I\0s\0\0com.meego.UX.Shell.Toolbar\0HidePanel\0S\0name\0I\0s\0hide_toolbar\0I\0b\0\0\0",
--- libmeego-panel/meego-panel/mpl-version.h
+++ libmeego-panel/meego-panel/mpl-version.h
@@ -44,14 +44,14 @@
*
* The micro version of the meego-panel library (3, if %MEEGO_PANEL_VERSION is 1.2.3)
*/
-#define MEEGO_PANEL_MICRO_VERSION (1)
+#define MEEGO_PANEL_MICRO_VERSION (2)
/**
* MEEGO_PANEL_VERSION:
*
* The full version of the meego-panel library, like 1.2.3
*/
-#define MEEGO_PANEL_VERSION 0.77.1
+#define MEEGO_PANEL_VERSION 0.77.2
/**
* MEEGO_PANEL_VERSION_S:
@@ -59,7 +59,7 @@
* The full version of the meego-panel library, in string form (suited for
* string concatenation)
*/
-#define MEEGO_PANEL_VERSION_S "0.77.1"
+#define MEEGO_PANEL_VERSION_S "0.77.2"
/**
* MEEGO_PANEL_VERSION_HEX:
--- libmeego-panel/tests/Makefile.am
+++ libmeego-panel/tests/Makefile.am
@@ -42,6 +42,7 @@
test-panel.css
test_panel_clutter_LDADD = \
+ $(LIBMPL_LIBS) \
../meego-panel/libmeego-panel.la
test_panel_clutter_SOURCES = \
@@ -52,6 +53,7 @@
test-panel.css
test_panel_gtk_LDADD = \
+ $(LIBMPL_LIBS) \
../meego-panel/libmeego-panel.la
test_panel_gtk_SOURCES = \
--- libmeego-panel/tests/Makefile.in
+++ libmeego-panel/tests/Makefile.in
@@ -315,6 +315,7 @@
test-panel.css
test_panel_clutter_LDADD = \
+ $(LIBMPL_LIBS) \
../meego-panel/libmeego-panel.la
test_panel_clutter_SOURCES = \
@@ -325,6 +326,7 @@
test-panel.css
test_panel_gtk_LDADD = \
+ $(LIBMPL_LIBS) \
../meego-panel/libmeego-panel.la
test_panel_gtk_SOURCES = \
--- src/alttab/mnb-alttab.c
+++ src/alttab/mnb-alttab.c
@@ -300,6 +300,33 @@
/* MNB_DBG_MARK(); */
+ /*
+ * If the compositor is turned of, switch to the next application
+ * immediately, if we know what that is.
+ */
+ if (!priv->waiting_for_timeout &&
+ meego_netbook_compositor_disabled (plugin))
+ {
+ GList *l = mnb_alttab_overlay_get_app_list (overlay);
+
+ if (l && l->next)
+ {
+ mnb_alttab_overlay_activate_window (overlay,
+ l->next->data,
+ event->xkey.time);
+ }
+
+ /* This should never happen, right ? */
+ if (priv->in_alt_grab)
+ {
+ end_kbd_grab (overlay);
+ priv->alt_tab_down = FALSE;
+ }
+
+ g_list_free (l);
+ return;
+ }
+
if (!priv->in_alt_grab)
{
if (!applications_present ())
@@ -353,9 +380,7 @@
priv->alt_tab_down = TRUE;
- if (!priv->waiting_for_timeout &&
- (!CLUTTER_ACTOR_IS_VISIBLE (overlay) ||
- meego_netbook_compositor_disabled (plugin)))
+ if (!priv->waiting_for_timeout && !CLUTTER_ACTOR_IS_VISIBLE (overlay))
{
struct alt_tab_show_complete_data *alt_data;
MnbToolbar *toolbar;
--- src/meego-netbook.c
+++ src/meego-netbook.c
@@ -76,6 +76,7 @@
#define BG_KEY_DIR "/desktop/gnome/background"
#define KEY_BG_FILENAME BG_KEY_DIR "/picture_filename"
#define KEY_BG_OPTIONS BG_KEY_DIR "/picture_options"
+#define KEY_BG_COLOR BG_KEY_DIR "/primary_color"
#define THEME_KEY_DIR "/apps/metacity/general"
#define KEY_THEME THEME_KEY_DIR "/theme"
#define KEY_BUTTONS THEME_KEY_DIR "/button_layout"
@@ -666,6 +667,19 @@
gconf_client = priv->gconf_client = gconf_client_get_default ();
+ /*
+ * Disable the cycle_group bindings; the default for this is Alt+` which
+ * breaks non-English platforms, BMC#11875
+ */
+ gconf_client_set_string (gconf_client,
+ "/apps/metacity/global_keybindings/cycle_group",
+ "disabled",
+ NULL);
+ gconf_client_set_string (gconf_client,
+ "/apps/metacity/global_keybindings/cycle_group_backward",
+ "disabled",
+ NULL);
+
meego_netbook_handle_screen_size (plugin, &screen_width, &screen_height);
/* tweak with env var as then possible to develop in desktop env. */
@@ -2628,10 +2642,10 @@
GConfEntry *entry,
gpointer data)
{
- MutterPlugin *plugin = MUTTER_PLUGIN (data);
- const gchar *filename = NULL;
- GConfValue *value;
- const gchar *key;
+ MutterPlugin *plugin = MUTTER_PLUGIN (data);
+ const gchar *filename = NULL;
+ GConfValue *value;
+ const gchar *key;
if (!entry)
return;
@@ -2644,10 +2658,25 @@
if (value)
filename = gconf_value_get_string (value);
- if (!filename || !*filename)
- filename = THEMEDIR "/panel/background-tile.png";
+ if (filename && *filename)
+ setup_desktop_background (plugin, filename);
+ }
+ else if (!strcmp (key, KEY_BG_COLOR))
+ {
+ const char *clr_str = NULL;
+ ClutterColor clr;
+
+ if (value)
+ clr_str = gconf_value_get_string (value);
- setup_desktop_background (plugin, filename);
+ if (clr_str && *clr_str &&
+ clutter_color_from_string (&clr, clr_str))
+ {
+ MetaScreen *screen = mutter_plugin_get_screen (plugin);
+ ClutterActor *stage = mutter_get_stage_for_screen (screen);
+
+ clutter_stage_set_color (CLUTTER_STAGE (stage), &clr);
+ }
}
#if 0
else if (value && !strcmp (key, KEY_BG_OPTIONS))
@@ -2706,6 +2735,7 @@
* Read the background via our notify func
*/
gconf_client_notify (priv->gconf_client, KEY_BG_FILENAME);
+ gconf_client_notify (priv->gconf_client, KEY_BG_COLOR);
#if 0
gconf_client_notify (priv->gconf_client, KEY_BG_OPTIONS);
#endif
--- src/mnb-panel-dbus-glue.h
+++ src/mnb-panel-dbus-glue.h
@@ -27,6 +27,7 @@
#define g_marshal_value_peek_boxed(v) g_value_get_boxed (v)
#define g_marshal_value_peek_pointer(v) g_value_get_pointer (v)
#define g_marshal_value_peek_object(v) g_value_get_object (v)
+#define g_marshal_value_peek_variant(v) g_value_get_variant (v)
#else /* !G_ENABLE_DEBUG */
/* WARNING: This code accesses GValues directly, which is UNSUPPORTED API.
* Do not access GValues directly in your code. Instead, use the
@@ -50,6 +51,7 @@
#define g_marshal_value_peek_boxed(v) (v)->data[0].v_pointer
#define g_marshal_value_peek_pointer(v) (v)->data[0].v_pointer
#define g_marshal_value_peek_object(v) (v)->data[0].v_pointer
+#define g_marshal_value_peek_variant(v) (v)->data[0].v_pointer
#endif /* !G_ENABLE_DEBUG */
@@ -165,27 +167,27 @@
g_value_set_boolean (return_value, v_return);
}
-/* BOOLEAN:INT,INT,POINTER */
-extern void dbus_glib_marshal_mnb_panel_dbus_BOOLEAN__INT_INT_POINTER (GClosure *closure,
- GValue *return_value,
- guint n_param_values,
- const GValue *param_values,
- gpointer invocation_hint,
- gpointer marshal_data);
+/* BOOLEAN:UINT,UINT,POINTER */
+extern void dbus_glib_marshal_mnb_panel_dbus_BOOLEAN__UINT_UINT_POINTER (GClosure *closure,
+ GValue *return_value,
+ guint n_param_values,
+ const GValue *param_values,
+ gpointer invocation_hint,
+ gpointer marshal_data);
void
-dbus_glib_marshal_mnb_panel_dbus_BOOLEAN__INT_INT_POINTER (GClosure *closure,
- GValue *return_value G_GNUC_UNUSED,
- guint n_param_values,
- const GValue *param_values,
- gpointer invocation_hint G_GNUC_UNUSED,
- gpointer marshal_data)
+dbus_glib_marshal_mnb_panel_dbus_BOOLEAN__UINT_UINT_POINTER (GClosure *closure,
+ GValue *return_value G_GNUC_UNUSED,
+ guint n_param_values,
+ const GValue *param_values,
+ gpointer invocation_hint G_GNUC_UNUSED,
+ gpointer marshal_data)
{
- typedef gboolean (*GMarshalFunc_BOOLEAN__INT_INT_POINTER) (gpointer data1,
- gint arg_1,
- gint arg_2,
- gpointer arg_3,
- gpointer data2);
- register GMarshalFunc_BOOLEAN__INT_INT_POINTER callback;
+ typedef gboolean (*GMarshalFunc_BOOLEAN__UINT_UINT_POINTER) (gpointer data1,
+ guint arg_1,
+ guint arg_2,
+ gpointer arg_3,
+ gpointer data2);
+ register GMarshalFunc_BOOLEAN__UINT_UINT_POINTER callback;
register GCClosure *cc = (GCClosure*) closure;
register gpointer data1, data2;
gboolean v_return;
@@ -203,38 +205,38 @@
data1 = g_value_peek_pointer (param_values + 0);
data2 = closure->data;
}
- callback = (GMarshalFunc_BOOLEAN__INT_INT_POINTER) (marshal_data ? marshal_data : cc->callback);
+ callback = (GMarshalFunc_BOOLEAN__UINT_UINT_POINTER) (marshal_data ? marshal_data : cc->callback);
v_return = callback (data1,
- g_marshal_value_peek_int (param_values + 1),
- g_marshal_value_peek_int (param_values + 2),
+ g_marshal_value_peek_uint (param_values + 1),
+ g_marshal_value_peek_uint (param_values + 2),
g_marshal_value_peek_pointer (param_values + 3),
data2);
g_value_set_boolean (return_value, v_return);
}
-/* BOOLEAN:UINT,UINT,POINTER */
-extern void dbus_glib_marshal_mnb_panel_dbus_BOOLEAN__UINT_UINT_POINTER (GClosure *closure,
- GValue *return_value,
- guint n_param_values,
- const GValue *param_values,
- gpointer invocation_hint,
- gpointer marshal_data);
+/* BOOLEAN:INT,INT,POINTER */
+extern void dbus_glib_marshal_mnb_panel_dbus_BOOLEAN__INT_INT_POINTER (GClosure *closure,
+ GValue *return_value,
+ guint n_param_values,
+ const GValue *param_values,
+ gpointer invocation_hint,
+ gpointer marshal_data);
void
-dbus_glib_marshal_mnb_panel_dbus_BOOLEAN__UINT_UINT_POINTER (GClosure *closure,
- GValue *return_value G_GNUC_UNUSED,
- guint n_param_values,
- const GValue *param_values,
- gpointer invocation_hint G_GNUC_UNUSED,
- gpointer marshal_data)
+dbus_glib_marshal_mnb_panel_dbus_BOOLEAN__INT_INT_POINTER (GClosure *closure,
+ GValue *return_value G_GNUC_UNUSED,
+ guint n_param_values,
+ const GValue *param_values,
+ gpointer invocation_hint G_GNUC_UNUSED,
+ gpointer marshal_data)
{
- typedef gboolean (*GMarshalFunc_BOOLEAN__UINT_UINT_POINTER) (gpointer data1,
- guint arg_1,
- guint arg_2,
- gpointer arg_3,
- gpointer data2);
- register GMarshalFunc_BOOLEAN__UINT_UINT_POINTER callback;
+ typedef gboolean (*GMarshalFunc_BOOLEAN__INT_INT_POINTER) (gpointer data1,
+ gint arg_1,
+ gint arg_2,
+ gpointer arg_3,
+ gpointer data2);
+ register GMarshalFunc_BOOLEAN__INT_INT_POINTER callback;
register GCClosure *cc = (GCClosure*) closure;
register gpointer data1, data2;
gboolean v_return;
@@ -252,11 +254,11 @@
data1 = g_value_peek_pointer (param_values + 0);
data2 = closure->data;
}
- callback = (GMarshalFunc_BOOLEAN__UINT_UINT_POINTER) (marshal_data ? marshal_data : cc->callback);
+ callback = (GMarshalFunc_BOOLEAN__INT_INT_POINTER) (marshal_data ? marshal_data : cc->callback);
v_return = callback (data1,
- g_marshal_value_peek_uint (param_values + 1),
- g_marshal_value_peek_uint (param_values + 2),
+ g_marshal_value_peek_int (param_values + 1),
+ g_marshal_value_peek_int (param_values + 2),
g_marshal_value_peek_pointer (param_values + 3),
data2);
@@ -282,8 +284,7 @@
{ (GCallback) mnb_panel_dbus_ping, dbus_glib_marshal_mnb_panel_dbus_BOOLEAN__POINTER, 603 },
};
-const DBusGObjectInfo dbus_glib_mnb_panel_dbus_object_info = {
- 0,
+const DBusGObjectInfo dbus_glib_mnb_panel_dbus_object_info = { 1,
dbus_glib_mnb_panel_dbus_methods,
11,
"com.meego.UX.Shell.Panel\0InitPanel\0S\0x\0I\0i\0y\0I\0i\0max_window_width\0I\0u\0max_window_height\0I\0u\0panel_name\0O\0F\0N\0s\0xid\0O\0F\0N\0u\0tooltip\0O\0F\0N\0s\0stylesheet\0O\0F\0N\0s\0button_style\0O\0F\0N\0s\0window_width\0O\0F\0N\0u\0window_height\0O\0F\0N\0u\0\0com.meego.UX.Shell.Panel\0Unload\0S\0\0com.meego.UX.Shell.Panel\0SetPosition\0S\0x\0I\0i\0y\0I\0i\0\0com.meego.UX.Shell.Panel\0SetSize\0S\0max_window_width\0I\0u\0max_window_height\0I\0u\0\0com.meego.UX.Shell.Panel\0Show\0S\0\0com.meego.UX.Shell.Panel\0ShowBegin\0S\0\0com.meego.UX.Shell.Panel\0ShowEnd\0S\0\0com.meego.UX.Shell.Panel\0Hide\0S\0\0com.meego.UX.Shell.Panel\0HideBegin\0S\0\0com.meego.UX.Shell.Panel\0HideEnd\0S\0\0com.meego.UX.Shell.Panel\0Ping\0S\0\0\0",
--- src/mnb-toolbar-dbus-glue.h
+++ src/mnb-toolbar-dbus-glue.h
@@ -27,6 +27,7 @@
#define g_marshal_value_peek_boxed(v) g_value_get_boxed (v)
#define g_marshal_value_peek_pointer(v) g_value_get_pointer (v)
#define g_marshal_value_peek_object(v) g_value_get_object (v)
+#define g_marshal_value_peek_variant(v) g_value_get_variant (v)
#else /* !G_ENABLE_DEBUG */
/* WARNING: This code accesses GValues directly, which is UNSUPPORTED API.
* Do not access GValues directly in your code. Instead, use the
@@ -50,58 +51,10 @@
#define g_marshal_value_peek_boxed(v) (v)->data[0].v_pointer
#define g_marshal_value_peek_pointer(v) (v)->data[0].v_pointer
#define g_marshal_value_peek_object(v) (v)->data[0].v_pointer
+#define g_marshal_value_peek_variant(v) (v)->data[0].v_pointer
#endif /* !G_ENABLE_DEBUG */
-/* BOOLEAN:STRING,BOOLEAN,POINTER */
-extern void dbus_glib_marshal_mnb_toolbar_dbus_BOOLEAN__STRING_BOOLEAN_POINTER (GClosure *closure,
- GValue *return_value,
- guint n_param_values,
- const GValue *param_values,
- gpointer invocation_hint,
- gpointer marshal_data);
-void
-dbus_glib_marshal_mnb_toolbar_dbus_BOOLEAN__STRING_BOOLEAN_POINTER (GClosure *closure,
- GValue *return_value G_GNUC_UNUSED,
- guint n_param_values,
- const GValue *param_values,
- gpointer invocation_hint G_GNUC_UNUSED,
- gpointer marshal_data)
-{
- typedef gboolean (*GMarshalFunc_BOOLEAN__STRING_BOOLEAN_POINTER) (gpointer data1,
- gpointer arg_1,
- gboolean arg_2,
- gpointer arg_3,
- gpointer data2);
- register GMarshalFunc_BOOLEAN__STRING_BOOLEAN_POINTER callback;
- register GCClosure *cc = (GCClosure*) closure;
- register gpointer data1, data2;
- gboolean v_return;
-
- g_return_if_fail (return_value != NULL);
- g_return_if_fail (n_param_values == 4);
-
- if (G_CCLOSURE_SWAP_DATA (closure))
- {
- data1 = closure->data;
- data2 = g_value_peek_pointer (param_values + 0);
- }
- else
- {
- data1 = g_value_peek_pointer (param_values + 0);
- data2 = closure->data;
- }
- callback = (GMarshalFunc_BOOLEAN__STRING_BOOLEAN_POINTER) (marshal_data ? marshal_data : cc->callback);
-
- v_return = callback (data1,
- g_marshal_value_peek_string (param_values + 1),
- g_marshal_value_peek_boolean (param_values + 2),
- g_marshal_value_peek_pointer (param_values + 3),
- data2);
-
- g_value_set_boolean (return_value, v_return);
-}
-
/* BOOLEAN:POINTER */
extern void dbus_glib_marshal_mnb_toolbar_dbus_BOOLEAN__POINTER (GClosure *closure,
GValue *return_value,
@@ -194,6 +147,55 @@
g_value_set_boolean (return_value, v_return);
}
+/* BOOLEAN:STRING,BOOLEAN,POINTER */
+extern void dbus_glib_marshal_mnb_toolbar_dbus_BOOLEAN__STRING_BOOLEAN_POINTER (GClosure *closure,
+ GValue *return_value,
+ guint n_param_values,
+ const GValue *param_values,
+ gpointer invocation_hint,
+ gpointer marshal_data);
+void
+dbus_glib_marshal_mnb_toolbar_dbus_BOOLEAN__STRING_BOOLEAN_POINTER (GClosure *closure,
+ GValue *return_value G_GNUC_UNUSED,
+ guint n_param_values,
+ const GValue *param_values,
+ gpointer invocation_hint G_GNUC_UNUSED,
+ gpointer marshal_data)
+{
+ typedef gboolean (*GMarshalFunc_BOOLEAN__STRING_BOOLEAN_POINTER) (gpointer data1,
+ gpointer arg_1,
+ gboolean arg_2,
+ gpointer arg_3,
+ gpointer data2);
+ register GMarshalFunc_BOOLEAN__STRING_BOOLEAN_POINTER callback;
+ register GCClosure *cc = (GCClosure*) closure;
+ register gpointer data1, data2;
+ gboolean v_return;
+
+ g_return_if_fail (return_value != NULL);
+ g_return_if_fail (n_param_values == 4);
+
+ if (G_CCLOSURE_SWAP_DATA (closure))
+ {
+ data1 = closure->data;
+ data2 = g_value_peek_pointer (param_values + 0);
+ }
+ else
+ {
+ data1 = g_value_peek_pointer (param_values + 0);
+ data2 = closure->data;
+ }
+ callback = (GMarshalFunc_BOOLEAN__STRING_BOOLEAN_POINTER) (marshal_data ? marshal_data : cc->callback);
+
+ v_return = callback (data1,
+ g_marshal_value_peek_string (param_values + 1),
+ g_marshal_value_peek_boolean (param_values + 2),
+ g_marshal_value_peek_pointer (param_values + 3),
+ data2);
+
+ g_value_set_boolean (return_value, v_return);
+}
+
G_END_DECLS
#endif /* __dbus_glib_marshal_mnb_toolbar_dbus_MARSHAL_H__ */
@@ -206,8 +208,7 @@
{ (GCallback) mnb_toolbar_dbus_hide_panel, dbus_glib_marshal_mnb_toolbar_dbus_BOOLEAN__STRING_BOOLEAN_POINTER, 133 },
};
-const DBusGObjectInfo dbus_glib_mnb_toolbar_dbus_object_info = {
- 0,
+const DBusGObjectInfo dbus_glib_mnb_toolbar_dbus_object_info = { 1,
dbus_glib_mnb_toolbar_dbus_methods,
4,
"com.meego.UX.Shell.Toolbar\0ShowToolbar\0S\0\0com.meego.UX.Shell.Toolbar\0HideToolbar\0S\0\0com.meego.UX.Shell.Toolbar\0ShowPanel\0S\0name\0I\0s\0\0com.meego.UX.Shell.Toolbar\0HidePanel\0S\0name\0I\0s\0hide_toolbar\0I\0b\0\0\0",
--- src/notifications/notification-manager-glue.h
+++ src/notifications/notification-manager-glue.h
@@ -27,6 +27,7 @@
#define g_marshal_value_peek_boxed(v) g_value_get_boxed (v)
#define g_marshal_value_peek_pointer(v) g_value_get_pointer (v)
#define g_marshal_value_peek_object(v) g_value_get_object (v)
+#define g_marshal_value_peek_variant(v) g_value_get_variant (v)
#else /* !G_ENABLE_DEBUG */
/* WARNING: This code accesses GValues directly, which is UNSUPPORTED API.
* Do not access GValues directly in your code. Instead, use the
@@ -50,6 +51,7 @@
#define g_marshal_value_peek_boxed(v) (v)->data[0].v_pointer
#define g_marshal_value_peek_pointer(v) (v)->data[0].v_pointer
#define g_marshal_value_peek_object(v) (v)->data[0].v_pointer
+#define g_marshal_value_peek_variant(v) (v)->data[0].v_pointer
#endif /* !G_ENABLE_DEBUG */
@@ -158,34 +160,32 @@
g_value_set_boolean (return_value, v_return);
}
-/* BOOLEAN:POINTER,POINTER,POINTER,POINTER */
-extern void dbus_glib_marshal_notification_manager_BOOLEAN__POINTER_POINTER_POINTER_POINTER (GClosure *closure,
- GValue *return_value,
- guint n_param_values,
- const GValue *param_values,
- gpointer invocation_hint,
- gpointer marshal_data);
+/* BOOLEAN:POINTER,POINTER */
+extern void dbus_glib_marshal_notification_manager_BOOLEAN__POINTER_POINTER (GClosure *closure,
+ GValue *return_value,
+ guint n_param_values,
+ const GValue *param_values,
+ gpointer invocation_hint,
+ gpointer marshal_data);
void
-dbus_glib_marshal_notification_manager_BOOLEAN__POINTER_POINTER_POINTER_POINTER (GClosure *closure,
- GValue *return_value G_GNUC_UNUSED,
- guint n_param_values,
- const GValue *param_values,
- gpointer invocation_hint G_GNUC_UNUSED,
- gpointer marshal_data)
+dbus_glib_marshal_notification_manager_BOOLEAN__POINTER_POINTER (GClosure *closure,
+ GValue *return_value G_GNUC_UNUSED,
+ guint n_param_values,
+ const GValue *param_values,
+ gpointer invocation_hint G_GNUC_UNUSED,
+ gpointer marshal_data)
{
- typedef gboolean (*GMarshalFunc_BOOLEAN__POINTER_POINTER_POINTER_POINTER) (gpointer data1,
- gpointer arg_1,
- gpointer arg_2,
- gpointer arg_3,
- gpointer arg_4,
- gpointer data2);
- register GMarshalFunc_BOOLEAN__POINTER_POINTER_POINTER_POINTER callback;
+ typedef gboolean (*GMarshalFunc_BOOLEAN__POINTER_POINTER) (gpointer data1,
+ gpointer arg_1,
+ gpointer arg_2,
+ gpointer data2);
+ register GMarshalFunc_BOOLEAN__POINTER_POINTER callback;
register GCClosure *cc = (GCClosure*) closure;
register gpointer data1, data2;
gboolean v_return;
g_return_if_fail (return_value != NULL);
- g_return_if_fail (n_param_values == 5);
+ g_return_if_fail (n_param_values == 3);
if (G_CCLOSURE_SWAP_DATA (closure))
{
@@ -197,44 +197,44 @@
data1 = g_value_peek_pointer (param_values + 0);
data2 = closure->data;
}
- callback = (GMarshalFunc_BOOLEAN__POINTER_POINTER_POINTER_POINTER) (marshal_data ? marshal_data : cc->callback);
+ callback = (GMarshalFunc_BOOLEAN__POINTER_POINTER) (marshal_data ? marshal_data : cc->callback);
v_return = callback (data1,
g_marshal_value_peek_pointer (param_values + 1),
g_marshal_value_peek_pointer (param_values + 2),
- g_marshal_value_peek_pointer (param_values + 3),
- g_marshal_value_peek_pointer (param_values + 4),
data2);
g_value_set_boolean (return_value, v_return);
}
-/* BOOLEAN:POINTER,POINTER */
-extern void dbus_glib_marshal_notification_manager_BOOLEAN__POINTER_POINTER (GClosure *closure,
- GValue *return_value,
- guint n_param_values,
- const GValue *param_values,
- gpointer invocation_hint,
- gpointer marshal_data);
+/* BOOLEAN:POINTER,POINTER,POINTER,POINTER */
+extern void dbus_glib_marshal_notification_manager_BOOLEAN__POINTER_POINTER_POINTER_POINTER (GClosure *closure,
+ GValue *return_value,
+ guint n_param_values,
+ const GValue *param_values,
+ gpointer invocation_hint,
+ gpointer marshal_data);
void
-dbus_glib_marshal_notification_manager_BOOLEAN__POINTER_POINTER (GClosure *closure,
- GValue *return_value G_GNUC_UNUSED,
- guint n_param_values,
- const GValue *param_values,
- gpointer invocation_hint G_GNUC_UNUSED,
- gpointer marshal_data)
+dbus_glib_marshal_notification_manager_BOOLEAN__POINTER_POINTER_POINTER_POINTER (GClosure *closure,
+ GValue *return_value G_GNUC_UNUSED,
+ guint n_param_values,
+ const GValue *param_values,
+ gpointer invocation_hint G_GNUC_UNUSED,
+ gpointer marshal_data)
{
- typedef gboolean (*GMarshalFunc_BOOLEAN__POINTER_POINTER) (gpointer data1,
- gpointer arg_1,
- gpointer arg_2,
- gpointer data2);
- register GMarshalFunc_BOOLEAN__POINTER_POINTER callback;
+ typedef gboolean (*GMarshalFunc_BOOLEAN__POINTER_POINTER_POINTER_POINTER) (gpointer data1,
+ gpointer arg_1,
+ gpointer arg_2,
+ gpointer arg_3,
+ gpointer arg_4,
+ gpointer data2);
+ register GMarshalFunc_BOOLEAN__POINTER_POINTER_POINTER_POINTER callback;
register GCClosure *cc = (GCClosure*) closure;
register gpointer data1, data2;
gboolean v_return;
g_return_if_fail (return_value != NULL);
- g_return_if_fail (n_param_values == 3);
+ g_return_if_fail (n_param_values == 5);
if (G_CCLOSURE_SWAP_DATA (closure))
{
@@ -246,11 +246,13 @@
data1 = g_value_peek_pointer (param_values + 0);
data2 = closure->data;
}
- callback = (GMarshalFunc_BOOLEAN__POINTER_POINTER) (marshal_data ? marshal_data : cc->callback);
+ callback = (GMarshalFunc_BOOLEAN__POINTER_POINTER_POINTER_POINTER) (marshal_data ? marshal_data : cc->callback);
v_return = callback (data1,
g_marshal_value_peek_pointer (param_values + 1),
g_marshal_value_peek_pointer (param_values + 2),
+ g_marshal_value_peek_pointer (param_values + 3),
+ g_marshal_value_peek_pointer (param_values + 4),
data2);
g_value_set_boolean (return_value, v_return);
@@ -268,8 +270,7 @@
{ (GCallback) notification_manager_get_server_information, dbus_glib_marshal_notification_manager_BOOLEAN__POINTER_POINTER_POINTER_POINTER, 268 },
};
-const DBusGObjectInfo dbus_glib_notification_manager_object_info = {
- 0,
+const DBusGObjectInfo dbus_glib_notification_manager_object_info = { 1,
dbus_glib_notification_manager_methods,
4,
"org.freedesktop.Notifications\0Notify\0A\0app_name\0I\0s\0id\0I\0u\0icon\0I\0s\0summary\0I\0s\0body\0I\0s\0actions\0I\0as\0hints\0I\0a{sv}\0timeout\0I\0i\0return_id\0O\0F\0N\0u\0\0org.freedesktop.Notifications\0CloseNotification\0S\0id\0I\0u\0\0org.freedesktop.Notifications\0GetCapabilities\0S\0caps\0O\0F\0N\0as\0\0org.freedesktop.Notifications\0GetServerInformation\0S\0name\0O\0F\0N\0s\0vendor\0O\0F\0N\0s\0version\0O\0F\0N\0s\0\0\0",
++++++ mutter-netbook.yaml
--- mutter-netbook.yaml
+++ mutter-netbook.yaml
@@ -1,15 +1,13 @@
Name: mutter-netbook
Summary: Netbook plugin for Mutter
-Version: 0.77.1
+Version: 0.77.2
Release: 1
Group: System/Desktop
License: GPLv2
URL: http://www.meego.com
Sources:
- "%{name}-%{version}.tar.bz2"
-Patches:
- - time-formatting-po-fix.patch
-Description: Netbook UX plugin for Mutter
+Description: Netbook plugin for Mutter
Obsoletes:
- mutter-meego
++++++ deleted files:
--- time-formatting-po-fix.patch
More information about the MeeGo-commits
mailing list