Merge lp:~dbusmenu-team/libdbusmenu/ubuntu into lp:~ubuntu-desktop/libdbusmenu/ubuntu

Proposed by Ted Gould
Status: Merged
Merged at revision: 89
Proposed branch: lp:~dbusmenu-team/libdbusmenu/ubuntu
Merge into: lp:~ubuntu-desktop/libdbusmenu/ubuntu
Diff against target: 6091 lines (+1023/-1035)
48 files modified
Makefile.in (+2/-0)
aclocal.m4 (+41/-40)
configure (+339/-313)
configure.ac (+2/-2)
debian/changelog (+18/-0)
debian/control (+4/-1)
debian/rules (+1/-0)
docs/Makefile.in (+2/-0)
docs/libdbusmenu-glib/Makefile.in (+2/-0)
docs/libdbusmenu-glib/reference/Makefile.in (+2/-0)
docs/libdbusmenu-glib/reference/html/annotation-glossary.html (+2/-2)
docs/libdbusmenu-glib/reference/html/api-index-full.html (+2/-2)
docs/libdbusmenu-glib/reference/html/ch01.html (+3/-3)
docs/libdbusmenu-glib/reference/html/index.html (+2/-2)
docs/libdbusmenu-glib/reference/html/libdbusmenu-glib-DbusmenuClient.html (+30/-29)
docs/libdbusmenu-glib/reference/html/libdbusmenu-glib-DbusmenuClientMenuitem.html (+0/-115)
docs/libdbusmenu-glib/reference/html/libdbusmenu-glib-DbusmenuMenuitem.html (+139/-134)
docs/libdbusmenu-glib/reference/html/libdbusmenu-glib-DbusmenuMenuitemProxy.html (+3/-3)
docs/libdbusmenu-glib/reference/html/libdbusmenu-glib-DbusmenuServer.html (+15/-15)
docs/libdbusmenu-glib/reference/html/object-tree.html (+2/-2)
docs/libdbusmenu-glib/reference/html/style.css (+8/-0)
docs/libdbusmenu-glib/reference/tmpl/client.sgml (+1/-0)
docs/libdbusmenu-glib/reference/tmpl/menuitem.sgml (+1/-0)
docs/libdbusmenu-glib/reference/tmpl/server.sgml (+1/-1)
docs/libdbusmenu-glib/reference/version.xml (+1/-1)
docs/libdbusmenu-glib/reference/xml/client.xml (+1/-0)
docs/libdbusmenu-glib/reference/xml/menuitem.xml (+5/-5)
docs/libdbusmenu-glib/reference/xml/server.xml (+5/-5)
docs/libdbusmenu-gtk/Makefile.in (+2/-0)
docs/libdbusmenu-gtk/reference/Makefile.in (+2/-0)
docs/libdbusmenu-gtk/reference/html/Genericmenuitem.html (+19/-19)
docs/libdbusmenu-gtk/reference/html/api-index-full.html (+2/-2)
docs/libdbusmenu-gtk/reference/html/ch01.html (+3/-3)
docs/libdbusmenu-gtk/reference/html/index.html (+2/-2)
docs/libdbusmenu-gtk/reference/html/libdbusmenu-gtk-DbusmenuGtkClient.html (+18/-18)
docs/libdbusmenu-gtk/reference/html/libdbusmenu-gtk-DbusmenuGtkMenu.html (+6/-6)
docs/libdbusmenu-gtk/reference/html/libdbusmenu-gtk-menuitem.html (+16/-16)
docs/libdbusmenu-gtk/reference/html/object-tree.html (+11/-11)
docs/libdbusmenu-gtk/reference/html/style.css (+8/-0)
docs/libdbusmenu-gtk/reference/version.xml (+1/-1)
libdbusmenu-glib/Makefile.in (+2/-0)
libdbusmenu-gtk/Makefile.in (+2/-0)
tests/Makefile.am (+1/-0)
tests/Makefile.in (+5/-2)
tests/test-json-01.json (+277/-277)
tools/Makefile.in (+2/-0)
tools/dbusmenu-dumper.c (+8/-3)
tools/testapp/Makefile.in (+2/-0)
To merge this branch: bzr merge lp:~dbusmenu-team/libdbusmenu/ubuntu
Reviewer Review Type Date Requested Status
Ken VanDine Approve
Review via email: mp+32464@code.launchpad.net

Description of the change

Woot! 0.3.10. Watch for testing changes.

To post a comment you must log in.
Revision history for this message
Ken VanDine (ken-vandine) wrote :

Approved!

review: Approve
lp:~dbusmenu-team/libdbusmenu/ubuntu updated
89. By Ken VanDine

releasing version 0.3.10-0ubuntu1

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'Makefile.in'
2--- Makefile.in 2010-08-03 01:26:00 +0000
3+++ Makefile.in 2010-08-12 16:32:44 +0000
4@@ -208,6 +208,8 @@
5 PACKAGE_VERSION = @PACKAGE_VERSION@
6 PATH_SEPARATOR = @PATH_SEPARATOR@
7 PKG_CONFIG = @PKG_CONFIG@
8+PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
9+PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
10 POFILES = @POFILES@
11 POSUB = @POSUB@
12 PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
13
14=== modified file 'aclocal.m4'
15--- aclocal.m4 2010-08-03 01:26:00 +0000
16+++ aclocal.m4 2010-08-12 16:32:44 +0000
17@@ -13,8 +13,8 @@
18
19 m4_ifndef([AC_AUTOCONF_VERSION],
20 [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
21-m4_if(m4_defn([AC_AUTOCONF_VERSION]), [2.65],,
22-[m4_warning([this file was generated for autoconf 2.65.
23+m4_if(m4_defn([AC_AUTOCONF_VERSION]), [2.67],,
24+[m4_warning([this file was generated for autoconf 2.67.
25 You have another version of autoconf. It may work, but is not guaranteed to.
26 If you have problems, you may need to regenerate the build system entirely.
27 To do so, use the procedure documented by the package, typically `autoreconf'.])])
28@@ -301,7 +301,7 @@
29
30 dnl These rules are solely for the distribution goal. While doing this
31 dnl we only have to keep exactly one list of the available catalogs
32- dnl in configure.in.
33+ dnl in configure.ac.
34 for lang in $ALL_LINGUAS; do
35 GMOFILES="$GMOFILES $lang.gmo"
36 POFILES="$POFILES $lang.po"
37@@ -430,7 +430,7 @@
38 dnl
39 dnl Now the definitions that aclocal will find
40 dnl
41-ifdef(glib_configure_in,[],[
42+ifdef(glib_configure_ac,[],[
43 AC_DEFUN([AM_GLIB_GNU_GETTEXT],[GLIB_GNU_GETTEXT($@)])
44 AC_DEFUN([AM_GLIB_DEFINE_LOCALEDIR],[GLIB_DEFINE_LOCALEDIR($@)])
45 ])dnl
46@@ -722,7 +722,7 @@
47 AC_DEFUN([IT_PO_SUBDIR],
48 [AC_PREREQ([2.53])dnl We use ac_top_srcdir inside AC_CONFIG_COMMANDS.
49 dnl
50-dnl The following CONFIG_COMMANDS should be exetuted at the very end
51+dnl The following CONFIG_COMMANDS should be executed at the very end
52 dnl of config.status.
53 AC_CONFIG_COMMANDS_PRE([
54 AC_CONFIG_COMMANDS([$1/stamp-it], [
55@@ -8826,8 +8826,9 @@
56 m4_ifndef([AC_LIBTOOL_CONFIG], [AC_DEFUN([AC_LIBTOOL_CONFIG])])
57 m4_ifndef([_LT_AC_FILE_LTDLL_C], [AC_DEFUN([_LT_AC_FILE_LTDLL_C])])
58
59-# nls.m4 serial 3 (gettext-0.15)
60-dnl Copyright (C) 1995-2003, 2005-2006 Free Software Foundation, Inc.
61+# nls.m4 serial 5 (gettext-0.18)
62+dnl Copyright (C) 1995-2003, 2005-2006, 2008-2010 Free Software Foundation,
63+dnl Inc.
64 dnl This file is free software; the Free Software Foundation
65 dnl gives unlimited permission to copy and/or distribute it,
66 dnl with or without modifications, as long as this notice is preserved.
67@@ -8845,20 +8846,21 @@
68 dnl Ulrich Drepper <drepper@cygnus.com>, 1995-2000.
69 dnl Bruno Haible <haible@clisp.cons.org>, 2000-2003.
70
71-AC_PREREQ(2.50)
72+AC_PREREQ([2.50])
73
74 AC_DEFUN([AM_NLS],
75 [
76 AC_MSG_CHECKING([whether NLS is requested])
77 dnl Default is enabled NLS
78- AC_ARG_ENABLE(nls,
79+ AC_ARG_ENABLE([nls],
80 [ --disable-nls do not use Native Language Support],
81 USE_NLS=$enableval, USE_NLS=yes)
82- AC_MSG_RESULT($USE_NLS)
83- AC_SUBST(USE_NLS)
84+ AC_MSG_RESULT([$USE_NLS])
85+ AC_SUBST([USE_NLS])
86 ])
87
88 # pkg.m4 - Macros to locate and utilise pkg-config. -*- Autoconf -*-
89+# serial 1 (pkg-config-0.24)
90 #
91 # Copyright © 2004 Scott James Remnant <scott@netsplit.com>.
92 #
93@@ -8886,7 +8888,10 @@
94 AC_DEFUN([PKG_PROG_PKG_CONFIG],
95 [m4_pattern_forbid([^_?PKG_[A-Z_]+$])
96 m4_pattern_allow([^PKG_CONFIG(_PATH)?$])
97-AC_ARG_VAR([PKG_CONFIG], [path to pkg-config utility])dnl
98+AC_ARG_VAR([PKG_CONFIG], [path to pkg-config utility])
99+AC_ARG_VAR([PKG_CONFIG_PATH], [directories to add to pkg-config's search path])
100+AC_ARG_VAR([PKG_CONFIG_LIBDIR], [path overriding pkg-config's built-in search path])
101+
102 if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then
103 AC_PATH_TOOL([PKG_CONFIG], [pkg-config])
104 fi
105@@ -8899,7 +8904,6 @@
106 AC_MSG_RESULT([no])
107 PKG_CONFIG=""
108 fi
109-
110 fi[]dnl
111 ])# PKG_PROG_PKG_CONFIG
112
113@@ -8908,34 +8912,31 @@
114 # Check to see whether a particular set of modules exists. Similar
115 # to PKG_CHECK_MODULES(), but does not set variables or print errors.
116 #
117-#
118-# Similar to PKG_CHECK_MODULES, make sure that the first instance of
119-# this or PKG_CHECK_MODULES is called, or make sure to call
120-# PKG_CHECK_EXISTS manually
121+# Please remember that m4 expands AC_REQUIRE([PKG_PROG_PKG_CONFIG])
122+# only at the first occurence in configure.ac, so if the first place
123+# it's called might be skipped (such as if it is within an "if", you
124+# have to call PKG_CHECK_EXISTS manually
125 # --------------------------------------------------------------
126 AC_DEFUN([PKG_CHECK_EXISTS],
127 [AC_REQUIRE([PKG_PROG_PKG_CONFIG])dnl
128 if test -n "$PKG_CONFIG" && \
129 AC_RUN_LOG([$PKG_CONFIG --exists --print-errors "$1"]); then
130- m4_ifval([$2], [$2], [:])
131+ m4_default([$2], [:])
132 m4_ifvaln([$3], [else
133 $3])dnl
134 fi])
135
136-
137 # _PKG_CONFIG([VARIABLE], [COMMAND], [MODULES])
138 # ---------------------------------------------
139 m4_define([_PKG_CONFIG],
140-[if test -n "$PKG_CONFIG"; then
141- if test -n "$$1"; then
142- pkg_cv_[]$1="$$1"
143- else
144- PKG_CHECK_EXISTS([$3],
145- [pkg_cv_[]$1=`$PKG_CONFIG --[]$2 "$3" 2>/dev/null`],
146- [pkg_failed=yes])
147- fi
148-else
149- pkg_failed=untried
150+[if test -n "$$1"; then
151+ pkg_cv_[]$1="$$1"
152+ elif test -n "$PKG_CONFIG"; then
153+ PKG_CHECK_EXISTS([$3],
154+ [pkg_cv_[]$1=`$PKG_CONFIG --[]$2 "$3" 2>/dev/null`],
155+ [pkg_failed=yes])
156+ else
157+ pkg_failed=untried
158 fi[]dnl
159 ])# _PKG_CONFIG
160
161@@ -8977,16 +8978,17 @@
162 See the pkg-config man page for more details.])
163
164 if test $pkg_failed = yes; then
165+ AC_MSG_RESULT([no])
166 _PKG_SHORT_ERRORS_SUPPORTED
167 if test $_pkg_short_errors_supported = yes; then
168- $1[]_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "$2"`
169+ $1[]_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "$2" 2>&1`
170 else
171- $1[]_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "$2"`
172+ $1[]_PKG_ERRORS=`$PKG_CONFIG --print-errors "$2" 2>&1`
173 fi
174 # Put the nasty error message in config.log where it belongs
175 echo "$$1[]_PKG_ERRORS" >&AS_MESSAGE_LOG_FD
176
177- ifelse([$4], , [AC_MSG_ERROR(dnl
178+ m4_default([$4], [AC_MSG_ERROR(
179 [Package requirements ($2) were not met:
180
181 $$1_PKG_ERRORS
182@@ -8994,25 +8996,24 @@
183 Consider adjusting the PKG_CONFIG_PATH environment variable if you
184 installed software in a non-standard prefix.
185
186-_PKG_TEXT
187-])],
188- [AC_MSG_RESULT([no])
189- $4])
190+_PKG_TEXT])dnl
191+ ])
192 elif test $pkg_failed = untried; then
193- ifelse([$4], , [AC_MSG_FAILURE(dnl
194+ AC_MSG_RESULT([no])
195+ m4_default([$4], [AC_MSG_FAILURE(
196 [The pkg-config script could not be found or is too old. Make sure it
197 is in your PATH or set the PKG_CONFIG environment variable to the full
198 path to pkg-config.
199
200 _PKG_TEXT
201
202-To get pkg-config, see <http://pkg-config.freedesktop.org/>.])],
203- [$4])
204+To get pkg-config, see <http://pkg-config.freedesktop.org/>.])dnl
205+ ])
206 else
207 $1[]_CFLAGS=$pkg_cv_[]$1[]_CFLAGS
208 $1[]_LIBS=$pkg_cv_[]$1[]_LIBS
209 AC_MSG_RESULT([yes])
210- ifelse([$3], , :, [$3])
211+ $3
212 fi[]dnl
213 ])# PKG_CHECK_MODULES
214
215
216=== modified file 'configure'
217--- configure 2010-08-03 01:26:00 +0000
218+++ configure 2010-08-12 16:32:44 +0000
219@@ -1,13 +1,13 @@
220 #! /bin/sh
221 # Guess values for system-dependent variables and create Makefiles.
222-# Generated by GNU Autoconf 2.65 for libdbusmenu 0.3.9.
223+# Generated by GNU Autoconf 2.67 for libdbusmenu 0.3.10.
224 #
225 # Report bugs to <ted@canonical.com>.
226 #
227 #
228 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
229-# 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
230-# Inc.
231+# 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software
232+# Foundation, Inc.
233 #
234 #
235 # This configure script is free software; the Free Software Foundation
236@@ -321,7 +321,7 @@
237 test -d "$as_dir" && break
238 done
239 test -z "$as_dirs" || eval "mkdir $as_dirs"
240- } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
241+ } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
242
243
244 } # as_fn_mkdir_p
245@@ -361,19 +361,19 @@
246 fi # as_fn_arith
247
248
249-# as_fn_error ERROR [LINENO LOG_FD]
250-# ---------------------------------
251+# as_fn_error STATUS ERROR [LINENO LOG_FD]
252+# ----------------------------------------
253 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
254 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
255-# script with status $?, using 1 if that was 0.
256+# script with STATUS, using 1 if that was 0.
257 as_fn_error ()
258 {
259- as_status=$?; test $as_status -eq 0 && as_status=1
260- if test "$3"; then
261- as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
262- $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
263+ as_status=$1; test $as_status -eq 0 && as_status=1
264+ if test "$4"; then
265+ as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
266+ $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
267 fi
268- $as_echo "$as_me: error: $1" >&2
269+ $as_echo "$as_me: error: $2" >&2
270 as_fn_exit $as_status
271 } # as_fn_error
272
273@@ -684,7 +684,7 @@
274 exec 6>&1
275
276 # Name of the host.
277-# hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
278+# hostname on some systems (SVR3.2, old GNU/Linux) returns a bogus exit status,
279 # so uname gets run too.
280 ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
281
282@@ -703,8 +703,8 @@
283 # Identity of this package.
284 PACKAGE_NAME='libdbusmenu'
285 PACKAGE_TARNAME='libdbusmenu'
286-PACKAGE_VERSION='0.3.9'
287-PACKAGE_STRING='libdbusmenu 0.3.9'
288+PACKAGE_VERSION='0.3.10'
289+PACKAGE_STRING='libdbusmenu 0.3.10'
290 PACKAGE_BUGREPORT='ted@canonical.com'
291 PACKAGE_URL=''
292
293@@ -800,6 +800,8 @@
294 GTK_DOC_BUILD_HTML_TRUE
295 ENABLE_GTK_DOC_FALSE
296 ENABLE_GTK_DOC_TRUE
297+PKG_CONFIG_LIBDIR
298+PKG_CONFIG_PATH
299 PKG_CONFIG
300 HTML_DIR
301 GTKDOC_MKPDF
302@@ -979,6 +981,8 @@
303 CPPFLAGS
304 CPP
305 PKG_CONFIG
306+PKG_CONFIG_PATH
307+PKG_CONFIG_LIBDIR
308 DBUSMENUGLIB_CFLAGS
309 DBUSMENUGLIB_LIBS
310 DBUSMENUGTK_CFLAGS
311@@ -1049,8 +1053,9 @@
312 fi
313
314 case $ac_option in
315- *=*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
316- *) ac_optarg=yes ;;
317+ *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
318+ *=) ac_optarg= ;;
319+ *) ac_optarg=yes ;;
320 esac
321
322 # Accept the important Cygnus configure options, so we can diagnose typos.
323@@ -1095,7 +1100,7 @@
324 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
325 # Reject names that are not valid shell variable names.
326 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
327- as_fn_error "invalid feature name: $ac_useropt"
328+ as_fn_error $? "invalid feature name: $ac_useropt"
329 ac_useropt_orig=$ac_useropt
330 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
331 case $ac_user_opts in
332@@ -1121,7 +1126,7 @@
333 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
334 # Reject names that are not valid shell variable names.
335 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
336- as_fn_error "invalid feature name: $ac_useropt"
337+ as_fn_error $? "invalid feature name: $ac_useropt"
338 ac_useropt_orig=$ac_useropt
339 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
340 case $ac_user_opts in
341@@ -1325,7 +1330,7 @@
342 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
343 # Reject names that are not valid shell variable names.
344 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
345- as_fn_error "invalid package name: $ac_useropt"
346+ as_fn_error $? "invalid package name: $ac_useropt"
347 ac_useropt_orig=$ac_useropt
348 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
349 case $ac_user_opts in
350@@ -1341,7 +1346,7 @@
351 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
352 # Reject names that are not valid shell variable names.
353 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
354- as_fn_error "invalid package name: $ac_useropt"
355+ as_fn_error $? "invalid package name: $ac_useropt"
356 ac_useropt_orig=$ac_useropt
357 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
358 case $ac_user_opts in
359@@ -1371,8 +1376,8 @@
360 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
361 x_libraries=$ac_optarg ;;
362
363- -*) as_fn_error "unrecognized option: \`$ac_option'
364-Try \`$0 --help' for more information."
365+ -*) as_fn_error $? "unrecognized option: \`$ac_option'
366+Try \`$0 --help' for more information"
367 ;;
368
369 *=*)
370@@ -1380,7 +1385,7 @@
371 # Reject names that are not valid shell variable names.
372 case $ac_envvar in #(
373 '' | [0-9]* | *[!_$as_cr_alnum]* )
374- as_fn_error "invalid variable name: \`$ac_envvar'" ;;
375+ as_fn_error $? "invalid variable name: \`$ac_envvar'" ;;
376 esac
377 eval $ac_envvar=\$ac_optarg
378 export $ac_envvar ;;
379@@ -1398,13 +1403,13 @@
380
381 if test -n "$ac_prev"; then
382 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
383- as_fn_error "missing argument to $ac_option"
384+ as_fn_error $? "missing argument to $ac_option"
385 fi
386
387 if test -n "$ac_unrecognized_opts"; then
388 case $enable_option_checking in
389 no) ;;
390- fatal) as_fn_error "unrecognized options: $ac_unrecognized_opts" ;;
391+ fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;;
392 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
393 esac
394 fi
395@@ -1427,7 +1432,7 @@
396 [\\/$]* | ?:[\\/]* ) continue;;
397 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
398 esac
399- as_fn_error "expected an absolute directory name for --$ac_var: $ac_val"
400+ as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val"
401 done
402
403 # There might be people who depend on the old broken behavior: `$host'
404@@ -1441,8 +1446,8 @@
405 if test "x$host_alias" != x; then
406 if test "x$build_alias" = x; then
407 cross_compiling=maybe
408- $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
409- If a cross compiler is detected then cross compile mode will be used." >&2
410+ $as_echo "$as_me: WARNING: if you wanted to set the --build type, don't use --host.
411+ If a cross compiler is detected then cross compile mode will be used" >&2
412 elif test "x$build_alias" != "x$host_alias"; then
413 cross_compiling=yes
414 fi
415@@ -1457,9 +1462,9 @@
416 ac_pwd=`pwd` && test -n "$ac_pwd" &&
417 ac_ls_di=`ls -di .` &&
418 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
419- as_fn_error "working directory cannot be determined"
420+ as_fn_error $? "working directory cannot be determined"
421 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
422- as_fn_error "pwd does not report name of working directory"
423+ as_fn_error $? "pwd does not report name of working directory"
424
425
426 # Find the source files, if location was not specified.
427@@ -1498,11 +1503,11 @@
428 fi
429 if test ! -r "$srcdir/$ac_unique_file"; then
430 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
431- as_fn_error "cannot find sources ($ac_unique_file) in $srcdir"
432+ as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir"
433 fi
434 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
435 ac_abs_confdir=`(
436- cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error "$ac_msg"
437+ cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg"
438 pwd)`
439 # When building in place, set srcdir=.
440 if test "$ac_abs_confdir" = "$ac_pwd"; then
441@@ -1528,7 +1533,7 @@
442 # Omit some internal or obsolete options to make the list less imposing.
443 # This message is too long to be a string in the A/UX 3.1 sh.
444 cat <<_ACEOF
445-\`configure' configures libdbusmenu 0.3.9 to adapt to many kinds of systems.
446+\`configure' configures libdbusmenu 0.3.10 to adapt to many kinds of systems.
447
448 Usage: $0 [OPTION]... [VAR=VALUE]...
449
450@@ -1542,7 +1547,7 @@
451 --help=short display options specific to this package
452 --help=recursive display the short help of all the included packages
453 -V, --version display version information and exit
454- -q, --quiet, --silent do not print \`checking...' messages
455+ -q, --quiet, --silent do not print \`checking ...' messages
456 --cache-file=FILE cache test results in FILE [disabled]
457 -C, --config-cache alias for \`--cache-file=config.cache'
458 -n, --no-create do not create output files
459@@ -1598,7 +1603,7 @@
460
461 if test -n "$ac_init_help"; then
462 case $ac_init_help in
463- short | recursive ) echo "Configuration of libdbusmenu 0.3.9:";;
464+ short | recursive ) echo "Configuration of libdbusmenu 0.3.10:";;
465 esac
466 cat <<\_ACEOF
467
468@@ -1649,6 +1654,10 @@
469 you have headers in a nonstandard directory <include dir>
470 CPP C preprocessor
471 PKG_CONFIG path to pkg-config utility
472+ PKG_CONFIG_PATH
473+ directories to add to pkg-config's search path
474+ PKG_CONFIG_LIBDIR
475+ path overriding pkg-config's built-in search path
476 DBUSMENUGLIB_CFLAGS
477 C compiler flags for DBUSMENUGLIB, overriding pkg-config
478 DBUSMENUGLIB_LIBS
479@@ -1732,10 +1741,10 @@
480 test -n "$ac_init_help" && exit $ac_status
481 if $ac_init_version; then
482 cat <<\_ACEOF
483-libdbusmenu configure 0.3.9
484-generated by GNU Autoconf 2.65
485+libdbusmenu configure 0.3.10
486+generated by GNU Autoconf 2.67
487
488-Copyright (C) 2009 Free Software Foundation, Inc.
489+Copyright (C) 2010 Free Software Foundation, Inc.
490 This configure script is free software; the Free Software Foundation
491 gives unlimited permission to copy, distribute and modify it.
492
493@@ -1840,7 +1849,7 @@
494 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
495 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
496 $as_echo_n "checking for $2... " >&6; }
497-if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
498+if eval "test \"\${$3+set}\"" = set; then :
499 $as_echo_n "(cached) " >&6
500 else
501 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
502@@ -1920,7 +1929,7 @@
503 mv -f conftest.er1 conftest.err
504 fi
505 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
506- test $ac_status = 0; } >/dev/null && {
507+ test $ac_status = 0; } > conftest.i && {
508 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
509 test ! -s conftest.err
510 }; then :
511@@ -1987,7 +1996,7 @@
512 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
513 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
514 $as_echo_n "checking for $2... " >&6; }
515-if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
516+if eval "test \"\${$3+set}\"" = set; then :
517 $as_echo_n "(cached) " >&6
518 else
519 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
520@@ -2017,10 +2026,10 @@
521 ac_fn_c_check_header_mongrel ()
522 {
523 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
524- if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
525+ if eval "test \"\${$3+set}\"" = set; then :
526 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
527 $as_echo_n "checking for $2... " >&6; }
528-if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
529+if eval "test \"\${$3+set}\"" = set; then :
530 $as_echo_n "(cached) " >&6
531 fi
532 eval ac_res=\$$3
533@@ -2056,7 +2065,7 @@
534 else
535 ac_header_preproc=no
536 fi
537-rm -f conftest.err conftest.$ac_ext
538+rm -f conftest.err conftest.i conftest.$ac_ext
539 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
540 $as_echo "$ac_header_preproc" >&6; }
541
542@@ -2079,17 +2088,15 @@
543 $as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
544 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
545 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
546-( cat <<\_ASBOX
547-## -------------------------------- ##
548+( $as_echo "## -------------------------------- ##
549 ## Report this to ted@canonical.com ##
550-## -------------------------------- ##
551-_ASBOX
552+## -------------------------------- ##"
553 ) | sed "s/^/$as_me: WARNING: /" >&2
554 ;;
555 esac
556 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
557 $as_echo_n "checking for $2... " >&6; }
558-if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
559+if eval "test \"\${$3+set}\"" = set; then :
560 $as_echo_n "(cached) " >&6
561 else
562 eval "$3=\$ac_header_compiler"
563@@ -2105,8 +2112,8 @@
564 This file contains any messages produced by compilers while
565 running configure, to aid debugging if configure makes a mistake.
566
567-It was created by libdbusmenu $as_me 0.3.9, which was
568-generated by GNU Autoconf 2.65. Invocation command line was
569+It was created by libdbusmenu $as_me 0.3.10, which was
570+generated by GNU Autoconf 2.67. Invocation command line was
571
572 $ $0 $@
573
574@@ -2216,11 +2223,9 @@
575 {
576 echo
577
578- cat <<\_ASBOX
579-## ---------------- ##
580+ $as_echo "## ---------------- ##
581 ## Cache variables. ##
582-## ---------------- ##
583-_ASBOX
584+## ---------------- ##"
585 echo
586 # The following way of writing the cache mishandles newlines in values,
587 (
588@@ -2254,11 +2259,9 @@
589 )
590 echo
591
592- cat <<\_ASBOX
593-## ----------------- ##
594+ $as_echo "## ----------------- ##
595 ## Output variables. ##
596-## ----------------- ##
597-_ASBOX
598+## ----------------- ##"
599 echo
600 for ac_var in $ac_subst_vars
601 do
602@@ -2271,11 +2274,9 @@
603 echo
604
605 if test -n "$ac_subst_files"; then
606- cat <<\_ASBOX
607-## ------------------- ##
608+ $as_echo "## ------------------- ##
609 ## File substitutions. ##
610-## ------------------- ##
611-_ASBOX
612+## ------------------- ##"
613 echo
614 for ac_var in $ac_subst_files
615 do
616@@ -2289,11 +2290,9 @@
617 fi
618
619 if test -s confdefs.h; then
620- cat <<\_ASBOX
621-## ----------- ##
622+ $as_echo "## ----------- ##
623 ## confdefs.h. ##
624-## ----------- ##
625-_ASBOX
626+## ----------- ##"
627 echo
628 cat confdefs.h
629 echo
630@@ -2348,7 +2347,12 @@
631 ac_site_file1=NONE
632 ac_site_file2=NONE
633 if test -n "$CONFIG_SITE"; then
634- ac_site_file1=$CONFIG_SITE
635+ # We do not want a PATH search for config.site.
636+ case $CONFIG_SITE in #((
637+ -*) ac_site_file1=./$CONFIG_SITE;;
638+ */*) ac_site_file1=$CONFIG_SITE;;
639+ *) ac_site_file1=./$CONFIG_SITE;;
640+ esac
641 elif test "x$prefix" != xNONE; then
642 ac_site_file1=$prefix/share/config.site
643 ac_site_file2=$prefix/etc/config.site
644@@ -2363,7 +2367,11 @@
645 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
646 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
647 sed 's/^/| /' "$ac_site_file" >&5
648- . "$ac_site_file"
649+ . "$ac_site_file" \
650+ || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
651+$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
652+as_fn_error $? "failed to load site script $ac_site_file
653+See \`config.log' for more details" "$LINENO" 5 ; }
654 fi
655 done
656
657@@ -2439,7 +2447,7 @@
658 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
659 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
660 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
661- as_fn_error "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
662+ as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
663 fi
664 ## -------------------- ##
665 ## Main body of script. ##
666@@ -2462,16 +2470,22 @@
667
668 ac_aux_dir=
669 for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
670- for ac_t in install-sh install.sh shtool; do
671- if test -f "$ac_dir/$ac_t"; then
672- ac_aux_dir=$ac_dir
673- ac_install_sh="$ac_aux_dir/$ac_t -c"
674- break 2
675- fi
676- done
677+ if test -f "$ac_dir/install-sh"; then
678+ ac_aux_dir=$ac_dir
679+ ac_install_sh="$ac_aux_dir/install-sh -c"
680+ break
681+ elif test -f "$ac_dir/install.sh"; then
682+ ac_aux_dir=$ac_dir
683+ ac_install_sh="$ac_aux_dir/install.sh -c"
684+ break
685+ elif test -f "$ac_dir/shtool"; then
686+ ac_aux_dir=$ac_dir
687+ ac_install_sh="$ac_aux_dir/shtool install -c"
688+ break
689+ fi
690 done
691 if test -z "$ac_aux_dir"; then
692- as_fn_error "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
693+ as_fn_error $? "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
694 fi
695
696 # These three variables are undocumented and unsupported,
697@@ -2587,11 +2601,11 @@
698 '
699 case `pwd` in
700 *[\\\"\#\$\&\'\`$am_lf]*)
701- as_fn_error "unsafe absolute working directory name" "$LINENO" 5;;
702+ as_fn_error $? "unsafe absolute working directory name" "$LINENO" 5 ;;
703 esac
704 case $srcdir in
705 *[\\\"\#\$\&\'\`$am_lf\ \ ]*)
706- as_fn_error "unsafe srcdir value: \`$srcdir'" "$LINENO" 5;;
707+ as_fn_error $? "unsafe srcdir value: \`$srcdir'" "$LINENO" 5 ;;
708 esac
709
710 # Do `set' in a subshell so we don't clobber the current shell's
711@@ -2613,7 +2627,7 @@
712 # if, for instance, CONFIG_SHELL is bash and it inherits a
713 # broken ls alias from the environment. This has actually
714 # happened. Such a system could not be considered "sane".
715- as_fn_error "ls -t appears to fail. Make sure there is not a broken
716+ as_fn_error $? "ls -t appears to fail. Make sure there is not a broken
717 alias in your environment" "$LINENO" 5
718 fi
719
720@@ -2623,7 +2637,7 @@
721 # Ok.
722 :
723 else
724- as_fn_error "newly created file is older than distributed files!
725+ as_fn_error $? "newly created file is older than distributed files!
726 Check your system clock" "$LINENO" 5
727 fi
728 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
729@@ -2861,7 +2875,7 @@
730 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
731 set x ${MAKE-make}
732 ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
733-if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then :
734+if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\"" = set; then :
735 $as_echo_n "(cached) " >&6
736 else
737 cat >conftest.make <<\_ACEOF
738@@ -2869,7 +2883,7 @@
739 all:
740 @echo '@@@%%%=$(MAKE)=@@@%%%'
741 _ACEOF
742-# GNU make sometimes prints "make[1]: Entering...", which would confuse us.
743+# GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
744 case `${MAKE-make} -f conftest.make 2>/dev/null` in
745 *@@@%%%=?*=@@@%%%*)
746 eval ac_cv_prog_make_${ac_make}_set=yes;;
747@@ -2903,7 +2917,7 @@
748 am__isrc=' -I$(srcdir)'
749 # test to see if srcdir already configured
750 if test -f $srcdir/config.status; then
751- as_fn_error "source directory already configured; run \"make distclean\" there first" "$LINENO" 5
752+ as_fn_error $? "source directory already configured; run \"make distclean\" there first" "$LINENO" 5
753 fi
754 fi
755
756@@ -2919,7 +2933,7 @@
757
758 # Define the identity of the package.
759 PACKAGE=libdbusmenu
760- VERSION=0.3.9
761+ VERSION=0.3.10
762
763
764 # Some tools Automake needs.
765@@ -3351,8 +3365,8 @@
766
767 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
768 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
769-as_fn_error "no acceptable C compiler found in \$PATH
770-See \`config.log' for more details." "$LINENO" 5; }
771+as_fn_error $? "no acceptable C compiler found in \$PATH
772+See \`config.log' for more details" "$LINENO" 5 ; }
773
774 # Provide some information about the compiler.
775 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
776@@ -3466,9 +3480,8 @@
777
778 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
779 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
780-{ as_fn_set_status 77
781-as_fn_error "C compiler cannot create executables
782-See \`config.log' for more details." "$LINENO" 5; }; }
783+as_fn_error 77 "C compiler cannot create executables
784+See \`config.log' for more details" "$LINENO" 5 ; }
785 else
786 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
787 $as_echo "yes" >&6; }
788@@ -3510,8 +3523,8 @@
789 else
790 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
791 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
792-as_fn_error "cannot compute suffix of executables: cannot compile and link
793-See \`config.log' for more details." "$LINENO" 5; }
794+as_fn_error $? "cannot compute suffix of executables: cannot compile and link
795+See \`config.log' for more details" "$LINENO" 5 ; }
796 fi
797 rm -f conftest conftest$ac_cv_exeext
798 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
799@@ -3568,9 +3581,9 @@
800 else
801 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
802 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
803-as_fn_error "cannot run C compiled programs.
804+as_fn_error $? "cannot run C compiled programs.
805 If you meant to cross compile, use \`--host'.
806-See \`config.log' for more details." "$LINENO" 5; }
807+See \`config.log' for more details" "$LINENO" 5 ; }
808 fi
809 fi
810 fi
811@@ -3621,8 +3634,8 @@
812
813 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
814 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
815-as_fn_error "cannot compute suffix of object files: cannot compile
816-See \`config.log' for more details." "$LINENO" 5; }
817+as_fn_error $? "cannot compute suffix of object files: cannot compile
818+See \`config.log' for more details" "$LINENO" 5 ; }
819 fi
820 rm -f conftest.$ac_cv_objext conftest.$ac_ext
821 fi
822@@ -3974,7 +3987,7 @@
823
824 case "$am__api_version" in
825 1.01234)
826- as_fn_error "Automake 1.5 or newer is required to use intltool" "$LINENO" 5
827+ as_fn_error $? "Automake 1.5 or newer is required to use intltool" "$LINENO" 5
828 ;;
829 *)
830 ;;
831@@ -3991,7 +4004,7 @@
832 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INTLTOOL_APPLIED_VERSION found" >&5
833 $as_echo "$INTLTOOL_APPLIED_VERSION found" >&6; }
834 test "$INTLTOOL_APPLIED_VERSION_AS_INT" -ge "$INTLTOOL_REQUIRED_VERSION_AS_INT" ||
835- as_fn_error "Your intltool is too old. You need intltool 0.35.0 or later." "$LINENO" 5
836+ as_fn_error $? "Your intltool is too old. You need intltool 0.35.0 or later." "$LINENO" 5
837 fi
838
839 # Extract the first word of "intltool-update", so it can be a program name with args.
840@@ -4115,7 +4128,7 @@
841
842
843 if test -z "$INTLTOOL_UPDATE" -o -z "$INTLTOOL_MERGE" -o -z "$INTLTOOL_EXTRACT"; then
844- as_fn_error "The intltool scripts were not found. Please install intltool." "$LINENO" 5
845+ as_fn_error $? "The intltool scripts were not found. Please install intltool." "$LINENO" 5
846 fi
847
848 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 $< $@'
849@@ -4397,13 +4410,13 @@
850
851
852 if test -z "$XGETTEXT" -o -z "$MSGMERGE" -o -z "$MSGFMT"; then
853- as_fn_error "GNU gettext tools not found; required for intltool" "$LINENO" 5
854+ as_fn_error $? "GNU gettext tools not found; required for intltool" "$LINENO" 5
855 fi
856 xgversion="`$XGETTEXT --version|grep '(GNU ' 2> /dev/null`"
857 mmversion="`$MSGMERGE --version|grep '(GNU ' 2> /dev/null`"
858 mfversion="`$MSGFMT --version|grep '(GNU ' 2> /dev/null`"
859 if test -z "$xgversion" -o -z "$mmversion" -o -z "$mfversion"; then
860- as_fn_error "GNU gettext tools not found; required for intltool" "$LINENO" 5
861+ as_fn_error $? "GNU gettext tools not found; required for intltool" "$LINENO" 5
862 fi
863
864 # Extract the first word of "perl", so it can be a program name with args.
865@@ -4447,13 +4460,13 @@
866
867
868 if test -z "$INTLTOOL_PERL"; then
869- as_fn_error "perl not found" "$LINENO" 5
870+ as_fn_error $? "perl not found" "$LINENO" 5
871 fi
872 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for perl >= 5.8.1" >&5
873 $as_echo_n "checking for perl >= 5.8.1... " >&6; }
874 $INTLTOOL_PERL -e "use 5.8.1;" > /dev/null 2>&1
875 if test $? -ne 0; then
876- as_fn_error "perl 5.8.1 is required for intltool" "$LINENO" 5
877+ as_fn_error $? "perl 5.8.1 is required for intltool" "$LINENO" 5
878 else
879 IT_PERL_VERSION="`$INTLTOOL_PERL -e \"printf '%vd', $^V\"`"
880 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $IT_PERL_VERSION" >&5
881@@ -4466,7 +4479,7 @@
882 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5
883 $as_echo "ok" >&6; }
884 else
885- as_fn_error "XML::Parser perl module is required for intltool" "$LINENO" 5
886+ as_fn_error $? "XML::Parser perl module is required for intltool" "$LINENO" 5
887 fi
888 fi
889
890@@ -4870,8 +4883,8 @@
891
892 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
893 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
894-as_fn_error "no acceptable C compiler found in \$PATH
895-See \`config.log' for more details." "$LINENO" 5; }
896+as_fn_error $? "no acceptable C compiler found in \$PATH
897+See \`config.log' for more details" "$LINENO" 5 ; }
898
899 # Provide some information about the compiler.
900 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
901@@ -5246,7 +5259,7 @@
902 fi
903 set dummy $CC; ac_cc=`$as_echo "$2" |
904 sed 's/[^a-zA-Z0-9_]/_/g;s/^[0-9]/_/'`
905-if { as_var=ac_cv_prog_cc_${ac_cc}_c_o; eval "test \"\${$as_var+set}\" = set"; }; then :
906+if eval "test \"\${ac_cv_prog_cc_${ac_cc}_c_o+set}\"" = set; then :
907 $as_echo_n "(cached) " >&6
908 else
909 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
910@@ -5405,7 +5418,7 @@
911 # Broken: fails on valid input.
912 continue
913 fi
914-rm -f conftest.err conftest.$ac_ext
915+rm -f conftest.err conftest.i conftest.$ac_ext
916
917 # OK, works on sane cases. Now check whether nonexistent headers
918 # can be detected and how.
919@@ -5421,11 +5434,11 @@
920 ac_preproc_ok=:
921 break
922 fi
923-rm -f conftest.err conftest.$ac_ext
924+rm -f conftest.err conftest.i conftest.$ac_ext
925
926 done
927 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
928-rm -f conftest.err conftest.$ac_ext
929+rm -f conftest.i conftest.err conftest.$ac_ext
930 if $ac_preproc_ok; then :
931 break
932 fi
933@@ -5464,7 +5477,7 @@
934 # Broken: fails on valid input.
935 continue
936 fi
937-rm -f conftest.err conftest.$ac_ext
938+rm -f conftest.err conftest.i conftest.$ac_ext
939
940 # OK, works on sane cases. Now check whether nonexistent headers
941 # can be detected and how.
942@@ -5480,18 +5493,18 @@
943 ac_preproc_ok=:
944 break
945 fi
946-rm -f conftest.err conftest.$ac_ext
947+rm -f conftest.err conftest.i conftest.$ac_ext
948
949 done
950 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
951-rm -f conftest.err conftest.$ac_ext
952+rm -f conftest.i conftest.err conftest.$ac_ext
953 if $ac_preproc_ok; then :
954
955 else
956 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
957 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
958-as_fn_error "C preprocessor \"$CPP\" fails sanity check
959-See \`config.log' for more details." "$LINENO" 5; }
960+as_fn_error $? "C preprocessor \"$CPP\" fails sanity check
961+See \`config.log' for more details" "$LINENO" 5 ; }
962 fi
963
964 ac_ext=c
965@@ -5552,7 +5565,7 @@
966 done
967 IFS=$as_save_IFS
968 if test -z "$ac_cv_path_GREP"; then
969- as_fn_error "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
970+ as_fn_error $? "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
971 fi
972 else
973 ac_cv_path_GREP=$GREP
974@@ -5618,7 +5631,7 @@
975 done
976 IFS=$as_save_IFS
977 if test -z "$ac_cv_path_EGREP"; then
978- as_fn_error "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
979+ as_fn_error $? "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
980 fi
981 else
982 ac_cv_path_EGREP=$EGREP
983@@ -5770,7 +5783,7 @@
984
985 # Make sure we can run config.sub.
986 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
987- as_fn_error "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
988+ as_fn_error $? "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
989
990 { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
991 $as_echo_n "checking build system type... " >&6; }
992@@ -5781,16 +5794,16 @@
993 test "x$ac_build_alias" = x &&
994 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
995 test "x$ac_build_alias" = x &&
996- as_fn_error "cannot guess build type; you must specify one" "$LINENO" 5
997+ as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
998 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
999- as_fn_error "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
1000+ as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
1001
1002 fi
1003 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
1004 $as_echo "$ac_cv_build" >&6; }
1005 case $ac_cv_build in
1006 *-*-*) ;;
1007-*) as_fn_error "invalid value of canonical build" "$LINENO" 5;;
1008+*) as_fn_error $? "invalid value of canonical build" "$LINENO" 5 ;;
1009 esac
1010 build=$ac_cv_build
1011 ac_save_IFS=$IFS; IFS='-'
1012@@ -5815,7 +5828,7 @@
1013 ac_cv_host=$ac_cv_build
1014 else
1015 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
1016- as_fn_error "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
1017+ as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
1018 fi
1019
1020 fi
1021@@ -5823,7 +5836,7 @@
1022 $as_echo "$ac_cv_host" >&6; }
1023 case $ac_cv_host in
1024 *-*-*) ;;
1025-*) as_fn_error "invalid value of canonical host" "$LINENO" 5;;
1026+*) as_fn_error $? "invalid value of canonical host" "$LINENO" 5 ;;
1027 esac
1028 host=$ac_cv_host
1029 ac_save_IFS=$IFS; IFS='-'
1030@@ -5896,7 +5909,7 @@
1031 done
1032 IFS=$as_save_IFS
1033 if test -z "$ac_cv_path_SED"; then
1034- as_fn_error "no acceptable sed could be found in \$PATH" "$LINENO" 5
1035+ as_fn_error $? "no acceptable sed could be found in \$PATH" "$LINENO" 5
1036 fi
1037 else
1038 ac_cv_path_SED=$SED
1039@@ -5975,7 +5988,7 @@
1040 done
1041 IFS=$as_save_IFS
1042 if test -z "$ac_cv_path_FGREP"; then
1043- as_fn_error "no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
1044+ as_fn_error $? "no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
1045 fi
1046 else
1047 ac_cv_path_FGREP=$FGREP
1048@@ -6091,7 +6104,7 @@
1049 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
1050 $as_echo "no" >&6; }
1051 fi
1052-test -z "$LD" && as_fn_error "no acceptable ld found in \$PATH" "$LINENO" 5
1053+test -z "$LD" && as_fn_error $? "no acceptable ld found in \$PATH" "$LINENO" 5
1054 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
1055 $as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
1056 if test "${lt_cv_prog_gnu_ld+set}" = set; then :
1057@@ -6293,13 +6306,13 @@
1058 else
1059 lt_cv_nm_interface="BSD nm"
1060 echo "int some_variable = 0;" > conftest.$ac_ext
1061- (eval echo "\"\$as_me:6296: $ac_compile\"" >&5)
1062+ (eval echo "\"\$as_me:6309: $ac_compile\"" >&5)
1063 (eval "$ac_compile" 2>conftest.err)
1064 cat conftest.err >&5
1065- (eval echo "\"\$as_me:6299: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
1066+ (eval echo "\"\$as_me:6312: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
1067 (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)
1068 cat conftest.err >&5
1069- (eval echo "\"\$as_me:6302: output\"" >&5)
1070+ (eval echo "\"\$as_me:6315: output\"" >&5)
1071 cat conftest.out >&5
1072 if $GREP 'External.*some_variable' conftest.out > /dev/null; then
1073 lt_cv_nm_interface="MS dumpbin"
1074@@ -7504,7 +7517,7 @@
1075 ;;
1076 *-*-irix6*)
1077 # Find out which ABI we are using.
1078- echo '#line 7507 "configure"' > conftest.$ac_ext
1079+ echo '#line 7520 "configure"' > conftest.$ac_ext
1080 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
1081 (eval $ac_compile) 2>&5
1082 ac_status=$?
1083@@ -8258,8 +8271,7 @@
1084 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
1085 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
1086 "
1087-eval as_val=\$$as_ac_Header
1088- if test "x$as_val" = x""yes; then :
1089+if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
1090 cat >>confdefs.h <<_ACEOF
1091 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
1092 _ACEOF
1093@@ -8780,11 +8792,11 @@
1094 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
1095 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
1096 -e 's:$: $lt_compiler_flag:'`
1097- (eval echo "\"\$as_me:8783: $lt_compile\"" >&5)
1098+ (eval echo "\"\$as_me:8795: $lt_compile\"" >&5)
1099 (eval "$lt_compile" 2>conftest.err)
1100 ac_status=$?
1101 cat conftest.err >&5
1102- echo "$as_me:8787: \$? = $ac_status" >&5
1103+ echo "$as_me:8799: \$? = $ac_status" >&5
1104 if (exit $ac_status) && test -s "$ac_outfile"; then
1105 # The compiler can only warn and ignore the option if not recognized
1106 # So say no if there are warnings other than the usual output.
1107@@ -9119,11 +9131,11 @@
1108 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
1109 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
1110 -e 's:$: $lt_compiler_flag:'`
1111- (eval echo "\"\$as_me:9122: $lt_compile\"" >&5)
1112+ (eval echo "\"\$as_me:9134: $lt_compile\"" >&5)
1113 (eval "$lt_compile" 2>conftest.err)
1114 ac_status=$?
1115 cat conftest.err >&5
1116- echo "$as_me:9126: \$? = $ac_status" >&5
1117+ echo "$as_me:9138: \$? = $ac_status" >&5
1118 if (exit $ac_status) && test -s "$ac_outfile"; then
1119 # The compiler can only warn and ignore the option if not recognized
1120 # So say no if there are warnings other than the usual output.
1121@@ -9224,11 +9236,11 @@
1122 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
1123 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
1124 -e 's:$: $lt_compiler_flag:'`
1125- (eval echo "\"\$as_me:9227: $lt_compile\"" >&5)
1126+ (eval echo "\"\$as_me:9239: $lt_compile\"" >&5)
1127 (eval "$lt_compile" 2>out/conftest.err)
1128 ac_status=$?
1129 cat out/conftest.err >&5
1130- echo "$as_me:9231: \$? = $ac_status" >&5
1131+ echo "$as_me:9243: \$? = $ac_status" >&5
1132 if (exit $ac_status) && test -s out/conftest2.$ac_objext
1133 then
1134 # The compiler can only warn and ignore the option if not recognized
1135@@ -9279,11 +9291,11 @@
1136 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
1137 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
1138 -e 's:$: $lt_compiler_flag:'`
1139- (eval echo "\"\$as_me:9282: $lt_compile\"" >&5)
1140+ (eval echo "\"\$as_me:9294: $lt_compile\"" >&5)
1141 (eval "$lt_compile" 2>out/conftest.err)
1142 ac_status=$?
1143 cat out/conftest.err >&5
1144- echo "$as_me:9286: \$? = $ac_status" >&5
1145+ echo "$as_me:9298: \$? = $ac_status" >&5
1146 if (exit $ac_status) && test -s out/conftest2.$ac_objext
1147 then
1148 # The compiler can only warn and ignore the option if not recognized
1149@@ -11663,7 +11675,7 @@
1150 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
1151 lt_status=$lt_dlunknown
1152 cat > conftest.$ac_ext <<_LT_EOF
1153-#line 11666 "configure"
1154+#line 11678 "configure"
1155 #include "confdefs.h"
1156
1157 #if HAVE_DLFCN_H
1158@@ -11759,7 +11771,7 @@
1159 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
1160 lt_status=$lt_dlunknown
1161 cat > conftest.$ac_ext <<_LT_EOF
1162-#line 11762 "configure"
1163+#line 11774 "configure"
1164 #include "confdefs.h"
1165
1166 #if HAVE_DLFCN_H
1167@@ -12009,6 +12021,10 @@
1168
1169
1170
1171+
1172+
1173+
1174+
1175 if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then
1176 if test -n "$ac_tool_prefix"; then
1177 # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args.
1178@@ -12121,7 +12137,6 @@
1179 $as_echo "no" >&6; }
1180 PKG_CONFIG=""
1181 fi
1182-
1183 fi
1184
1185
1186@@ -12280,7 +12295,7 @@
1187 test $ac_status = 0; }; then
1188 :
1189 else
1190- as_fn_error "You need to have gtk-doc >= 1.4 installed to build $PACKAGE_NAME" "$LINENO" 5
1191+ as_fn_error $? "You need to have gtk-doc >= 1.4 installed to build $PACKAGE_NAME" "$LINENO" 5
1192 fi
1193 fi
1194
1195@@ -12373,7 +12388,7 @@
1196 else
1197 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
1198 $as_echo "no" >&6; }
1199- as_fn_error "gnome-doc-utils >= $gdu_cv_version_required not found" "$LINENO" 5
1200+ as_fn_error $? "gnome-doc-utils >= $gdu_cv_version_required not found" "$LINENO" 5
1201 fi
1202
1203
1204@@ -12453,11 +12468,10 @@
1205 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for DBUSMENUGLIB" >&5
1206 $as_echo_n "checking for DBUSMENUGLIB... " >&6; }
1207
1208-if test -n "$PKG_CONFIG"; then
1209- if test -n "$DBUSMENUGLIB_CFLAGS"; then
1210- pkg_cv_DBUSMENUGLIB_CFLAGS="$DBUSMENUGLIB_CFLAGS"
1211- else
1212- if test -n "$PKG_CONFIG" && \
1213+if test -n "$DBUSMENUGLIB_CFLAGS"; then
1214+ pkg_cv_DBUSMENUGLIB_CFLAGS="$DBUSMENUGLIB_CFLAGS"
1215+ elif test -n "$PKG_CONFIG"; then
1216+ if test -n "$PKG_CONFIG" && \
1217 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"glib-2.0 >= \$GLIB_REQUIRED_VERSION
1218 dbus-glib-1 >= \$DBUS_REQUIRED_VERSION
1219 libxml-2.0 >= \$XML_REQUIRED_VERSION\""; } >&5
1220@@ -12473,15 +12487,13 @@
1221 else
1222 pkg_failed=yes
1223 fi
1224- fi
1225-else
1226- pkg_failed=untried
1227+ else
1228+ pkg_failed=untried
1229 fi
1230-if test -n "$PKG_CONFIG"; then
1231- if test -n "$DBUSMENUGLIB_LIBS"; then
1232- pkg_cv_DBUSMENUGLIB_LIBS="$DBUSMENUGLIB_LIBS"
1233- else
1234- if test -n "$PKG_CONFIG" && \
1235+if test -n "$DBUSMENUGLIB_LIBS"; then
1236+ pkg_cv_DBUSMENUGLIB_LIBS="$DBUSMENUGLIB_LIBS"
1237+ elif test -n "$PKG_CONFIG"; then
1238+ if test -n "$PKG_CONFIG" && \
1239 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"glib-2.0 >= \$GLIB_REQUIRED_VERSION
1240 dbus-glib-1 >= \$DBUS_REQUIRED_VERSION
1241 libxml-2.0 >= \$XML_REQUIRED_VERSION\""; } >&5
1242@@ -12497,14 +12509,15 @@
1243 else
1244 pkg_failed=yes
1245 fi
1246- fi
1247-else
1248- pkg_failed=untried
1249+ else
1250+ pkg_failed=untried
1251 fi
1252
1253
1254
1255 if test $pkg_failed = yes; then
1256+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
1257+$as_echo "no" >&6; }
1258
1259 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
1260 _pkg_short_errors_supported=yes
1261@@ -12512,18 +12525,18 @@
1262 _pkg_short_errors_supported=no
1263 fi
1264 if test $_pkg_short_errors_supported = yes; then
1265- DBUSMENUGLIB_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "glib-2.0 >= $GLIB_REQUIRED_VERSION
1266+ DBUSMENUGLIB_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "glib-2.0 >= $GLIB_REQUIRED_VERSION
1267 dbus-glib-1 >= $DBUS_REQUIRED_VERSION
1268- libxml-2.0 >= $XML_REQUIRED_VERSION"`
1269+ libxml-2.0 >= $XML_REQUIRED_VERSION" 2>&1`
1270 else
1271- DBUSMENUGLIB_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "glib-2.0 >= $GLIB_REQUIRED_VERSION
1272+ DBUSMENUGLIB_PKG_ERRORS=`$PKG_CONFIG --print-errors "glib-2.0 >= $GLIB_REQUIRED_VERSION
1273 dbus-glib-1 >= $DBUS_REQUIRED_VERSION
1274- libxml-2.0 >= $XML_REQUIRED_VERSION"`
1275+ libxml-2.0 >= $XML_REQUIRED_VERSION" 2>&1`
1276 fi
1277 # Put the nasty error message in config.log where it belongs
1278 echo "$DBUSMENUGLIB_PKG_ERRORS" >&5
1279
1280- as_fn_error "Package requirements (glib-2.0 >= $GLIB_REQUIRED_VERSION
1281+ as_fn_error $? "Package requirements (glib-2.0 >= $GLIB_REQUIRED_VERSION
1282 dbus-glib-1 >= $DBUS_REQUIRED_VERSION
1283 libxml-2.0 >= $XML_REQUIRED_VERSION) were not met:
1284
1285@@ -12534,12 +12547,13 @@
1286
1287 Alternatively, you may set the environment variables DBUSMENUGLIB_CFLAGS
1288 and DBUSMENUGLIB_LIBS to avoid the need to call pkg-config.
1289-See the pkg-config man page for more details.
1290-" "$LINENO" 5
1291+See the pkg-config man page for more details." "$LINENO" 5
1292 elif test $pkg_failed = untried; then
1293+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
1294+$as_echo "no" >&6; }
1295 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
1296 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
1297-as_fn_error "The pkg-config script could not be found or is too old. Make sure it
1298+as_fn_error $? "The pkg-config script could not be found or is too old. Make sure it
1299 is in your PATH or set the PKG_CONFIG environment variable to the full
1300 path to pkg-config.
1301
1302@@ -12548,13 +12562,13 @@
1303 See the pkg-config man page for more details.
1304
1305 To get pkg-config, see <http://pkg-config.freedesktop.org/>.
1306-See \`config.log' for more details." "$LINENO" 5; }
1307+See \`config.log' for more details" "$LINENO" 5 ; }
1308 else
1309 DBUSMENUGLIB_CFLAGS=$pkg_cv_DBUSMENUGLIB_CFLAGS
1310 DBUSMENUGLIB_LIBS=$pkg_cv_DBUSMENUGLIB_LIBS
1311 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
1312 $as_echo "yes" >&6; }
1313- :
1314+
1315 fi
1316
1317
1318@@ -12571,11 +12585,10 @@
1319 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for DBUSMENUGTK" >&5
1320 $as_echo_n "checking for DBUSMENUGTK... " >&6; }
1321
1322-if test -n "$PKG_CONFIG"; then
1323- if test -n "$DBUSMENUGTK_CFLAGS"; then
1324- pkg_cv_DBUSMENUGTK_CFLAGS="$DBUSMENUGTK_CFLAGS"
1325- else
1326- if test -n "$PKG_CONFIG" && \
1327+if test -n "$DBUSMENUGTK_CFLAGS"; then
1328+ pkg_cv_DBUSMENUGTK_CFLAGS="$DBUSMENUGTK_CFLAGS"
1329+ elif test -n "$PKG_CONFIG"; then
1330+ if test -n "$PKG_CONFIG" && \
1331 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"gtk+-2.0 >= \$GTK_REQUIRED_VERSION
1332 glib-2.0 >= \$GLIB_REQUIRED_VERSION
1333 dbus-glib-1 >= \$DBUS_REQUIRED_VERSION
1334@@ -12594,15 +12607,13 @@
1335 else
1336 pkg_failed=yes
1337 fi
1338- fi
1339-else
1340- pkg_failed=untried
1341+ else
1342+ pkg_failed=untried
1343 fi
1344-if test -n "$PKG_CONFIG"; then
1345- if test -n "$DBUSMENUGTK_LIBS"; then
1346- pkg_cv_DBUSMENUGTK_LIBS="$DBUSMENUGTK_LIBS"
1347- else
1348- if test -n "$PKG_CONFIG" && \
1349+if test -n "$DBUSMENUGTK_LIBS"; then
1350+ pkg_cv_DBUSMENUGTK_LIBS="$DBUSMENUGTK_LIBS"
1351+ elif test -n "$PKG_CONFIG"; then
1352+ if test -n "$PKG_CONFIG" && \
1353 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"gtk+-2.0 >= \$GTK_REQUIRED_VERSION
1354 glib-2.0 >= \$GLIB_REQUIRED_VERSION
1355 dbus-glib-1 >= \$DBUS_REQUIRED_VERSION
1356@@ -12621,14 +12632,15 @@
1357 else
1358 pkg_failed=yes
1359 fi
1360- fi
1361-else
1362- pkg_failed=untried
1363+ else
1364+ pkg_failed=untried
1365 fi
1366
1367
1368
1369 if test $pkg_failed = yes; then
1370+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
1371+$as_echo "no" >&6; }
1372
1373 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
1374 _pkg_short_errors_supported=yes
1375@@ -12636,20 +12648,20 @@
1376 _pkg_short_errors_supported=no
1377 fi
1378 if test $_pkg_short_errors_supported = yes; then
1379- DBUSMENUGTK_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "gtk+-2.0 >= $GTK_REQUIRED_VERSION
1380+ DBUSMENUGTK_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "gtk+-2.0 >= $GTK_REQUIRED_VERSION
1381 glib-2.0 >= $GLIB_REQUIRED_VERSION
1382 dbus-glib-1 >= $DBUS_REQUIRED_VERSION
1383- libxml-2.0 >= $XML_REQUIRED_VERSION"`
1384+ libxml-2.0 >= $XML_REQUIRED_VERSION" 2>&1`
1385 else
1386- DBUSMENUGTK_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "gtk+-2.0 >= $GTK_REQUIRED_VERSION
1387+ DBUSMENUGTK_PKG_ERRORS=`$PKG_CONFIG --print-errors "gtk+-2.0 >= $GTK_REQUIRED_VERSION
1388 glib-2.0 >= $GLIB_REQUIRED_VERSION
1389 dbus-glib-1 >= $DBUS_REQUIRED_VERSION
1390- libxml-2.0 >= $XML_REQUIRED_VERSION"`
1391+ libxml-2.0 >= $XML_REQUIRED_VERSION" 2>&1`
1392 fi
1393 # Put the nasty error message in config.log where it belongs
1394 echo "$DBUSMENUGTK_PKG_ERRORS" >&5
1395
1396- as_fn_error "Package requirements (gtk+-2.0 >= $GTK_REQUIRED_VERSION
1397+ as_fn_error $? "Package requirements (gtk+-2.0 >= $GTK_REQUIRED_VERSION
1398 glib-2.0 >= $GLIB_REQUIRED_VERSION
1399 dbus-glib-1 >= $DBUS_REQUIRED_VERSION
1400 libxml-2.0 >= $XML_REQUIRED_VERSION) were not met:
1401@@ -12661,12 +12673,13 @@
1402
1403 Alternatively, you may set the environment variables DBUSMENUGTK_CFLAGS
1404 and DBUSMENUGTK_LIBS to avoid the need to call pkg-config.
1405-See the pkg-config man page for more details.
1406-" "$LINENO" 5
1407+See the pkg-config man page for more details." "$LINENO" 5
1408 elif test $pkg_failed = untried; then
1409+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
1410+$as_echo "no" >&6; }
1411 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
1412 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
1413-as_fn_error "The pkg-config script could not be found or is too old. Make sure it
1414+as_fn_error $? "The pkg-config script could not be found or is too old. Make sure it
1415 is in your PATH or set the PKG_CONFIG environment variable to the full
1416 path to pkg-config.
1417
1418@@ -12675,13 +12688,13 @@
1419 See the pkg-config man page for more details.
1420
1421 To get pkg-config, see <http://pkg-config.freedesktop.org/>.
1422-See \`config.log' for more details." "$LINENO" 5; }
1423+See \`config.log' for more details" "$LINENO" 5 ; }
1424 else
1425 DBUSMENUGTK_CFLAGS=$pkg_cv_DBUSMENUGTK_CFLAGS
1426 DBUSMENUGTK_LIBS=$pkg_cv_DBUSMENUGTK_LIBS
1427 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
1428 $as_echo "yes" >&6; }
1429- :
1430+
1431 fi
1432
1433
1434@@ -12698,11 +12711,10 @@
1435 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for DBUSMENUDUMPER" >&5
1436 $as_echo_n "checking for DBUSMENUDUMPER... " >&6; }
1437
1438-if test -n "$PKG_CONFIG"; then
1439- if test -n "$DBUSMENUDUMPER_CFLAGS"; then
1440- pkg_cv_DBUSMENUDUMPER_CFLAGS="$DBUSMENUDUMPER_CFLAGS"
1441- else
1442- if test -n "$PKG_CONFIG" && \
1443+if test -n "$DBUSMENUDUMPER_CFLAGS"; then
1444+ pkg_cv_DBUSMENUDUMPER_CFLAGS="$DBUSMENUDUMPER_CFLAGS"
1445+ elif test -n "$PKG_CONFIG"; then
1446+ if test -n "$PKG_CONFIG" && \
1447 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"gtk+-2.0 >= \$GTK_REQUIRED_VERSION
1448 x11 >= \$X11_REQUIRED_VERSION\""; } >&5
1449 ($PKG_CONFIG --exists --print-errors "gtk+-2.0 >= $GTK_REQUIRED_VERSION
1450@@ -12715,15 +12727,13 @@
1451 else
1452 pkg_failed=yes
1453 fi
1454- fi
1455-else
1456- pkg_failed=untried
1457+ else
1458+ pkg_failed=untried
1459 fi
1460-if test -n "$PKG_CONFIG"; then
1461- if test -n "$DBUSMENUDUMPER_LIBS"; then
1462- pkg_cv_DBUSMENUDUMPER_LIBS="$DBUSMENUDUMPER_LIBS"
1463- else
1464- if test -n "$PKG_CONFIG" && \
1465+if test -n "$DBUSMENUDUMPER_LIBS"; then
1466+ pkg_cv_DBUSMENUDUMPER_LIBS="$DBUSMENUDUMPER_LIBS"
1467+ elif test -n "$PKG_CONFIG"; then
1468+ if test -n "$PKG_CONFIG" && \
1469 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"gtk+-2.0 >= \$GTK_REQUIRED_VERSION
1470 x11 >= \$X11_REQUIRED_VERSION\""; } >&5
1471 ($PKG_CONFIG --exists --print-errors "gtk+-2.0 >= $GTK_REQUIRED_VERSION
1472@@ -12736,14 +12746,15 @@
1473 else
1474 pkg_failed=yes
1475 fi
1476- fi
1477-else
1478- pkg_failed=untried
1479+ else
1480+ pkg_failed=untried
1481 fi
1482
1483
1484
1485 if test $pkg_failed = yes; then
1486+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
1487+$as_echo "no" >&6; }
1488
1489 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
1490 _pkg_short_errors_supported=yes
1491@@ -12751,16 +12762,16 @@
1492 _pkg_short_errors_supported=no
1493 fi
1494 if test $_pkg_short_errors_supported = yes; then
1495- DBUSMENUDUMPER_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "gtk+-2.0 >= $GTK_REQUIRED_VERSION
1496- x11 >= $X11_REQUIRED_VERSION"`
1497+ DBUSMENUDUMPER_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "gtk+-2.0 >= $GTK_REQUIRED_VERSION
1498+ x11 >= $X11_REQUIRED_VERSION" 2>&1`
1499 else
1500- DBUSMENUDUMPER_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "gtk+-2.0 >= $GTK_REQUIRED_VERSION
1501- x11 >= $X11_REQUIRED_VERSION"`
1502+ DBUSMENUDUMPER_PKG_ERRORS=`$PKG_CONFIG --print-errors "gtk+-2.0 >= $GTK_REQUIRED_VERSION
1503+ x11 >= $X11_REQUIRED_VERSION" 2>&1`
1504 fi
1505 # Put the nasty error message in config.log where it belongs
1506 echo "$DBUSMENUDUMPER_PKG_ERRORS" >&5
1507
1508- as_fn_error "Package requirements (gtk+-2.0 >= $GTK_REQUIRED_VERSION
1509+ as_fn_error $? "Package requirements (gtk+-2.0 >= $GTK_REQUIRED_VERSION
1510 x11 >= $X11_REQUIRED_VERSION) were not met:
1511
1512 $DBUSMENUDUMPER_PKG_ERRORS
1513@@ -12770,12 +12781,13 @@
1514
1515 Alternatively, you may set the environment variables DBUSMENUDUMPER_CFLAGS
1516 and DBUSMENUDUMPER_LIBS to avoid the need to call pkg-config.
1517-See the pkg-config man page for more details.
1518-" "$LINENO" 5
1519+See the pkg-config man page for more details." "$LINENO" 5
1520 elif test $pkg_failed = untried; then
1521+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
1522+$as_echo "no" >&6; }
1523 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
1524 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
1525-as_fn_error "The pkg-config script could not be found or is too old. Make sure it
1526+as_fn_error $? "The pkg-config script could not be found or is too old. Make sure it
1527 is in your PATH or set the PKG_CONFIG environment variable to the full
1528 path to pkg-config.
1529
1530@@ -12784,13 +12796,13 @@
1531 See the pkg-config man page for more details.
1532
1533 To get pkg-config, see <http://pkg-config.freedesktop.org/>.
1534-See \`config.log' for more details." "$LINENO" 5; }
1535+See \`config.log' for more details" "$LINENO" 5 ; }
1536 else
1537 DBUSMENUDUMPER_CFLAGS=$pkg_cv_DBUSMENUDUMPER_CFLAGS
1538 DBUSMENUDUMPER_LIBS=$pkg_cv_DBUSMENUDUMPER_LIBS
1539 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
1540 $as_echo "yes" >&6; }
1541- :
1542+
1543 fi
1544
1545
1546@@ -12808,11 +12820,10 @@
1547 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for DBUSMENUTESTS" >&5
1548 $as_echo_n "checking for DBUSMENUTESTS... " >&6; }
1549
1550-if test -n "$PKG_CONFIG"; then
1551- if test -n "$DBUSMENUTESTS_CFLAGS"; then
1552- pkg_cv_DBUSMENUTESTS_CFLAGS="$DBUSMENUTESTS_CFLAGS"
1553- else
1554- if test -n "$PKG_CONFIG" && \
1555+if test -n "$DBUSMENUTESTS_CFLAGS"; then
1556+ pkg_cv_DBUSMENUTESTS_CFLAGS="$DBUSMENUTESTS_CFLAGS"
1557+ elif test -n "$PKG_CONFIG"; then
1558+ if test -n "$PKG_CONFIG" && \
1559 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"json-glib-1.0 >= \$JSON_GLIB_REQUIRED_VERSION
1560 gio-unix-2.0 >= \$GIO_UNIX_REQUIRED_VERSION\""; } >&5
1561 ($PKG_CONFIG --exists --print-errors "json-glib-1.0 >= $JSON_GLIB_REQUIRED_VERSION
1562@@ -12825,15 +12836,13 @@
1563 else
1564 pkg_failed=yes
1565 fi
1566- fi
1567-else
1568- pkg_failed=untried
1569+ else
1570+ pkg_failed=untried
1571 fi
1572-if test -n "$PKG_CONFIG"; then
1573- if test -n "$DBUSMENUTESTS_LIBS"; then
1574- pkg_cv_DBUSMENUTESTS_LIBS="$DBUSMENUTESTS_LIBS"
1575- else
1576- if test -n "$PKG_CONFIG" && \
1577+if test -n "$DBUSMENUTESTS_LIBS"; then
1578+ pkg_cv_DBUSMENUTESTS_LIBS="$DBUSMENUTESTS_LIBS"
1579+ elif test -n "$PKG_CONFIG"; then
1580+ if test -n "$PKG_CONFIG" && \
1581 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"json-glib-1.0 >= \$JSON_GLIB_REQUIRED_VERSION
1582 gio-unix-2.0 >= \$GIO_UNIX_REQUIRED_VERSION\""; } >&5
1583 ($PKG_CONFIG --exists --print-errors "json-glib-1.0 >= $JSON_GLIB_REQUIRED_VERSION
1584@@ -12846,14 +12855,15 @@
1585 else
1586 pkg_failed=yes
1587 fi
1588- fi
1589-else
1590- pkg_failed=untried
1591+ else
1592+ pkg_failed=untried
1593 fi
1594
1595
1596
1597 if test $pkg_failed = yes; then
1598+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
1599+$as_echo "no" >&6; }
1600
1601 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
1602 _pkg_short_errors_supported=yes
1603@@ -12861,16 +12871,16 @@
1604 _pkg_short_errors_supported=no
1605 fi
1606 if test $_pkg_short_errors_supported = yes; then
1607- DBUSMENUTESTS_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "json-glib-1.0 >= $JSON_GLIB_REQUIRED_VERSION
1608- gio-unix-2.0 >= $GIO_UNIX_REQUIRED_VERSION"`
1609+ DBUSMENUTESTS_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "json-glib-1.0 >= $JSON_GLIB_REQUIRED_VERSION
1610+ gio-unix-2.0 >= $GIO_UNIX_REQUIRED_VERSION" 2>&1`
1611 else
1612- DBUSMENUTESTS_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "json-glib-1.0 >= $JSON_GLIB_REQUIRED_VERSION
1613- gio-unix-2.0 >= $GIO_UNIX_REQUIRED_VERSION"`
1614+ DBUSMENUTESTS_PKG_ERRORS=`$PKG_CONFIG --print-errors "json-glib-1.0 >= $JSON_GLIB_REQUIRED_VERSION
1615+ gio-unix-2.0 >= $GIO_UNIX_REQUIRED_VERSION" 2>&1`
1616 fi
1617 # Put the nasty error message in config.log where it belongs
1618 echo "$DBUSMENUTESTS_PKG_ERRORS" >&5
1619
1620- as_fn_error "Package requirements (json-glib-1.0 >= $JSON_GLIB_REQUIRED_VERSION
1621+ as_fn_error $? "Package requirements (json-glib-1.0 >= $JSON_GLIB_REQUIRED_VERSION
1622 gio-unix-2.0 >= $GIO_UNIX_REQUIRED_VERSION) were not met:
1623
1624 $DBUSMENUTESTS_PKG_ERRORS
1625@@ -12880,12 +12890,13 @@
1626
1627 Alternatively, you may set the environment variables DBUSMENUTESTS_CFLAGS
1628 and DBUSMENUTESTS_LIBS to avoid the need to call pkg-config.
1629-See the pkg-config man page for more details.
1630-" "$LINENO" 5
1631+See the pkg-config man page for more details." "$LINENO" 5
1632 elif test $pkg_failed = untried; then
1633+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
1634+$as_echo "no" >&6; }
1635 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
1636 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
1637-as_fn_error "The pkg-config script could not be found or is too old. Make sure it
1638+as_fn_error $? "The pkg-config script could not be found or is too old. Make sure it
1639 is in your PATH or set the PKG_CONFIG environment variable to the full
1640 path to pkg-config.
1641
1642@@ -12894,13 +12905,13 @@
1643 See the pkg-config man page for more details.
1644
1645 To get pkg-config, see <http://pkg-config.freedesktop.org/>.
1646-See \`config.log' for more details." "$LINENO" 5; }
1647+See \`config.log' for more details" "$LINENO" 5 ; }
1648 else
1649 DBUSMENUTESTS_CFLAGS=$pkg_cv_DBUSMENUTESTS_CFLAGS
1650 DBUSMENUTESTS_LIBS=$pkg_cv_DBUSMENUTESTS_LIBS
1651 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
1652 $as_echo "yes" >&6; }
1653- :
1654+
1655 fi
1656
1657
1658@@ -12937,7 +12948,7 @@
1659 test $ac_status = 0; }; then
1660 :
1661 else
1662- as_fn_error "gobject-introspection-1.0 is not installed" "$LINENO" 5
1663+ as_fn_error $? "gobject-introspection-1.0 is not installed" "$LINENO" 5
1664 fi
1665 if test -n "$PKG_CONFIG" && \
1666 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"gobject-introspection-1.0 >= 0.6.7\""; } >&5
1667@@ -12947,7 +12958,7 @@
1668 test $ac_status = 0; }; then
1669 found_introspection=yes
1670 else
1671- as_fn_error "You need to have gobject-introspection >= 0.6.7 installed to build libdbusmenu" "$LINENO" 5
1672+ as_fn_error $? "You need to have gobject-introspection >= 0.6.7 installed to build libdbusmenu" "$LINENO" 5
1673 fi
1674 ;; #(
1675 auto) :
1676@@ -12963,7 +12974,7 @@
1677 fi
1678 ;; #(
1679 *) :
1680- as_fn_error "invalid argument passed to --enable-introspection, should be one of [no/auto/yes]" "$LINENO" 5
1681+ as_fn_error $? "invalid argument passed to --enable-introspection, should be one of [no/auto/yes]" "$LINENO" 5
1682 ;;
1683 esac
1684 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $found_introspection" >&5
1685@@ -13885,6 +13896,7 @@
1686
1687 ac_libobjs=
1688 ac_ltlibobjs=
1689+U=
1690 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
1691 # 1. Remove the extension, and $U if already installed.
1692 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
1693@@ -13908,15 +13920,15 @@
1694 fi
1695
1696 if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
1697- as_fn_error "conditional \"MAINTAINER_MODE\" was never defined.
1698+ as_fn_error $? "conditional \"MAINTAINER_MODE\" was never defined.
1699 Usually this means the macro was only invoked conditionally." "$LINENO" 5
1700 fi
1701 if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
1702- as_fn_error "conditional \"AMDEP\" was never defined.
1703+ as_fn_error $? "conditional \"AMDEP\" was never defined.
1704 Usually this means the macro was only invoked conditionally." "$LINENO" 5
1705 fi
1706 if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
1707- as_fn_error "conditional \"am__fastdepCC\" was never defined.
1708+ as_fn_error $? "conditional \"am__fastdepCC\" was never defined.
1709 Usually this means the macro was only invoked conditionally." "$LINENO" 5
1710 fi
1711
1712@@ -13924,39 +13936,39 @@
1713
1714
1715 if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
1716- as_fn_error "conditional \"am__fastdepCC\" was never defined.
1717+ as_fn_error $? "conditional \"am__fastdepCC\" was never defined.
1718 Usually this means the macro was only invoked conditionally." "$LINENO" 5
1719 fi
1720 if test -z "${ENABLE_GTK_DOC_TRUE}" && test -z "${ENABLE_GTK_DOC_FALSE}"; then
1721- as_fn_error "conditional \"ENABLE_GTK_DOC\" was never defined.
1722+ as_fn_error $? "conditional \"ENABLE_GTK_DOC\" was never defined.
1723 Usually this means the macro was only invoked conditionally." "$LINENO" 5
1724 fi
1725 if test -z "${GTK_DOC_BUILD_HTML_TRUE}" && test -z "${GTK_DOC_BUILD_HTML_FALSE}"; then
1726- as_fn_error "conditional \"GTK_DOC_BUILD_HTML\" was never defined.
1727+ as_fn_error $? "conditional \"GTK_DOC_BUILD_HTML\" was never defined.
1728 Usually this means the macro was only invoked conditionally." "$LINENO" 5
1729 fi
1730 if test -z "${GTK_DOC_BUILD_PDF_TRUE}" && test -z "${GTK_DOC_BUILD_PDF_FALSE}"; then
1731- as_fn_error "conditional \"GTK_DOC_BUILD_PDF\" was never defined.
1732+ as_fn_error $? "conditional \"GTK_DOC_BUILD_PDF\" was never defined.
1733 Usually this means the macro was only invoked conditionally." "$LINENO" 5
1734 fi
1735 if test -z "${GTK_DOC_USE_LIBTOOL_TRUE}" && test -z "${GTK_DOC_USE_LIBTOOL_FALSE}"; then
1736- as_fn_error "conditional \"GTK_DOC_USE_LIBTOOL\" was never defined.
1737+ as_fn_error $? "conditional \"GTK_DOC_USE_LIBTOOL\" was never defined.
1738 Usually this means the macro was only invoked conditionally." "$LINENO" 5
1739 fi
1740 if test -z "${GTK_DOC_USE_REBASE_TRUE}" && test -z "${GTK_DOC_USE_REBASE_FALSE}"; then
1741- as_fn_error "conditional \"GTK_DOC_USE_REBASE\" was never defined.
1742+ as_fn_error $? "conditional \"GTK_DOC_USE_REBASE\" was never defined.
1743 Usually this means the macro was only invoked conditionally." "$LINENO" 5
1744 fi
1745 if test -z "${ENABLE_SK_TRUE}" && test -z "${ENABLE_SK_FALSE}"; then
1746- as_fn_error "conditional \"ENABLE_SK\" was never defined.
1747+ as_fn_error $? "conditional \"ENABLE_SK\" was never defined.
1748 Usually this means the macro was only invoked conditionally." "$LINENO" 5
1749 fi
1750 if test -z "${HAVE_GNOME_DOC_UTILS_TRUE}" && test -z "${HAVE_GNOME_DOC_UTILS_FALSE}"; then
1751- as_fn_error "conditional \"HAVE_GNOME_DOC_UTILS\" was never defined.
1752+ as_fn_error $? "conditional \"HAVE_GNOME_DOC_UTILS\" was never defined.
1753 Usually this means the macro was only invoked conditionally." "$LINENO" 5
1754 fi
1755 if test -z "${HAVE_INTROSPECTION_TRUE}" && test -z "${HAVE_INTROSPECTION_FALSE}"; then
1756- as_fn_error "conditional \"HAVE_INTROSPECTION\" was never defined.
1757+ as_fn_error $? "conditional \"HAVE_INTROSPECTION\" was never defined.
1758 Usually this means the macro was only invoked conditionally." "$LINENO" 5
1759 fi
1760
1761@@ -14106,19 +14118,19 @@
1762 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
1763
1764
1765-# as_fn_error ERROR [LINENO LOG_FD]
1766-# ---------------------------------
1767+# as_fn_error STATUS ERROR [LINENO LOG_FD]
1768+# ----------------------------------------
1769 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
1770 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
1771-# script with status $?, using 1 if that was 0.
1772+# script with STATUS, using 1 if that was 0.
1773 as_fn_error ()
1774 {
1775- as_status=$?; test $as_status -eq 0 && as_status=1
1776- if test "$3"; then
1777- as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1778- $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
1779+ as_status=$1; test $as_status -eq 0 && as_status=1
1780+ if test "$4"; then
1781+ as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1782+ $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
1783 fi
1784- $as_echo "$as_me: error: $1" >&2
1785+ $as_echo "$as_me: error: $2" >&2
1786 as_fn_exit $as_status
1787 } # as_fn_error
1788
1789@@ -14314,7 +14326,7 @@
1790 test -d "$as_dir" && break
1791 done
1792 test -z "$as_dirs" || eval "mkdir $as_dirs"
1793- } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
1794+ } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
1795
1796
1797 } # as_fn_mkdir_p
1798@@ -14367,8 +14379,8 @@
1799 # report actual input values of CONFIG_FILES etc. instead of their
1800 # values after options handling.
1801 ac_log="
1802-This file was extended by libdbusmenu $as_me 0.3.9, which was
1803-generated by GNU Autoconf 2.65. Invocation command line was
1804+This file was extended by libdbusmenu $as_me 0.3.10, which was
1805+generated by GNU Autoconf 2.67. Invocation command line was
1806
1807 CONFIG_FILES = $CONFIG_FILES
1808 CONFIG_HEADERS = $CONFIG_HEADERS
1809@@ -14433,11 +14445,11 @@
1810 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
1811 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
1812 ac_cs_version="\\
1813-libdbusmenu config.status 0.3.9
1814-configured by $0, generated by GNU Autoconf 2.65,
1815+libdbusmenu config.status 0.3.10
1816+configured by $0, generated by GNU Autoconf 2.67,
1817 with options \\"\$ac_cs_config\\"
1818
1819-Copyright (C) 2009 Free Software Foundation, Inc.
1820+Copyright (C) 2010 Free Software Foundation, Inc.
1821 This config.status script is free software; the Free Software Foundation
1822 gives unlimited permission to copy, distribute and modify it."
1823
1824@@ -14455,11 +14467,16 @@
1825 while test $# != 0
1826 do
1827 case $1 in
1828- --*=*)
1829+ --*=?*)
1830 ac_option=`expr "X$1" : 'X\([^=]*\)='`
1831 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
1832 ac_shift=:
1833 ;;
1834+ --*=)
1835+ ac_option=`expr "X$1" : 'X\([^=]*\)='`
1836+ ac_optarg=
1837+ ac_shift=:
1838+ ;;
1839 *)
1840 ac_option=$1
1841 ac_optarg=$2
1842@@ -14481,6 +14498,7 @@
1843 $ac_shift
1844 case $ac_optarg in
1845 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
1846+ '') as_fn_error $? "missing file argument" ;;
1847 esac
1848 as_fn_append CONFIG_FILES " '$ac_optarg'"
1849 ac_need_defaults=false;;
1850@@ -14493,7 +14511,7 @@
1851 ac_need_defaults=false;;
1852 --he | --h)
1853 # Conflict between --help and --header
1854- as_fn_error "ambiguous option: \`$1'
1855+ as_fn_error $? "ambiguous option: \`$1'
1856 Try \`$0 --help' for more information.";;
1857 --help | --hel | -h )
1858 $as_echo "$ac_cs_usage"; exit ;;
1859@@ -14502,7 +14520,7 @@
1860 ac_cs_silent=: ;;
1861
1862 # This is an error.
1863- -*) as_fn_error "unrecognized option: \`$1'
1864+ -*) as_fn_error $? "unrecognized option: \`$1'
1865 Try \`$0 --help' for more information." ;;
1866
1867 *) as_fn_append ac_config_targets " $1"
1868@@ -14835,7 +14853,7 @@
1869 "docs/libdbusmenu-gtk/reference/version.xml") CONFIG_FILES="$CONFIG_FILES docs/libdbusmenu-gtk/reference/version.xml" ;;
1870 "po/stamp-it") CONFIG_COMMANDS="$CONFIG_COMMANDS po/stamp-it" ;;
1871
1872- *) as_fn_error "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
1873+ *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5 ;;
1874 esac
1875 done
1876
1877@@ -14873,7 +14891,7 @@
1878 {
1879 tmp=./conf$$-$RANDOM
1880 (umask 077 && mkdir "$tmp")
1881-} || as_fn_error "cannot create a temporary directory in ." "$LINENO" 5
1882+} || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
1883
1884 # Set up the scripts for CONFIG_FILES section.
1885 # No need to generate them if there are no CONFIG_FILES.
1886@@ -14890,7 +14908,7 @@
1887 fi
1888 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
1889 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
1890- ac_cs_awk_cr='\r'
1891+ ac_cs_awk_cr='\\r'
1892 else
1893 ac_cs_awk_cr=$ac_cr
1894 fi
1895@@ -14904,18 +14922,18 @@
1896 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
1897 echo "_ACEOF"
1898 } >conf$$subs.sh ||
1899- as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
1900-ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
1901+ as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
1902+ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
1903 ac_delim='%!_!# '
1904 for ac_last_try in false false false false false :; do
1905 . ./conf$$subs.sh ||
1906- as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
1907+ as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
1908
1909 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
1910 if test $ac_delim_n = $ac_delim_num; then
1911 break
1912 elif $ac_last_try; then
1913- as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
1914+ as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
1915 else
1916 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
1917 fi
1918@@ -15004,20 +15022,28 @@
1919 else
1920 cat
1921 fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
1922- || as_fn_error "could not setup config files machinery" "$LINENO" 5
1923+ || as_fn_error $? "could not setup config files machinery" "$LINENO" 5
1924 _ACEOF
1925
1926-# VPATH may cause trouble with some makes, so we remove $(srcdir),
1927-# ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
1928+# VPATH may cause trouble with some makes, so we remove sole $(srcdir),
1929+# ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and
1930 # trailing colons and then remove the whole line if VPATH becomes empty
1931 # (actually we leave an empty line to preserve line numbers).
1932 if test "x$srcdir" = x.; then
1933- ac_vpsub='/^[ ]*VPATH[ ]*=/{
1934-s/:*\$(srcdir):*/:/
1935-s/:*\${srcdir}:*/:/
1936-s/:*@srcdir@:*/:/
1937-s/^\([^=]*=[ ]*\):*/\1/
1938+ ac_vpsub='/^[ ]*VPATH[ ]*=[ ]*/{
1939+h
1940+s///
1941+s/^/:/
1942+s/[ ]*$/:/
1943+s/:\$(srcdir):/:/g
1944+s/:\${srcdir}:/:/g
1945+s/:@srcdir@:/:/g
1946+s/^:*//
1947 s/:*$//
1948+x
1949+s/\(=[ ]*\).*/\1/
1950+G
1951+s/\n//
1952 s/^[^=]*=[ ]*$//
1953 }'
1954 fi
1955@@ -15045,7 +15071,7 @@
1956 if test -z "$ac_t"; then
1957 break
1958 elif $ac_last_try; then
1959- as_fn_error "could not make $CONFIG_HEADERS" "$LINENO" 5
1960+ as_fn_error $? "could not make $CONFIG_HEADERS" "$LINENO" 5
1961 else
1962 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
1963 fi
1964@@ -15130,7 +15156,7 @@
1965 _ACAWK
1966 _ACEOF
1967 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
1968- as_fn_error "could not setup config headers machinery" "$LINENO" 5
1969+ as_fn_error $? "could not setup config headers machinery" "$LINENO" 5
1970 fi # test -n "$CONFIG_HEADERS"
1971
1972
1973@@ -15143,7 +15169,7 @@
1974 esac
1975 case $ac_mode$ac_tag in
1976 :[FHL]*:*);;
1977- :L* | :C*:*) as_fn_error "invalid tag \`$ac_tag'" "$LINENO" 5;;
1978+ :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5 ;;
1979 :[FH]-) ac_tag=-:-;;
1980 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
1981 esac
1982@@ -15171,7 +15197,7 @@
1983 [\\/$]*) false;;
1984 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
1985 esac ||
1986- as_fn_error "cannot find input file: \`$ac_f'" "$LINENO" 5;;
1987+ as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5 ;;
1988 esac
1989 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
1990 as_fn_append ac_file_inputs " '$ac_f'"
1991@@ -15198,7 +15224,7 @@
1992
1993 case $ac_tag in
1994 *:-:* | *:-) cat >"$tmp/stdin" \
1995- || as_fn_error "could not create $ac_file" "$LINENO" 5 ;;
1996+ || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;;
1997 esac
1998 ;;
1999 esac
2000@@ -15335,22 +15361,22 @@
2001 $ac_datarootdir_hack
2002 "
2003 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \
2004- || as_fn_error "could not create $ac_file" "$LINENO" 5
2005+ || as_fn_error $? "could not create $ac_file" "$LINENO" 5
2006
2007 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
2008 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
2009 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
2010 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
2011-which seems to be undefined. Please make sure it is defined." >&5
2012+which seems to be undefined. Please make sure it is defined" >&5
2013 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
2014-which seems to be undefined. Please make sure it is defined." >&2;}
2015+which seems to be undefined. Please make sure it is defined" >&2;}
2016
2017 rm -f "$tmp/stdin"
2018 case $ac_file in
2019 -) cat "$tmp/out" && rm -f "$tmp/out";;
2020 *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
2021 esac \
2022- || as_fn_error "could not create $ac_file" "$LINENO" 5
2023+ || as_fn_error $? "could not create $ac_file" "$LINENO" 5
2024 ;;
2025 :H)
2026 #
2027@@ -15361,19 +15387,19 @@
2028 $as_echo "/* $configure_input */" \
2029 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
2030 } >"$tmp/config.h" \
2031- || as_fn_error "could not create $ac_file" "$LINENO" 5
2032+ || as_fn_error $? "could not create $ac_file" "$LINENO" 5
2033 if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then
2034 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
2035 $as_echo "$as_me: $ac_file is unchanged" >&6;}
2036 else
2037 rm -f "$ac_file"
2038 mv "$tmp/config.h" "$ac_file" \
2039- || as_fn_error "could not create $ac_file" "$LINENO" 5
2040+ || as_fn_error $? "could not create $ac_file" "$LINENO" 5
2041 fi
2042 else
2043 $as_echo "/* $configure_input */" \
2044 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
2045- || as_fn_error "could not create -" "$LINENO" 5
2046+ || as_fn_error $? "could not create -" "$LINENO" 5
2047 fi
2048 # Compute "$ac_file"'s index in $config_headers.
2049 _am_arg="$ac_file"
2050@@ -16153,7 +16179,7 @@
2051 esac ;;
2052 "po/stamp-it":C)
2053 if ! grep "^# INTLTOOL_MAKEFILE$" "po/Makefile.in" > /dev/null ; then
2054- as_fn_error "po/Makefile.in.in was not created by intltoolize." "$LINENO" 5
2055+ as_fn_error $? "po/Makefile.in.in was not created by intltoolize." "$LINENO" 5
2056 fi
2057 rm -f "po/stamp-it" "po/stamp-it.tmp" "po/POTFILES" "po/Makefile.tmp"
2058 >"po/stamp-it.tmp"
2059@@ -16181,7 +16207,7 @@
2060 ac_clean_files=$ac_clean_files_save
2061
2062 test $ac_write_fail = 0 ||
2063- as_fn_error "write failure creating $CONFIG_STATUS" "$LINENO" 5
2064+ as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5
2065
2066
2067 # configure is writing to config.log, and then calls config.status.
2068@@ -16202,7 +16228,7 @@
2069 exec 5>>config.log
2070 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
2071 # would make configure fail if this is the last instruction.
2072- $ac_cs_success || as_fn_exit $?
2073+ $ac_cs_success || as_fn_exit 1
2074 fi
2075 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
2076 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
2077
2078=== modified file 'configure.ac'
2079--- configure.ac 2010-08-03 01:26:00 +0000
2080+++ configure.ac 2010-08-12 16:32:44 +0000
2081@@ -1,11 +1,11 @@
2082
2083-AC_INIT(libdbusmenu, 0.3.9, ted@canonical.com)
2084+AC_INIT(libdbusmenu, 0.3.10, ted@canonical.com)
2085 AC_COPYRIGHT([Copyright 2009,2010 Canonical])
2086
2087 AC_PREREQ(2.62)
2088
2089 AM_CONFIG_HEADER(config.h)
2090-AM_INIT_AUTOMAKE(libdbusmenu, 0.3.9, [-Wno-portability])
2091+AM_INIT_AUTOMAKE(libdbusmenu, 0.3.10, [-Wno-portability])
2092
2093 AM_MAINTAINER_MODE
2094
2095
2096=== modified file 'debian/changelog'
2097--- debian/changelog 2010-08-10 19:50:31 +0000
2098+++ debian/changelog 2010-08-12 16:32:44 +0000
2099@@ -1,3 +1,13 @@
2100+libdbusmenu (0.3.10-0ubuntu1~ppa1) maverick; urgency=low
2101+
2102+ * New upstream release.
2103+ * Fixes to dbusmenu-dumper
2104+ * debian/rules: Enabling running check at build time
2105+ * debian/control: Adding build deps xvfb and dbus-test-runner for new
2106+ make check rules
2107+
2108+ -- Ted Gould <ted@ubuntu.com> Thu, 12 Aug 2010 11:28:37 -0500
2109+
2110 libdbusmenu (0.3.9-0ubuntu2) maverick; urgency=low
2111
2112 * Rebuild with the current gobject introspection version
2113@@ -39,6 +49,14 @@
2114
2115 -- Evgeni Golov <evgeni@debian.org> Sat, 17 Jul 2010 10:47:35 +0200
2116
2117+libdbusmenu (0.3.6-0ubuntu2~ppa1) lucid; urgency=low
2118+
2119+ * Upstream Merge
2120+ * Making dbusmenu-dumper have a click to dump feature.
2121+ * Autogen update
2122+
2123+ -- Ted Gould <ted@ubuntu.com> Tue, 20 Jul 2010 16:40:29 -0500
2124+
2125 libdbusmenu (0.3.6-0ubuntu1) maverick; urgency=low
2126
2127 * New upstream release.
2128
2129=== modified file 'debian/control'
2130--- debian/control 2010-08-03 01:51:17 +0000
2131+++ debian/control 2010-08-12 16:32:44 +0000
2132@@ -20,7 +20,10 @@
2133 gir1.0-glib-2.0,
2134 gir1.0-gtk-2.0,
2135 libx11-dev (>= 1.3),
2136- valac
2137+ valac,
2138+# Check dependencies
2139+ xvfb,
2140+ dbus-test-runner
2141 Standards-Version: 3.9.1
2142 Homepage: https://launchpad.net/dbusmenu
2143 Vcs-Bzr: https://code.launchpad.net/~dbusmenu-team/dbusmenu/ubuntu
2144
2145=== modified file 'debian/rules'
2146--- debian/rules 2010-06-24 14:30:46 +0000
2147+++ debian/rules 2010-08-12 16:32:44 +0000
2148@@ -3,6 +3,7 @@
2149 include /usr/share/cdbs/1/rules/debhelper.mk
2150 include /usr/share/cdbs/1/class/gnome.mk
2151
2152+DEB_MAKE_CHECK_TARGET := check
2153 DEB_CONFIGURE_EXTRA_FLAGS += --disable-scrollkeeper --enable-gtk-doc
2154 LDFLAGS += -Wl,-z,defs -Wl,--as-needed
2155
2156
2157=== modified file 'docs/Makefile.in'
2158--- docs/Makefile.in 2010-08-03 01:26:00 +0000
2159+++ docs/Makefile.in 2010-08-12 16:32:44 +0000
2160@@ -192,6 +192,8 @@
2161 PACKAGE_VERSION = @PACKAGE_VERSION@
2162 PATH_SEPARATOR = @PATH_SEPARATOR@
2163 PKG_CONFIG = @PKG_CONFIG@
2164+PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
2165+PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
2166 POFILES = @POFILES@
2167 POSUB = @POSUB@
2168 PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
2169
2170=== modified file 'docs/libdbusmenu-glib/Makefile.in'
2171--- docs/libdbusmenu-glib/Makefile.in 2010-08-03 01:26:00 +0000
2172+++ docs/libdbusmenu-glib/Makefile.in 2010-08-12 16:32:44 +0000
2173@@ -192,6 +192,8 @@
2174 PACKAGE_VERSION = @PACKAGE_VERSION@
2175 PATH_SEPARATOR = @PATH_SEPARATOR@
2176 PKG_CONFIG = @PKG_CONFIG@
2177+PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
2178+PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
2179 POFILES = @POFILES@
2180 POSUB = @POSUB@
2181 PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
2182
2183=== modified file 'docs/libdbusmenu-glib/reference/Makefile.in'
2184--- docs/libdbusmenu-glib/reference/Makefile.in 2010-08-03 01:26:00 +0000
2185+++ docs/libdbusmenu-glib/reference/Makefile.in 2010-08-12 16:32:44 +0000
2186@@ -159,6 +159,8 @@
2187 PACKAGE_VERSION = @PACKAGE_VERSION@
2188 PATH_SEPARATOR = @PATH_SEPARATOR@
2189 PKG_CONFIG = @PKG_CONFIG@
2190+PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
2191+PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
2192 POFILES = @POFILES@
2193 POSUB = @POSUB@
2194 PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
2195
2196=== modified file 'docs/libdbusmenu-glib/reference/html/annotation-glossary.html'
2197--- docs/libdbusmenu-glib/reference/html/annotation-glossary.html 2010-08-03 01:26:00 +0000
2198+++ docs/libdbusmenu-glib/reference/html/annotation-glossary.html 2010-08-12 16:32:44 +0000
2199@@ -7,7 +7,7 @@
2200 <link rel="home" href="index.html" title="libdbusmenu-glib Reference Manual">
2201 <link rel="up" href="index.html" title="libdbusmenu-glib Reference Manual">
2202 <link rel="prev" href="api-index-full.html" title="API Index">
2203-<meta name="generator" content="GTK-Doc V1.14 (XML mode)">
2204+<meta name="generator" content="GTK-Doc V1.15 (XML mode)">
2205 <link rel="stylesheet" href="style.css" type="text/css">
2206 </head>
2207 <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
2208@@ -57,6 +57,6 @@
2209 </div>
2210 <div class="footer">
2211 <hr>
2212- Generated by GTK-Doc V1.14</div>
2213+ Generated by GTK-Doc V1.15</div>
2214 </body>
2215 </html>
2216\ No newline at end of file
2217
2218=== modified file 'docs/libdbusmenu-glib/reference/html/api-index-full.html'
2219--- docs/libdbusmenu-glib/reference/html/api-index-full.html 2010-08-03 01:26:00 +0000
2220+++ docs/libdbusmenu-glib/reference/html/api-index-full.html 2010-08-12 16:32:44 +0000
2221@@ -8,7 +8,7 @@
2222 <link rel="up" href="index.html" title="libdbusmenu-glib Reference Manual">
2223 <link rel="prev" href="object-tree.html" title="Object Hierarchy">
2224 <link rel="next" href="annotation-glossary.html" title="Annotation Glossary">
2225-<meta name="generator" content="GTK-Doc V1.14 (XML mode)">
2226+<meta name="generator" content="GTK-Doc V1.15 (XML mode)">
2227 <link rel="stylesheet" href="style.css" type="text/css">
2228 </head>
2229 <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
2230@@ -409,6 +409,6 @@
2231 </div>
2232 <div class="footer">
2233 <hr>
2234- Generated by GTK-Doc V1.14</div>
2235+ Generated by GTK-Doc V1.15</div>
2236 </body>
2237 </html>
2238\ No newline at end of file
2239
2240=== modified file 'docs/libdbusmenu-glib/reference/html/ch01.html'
2241--- docs/libdbusmenu-glib/reference/html/ch01.html 2010-08-03 01:26:00 +0000
2242+++ docs/libdbusmenu-glib/reference/html/ch01.html 2010-08-12 16:32:44 +0000
2243@@ -8,7 +8,7 @@
2244 <link rel="up" href="index.html" title="libdbusmenu-glib Reference Manual">
2245 <link rel="prev" href="index.html" title="libdbusmenu-glib Reference Manual">
2246 <link rel="next" href="libdbusmenu-glib-DbusmenuServer.html" title="DbusmenuServer">
2247-<meta name="generator" content="GTK-Doc V1.14 (XML mode)">
2248+<meta name="generator" content="GTK-Doc V1.15 (XML mode)">
2249 <link rel="stylesheet" href="style.css" type="text/css">
2250 </head>
2251 <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
2252@@ -21,7 +21,7 @@
2253 </tr></table>
2254 <div class="chapter" title="API">
2255 <div class="titlepage"><div><div><h2 class="title">
2256-<a name="id312978"></a>API</h2></div></div></div>
2257+<a name="id404092"></a>API</h2></div></div></div>
2258 <div class="toc"><dl>
2259 <dt>
2260 <span class="refentrytitle"><a href="libdbusmenu-glib-DbusmenuServer.html">DbusmenuServer</a></span><span class="refpurpose"></span>
2261@@ -43,6 +43,6 @@
2262 </div>
2263 <div class="footer">
2264 <hr>
2265- Generated by GTK-Doc V1.14</div>
2266+ Generated by GTK-Doc V1.15</div>
2267 </body>
2268 </html>
2269\ No newline at end of file
2270
2271=== modified file 'docs/libdbusmenu-glib/reference/html/index.html'
2272--- docs/libdbusmenu-glib/reference/html/index.html 2010-08-03 01:26:00 +0000
2273+++ docs/libdbusmenu-glib/reference/html/index.html 2010-08-12 16:32:44 +0000
2274@@ -6,7 +6,7 @@
2275 <meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
2276 <link rel="home" href="index.html" title="libdbusmenu-glib Reference Manual">
2277 <link rel="next" href="ch01.html" title="API">
2278-<meta name="generator" content="GTK-Doc V1.14 (XML mode)">
2279+<meta name="generator" content="GTK-Doc V1.15 (XML mode)">
2280 <link rel="stylesheet" href="style.css" type="text/css">
2281 </head>
2282 <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
2283@@ -41,6 +41,6 @@
2284 </div>
2285 <div class="footer">
2286 <hr>
2287- Generated by GTK-Doc V1.14</div>
2288+ Generated by GTK-Doc V1.15</div>
2289 </body>
2290 </html>
2291\ No newline at end of file
2292
2293=== modified file 'docs/libdbusmenu-glib/reference/html/libdbusmenu-glib-DbusmenuClient.html'
2294--- docs/libdbusmenu-glib/reference/html/libdbusmenu-glib-DbusmenuClient.html 2010-08-03 01:26:00 +0000
2295+++ docs/libdbusmenu-glib/reference/html/libdbusmenu-glib-DbusmenuClient.html 2010-08-12 16:32:44 +0000
2296@@ -8,7 +8,7 @@
2297 <link rel="up" href="ch01.html" title="API">
2298 <link rel="prev" href="libdbusmenu-glib-DbusmenuMenuitem.html" title="DbusmenuMenuitem">
2299 <link rel="next" href="libdbusmenu-glib-DbusmenuClientMenuitem.html" title="DbusmenuClientMenuitem">
2300-<meta name="generator" content="GTK-Doc V1.14 (XML mode)">
2301+<meta name="generator" content="GTK-Doc V1.15 (XML mode)">
2302 <link rel="stylesheet" href="style.css" type="text/css">
2303 </head>
2304 <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
2305@@ -54,24 +54,24 @@
2306 #define <a class="link" href="libdbusmenu-glib-DbusmenuClient.html#DBUSMENU-CLIENT-TYPES-IMAGE:CAPS" title="DBUSMENU_CLIENT_TYPES_IMAGE">DBUSMENU_CLIENT_TYPES_IMAGE</a>
2307 <a class="link" href="libdbusmenu-glib-DbusmenuClient.html#DbusmenuClient" title="DbusmenuClient">DbusmenuClient</a>;
2308 <a class="link" href="libdbusmenu-glib-DbusmenuClient.html#DbusmenuClientClass" title="DbusmenuClientClass">DbusmenuClientClass</a>;
2309-<a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> (<a class="link" href="libdbusmenu-glib-DbusmenuClient.html#DbusmenuClientTypeHandler" title="DbusmenuClientTypeHandler ()">*DbusmenuClientTypeHandler</a>) (<em class="parameter"><code><a class="link" href="libdbusmenu-glib-DbusmenuMenuitem.html#DbusmenuMenuitem" title="DbusmenuMenuitem"><span class="type">DbusmenuMenuitem</span></a> *newitem</code></em>,
2310+<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> (<a class="link" href="libdbusmenu-glib-DbusmenuClient.html#DbusmenuClientTypeHandler" title="DbusmenuClientTypeHandler ()">*DbusmenuClientTypeHandler</a>) (<em class="parameter"><code><a class="link" href="libdbusmenu-glib-DbusmenuMenuitem.html#DbusmenuMenuitem" title="DbusmenuMenuitem"><span class="type">DbusmenuMenuitem</span></a> *newitem</code></em>,
2311 <em class="parameter"><code><a class="link" href="libdbusmenu-glib-DbusmenuMenuitem.html#DbusmenuMenuitem" title="DbusmenuMenuitem"><span class="type">DbusmenuMenuitem</span></a> *parent</code></em>,
2312 <em class="parameter"><code><a class="link" href="libdbusmenu-glib-DbusmenuClient.html#DbusmenuClient" title="DbusmenuClient"><span class="type">DbusmenuClient</span></a> *client</code></em>);
2313-<a class="link" href="libdbusmenu-glib-DbusmenuClient.html#DbusmenuClient" title="DbusmenuClient"><span class="returnvalue">DbusmenuClient</span></a> * <a class="link" href="libdbusmenu-glib-DbusmenuClient.html#dbusmenu-client-new" title="dbusmenu_client_new ()">dbusmenu_client_new</a> (<em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *name</code></em>,
2314- <em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *object</code></em>);
2315+<a class="link" href="libdbusmenu-glib-DbusmenuClient.html#DbusmenuClient" title="DbusmenuClient"><span class="returnvalue">DbusmenuClient</span></a> * <a class="link" href="libdbusmenu-glib-DbusmenuClient.html#dbusmenu-client-new" title="dbusmenu_client_new ()">dbusmenu_client_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>,
2316+ <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> *object</code></em>);
2317 <a class="link" href="libdbusmenu-glib-DbusmenuMenuitem.html#DbusmenuMenuitem" title="DbusmenuMenuitem"><span class="returnvalue">DbusmenuMenuitem</span></a> * <a class="link" href="libdbusmenu-glib-DbusmenuClient.html#dbusmenu-client-get-root" title="dbusmenu_client_get_root ()">dbusmenu_client_get_root</a> (<em class="parameter"><code><a class="link" href="libdbusmenu-glib-DbusmenuClient.html#DbusmenuClient" title="DbusmenuClient"><span class="type">DbusmenuClient</span></a> *client</code></em>);
2318-<a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="libdbusmenu-glib-DbusmenuClient.html#dbusmenu-client-add-type-handler" title="dbusmenu_client_add_type_handler ()">dbusmenu_client_add_type_handler</a> (<em class="parameter"><code><a class="link" href="libdbusmenu-glib-DbusmenuClient.html#DbusmenuClient" title="DbusmenuClient"><span class="type">DbusmenuClient</span></a> *client</code></em>,
2319- <em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *type</code></em>,
2320+<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="libdbusmenu-glib-DbusmenuClient.html#dbusmenu-client-add-type-handler" title="dbusmenu_client_add_type_handler ()">dbusmenu_client_add_type_handler</a> (<em class="parameter"><code><a class="link" href="libdbusmenu-glib-DbusmenuClient.html#DbusmenuClient" title="DbusmenuClient"><span class="type">DbusmenuClient</span></a> *client</code></em>,
2321+ <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> *type</code></em>,
2322 <em class="parameter"><code><a class="link" href="libdbusmenu-glib-DbusmenuClient.html#DbusmenuClientTypeHandler" title="DbusmenuClientTypeHandler ()"><span class="type">DbusmenuClientTypeHandler</span></a> newfunc</code></em>);
2323 <span class="returnvalue">void</span> <a class="link" href="libdbusmenu-glib-DbusmenuClient.html#dbusmenu-client-send-event" title="dbusmenu_client_send_event ()">dbusmenu_client_send_event</a> (<em class="parameter"><code><a class="link" href="libdbusmenu-glib-DbusmenuClient.html#DbusmenuClient" title="DbusmenuClient"><span class="type">DbusmenuClient</span></a> *client</code></em>,
2324- <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> id</code></em>,
2325- <em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *name</code></em>,
2326- <em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/gobject/gobject-Generic-values.html#GValue"><span class="type">GValue</span></a> *value</code></em>,
2327- <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a> timestamp</code></em>);
2328+ <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> id</code></em>,
2329+ <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>,
2330+ <em class="parameter"><code>const <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Generic-values.html#GValue"><span class="type">GValue</span></a> *value</code></em>,
2331+ <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> timestamp</code></em>);
2332 <span class="returnvalue">void</span> <a class="link" href="libdbusmenu-glib-DbusmenuClient.html#dbusmenu-client-send-about-to-show" title="dbusmenu_client_send_about_to_show ()">dbusmenu_client_send_about_to_show</a> (<em class="parameter"><code><a class="link" href="libdbusmenu-glib-DbusmenuClient.html#DbusmenuClient" title="DbusmenuClient"><span class="type">DbusmenuClient</span></a> *client</code></em>,
2333- <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> id</code></em>,
2334+ <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> id</code></em>,
2335 <em class="parameter"><code><span class="type">void</span> (cbgpointer user_data) ()</code></em>,
2336- <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> cb_data</code></em>);
2337+ <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> cb_data</code></em>);
2338 </pre>
2339 </div>
2340 <div class="refsect1" title="Description">
2341@@ -172,9 +172,9 @@
2342 <div class="variablelist"><table border="0">
2343 <col align="left" valign="top">
2344 <tbody><tr>
2345-<td><p><span class="term"><a href="/usr/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject"><span class="type">GObject</span></a> <em class="structfield"><code><a name="DbusmenuClient.parent"></a>parent</code></em>;</span></p></td>
2346+<td><p><span class="term"><a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject"><span class="type">GObject</span></a> <em class="structfield"><code><a name="DbusmenuClient.parent"></a>parent</code></em>;</span></p></td>
2347 <td>
2348-<a href="/usr/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject"><span class="type">GObject</span></a>.
2349+<a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject"><span class="type">GObject</span></a>.
2350 </td>
2351 </tr></tbody>
2352 </table></div>
2353@@ -205,9 +205,9 @@
2354 <col align="left" valign="top">
2355 <tbody>
2356 <tr>
2357-<td><p><span class="term"><a href="/usr/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObjectClass"><span class="type">GObjectClass</span></a> <em class="structfield"><code><a name="DbusmenuClientClass.parent-class"></a>parent_class</code></em>;</span></p></td>
2358+<td><p><span class="term"><a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObjectClass"><span class="type">GObjectClass</span></a> <em class="structfield"><code><a name="DbusmenuClientClass.parent-class"></a>parent_class</code></em>;</span></p></td>
2359 <td>
2360-<a href="/usr/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObjectClass"><span class="type">GObjectClass</span></a>
2361+<a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObjectClass"><span class="type">GObjectClass</span></a>
2362 </td>
2363 </tr>
2364 <tr>
2365@@ -251,7 +251,7 @@
2366 <hr>
2367 <div class="refsect2" title="DbusmenuClientTypeHandler ()">
2368 <a name="DbusmenuClientTypeHandler"></a><h3>DbusmenuClientTypeHandler ()</h3>
2369-<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> (*DbusmenuClientTypeHandler) (<em class="parameter"><code><a class="link" href="libdbusmenu-glib-DbusmenuMenuitem.html#DbusmenuMenuitem" title="DbusmenuMenuitem"><span class="type">DbusmenuMenuitem</span></a> *newitem</code></em>,
2370+<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> (*DbusmenuClientTypeHandler) (<em class="parameter"><code><a class="link" href="libdbusmenu-glib-DbusmenuMenuitem.html#DbusmenuMenuitem" title="DbusmenuMenuitem"><span class="type">DbusmenuMenuitem</span></a> *newitem</code></em>,
2371 <em class="parameter"><code><a class="link" href="libdbusmenu-glib-DbusmenuMenuitem.html#DbusmenuMenuitem" title="DbusmenuMenuitem"><span class="type">DbusmenuMenuitem</span></a> *parent</code></em>,
2372 <em class="parameter"><code><a class="link" href="libdbusmenu-glib-DbusmenuClient.html#DbusmenuClient" title="DbusmenuClient"><span class="type">DbusmenuClient</span></a> *client</code></em>);</pre>
2373 <p>
2374@@ -285,8 +285,8 @@
2375 <hr>
2376 <div class="refsect2" title="dbusmenu_client_new ()">
2377 <a name="dbusmenu-client-new"></a><h3>dbusmenu_client_new ()</h3>
2378-<pre class="programlisting"><a class="link" href="libdbusmenu-glib-DbusmenuClient.html#DbusmenuClient" title="DbusmenuClient"><span class="returnvalue">DbusmenuClient</span></a> * dbusmenu_client_new (<em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *name</code></em>,
2379- <em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *object</code></em>);</pre>
2380+<pre class="programlisting"><a class="link" href="libdbusmenu-glib-DbusmenuClient.html#DbusmenuClient" title="DbusmenuClient"><span class="returnvalue">DbusmenuClient</span></a> * dbusmenu_client_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>,
2381+ <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> *object</code></em>);</pre>
2382 <p>
2383 This function creates a new client that connects to a specific
2384 server on DBus. That server is at a specific location sharing
2385@@ -340,7 +340,7 @@
2386 <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
2387 <td> A <a class="link" href="libdbusmenu-glib-DbusmenuMenuitem.html#DbusmenuMenuitem" title="DbusmenuMenuitem"><span class="type">DbusmenuMenuitem</span></a> representing the root of
2388 menu on the server. If there is no server or there is
2389- an error receiving its layout it'll return <a href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><span class="type">NULL</span></a>.
2390+ an error receiving its layout it'll return <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><span class="type">NULL</span></a>.
2391 </td>
2392 </tr>
2393 </tbody>
2394@@ -349,8 +349,8 @@
2395 <hr>
2396 <div class="refsect2" title="dbusmenu_client_add_type_handler ()">
2397 <a name="dbusmenu-client-add-type-handler"></a><h3>dbusmenu_client_add_type_handler ()</h3>
2398-<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> dbusmenu_client_add_type_handler (<em class="parameter"><code><a class="link" href="libdbusmenu-glib-DbusmenuClient.html#DbusmenuClient" title="DbusmenuClient"><span class="type">DbusmenuClient</span></a> *client</code></em>,
2399- <em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *type</code></em>,
2400+<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> dbusmenu_client_add_type_handler (<em class="parameter"><code><a class="link" href="libdbusmenu-glib-DbusmenuClient.html#DbusmenuClient" title="DbusmenuClient"><span class="type">DbusmenuClient</span></a> *client</code></em>,
2401+ <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> *type</code></em>,
2402 <em class="parameter"><code><a class="link" href="libdbusmenu-glib-DbusmenuClient.html#DbusmenuClientTypeHandler" title="DbusmenuClientTypeHandler ()"><span class="type">DbusmenuClientTypeHandler</span></a> newfunc</code></em>);</pre>
2403 <p>
2404 This function connects into the type handling of the <a class="link" href="libdbusmenu-glib-DbusmenuClient.html#DbusmenuClient" title="DbusmenuClient"><span class="type">DbusmenuClient</span></a>.
2405@@ -397,10 +397,10 @@
2406 <div class="refsect2" title="dbusmenu_client_send_event ()">
2407 <a name="dbusmenu-client-send-event"></a><h3>dbusmenu_client_send_event ()</h3>
2408 <pre class="programlisting"><span class="returnvalue">void</span> dbusmenu_client_send_event (<em class="parameter"><code><a class="link" href="libdbusmenu-glib-DbusmenuClient.html#DbusmenuClient" title="DbusmenuClient"><span class="type">DbusmenuClient</span></a> *client</code></em>,
2409- <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> id</code></em>,
2410- <em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *name</code></em>,
2411- <em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/gobject/gobject-Generic-values.html#GValue"><span class="type">GValue</span></a> *value</code></em>,
2412- <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a> timestamp</code></em>);</pre>
2413+ <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> id</code></em>,
2414+ <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>,
2415+ <em class="parameter"><code>const <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Generic-values.html#GValue"><span class="type">GValue</span></a> *value</code></em>,
2416+ <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> timestamp</code></em>);</pre>
2417 <p>
2418 </p>
2419 <div class="variablelist"><table border="0">
2420@@ -438,9 +438,9 @@
2421 <div class="refsect2" title="dbusmenu_client_send_about_to_show ()">
2422 <a name="dbusmenu-client-send-about-to-show"></a><h3>dbusmenu_client_send_about_to_show ()</h3>
2423 <pre class="programlisting"><span class="returnvalue">void</span> dbusmenu_client_send_about_to_show (<em class="parameter"><code><a class="link" href="libdbusmenu-glib-DbusmenuClient.html#DbusmenuClient" title="DbusmenuClient"><span class="type">DbusmenuClient</span></a> *client</code></em>,
2424- <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> id</code></em>,
2425+ <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> id</code></em>,
2426 <em class="parameter"><code><span class="type">void</span> (cbgpointer user_data) ()</code></em>,
2427- <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> cb_data</code></em>);</pre>
2428+ <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> cb_data</code></em>);</pre>
2429 <p>
2430 </p>
2431 <div class="variablelist"><table border="0">
2432@@ -456,6 +456,7 @@
2433 <td>
2434 <em class="parameter"><code>gpointer</code></em> user_data:
2435 <em class="parameter"><code>gpointer</code></em> user_data:
2436+<em class="parameter"><code>gpointer</code></em> user_data:
2437 </td>
2438 </tr>
2439 <tr>
2440@@ -470,6 +471,6 @@
2441 </div>
2442 <div class="footer">
2443 <hr>
2444- Generated by GTK-Doc V1.14</div>
2445+ Generated by GTK-Doc V1.15</div>
2446 </body>
2447 </html>
2448\ No newline at end of file
2449
2450=== removed file 'docs/libdbusmenu-glib/reference/html/libdbusmenu-glib-DbusmenuClientMenuitem.html'
2451--- docs/libdbusmenu-glib/reference/html/libdbusmenu-glib-DbusmenuClientMenuitem.html 2010-08-03 01:24:55 +0000
2452+++ docs/libdbusmenu-glib/reference/html/libdbusmenu-glib-DbusmenuClientMenuitem.html 1970-01-01 00:00:00 +0000
2453@@ -1,115 +0,0 @@
2454-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2455-<html>
2456-<head>
2457-<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
2458-<title>DbusmenuClientMenuitem</title>
2459-<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
2460-<link rel="home" href="index.html" title="libdbusmenu-glib Reference Manual">
2461-<link rel="up" href="ch01.html" title="API">
2462-<link rel="prev" href="libdbusmenu-glib-DbusmenuClient.html" title="DbusmenuClient">
2463-<link rel="next" href="object-tree.html" title="Object Hierarchy">
2464-<meta name="generator" content="GTK-Doc V1.14 (XML mode)">
2465-<link rel="stylesheet" href="style.css" type="text/css">
2466-</head>
2467-<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
2468-<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2">
2469-<tr valign="middle">
2470-<td><a accesskey="p" href="libdbusmenu-glib-DbusmenuClient.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
2471-<td><a accesskey="u" href="ch01.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td>
2472-<td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
2473-<th width="100%" align="center">libdbusmenu-glib Reference Manual</th>
2474-<td><a accesskey="n" href="object-tree.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
2475-</tr>
2476-<tr><td colspan="5" class="shortcuts">
2477-<a href="#libdbusmenu-glib-DbusmenuClientMenuitem.synopsis" class="shortcut">Top</a>
2478-  | 
2479- <a href="#libdbusmenu-glib-DbusmenuClientMenuitem.description" class="shortcut">Description</a>
2480-</td></tr>
2481-</table>
2482-<div class="refentry" title="DbusmenuClientMenuitem">
2483-<a name="libdbusmenu-glib-DbusmenuClientMenuitem"></a><div class="titlepage"></div>
2484-<div class="refnamediv"><table width="100%"><tr>
2485-<td valign="top">
2486-<h2><span class="refentrytitle"><a name="libdbusmenu-glib-DbusmenuClientMenuitem.top_of_page"></a>DbusmenuClientMenuitem</span></h2>
2487-<p>DbusmenuClientMenuitem</p>
2488-</td>
2489-<td valign="top" align="right"></td>
2490-</tr></table></div>
2491-<div class="refsynopsisdiv" title="Synopsis">
2492-<a name="libdbusmenu-glib-DbusmenuClientMenuitem.synopsis"></a><h2>Synopsis</h2>
2493-<pre class="synopsis">#define <a class="link" href="libdbusmenu-glib-DbusmenuClientMenuitem.html#DBUSMENU-CLIENT-MENUITEM-TYPE:CAPS" title="DBUSMENU_CLIENT_MENUITEM_TYPE">DBUSMENU_CLIENT_MENUITEM_TYPE</a>
2494- <a class="link" href="libdbusmenu-glib-DbusmenuClientMenuitem.html#DbusmenuClientMenuitem" title="DbusmenuClientMenuitem">DbusmenuClientMenuitem</a>;
2495- <a class="link" href="libdbusmenu-glib-DbusmenuClientMenuitem.html#DbusmenuClientMenuitemClass" title="DbusmenuClientMenuitemClass">DbusmenuClientMenuitemClass</a>;
2496-<a class="link" href="libdbusmenu-glib-DbusmenuClientMenuitem.html#DbusmenuClientMenuitem" title="DbusmenuClientMenuitem"><span class="returnvalue">DbusmenuClientMenuitem</span></a> * <a class="link" href="libdbusmenu-glib-DbusmenuClientMenuitem.html#dbusmenu-client-menuitem-new" title="dbusmenu_client_menuitem_new ()">dbusmenu_client_menuitem_new</a> (<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> id</code></em>,
2497- <em class="parameter"><code><a class="link" href="libdbusmenu-glib-DbusmenuClient.html#DbusmenuClient" title="DbusmenuClient"><span class="type">DbusmenuClient</span></a> *client</code></em>);
2498-</pre>
2499-</div>
2500-<div class="refsect1" title="Description">
2501-<a name="libdbusmenu-glib-DbusmenuClientMenuitem.description"></a><h2>Description</h2>
2502-<p>
2503-</p>
2504-</div>
2505-<div class="refsect1" title="Details">
2506-<a name="libdbusmenu-glib-DbusmenuClientMenuitem.details"></a><h2>Details</h2>
2507-<div class="refsect2" title="DBUSMENU_CLIENT_MENUITEM_TYPE">
2508-<a name="DBUSMENU-CLIENT-MENUITEM-TYPE:CAPS"></a><h3>DBUSMENU_CLIENT_MENUITEM_TYPE</h3>
2509-<pre class="programlisting">#define DBUSMENU_CLIENT_MENUITEM_TYPE (dbusmenu_client_menuitem_get_type ())
2510-</pre>
2511-<p>
2512-</p>
2513-</div>
2514-<hr>
2515-<div class="refsect2" title="DbusmenuClientMenuitem">
2516-<a name="DbusmenuClientMenuitem"></a><h3>DbusmenuClientMenuitem</h3>
2517-<pre class="programlisting">typedef struct {
2518- DbusmenuMenuitem parent;
2519-} DbusmenuClientMenuitem;
2520-</pre>
2521-<p>
2522-</p>
2523-</div>
2524-<hr>
2525-<div class="refsect2" title="DbusmenuClientMenuitemClass">
2526-<a name="DbusmenuClientMenuitemClass"></a><h3>DbusmenuClientMenuitemClass</h3>
2527-<pre class="programlisting">typedef struct {
2528- DbusmenuMenuitemClass parent_class;
2529-} DbusmenuClientMenuitemClass;
2530-</pre>
2531-<p>
2532-</p>
2533-</div>
2534-<hr>
2535-<div class="refsect2" title="dbusmenu_client_menuitem_new ()">
2536-<a name="dbusmenu-client-menuitem-new"></a><h3>dbusmenu_client_menuitem_new ()</h3>
2537-<pre class="programlisting"><a class="link" href="libdbusmenu-glib-DbusmenuClientMenuitem.html#DbusmenuClientMenuitem" title="DbusmenuClientMenuitem"><span class="returnvalue">DbusmenuClientMenuitem</span></a> * dbusmenu_client_menuitem_new (<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> id</code></em>,
2538- <em class="parameter"><code><a class="link" href="libdbusmenu-glib-DbusmenuClient.html#DbusmenuClient" title="DbusmenuClient"><span class="type">DbusmenuClient</span></a> *client</code></em>);</pre>
2539-<p>
2540-</p>
2541-<div class="variablelist"><table border="0">
2542-<col align="left" valign="top">
2543-<tbody>
2544-<tr>
2545-<td><p><span class="term"><em class="parameter"><code>id</code></em> :</span></p></td>
2546-<td>
2547-</td>
2548-</tr>
2549-<tr>
2550-<td><p><span class="term"><em class="parameter"><code>client</code></em> :</span></p></td>
2551-<td>
2552-</td>
2553-</tr>
2554-<tr>
2555-<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
2556-<td>
2557-</td>
2558-</tr>
2559-</tbody>
2560-</table></div>
2561-</div>
2562-</div>
2563-</div>
2564-<div class="footer">
2565-<hr>
2566- Generated by GTK-Doc V1.14</div>
2567-</body>
2568-</html>
2569\ No newline at end of file
2570
2571=== modified file 'docs/libdbusmenu-glib/reference/html/libdbusmenu-glib-DbusmenuMenuitem.html'
2572--- docs/libdbusmenu-glib/reference/html/libdbusmenu-glib-DbusmenuMenuitem.html 2010-08-03 01:24:55 +0000
2573+++ docs/libdbusmenu-glib/reference/html/libdbusmenu-glib-DbusmenuMenuitem.html 2010-08-12 16:32:44 +0000
2574@@ -8,7 +8,7 @@
2575 <link rel="up" href="ch01.html" title="API">
2576 <link rel="prev" href="libdbusmenu-glib-DbusmenuMenuitemProxy.html" title="DbusmenuMenuitemProxy">
2577 <link rel="next" href="libdbusmenu-glib-DbusmenuClient.html" title="DbusmenuClient">
2578-<meta name="generator" content="GTK-Doc V1.14 (XML mode)">
2579+<meta name="generator" content="GTK-Doc V1.15 (XML mode)">
2580 <link rel="stylesheet" href="style.css" type="text/css">
2581 </head>
2582 <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
2583@@ -70,80 +70,80 @@
2584 <a class="link" href="libdbusmenu-glib-DbusmenuMenuitem.html#DbusmenuMenuitem" title="DbusmenuMenuitem">DbusmenuMenuitem</a>;
2585 <span class="returnvalue">void</span> (<a class="link" href="libdbusmenu-glib-DbusmenuMenuitem.html#dbusmenu-menuitem-about-to-show-cb" title="dbusmenu_menuitem_about_to_show_cb ()">*dbusmenu_menuitem_about_to_show_cb</a>)
2586 (<em class="parameter"><code><a class="link" href="libdbusmenu-glib-DbusmenuMenuitem.html#DbusmenuMenuitem" title="DbusmenuMenuitem"><span class="type">DbusmenuMenuitem</span></a> *mi</code></em>,
2587- <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>);
2588+ <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>);
2589 <span class="returnvalue">void</span> (<a class="link" href="libdbusmenu-glib-DbusmenuMenuitem.html#dbusmenu-menuitem-buildxml-slot-t" title="dbusmenu_menuitem_buildxml_slot_t ()">*dbusmenu_menuitem_buildxml_slot_t</a>)
2590 (<em class="parameter"><code><a class="link" href="libdbusmenu-glib-DbusmenuMenuitem.html#DbusmenuMenuitem" title="DbusmenuMenuitem"><span class="type">DbusmenuMenuitem</span></a> *mi</code></em>,
2591- <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Pointer-Arrays.html#GPtrArray"><span class="type">GPtrArray</span></a> *stringarray</code></em>);
2592+ <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Pointer-Arrays.html#GPtrArray"><span class="type">GPtrArray</span></a> *stringarray</code></em>);
2593 <a class="link" href="libdbusmenu-glib-DbusmenuMenuitem.html#DbusmenuMenuitemClass" title="DbusmenuMenuitemClass">DbusmenuMenuitemClass</a>;
2594 <a class="link" href="libdbusmenu-glib-DbusmenuMenuitem.html#DbusmenuMenuitem" title="DbusmenuMenuitem"><span class="returnvalue">DbusmenuMenuitem</span></a> * <a class="link" href="libdbusmenu-glib-DbusmenuMenuitem.html#dbusmenu-menuitem-new" title="dbusmenu_menuitem_new ()">dbusmenu_menuitem_new</a> (<em class="parameter"><code><span class="type">void</span></code></em>);
2595-<a class="link" href="libdbusmenu-glib-DbusmenuMenuitem.html#DbusmenuMenuitem" title="DbusmenuMenuitem"><span class="returnvalue">DbusmenuMenuitem</span></a> * <a class="link" href="libdbusmenu-glib-DbusmenuMenuitem.html#dbusmenu-menuitem-new-with-id" title="dbusmenu_menuitem_new_with_id ()">dbusmenu_menuitem_new_with_id</a> (<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> id</code></em>);
2596-<a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a> <a class="link" href="libdbusmenu-glib-DbusmenuMenuitem.html#dbusmenu-menuitem-get-id" title="dbusmenu_menuitem_get_id ()">dbusmenu_menuitem_get_id</a> (<em class="parameter"><code><a class="link" href="libdbusmenu-glib-DbusmenuMenuitem.html#DbusmenuMenuitem" title="DbusmenuMenuitem"><span class="type">DbusmenuMenuitem</span></a> *mi</code></em>);
2597-<a href="/usr/share/gtk-doc/html/glib/glib-Doubly-Linked-Lists.html#GList"><span class="returnvalue">GList</span></a> * <a class="link" href="libdbusmenu-glib-DbusmenuMenuitem.html#dbusmenu-menuitem-get-children" title="dbusmenu_menuitem_get_children ()">dbusmenu_menuitem_get_children</a> (<em class="parameter"><code><a class="link" href="libdbusmenu-glib-DbusmenuMenuitem.html#DbusmenuMenuitem" title="DbusmenuMenuitem"><span class="type">DbusmenuMenuitem</span></a> *mi</code></em>);
2598-<a href="/usr/share/gtk-doc/html/glib/glib-Doubly-Linked-Lists.html#GList"><span class="returnvalue">GList</span></a> * <a class="link" href="libdbusmenu-glib-DbusmenuMenuitem.html#dbusmenu-menuitem-take-children" title="dbusmenu_menuitem_take_children ()">dbusmenu_menuitem_take_children</a> (<em class="parameter"><code><a class="link" href="libdbusmenu-glib-DbusmenuMenuitem.html#DbusmenuMenuitem" title="DbusmenuMenuitem"><span class="type">DbusmenuMenuitem</span></a> *mi</code></em>);
2599-<a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="returnvalue">guint</span></a> <a class="link" href="libdbusmenu-glib-DbusmenuMenuitem.html#dbusmenu-menuitem-get-position" title="dbusmenu_menuitem_get_position ()">dbusmenu_menuitem_get_position</a> (<em class="parameter"><code><a class="link" href="libdbusmenu-glib-DbusmenuMenuitem.html#DbusmenuMenuitem" title="DbusmenuMenuitem"><span class="type">DbusmenuMenuitem</span></a> *mi</code></em>,
2600- <em class="parameter"><code><a class="link" href="libdbusmenu-glib-DbusmenuMenuitem.html#DbusmenuMenuitem" title="DbusmenuMenuitem"><span class="type">DbusmenuMenuitem</span></a> *parent</code></em>);
2601-<a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="returnvalue">guint</span></a> <a class="link" href="libdbusmenu-glib-DbusmenuMenuitem.html#dbusmenu-menuitem-get-position-realized" title="dbusmenu_menuitem_get_position_realized ()">dbusmenu_menuitem_get_position_realized</a>
2602- (<em class="parameter"><code><a class="link" href="libdbusmenu-glib-DbusmenuMenuitem.html#DbusmenuMenuitem" title="DbusmenuMenuitem"><span class="type">DbusmenuMenuitem</span></a> *mi</code></em>,
2603- <em class="parameter"><code><a class="link" href="libdbusmenu-glib-DbusmenuMenuitem.html#DbusmenuMenuitem" title="DbusmenuMenuitem"><span class="type">DbusmenuMenuitem</span></a> *parent</code></em>);
2604-<a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="libdbusmenu-glib-DbusmenuMenuitem.html#dbusmenu-menuitem-child-append" title="dbusmenu_menuitem_child_append ()">dbusmenu_menuitem_child_append</a> (<em class="parameter"><code><a class="link" href="libdbusmenu-glib-DbusmenuMenuitem.html#DbusmenuMenuitem" title="DbusmenuMenuitem"><span class="type">DbusmenuMenuitem</span></a> *mi</code></em>,
2605- <em class="parameter"><code><a class="link" href="libdbusmenu-glib-DbusmenuMenuitem.html#DbusmenuMenuitem" title="DbusmenuMenuitem"><span class="type">DbusmenuMenuitem</span></a> *child</code></em>);
2606-<a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="libdbusmenu-glib-DbusmenuMenuitem.html#dbusmenu-menuitem-child-prepend" title="dbusmenu_menuitem_child_prepend ()">dbusmenu_menuitem_child_prepend</a> (<em class="parameter"><code><a class="link" href="libdbusmenu-glib-DbusmenuMenuitem.html#DbusmenuMenuitem" title="DbusmenuMenuitem"><span class="type">DbusmenuMenuitem</span></a> *mi</code></em>,
2607- <em class="parameter"><code><a class="link" href="libdbusmenu-glib-DbusmenuMenuitem.html#DbusmenuMenuitem" title="DbusmenuMenuitem"><span class="type">DbusmenuMenuitem</span></a> *child</code></em>);
2608-<a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="libdbusmenu-glib-DbusmenuMenuitem.html#dbusmenu-menuitem-child-delete" title="dbusmenu_menuitem_child_delete ()">dbusmenu_menuitem_child_delete</a> (<em class="parameter"><code><a class="link" href="libdbusmenu-glib-DbusmenuMenuitem.html#DbusmenuMenuitem" title="DbusmenuMenuitem"><span class="type">DbusmenuMenuitem</span></a> *mi</code></em>,
2609- <em class="parameter"><code><a class="link" href="libdbusmenu-glib-DbusmenuMenuitem.html#DbusmenuMenuitem" title="DbusmenuMenuitem"><span class="type">DbusmenuMenuitem</span></a> *child</code></em>);
2610-<a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="libdbusmenu-glib-DbusmenuMenuitem.html#dbusmenu-menuitem-child-add-position" title="dbusmenu_menuitem_child_add_position ()">dbusmenu_menuitem_child_add_position</a>
2611- (<em class="parameter"><code><a class="link" href="libdbusmenu-glib-DbusmenuMenuitem.html#DbusmenuMenuitem" title="DbusmenuMenuitem"><span class="type">DbusmenuMenuitem</span></a> *mi</code></em>,
2612- <em class="parameter"><code><a class="link" href="libdbusmenu-glib-DbusmenuMenuitem.html#DbusmenuMenuitem" title="DbusmenuMenuitem"><span class="type">DbusmenuMenuitem</span></a> *child</code></em>,
2613- <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a> position</code></em>);
2614-<a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="libdbusmenu-glib-DbusmenuMenuitem.html#dbusmenu-menuitem-child-reorder" title="dbusmenu_menuitem_child_reorder ()">dbusmenu_menuitem_child_reorder</a> (<em class="parameter"><code><a class="link" href="libdbusmenu-glib-DbusmenuMenuitem.html#DbusmenuMenuitem" title="DbusmenuMenuitem"><span class="type">DbusmenuMenuitem</span></a> *mi</code></em>,
2615- <em class="parameter"><code><a class="link" href="libdbusmenu-glib-DbusmenuMenuitem.html#DbusmenuMenuitem" title="DbusmenuMenuitem"><span class="type">DbusmenuMenuitem</span></a> *child</code></em>,
2616- <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a> position</code></em>);
2617+<a class="link" href="libdbusmenu-glib-DbusmenuMenuitem.html#DbusmenuMenuitem" title="DbusmenuMenuitem"><span class="returnvalue">DbusmenuMenuitem</span></a> * <a class="link" href="libdbusmenu-glib-DbusmenuMenuitem.html#dbusmenu-menuitem-new-with-id" title="dbusmenu_menuitem_new_with_id ()">dbusmenu_menuitem_new_with_id</a> (<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> id</code></em>);
2618+<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a> <a class="link" href="libdbusmenu-glib-DbusmenuMenuitem.html#dbusmenu-menuitem-get-id" title="dbusmenu_menuitem_get_id ()">dbusmenu_menuitem_get_id</a> (<em class="parameter"><code><a class="link" href="libdbusmenu-glib-DbusmenuMenuitem.html#DbusmenuMenuitem" title="DbusmenuMenuitem"><span class="type">DbusmenuMenuitem</span></a> *mi</code></em>);
2619+<a href="http://library.gnome.org/devel/glib/unstable/glib-Doubly-Linked-Lists.html#GList"><span class="returnvalue">GList</span></a> * <a class="link" href="libdbusmenu-glib-DbusmenuMenuitem.html#dbusmenu-menuitem-get-children" title="dbusmenu_menuitem_get_children ()">dbusmenu_menuitem_get_children</a> (<em class="parameter"><code><a class="link" href="libdbusmenu-glib-DbusmenuMenuitem.html#DbusmenuMenuitem" title="DbusmenuMenuitem"><span class="type">DbusmenuMenuitem</span></a> *mi</code></em>);
2620+<a href="http://library.gnome.org/devel/glib/unstable/glib-Doubly-Linked-Lists.html#GList"><span class="returnvalue">GList</span></a> * <a class="link" href="libdbusmenu-glib-DbusmenuMenuitem.html#dbusmenu-menuitem-take-children" title="dbusmenu_menuitem_take_children ()">dbusmenu_menuitem_take_children</a> (<em class="parameter"><code><a class="link" href="libdbusmenu-glib-DbusmenuMenuitem.html#DbusmenuMenuitem" title="DbusmenuMenuitem"><span class="type">DbusmenuMenuitem</span></a> *mi</code></em>);
2621+<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="returnvalue">guint</span></a> <a class="link" href="libdbusmenu-glib-DbusmenuMenuitem.html#dbusmenu-menuitem-get-position" title="dbusmenu_menuitem_get_position ()">dbusmenu_menuitem_get_position</a> (<em class="parameter"><code><a class="link" href="libdbusmenu-glib-DbusmenuMenuitem.html#DbusmenuMenuitem" title="DbusmenuMenuitem"><span class="type">DbusmenuMenuitem</span></a> *mi</code></em>,
2622+ <em class="parameter"><code><a class="link" href="libdbusmenu-glib-DbusmenuMenuitem.html#DbusmenuMenuitem" title="DbusmenuMenuitem"><span class="type">DbusmenuMenuitem</span></a> *parent</code></em>);
2623+<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="returnvalue">guint</span></a> <a class="link" href="libdbusmenu-glib-DbusmenuMenuitem.html#dbusmenu-menuitem-get-position-realized" title="dbusmenu_menuitem_get_position_realized ()">dbusmenu_menuitem_get_position_realized</a>
2624+ (<em class="parameter"><code><a class="link" href="libdbusmenu-glib-DbusmenuMenuitem.html#DbusmenuMenuitem" title="DbusmenuMenuitem"><span class="type">DbusmenuMenuitem</span></a> *mi</code></em>,
2625+ <em class="parameter"><code><a class="link" href="libdbusmenu-glib-DbusmenuMenuitem.html#DbusmenuMenuitem" title="DbusmenuMenuitem"><span class="type">DbusmenuMenuitem</span></a> *parent</code></em>);
2626+<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="libdbusmenu-glib-DbusmenuMenuitem.html#dbusmenu-menuitem-child-append" title="dbusmenu_menuitem_child_append ()">dbusmenu_menuitem_child_append</a> (<em class="parameter"><code><a class="link" href="libdbusmenu-glib-DbusmenuMenuitem.html#DbusmenuMenuitem" title="DbusmenuMenuitem"><span class="type">DbusmenuMenuitem</span></a> *mi</code></em>,
2627+ <em class="parameter"><code><a class="link" href="libdbusmenu-glib-DbusmenuMenuitem.html#DbusmenuMenuitem" title="DbusmenuMenuitem"><span class="type">DbusmenuMenuitem</span></a> *child</code></em>);
2628+<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="libdbusmenu-glib-DbusmenuMenuitem.html#dbusmenu-menuitem-child-prepend" title="dbusmenu_menuitem_child_prepend ()">dbusmenu_menuitem_child_prepend</a> (<em class="parameter"><code><a class="link" href="libdbusmenu-glib-DbusmenuMenuitem.html#DbusmenuMenuitem" title="DbusmenuMenuitem"><span class="type">DbusmenuMenuitem</span></a> *mi</code></em>,
2629+ <em class="parameter"><code><a class="link" href="libdbusmenu-glib-DbusmenuMenuitem.html#DbusmenuMenuitem" title="DbusmenuMenuitem"><span class="type">DbusmenuMenuitem</span></a> *child</code></em>);
2630+<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="libdbusmenu-glib-DbusmenuMenuitem.html#dbusmenu-menuitem-child-delete" title="dbusmenu_menuitem_child_delete ()">dbusmenu_menuitem_child_delete</a> (<em class="parameter"><code><a class="link" href="libdbusmenu-glib-DbusmenuMenuitem.html#DbusmenuMenuitem" title="DbusmenuMenuitem"><span class="type">DbusmenuMenuitem</span></a> *mi</code></em>,
2631+ <em class="parameter"><code><a class="link" href="libdbusmenu-glib-DbusmenuMenuitem.html#DbusmenuMenuitem" title="DbusmenuMenuitem"><span class="type">DbusmenuMenuitem</span></a> *child</code></em>);
2632+<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="libdbusmenu-glib-DbusmenuMenuitem.html#dbusmenu-menuitem-child-add-position" title="dbusmenu_menuitem_child_add_position ()">dbusmenu_menuitem_child_add_position</a>
2633+ (<em class="parameter"><code><a class="link" href="libdbusmenu-glib-DbusmenuMenuitem.html#DbusmenuMenuitem" title="DbusmenuMenuitem"><span class="type">DbusmenuMenuitem</span></a> *mi</code></em>,
2634+ <em class="parameter"><code><a class="link" href="libdbusmenu-glib-DbusmenuMenuitem.html#DbusmenuMenuitem" title="DbusmenuMenuitem"><span class="type">DbusmenuMenuitem</span></a> *child</code></em>,
2635+ <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> position</code></em>);
2636+<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="libdbusmenu-glib-DbusmenuMenuitem.html#dbusmenu-menuitem-child-reorder" title="dbusmenu_menuitem_child_reorder ()">dbusmenu_menuitem_child_reorder</a> (<em class="parameter"><code><a class="link" href="libdbusmenu-glib-DbusmenuMenuitem.html#DbusmenuMenuitem" title="DbusmenuMenuitem"><span class="type">DbusmenuMenuitem</span></a> *mi</code></em>,
2637+ <em class="parameter"><code><a class="link" href="libdbusmenu-glib-DbusmenuMenuitem.html#DbusmenuMenuitem" title="DbusmenuMenuitem"><span class="type">DbusmenuMenuitem</span></a> *child</code></em>,
2638+ <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> position</code></em>);
2639 <a class="link" href="libdbusmenu-glib-DbusmenuMenuitem.html#DbusmenuMenuitem" title="DbusmenuMenuitem"><span class="returnvalue">DbusmenuMenuitem</span></a> * <a class="link" href="libdbusmenu-glib-DbusmenuMenuitem.html#dbusmenu-menuitem-child-find" title="dbusmenu_menuitem_child_find ()">dbusmenu_menuitem_child_find</a> (<em class="parameter"><code><a class="link" href="libdbusmenu-glib-DbusmenuMenuitem.html#DbusmenuMenuitem" title="DbusmenuMenuitem"><span class="type">DbusmenuMenuitem</span></a> *mi</code></em>,
2640- <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> id</code></em>);
2641+ <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> id</code></em>);
2642 <a class="link" href="libdbusmenu-glib-DbusmenuMenuitem.html#DbusmenuMenuitem" title="DbusmenuMenuitem"><span class="returnvalue">DbusmenuMenuitem</span></a> * <a class="link" href="libdbusmenu-glib-DbusmenuMenuitem.html#dbusmenu-menuitem-find-id" title="dbusmenu_menuitem_find_id ()">dbusmenu_menuitem_find_id</a> (<em class="parameter"><code><a class="link" href="libdbusmenu-glib-DbusmenuMenuitem.html#DbusmenuMenuitem" title="DbusmenuMenuitem"><span class="type">DbusmenuMenuitem</span></a> *mi</code></em>,
2643- <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> id</code></em>);
2644-<a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="libdbusmenu-glib-DbusmenuMenuitem.html#dbusmenu-menuitem-property-set" title="dbusmenu_menuitem_property_set ()">dbusmenu_menuitem_property_set</a> (<em class="parameter"><code><a class="link" href="libdbusmenu-glib-DbusmenuMenuitem.html#DbusmenuMenuitem" title="DbusmenuMenuitem"><span class="type">DbusmenuMenuitem</span></a> *mi</code></em>,
2645- <em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *property</code></em>,
2646- <em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *value</code></em>);
2647-<a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="libdbusmenu-glib-DbusmenuMenuitem.html#dbusmenu-menuitem-property-set-value" title="dbusmenu_menuitem_property_set_value ()">dbusmenu_menuitem_property_set_value</a>
2648- (<em class="parameter"><code><a class="link" href="libdbusmenu-glib-DbusmenuMenuitem.html#DbusmenuMenuitem" title="DbusmenuMenuitem"><span class="type">DbusmenuMenuitem</span></a> *mi</code></em>,
2649- <em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *property</code></em>,
2650- <em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/gobject/gobject-Generic-values.html#GValue"><span class="type">GValue</span></a> *value</code></em>);
2651-<a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="libdbusmenu-glib-DbusmenuMenuitem.html#dbusmenu-menuitem-property-set-bool" title="dbusmenu_menuitem_property_set_bool ()">dbusmenu_menuitem_property_set_bool</a> (<em class="parameter"><code><a class="link" href="libdbusmenu-glib-DbusmenuMenuitem.html#DbusmenuMenuitem" title="DbusmenuMenuitem"><span class="type">DbusmenuMenuitem</span></a> *mi</code></em>,
2652- <em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *property</code></em>,
2653- <em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> value</code></em>);
2654-<a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="libdbusmenu-glib-DbusmenuMenuitem.html#dbusmenu-menuitem-property-set-int" title="dbusmenu_menuitem_property_set_int ()">dbusmenu_menuitem_property_set_int</a> (<em class="parameter"><code><a class="link" href="libdbusmenu-glib-DbusmenuMenuitem.html#DbusmenuMenuitem" title="DbusmenuMenuitem"><span class="type">DbusmenuMenuitem</span></a> *mi</code></em>,
2655- <em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *property</code></em>,
2656- <em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> value</code></em>);
2657-const <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> * <a class="link" href="libdbusmenu-glib-DbusmenuMenuitem.html#dbusmenu-menuitem-property-get" title="dbusmenu_menuitem_property_get ()">dbusmenu_menuitem_property_get</a> (<em class="parameter"><code><a class="link" href="libdbusmenu-glib-DbusmenuMenuitem.html#DbusmenuMenuitem" title="DbusmenuMenuitem"><span class="type">DbusmenuMenuitem</span></a> *mi</code></em>,
2658- <em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *property</code></em>);
2659-const <a href="/usr/share/gtk-doc/html/gobject/gobject-Generic-values.html#GValue"><span class="returnvalue">GValue</span></a> * <a class="link" href="libdbusmenu-glib-DbusmenuMenuitem.html#dbusmenu-menuitem-property-get-value" title="dbusmenu_menuitem_property_get_value ()">dbusmenu_menuitem_property_get_value</a>
2660- (<em class="parameter"><code><a class="link" href="libdbusmenu-glib-DbusmenuMenuitem.html#DbusmenuMenuitem" title="DbusmenuMenuitem"><span class="type">DbusmenuMenuitem</span></a> *mi</code></em>,
2661- <em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *property</code></em>);
2662-<a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="libdbusmenu-glib-DbusmenuMenuitem.html#dbusmenu-menuitem-property-get-bool" title="dbusmenu_menuitem_property_get_bool ()">dbusmenu_menuitem_property_get_bool</a> (<em class="parameter"><code><a class="link" href="libdbusmenu-glib-DbusmenuMenuitem.html#DbusmenuMenuitem" title="DbusmenuMenuitem"><span class="type">DbusmenuMenuitem</span></a> *mi</code></em>,
2663- <em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *property</code></em>);
2664-<a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a> <a class="link" href="libdbusmenu-glib-DbusmenuMenuitem.html#dbusmenu-menuitem-property-get-int" title="dbusmenu_menuitem_property_get_int ()">dbusmenu_menuitem_property_get_int</a> (<em class="parameter"><code><a class="link" href="libdbusmenu-glib-DbusmenuMenuitem.html#DbusmenuMenuitem" title="DbusmenuMenuitem"><span class="type">DbusmenuMenuitem</span></a> *mi</code></em>,
2665- <em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *property</code></em>);
2666-<a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="libdbusmenu-glib-DbusmenuMenuitem.html#dbusmenu-menuitem-property-exist" title="dbusmenu_menuitem_property_exist ()">dbusmenu_menuitem_property_exist</a> (<em class="parameter"><code><a class="link" href="libdbusmenu-glib-DbusmenuMenuitem.html#DbusmenuMenuitem" title="DbusmenuMenuitem"><span class="type">DbusmenuMenuitem</span></a> *mi</code></em>,
2667- <em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *property</code></em>);
2668-<a href="/usr/share/gtk-doc/html/glib/glib-Doubly-Linked-Lists.html#GList"><span class="returnvalue">GList</span></a> * <a class="link" href="libdbusmenu-glib-DbusmenuMenuitem.html#dbusmenu-menuitem-properties-list" title="dbusmenu_menuitem_properties_list ()">dbusmenu_menuitem_properties_list</a> (<em class="parameter"><code><a class="link" href="libdbusmenu-glib-DbusmenuMenuitem.html#DbusmenuMenuitem" title="DbusmenuMenuitem"><span class="type">DbusmenuMenuitem</span></a> *mi</code></em>);
2669-<a href="/usr/share/gtk-doc/html/glib/glib-Hash-Tables.html#GHashTable"><span class="returnvalue">GHashTable</span></a> * <a class="link" href="libdbusmenu-glib-DbusmenuMenuitem.html#dbusmenu-menuitem-properties-copy" title="dbusmenu_menuitem_properties_copy ()">dbusmenu_menuitem_properties_copy</a> (<em class="parameter"><code><a class="link" href="libdbusmenu-glib-DbusmenuMenuitem.html#DbusmenuMenuitem" title="DbusmenuMenuitem"><span class="type">DbusmenuMenuitem</span></a> *mi</code></em>);
2670+ <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> id</code></em>);
2671+<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="libdbusmenu-glib-DbusmenuMenuitem.html#dbusmenu-menuitem-property-set" title="dbusmenu_menuitem_property_set ()">dbusmenu_menuitem_property_set</a> (<em class="parameter"><code><a class="link" href="libdbusmenu-glib-DbusmenuMenuitem.html#DbusmenuMenuitem" title="DbusmenuMenuitem"><span class="type">DbusmenuMenuitem</span></a> *mi</code></em>,
2672+ <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> *property</code></em>,
2673+ <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> *value</code></em>);
2674+<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="libdbusmenu-glib-DbusmenuMenuitem.html#dbusmenu-menuitem-property-set-value" title="dbusmenu_menuitem_property_set_value ()">dbusmenu_menuitem_property_set_value</a>
2675+ (<em class="parameter"><code><a class="link" href="libdbusmenu-glib-DbusmenuMenuitem.html#DbusmenuMenuitem" title="DbusmenuMenuitem"><span class="type">DbusmenuMenuitem</span></a> *mi</code></em>,
2676+ <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> *property</code></em>,
2677+ <em class="parameter"><code>const <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Generic-values.html#GValue"><span class="type">GValue</span></a> *value</code></em>);
2678+<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="libdbusmenu-glib-DbusmenuMenuitem.html#dbusmenu-menuitem-property-set-bool" title="dbusmenu_menuitem_property_set_bool ()">dbusmenu_menuitem_property_set_bool</a> (<em class="parameter"><code><a class="link" href="libdbusmenu-glib-DbusmenuMenuitem.html#DbusmenuMenuitem" title="DbusmenuMenuitem"><span class="type">DbusmenuMenuitem</span></a> *mi</code></em>,
2679+ <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> *property</code></em>,
2680+ <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> value</code></em>);
2681+<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="libdbusmenu-glib-DbusmenuMenuitem.html#dbusmenu-menuitem-property-set-int" title="dbusmenu_menuitem_property_set_int ()">dbusmenu_menuitem_property_set_int</a> (<em class="parameter"><code><a class="link" href="libdbusmenu-glib-DbusmenuMenuitem.html#DbusmenuMenuitem" title="DbusmenuMenuitem"><span class="type">DbusmenuMenuitem</span></a> *mi</code></em>,
2682+ <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> *property</code></em>,
2683+ <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> value</code></em>);
2684+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="libdbusmenu-glib-DbusmenuMenuitem.html#dbusmenu-menuitem-property-get" title="dbusmenu_menuitem_property_get ()">dbusmenu_menuitem_property_get</a> (<em class="parameter"><code><a class="link" href="libdbusmenu-glib-DbusmenuMenuitem.html#DbusmenuMenuitem" title="DbusmenuMenuitem"><span class="type">DbusmenuMenuitem</span></a> *mi</code></em>,
2685+ <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> *property</code></em>);
2686+const <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Generic-values.html#GValue"><span class="returnvalue">GValue</span></a> * <a class="link" href="libdbusmenu-glib-DbusmenuMenuitem.html#dbusmenu-menuitem-property-get-value" title="dbusmenu_menuitem_property_get_value ()">dbusmenu_menuitem_property_get_value</a>
2687+ (<em class="parameter"><code><a class="link" href="libdbusmenu-glib-DbusmenuMenuitem.html#DbusmenuMenuitem" title="DbusmenuMenuitem"><span class="type">DbusmenuMenuitem</span></a> *mi</code></em>,
2688+ <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> *property</code></em>);
2689+<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="libdbusmenu-glib-DbusmenuMenuitem.html#dbusmenu-menuitem-property-get-bool" title="dbusmenu_menuitem_property_get_bool ()">dbusmenu_menuitem_property_get_bool</a> (<em class="parameter"><code><a class="link" href="libdbusmenu-glib-DbusmenuMenuitem.html#DbusmenuMenuitem" title="DbusmenuMenuitem"><span class="type">DbusmenuMenuitem</span></a> *mi</code></em>,
2690+ <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> *property</code></em>);
2691+<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a> <a class="link" href="libdbusmenu-glib-DbusmenuMenuitem.html#dbusmenu-menuitem-property-get-int" title="dbusmenu_menuitem_property_get_int ()">dbusmenu_menuitem_property_get_int</a> (<em class="parameter"><code><a class="link" href="libdbusmenu-glib-DbusmenuMenuitem.html#DbusmenuMenuitem" title="DbusmenuMenuitem"><span class="type">DbusmenuMenuitem</span></a> *mi</code></em>,
2692+ <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> *property</code></em>);
2693+<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="libdbusmenu-glib-DbusmenuMenuitem.html#dbusmenu-menuitem-property-exist" title="dbusmenu_menuitem_property_exist ()">dbusmenu_menuitem_property_exist</a> (<em class="parameter"><code><a class="link" href="libdbusmenu-glib-DbusmenuMenuitem.html#DbusmenuMenuitem" title="DbusmenuMenuitem"><span class="type">DbusmenuMenuitem</span></a> *mi</code></em>,
2694+ <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> *property</code></em>);
2695+<a href="http://library.gnome.org/devel/glib/unstable/glib-Doubly-Linked-Lists.html#GList"><span class="returnvalue">GList</span></a> * <a class="link" href="libdbusmenu-glib-DbusmenuMenuitem.html#dbusmenu-menuitem-properties-list" title="dbusmenu_menuitem_properties_list ()">dbusmenu_menuitem_properties_list</a> (<em class="parameter"><code><a class="link" href="libdbusmenu-glib-DbusmenuMenuitem.html#DbusmenuMenuitem" title="DbusmenuMenuitem"><span class="type">DbusmenuMenuitem</span></a> *mi</code></em>);
2696+<a href="http://library.gnome.org/devel/glib/unstable/glib-Hash-Tables.html#GHashTable"><span class="returnvalue">GHashTable</span></a> * <a class="link" href="libdbusmenu-glib-DbusmenuMenuitem.html#dbusmenu-menuitem-properties-copy" title="dbusmenu_menuitem_properties_copy ()">dbusmenu_menuitem_properties_copy</a> (<em class="parameter"><code><a class="link" href="libdbusmenu-glib-DbusmenuMenuitem.html#DbusmenuMenuitem" title="DbusmenuMenuitem"><span class="type">DbusmenuMenuitem</span></a> *mi</code></em>);
2697 <span class="returnvalue">void</span> <a class="link" href="libdbusmenu-glib-DbusmenuMenuitem.html#dbusmenu-menuitem-property-remove" title="dbusmenu_menuitem_property_remove ()">dbusmenu_menuitem_property_remove</a> (<em class="parameter"><code><a class="link" href="libdbusmenu-glib-DbusmenuMenuitem.html#DbusmenuMenuitem" title="DbusmenuMenuitem"><span class="type">DbusmenuMenuitem</span></a> *mi</code></em>,
2698- <em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *property</code></em>);
2699+ <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> *property</code></em>);
2700 <span class="returnvalue">void</span> <a class="link" href="libdbusmenu-glib-DbusmenuMenuitem.html#dbusmenu-menuitem-set-root" title="dbusmenu_menuitem_set_root ()">dbusmenu_menuitem_set_root</a> (<em class="parameter"><code><a class="link" href="libdbusmenu-glib-DbusmenuMenuitem.html#DbusmenuMenuitem" title="DbusmenuMenuitem"><span class="type">DbusmenuMenuitem</span></a> *mi</code></em>,
2701- <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> root</code></em>);
2702-<a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="libdbusmenu-glib-DbusmenuMenuitem.html#dbusmenu-menuitem-get-root" title="dbusmenu_menuitem_get_root ()">dbusmenu_menuitem_get_root</a> (<em class="parameter"><code><a class="link" href="libdbusmenu-glib-DbusmenuMenuitem.html#DbusmenuMenuitem" title="DbusmenuMenuitem"><span class="type">DbusmenuMenuitem</span></a> *mi</code></em>);
2703+ <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> root</code></em>);
2704+<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="libdbusmenu-glib-DbusmenuMenuitem.html#dbusmenu-menuitem-get-root" title="dbusmenu_menuitem_get_root ()">dbusmenu_menuitem_get_root</a> (<em class="parameter"><code><a class="link" href="libdbusmenu-glib-DbusmenuMenuitem.html#DbusmenuMenuitem" title="DbusmenuMenuitem"><span class="type">DbusmenuMenuitem</span></a> *mi</code></em>);
2705 <span class="returnvalue">void</span> <a class="link" href="libdbusmenu-glib-DbusmenuMenuitem.html#dbusmenu-menuitem-foreach" title="dbusmenu_menuitem_foreach ()">dbusmenu_menuitem_foreach</a> (<em class="parameter"><code><a class="link" href="libdbusmenu-glib-DbusmenuMenuitem.html#DbusmenuMenuitem" title="DbusmenuMenuitem"><span class="type">DbusmenuMenuitem</span></a> *mi</code></em>,
2706 <em class="parameter"><code><span class="type">void</span> (funcDbusmenuMenuitem * mi, gpointer data) ()</code></em>,
2707- <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> data</code></em>);
2708+ <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> data</code></em>);
2709 <span class="returnvalue">void</span> <a class="link" href="libdbusmenu-glib-DbusmenuMenuitem.html#dbusmenu-menuitem-handle-event" title="dbusmenu_menuitem_handle_event ()">dbusmenu_menuitem_handle_event</a> (<em class="parameter"><code><a class="link" href="libdbusmenu-glib-DbusmenuMenuitem.html#DbusmenuMenuitem" title="DbusmenuMenuitem"><span class="type">DbusmenuMenuitem</span></a> *mi</code></em>,
2710- <em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *name</code></em>,
2711- <em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/gobject/gobject-Generic-values.html#GValue"><span class="type">GValue</span></a> *value</code></em>,
2712- <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a> timestamp</code></em>);
2713+ <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>,
2714+ <em class="parameter"><code>const <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Generic-values.html#GValue"><span class="type">GValue</span></a> *value</code></em>,
2715+ <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> timestamp</code></em>);
2716 <span class="returnvalue">void</span> <a class="link" href="libdbusmenu-glib-DbusmenuMenuitem.html#dbusmenu-menuitem-send-about-to-show" title="dbusmenu_menuitem_send_about_to_show ()">dbusmenu_menuitem_send_about_to_show</a>
2717 (<em class="parameter"><code><a class="link" href="libdbusmenu-glib-DbusmenuMenuitem.html#DbusmenuMenuitem" title="DbusmenuMenuitem"><span class="type">DbusmenuMenuitem</span></a> *mi</code></em>,
2718 <em class="parameter"><code><a class="link" href="libdbusmenu-glib-DbusmenuMenuitem.html#dbusmenu-menuitem-about-to-show-cb" title="dbusmenu_menuitem_about_to_show_cb ()"><span class="type">dbusmenu_menuitem_about_to_show_cb</span></a> cb</code></em>,
2719- <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> cb_data</code></em>);
2720+ <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> cb_data</code></em>);
2721 </pre>
2722 </div>
2723 <div class="refsect1" title="Description">
2724@@ -356,7 +356,7 @@
2725 } DbusmenuMenuitem;
2726 </pre>
2727 <p>
2728-This is the <a href="/usr/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject"><span class="type">GObject</span></a> based object that represents a menu
2729+This is the <a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject"><span class="type">GObject</span></a> based object that represents a menu
2730 item. It gets created the same on both the client and
2731 the server side and libdbusmenu-glib does the work of making
2732 this object model appear on both sides of DBus. Simple
2733@@ -369,7 +369,7 @@
2734 <a name="dbusmenu-menuitem-about-to-show-cb"></a><h3>dbusmenu_menuitem_about_to_show_cb ()</h3>
2735 <pre class="programlisting"><span class="returnvalue">void</span> (*dbusmenu_menuitem_about_to_show_cb)
2736 (<em class="parameter"><code><a class="link" href="libdbusmenu-glib-DbusmenuMenuitem.html#DbusmenuMenuitem" title="DbusmenuMenuitem"><span class="type">DbusmenuMenuitem</span></a> *mi</code></em>,
2737- <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>);</pre>
2738+ <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>);</pre>
2739 <p>
2740 Callback prototype for a callback that is called when the
2741 menu should be shown.
2742@@ -384,7 +384,8 @@
2743 </tr>
2744 <tr>
2745 <td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
2746-<td> Extra user data sent with the function. closure</td>
2747+<td> Extra user data sent with the function. <span class="annotation">[closure]</span>
2748+</td>
2749 </tr>
2750 </tbody>
2751 </table></div>
2752@@ -394,7 +395,7 @@
2753 <a name="dbusmenu-menuitem-buildxml-slot-t"></a><h3>dbusmenu_menuitem_buildxml_slot_t ()</h3>
2754 <pre class="programlisting"><span class="returnvalue">void</span> (*dbusmenu_menuitem_buildxml_slot_t)
2755 (<em class="parameter"><code><a class="link" href="libdbusmenu-glib-DbusmenuMenuitem.html#DbusmenuMenuitem" title="DbusmenuMenuitem"><span class="type">DbusmenuMenuitem</span></a> *mi</code></em>,
2756- <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Pointer-Arrays.html#GPtrArray"><span class="type">GPtrArray</span></a> *stringarray</code></em>);</pre>
2757+ <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Pointer-Arrays.html#GPtrArray"><span class="type">GPtrArray</span></a> *stringarray</code></em>);</pre>
2758 <p>
2759 This is the function that is called to represent this menu item
2760 as an XML fragment. Should call it's own children.
2761@@ -404,11 +405,13 @@
2762 <tbody>
2763 <tr>
2764 <td><p><span class="term"><em class="parameter"><code>mi</code></em> :</span></p></td>
2765-<td> Menu item that should be built from. <acronym title="Parameter for input. Default is transfer none."><span class="acronym">in</span></acronym>. </td>
2766+<td> Menu item that should be built from. <span class="annotation">[<acronym title="Parameter for input. Default is transfer none."><span class="acronym">in</span></acronym>]</span>
2767+</td>
2768 </tr>
2769 <tr>
2770 <td><p><span class="term"><em class="parameter"><code>stringarray</code></em> :</span></p></td>
2771-<td> An array of strings that can be combined into an XML file.. <acronym title="Parameter for input and for returning results. Default is transfer full."><span class="acronym">inout</span></acronym>. <acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>. <acronym title="Parameter points to an array of items."><span class="acronym">array</span></acronym>. <acronym title="Generics and defining elements of containers and arrays."><span class="acronym">element-type</span></acronym> utf8. </td>
2772+<td> An array of strings that can be combined into an XML file. <span class="annotation">[<acronym title="Parameter for input and for returning results. Default is transfer full."><span class="acronym">inout</span></acronym>][<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>][<acronym title="Parameter points to an array of items."><span class="acronym">array</span></acronym>][<acronym title="Generics and defining elements of containers and arrays."><span class="acronym">element-type</span></acronym> utf8]</span>
2773+</td>
2774 </tr>
2775 </tbody>
2776 </table></div>
2777@@ -442,7 +445,7 @@
2778 <col align="left" valign="top">
2779 <tbody>
2780 <tr>
2781-<td><p><span class="term"><a href="/usr/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObjectClass"><span class="type">GObjectClass</span></a> <em class="structfield"><code><a name="DbusmenuMenuitemClass.parent-class"></a>parent_class</code></em>;</span></p></td>
2782+<td><p><span class="term"><a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObjectClass"><span class="type">GObjectClass</span></a> <em class="structfield"><code><a name="DbusmenuMenuitemClass.parent-class"></a>parent_class</code></em>;</span></p></td>
2783 <td>
2784 </td>
2785 </tr>
2786@@ -518,7 +521,7 @@
2787 <hr>
2788 <div class="refsect2" title="dbusmenu_menuitem_new_with_id ()">
2789 <a name="dbusmenu-menuitem-new-with-id"></a><h3>dbusmenu_menuitem_new_with_id ()</h3>
2790-<pre class="programlisting"><a class="link" href="libdbusmenu-glib-DbusmenuMenuitem.html#DbusmenuMenuitem" title="DbusmenuMenuitem"><span class="returnvalue">DbusmenuMenuitem</span></a> * dbusmenu_menuitem_new_with_id (<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> id</code></em>);</pre>
2791+<pre class="programlisting"><a class="link" href="libdbusmenu-glib-DbusmenuMenuitem.html#DbusmenuMenuitem" title="DbusmenuMenuitem"><span class="returnvalue">DbusmenuMenuitem</span></a> * dbusmenu_menuitem_new_with_id (<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> id</code></em>);</pre>
2792 <p>
2793 This creates a blank <a class="link" href="libdbusmenu-glib-DbusmenuMenuitem.html#DbusmenuMenuitem" title="DbusmenuMenuitem"><span class="type">DbusmenuMenuitem</span></a> with a specific ID.
2794 </p>
2795@@ -541,7 +544,7 @@
2796 <hr>
2797 <div class="refsect2" title="dbusmenu_menuitem_get_id ()">
2798 <a name="dbusmenu-menuitem-get-id"></a><h3>dbusmenu_menuitem_get_id ()</h3>
2799-<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a> dbusmenu_menuitem_get_id (<em class="parameter"><code><a class="link" href="libdbusmenu-glib-DbusmenuMenuitem.html#DbusmenuMenuitem" title="DbusmenuMenuitem"><span class="type">DbusmenuMenuitem</span></a> *mi</code></em>);</pre>
2800+<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a> dbusmenu_menuitem_get_id (<em class="parameter"><code><a class="link" href="libdbusmenu-glib-DbusmenuMenuitem.html#DbusmenuMenuitem" title="DbusmenuMenuitem"><span class="type">DbusmenuMenuitem</span></a> *mi</code></em>);</pre>
2801 <p>
2802 Gets the unique ID for <em class="parameter"><code>mi</code></em>.
2803 </p>
2804@@ -564,7 +567,7 @@
2805 <hr>
2806 <div class="refsect2" title="dbusmenu_menuitem_get_children ()">
2807 <a name="dbusmenu-menuitem-get-children"></a><h3>dbusmenu_menuitem_get_children ()</h3>
2808-<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glib/glib-Doubly-Linked-Lists.html#GList"><span class="returnvalue">GList</span></a> * dbusmenu_menuitem_get_children (<em class="parameter"><code><a class="link" href="libdbusmenu-glib-DbusmenuMenuitem.html#DbusmenuMenuitem" title="DbusmenuMenuitem"><span class="type">DbusmenuMenuitem</span></a> *mi</code></em>);</pre>
2809+<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Doubly-Linked-Lists.html#GList"><span class="returnvalue">GList</span></a> * dbusmenu_menuitem_get_children (<em class="parameter"><code><a class="link" href="libdbusmenu-glib-DbusmenuMenuitem.html#DbusmenuMenuitem" title="DbusmenuMenuitem"><span class="type">DbusmenuMenuitem</span></a> *mi</code></em>);</pre>
2810 <p>
2811 Returns simply the list of children that this menu item
2812 has. The list is valid until another child related function
2813@@ -580,7 +583,7 @@
2814 </tr>
2815 <tr>
2816 <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
2817-<td> A <a href="/usr/share/gtk-doc/html/glib/glib-Doubly-Linked-Lists.html#GList"><span class="type">GList</span></a> of pointers to <a class="link" href="libdbusmenu-glib-DbusmenuMenuitem.html#DbusmenuMenuitem" title="DbusmenuMenuitem"><span class="type">DbusmenuMenuitem</span></a> objects.
2818+<td> A <a href="http://library.gnome.org/devel/glib/unstable/glib-Doubly-Linked-Lists.html#GList"><span class="type">GList</span></a> of pointers to <a class="link" href="libdbusmenu-glib-DbusmenuMenuitem.html#DbusmenuMenuitem" title="DbusmenuMenuitem"><span class="type">DbusmenuMenuitem</span></a> objects.
2819 </td>
2820 </tr>
2821 </tbody>
2822@@ -589,7 +592,7 @@
2823 <hr>
2824 <div class="refsect2" title="dbusmenu_menuitem_take_children ()">
2825 <a name="dbusmenu-menuitem-take-children"></a><h3>dbusmenu_menuitem_take_children ()</h3>
2826-<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glib/glib-Doubly-Linked-Lists.html#GList"><span class="returnvalue">GList</span></a> * dbusmenu_menuitem_take_children (<em class="parameter"><code><a class="link" href="libdbusmenu-glib-DbusmenuMenuitem.html#DbusmenuMenuitem" title="DbusmenuMenuitem"><span class="type">DbusmenuMenuitem</span></a> *mi</code></em>);</pre>
2827+<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Doubly-Linked-Lists.html#GList"><span class="returnvalue">GList</span></a> * dbusmenu_menuitem_take_children (<em class="parameter"><code><a class="link" href="libdbusmenu-glib-DbusmenuMenuitem.html#DbusmenuMenuitem" title="DbusmenuMenuitem"><span class="type">DbusmenuMenuitem</span></a> *mi</code></em>);</pre>
2828 <p>
2829 While the name sounds devious that's exactly what this function
2830 does. It takes the list of children from the <em class="parameter"><code>mi</code></em> and clears the
2831@@ -607,7 +610,7 @@
2832 </tr>
2833 <tr>
2834 <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
2835-<td> A <a href="/usr/share/gtk-doc/html/glib/glib-Doubly-Linked-Lists.html#GList"><span class="type">GList</span></a> of pointers to <a class="link" href="libdbusmenu-glib-DbusmenuMenuitem.html#DbusmenuMenuitem" title="DbusmenuMenuitem"><span class="type">DbusmenuMenuitem</span></a> objects.
2836+<td> A <a href="http://library.gnome.org/devel/glib/unstable/glib-Doubly-Linked-Lists.html#GList"><span class="type">GList</span></a> of pointers to <a class="link" href="libdbusmenu-glib-DbusmenuMenuitem.html#DbusmenuMenuitem" title="DbusmenuMenuitem"><span class="type">DbusmenuMenuitem</span></a> objects.
2837 </td>
2838 </tr>
2839 </tbody>
2840@@ -616,7 +619,7 @@
2841 <hr>
2842 <div class="refsect2" title="dbusmenu_menuitem_get_position ()">
2843 <a name="dbusmenu-menuitem-get-position"></a><h3>dbusmenu_menuitem_get_position ()</h3>
2844-<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="returnvalue">guint</span></a> dbusmenu_menuitem_get_position (<em class="parameter"><code><a class="link" href="libdbusmenu-glib-DbusmenuMenuitem.html#DbusmenuMenuitem" title="DbusmenuMenuitem"><span class="type">DbusmenuMenuitem</span></a> *mi</code></em>,
2845+<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="returnvalue">guint</span></a> dbusmenu_menuitem_get_position (<em class="parameter"><code><a class="link" href="libdbusmenu-glib-DbusmenuMenuitem.html#DbusmenuMenuitem" title="DbusmenuMenuitem"><span class="type">DbusmenuMenuitem</span></a> *mi</code></em>,
2846 <em class="parameter"><code><a class="link" href="libdbusmenu-glib-DbusmenuMenuitem.html#DbusmenuMenuitem" title="DbusmenuMenuitem"><span class="type">DbusmenuMenuitem</span></a> *parent</code></em>);</pre>
2847 <p>
2848 This function returns the position of the menu item <em class="parameter"><code>mi</code></em>
2849@@ -647,7 +650,7 @@
2850 <hr>
2851 <div class="refsect2" title="dbusmenu_menuitem_get_position_realized ()">
2852 <a name="dbusmenu-menuitem-get-position-realized"></a><h3>dbusmenu_menuitem_get_position_realized ()</h3>
2853-<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="returnvalue">guint</span></a> dbusmenu_menuitem_get_position_realized
2854+<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="returnvalue">guint</span></a> dbusmenu_menuitem_get_position_realized
2855 (<em class="parameter"><code><a class="link" href="libdbusmenu-glib-DbusmenuMenuitem.html#DbusmenuMenuitem" title="DbusmenuMenuitem"><span class="type">DbusmenuMenuitem</span></a> *mi</code></em>,
2856 <em class="parameter"><code><a class="link" href="libdbusmenu-glib-DbusmenuMenuitem.html#DbusmenuMenuitem" title="DbusmenuMenuitem"><span class="type">DbusmenuMenuitem</span></a> *parent</code></em>);</pre>
2857 <p>
2858@@ -678,7 +681,7 @@
2859 <hr>
2860 <div class="refsect2" title="dbusmenu_menuitem_child_append ()">
2861 <a name="dbusmenu-menuitem-child-append"></a><h3>dbusmenu_menuitem_child_append ()</h3>
2862-<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> dbusmenu_menuitem_child_append (<em class="parameter"><code><a class="link" href="libdbusmenu-glib-DbusmenuMenuitem.html#DbusmenuMenuitem" title="DbusmenuMenuitem"><span class="type">DbusmenuMenuitem</span></a> *mi</code></em>,
2863+<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> dbusmenu_menuitem_child_append (<em class="parameter"><code><a class="link" href="libdbusmenu-glib-DbusmenuMenuitem.html#DbusmenuMenuitem" title="DbusmenuMenuitem"><span class="type">DbusmenuMenuitem</span></a> *mi</code></em>,
2864 <em class="parameter"><code><a class="link" href="libdbusmenu-glib-DbusmenuMenuitem.html#DbusmenuMenuitem" title="DbusmenuMenuitem"><span class="type">DbusmenuMenuitem</span></a> *child</code></em>);</pre>
2865 <p>
2866 This function adds <em class="parameter"><code>child</code></em> to the list of children on <em class="parameter"><code>mi</code></em> at
2867@@ -708,7 +711,7 @@
2868 <hr>
2869 <div class="refsect2" title="dbusmenu_menuitem_child_prepend ()">
2870 <a name="dbusmenu-menuitem-child-prepend"></a><h3>dbusmenu_menuitem_child_prepend ()</h3>
2871-<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> dbusmenu_menuitem_child_prepend (<em class="parameter"><code><a class="link" href="libdbusmenu-glib-DbusmenuMenuitem.html#DbusmenuMenuitem" title="DbusmenuMenuitem"><span class="type">DbusmenuMenuitem</span></a> *mi</code></em>,
2872+<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> dbusmenu_menuitem_child_prepend (<em class="parameter"><code><a class="link" href="libdbusmenu-glib-DbusmenuMenuitem.html#DbusmenuMenuitem" title="DbusmenuMenuitem"><span class="type">DbusmenuMenuitem</span></a> *mi</code></em>,
2873 <em class="parameter"><code><a class="link" href="libdbusmenu-glib-DbusmenuMenuitem.html#DbusmenuMenuitem" title="DbusmenuMenuitem"><span class="type">DbusmenuMenuitem</span></a> *child</code></em>);</pre>
2874 <p>
2875 This function adds <em class="parameter"><code>child</code></em> to the list of children on <em class="parameter"><code>mi</code></em> at
2876@@ -738,11 +741,11 @@
2877 <hr>
2878 <div class="refsect2" title="dbusmenu_menuitem_child_delete ()">
2879 <a name="dbusmenu-menuitem-child-delete"></a><h3>dbusmenu_menuitem_child_delete ()</h3>
2880-<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> dbusmenu_menuitem_child_delete (<em class="parameter"><code><a class="link" href="libdbusmenu-glib-DbusmenuMenuitem.html#DbusmenuMenuitem" title="DbusmenuMenuitem"><span class="type">DbusmenuMenuitem</span></a> *mi</code></em>,
2881+<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> dbusmenu_menuitem_child_delete (<em class="parameter"><code><a class="link" href="libdbusmenu-glib-DbusmenuMenuitem.html#DbusmenuMenuitem" title="DbusmenuMenuitem"><span class="type">DbusmenuMenuitem</span></a> *mi</code></em>,
2882 <em class="parameter"><code><a class="link" href="libdbusmenu-glib-DbusmenuMenuitem.html#DbusmenuMenuitem" title="DbusmenuMenuitem"><span class="type">DbusmenuMenuitem</span></a> *child</code></em>);</pre>
2883 <p>
2884 This function removes <em class="parameter"><code>child</code></em> from the children list of <em class="parameter"><code>mi</code></em>. It does
2885- not call <a href="/usr/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#g-object-unref"><span class="type">g_object_unref</span></a> on <em class="parameter"><code>child</code></em>.
2886+ not call <a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#g-object-unref"><span class="type">g_object_unref</span></a> on <em class="parameter"><code>child</code></em>.
2887 </p>
2888 <div class="variablelist"><table border="0">
2889 <col align="left" valign="top">
2890@@ -769,10 +772,10 @@
2891 <hr>
2892 <div class="refsect2" title="dbusmenu_menuitem_child_add_position ()">
2893 <a name="dbusmenu-menuitem-child-add-position"></a><h3>dbusmenu_menuitem_child_add_position ()</h3>
2894-<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> dbusmenu_menuitem_child_add_position
2895+<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> dbusmenu_menuitem_child_add_position
2896 (<em class="parameter"><code><a class="link" href="libdbusmenu-glib-DbusmenuMenuitem.html#DbusmenuMenuitem" title="DbusmenuMenuitem"><span class="type">DbusmenuMenuitem</span></a> *mi</code></em>,
2897 <em class="parameter"><code><a class="link" href="libdbusmenu-glib-DbusmenuMenuitem.html#DbusmenuMenuitem" title="DbusmenuMenuitem"><span class="type">DbusmenuMenuitem</span></a> *child</code></em>,
2898- <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a> position</code></em>);</pre>
2899+ <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> position</code></em>);</pre>
2900 <p>
2901 Puts <em class="parameter"><code>child</code></em> in the list of children for <em class="parameter"><code>mi</code></em> at the location
2902 specified in <em class="parameter"><code>position</code></em>. If there is not enough entires available
2903@@ -807,9 +810,9 @@
2904 <hr>
2905 <div class="refsect2" title="dbusmenu_menuitem_child_reorder ()">
2906 <a name="dbusmenu-menuitem-child-reorder"></a><h3>dbusmenu_menuitem_child_reorder ()</h3>
2907-<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> dbusmenu_menuitem_child_reorder (<em class="parameter"><code><a class="link" href="libdbusmenu-glib-DbusmenuMenuitem.html#DbusmenuMenuitem" title="DbusmenuMenuitem"><span class="type">DbusmenuMenuitem</span></a> *mi</code></em>,
2908+<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> dbusmenu_menuitem_child_reorder (<em class="parameter"><code><a class="link" href="libdbusmenu-glib-DbusmenuMenuitem.html#DbusmenuMenuitem" title="DbusmenuMenuitem"><span class="type">DbusmenuMenuitem</span></a> *mi</code></em>,
2909 <em class="parameter"><code><a class="link" href="libdbusmenu-glib-DbusmenuMenuitem.html#DbusmenuMenuitem" title="DbusmenuMenuitem"><span class="type">DbusmenuMenuitem</span></a> *child</code></em>,
2910- <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a> position</code></em>);</pre>
2911+ <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> position</code></em>);</pre>
2912 <p>
2913 This function moves a child on the list of children. It is
2914 for a child that is already in the list, but simply needs a
2915@@ -845,10 +848,10 @@
2916 <div class="refsect2" title="dbusmenu_menuitem_child_find ()">
2917 <a name="dbusmenu-menuitem-child-find"></a><h3>dbusmenu_menuitem_child_find ()</h3>
2918 <pre class="programlisting"><a class="link" href="libdbusmenu-glib-DbusmenuMenuitem.html#DbusmenuMenuitem" title="DbusmenuMenuitem"><span class="returnvalue">DbusmenuMenuitem</span></a> * dbusmenu_menuitem_child_find (<em class="parameter"><code><a class="link" href="libdbusmenu-glib-DbusmenuMenuitem.html#DbusmenuMenuitem" title="DbusmenuMenuitem"><span class="type">DbusmenuMenuitem</span></a> *mi</code></em>,
2919- <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> id</code></em>);</pre>
2920+ <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> id</code></em>);</pre>
2921 <p>
2922 Search the children of <em class="parameter"><code>mi</code></em> to find one with the ID of <em class="parameter"><code>id</code></em>.
2923- If it doesn't exist then we return <a href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><span class="type">NULL</span></a>.
2924+ If it doesn't exist then we return <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><span class="type">NULL</span></a>.
2925 </p>
2926 <div class="variablelist"><table border="0">
2927 <col align="left" valign="top">
2928@@ -865,7 +868,7 @@
2929 </tr>
2930 <tr>
2931 <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
2932-<td> The menu item with the ID <em class="parameter"><code>id</code></em> or <a href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><span class="type">NULL</span></a> if it
2933+<td> The menu item with the ID <em class="parameter"><code>id</code></em> or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><span class="type">NULL</span></a> if it
2934 can't be found.
2935 </td>
2936 </tr>
2937@@ -876,7 +879,7 @@
2938 <div class="refsect2" title="dbusmenu_menuitem_find_id ()">
2939 <a name="dbusmenu-menuitem-find-id"></a><h3>dbusmenu_menuitem_find_id ()</h3>
2940 <pre class="programlisting"><a class="link" href="libdbusmenu-glib-DbusmenuMenuitem.html#DbusmenuMenuitem" title="DbusmenuMenuitem"><span class="returnvalue">DbusmenuMenuitem</span></a> * dbusmenu_menuitem_find_id (<em class="parameter"><code><a class="link" href="libdbusmenu-glib-DbusmenuMenuitem.html#DbusmenuMenuitem" title="DbusmenuMenuitem"><span class="type">DbusmenuMenuitem</span></a> *mi</code></em>,
2941- <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> id</code></em>);</pre>
2942+ <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> id</code></em>);</pre>
2943 <p>
2944 This function searchs the whole tree of children that
2945 are attached to <em class="parameter"><code>mi</code></em>. This could be quite a few nodes, all
2946@@ -899,7 +902,7 @@
2947 <tr>
2948 <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
2949 <td> The <a class="link" href="libdbusmenu-glib-DbusmenuMenuitem.html#DbusmenuMenuitem" title="DbusmenuMenuitem"><span class="type">DbusmenuMenuitem</span></a> with the ID of <em class="parameter"><code>id</code></em>
2950- or <a href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><span class="type">NULL</span></a> if there isn't such a menu item in the tree
2951+ or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><span class="type">NULL</span></a> if there isn't such a menu item in the tree
2952 represented by <em class="parameter"><code>mi</code></em>.
2953 </td>
2954 </tr>
2955@@ -909,9 +912,9 @@
2956 <hr>
2957 <div class="refsect2" title="dbusmenu_menuitem_property_set ()">
2958 <a name="dbusmenu-menuitem-property-set"></a><h3>dbusmenu_menuitem_property_set ()</h3>
2959-<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> dbusmenu_menuitem_property_set (<em class="parameter"><code><a class="link" href="libdbusmenu-glib-DbusmenuMenuitem.html#DbusmenuMenuitem" title="DbusmenuMenuitem"><span class="type">DbusmenuMenuitem</span></a> *mi</code></em>,
2960- <em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *property</code></em>,
2961- <em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *value</code></em>);</pre>
2962+<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> dbusmenu_menuitem_property_set (<em class="parameter"><code><a class="link" href="libdbusmenu-glib-DbusmenuMenuitem.html#DbusmenuMenuitem" title="DbusmenuMenuitem"><span class="type">DbusmenuMenuitem</span></a> *mi</code></em>,
2963+ <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> *property</code></em>,
2964+ <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> *value</code></em>);</pre>
2965 <p>
2966 Takes the pair of <em class="parameter"><code>property</code></em> and <em class="parameter"><code>value</code></em> and places them as a
2967 property on <em class="parameter"><code>mi</code></em>. If a property already exists by that name,
2968@@ -949,10 +952,10 @@
2969 <hr>
2970 <div class="refsect2" title="dbusmenu_menuitem_property_set_value ()">
2971 <a name="dbusmenu-menuitem-property-set-value"></a><h3>dbusmenu_menuitem_property_set_value ()</h3>
2972-<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> dbusmenu_menuitem_property_set_value
2973+<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> dbusmenu_menuitem_property_set_value
2974 (<em class="parameter"><code><a class="link" href="libdbusmenu-glib-DbusmenuMenuitem.html#DbusmenuMenuitem" title="DbusmenuMenuitem"><span class="type">DbusmenuMenuitem</span></a> *mi</code></em>,
2975- <em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *property</code></em>,
2976- <em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/gobject/gobject-Generic-values.html#GValue"><span class="type">GValue</span></a> *value</code></em>);</pre>
2977+ <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> *property</code></em>,
2978+ <em class="parameter"><code>const <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Generic-values.html#GValue"><span class="type">GValue</span></a> *value</code></em>);</pre>
2979 <p>
2980 </p>
2981 <div class="variablelist"><table border="0">
2982@@ -984,9 +987,9 @@
2983 <hr>
2984 <div class="refsect2" title="dbusmenu_menuitem_property_set_bool ()">
2985 <a name="dbusmenu-menuitem-property-set-bool"></a><h3>dbusmenu_menuitem_property_set_bool ()</h3>
2986-<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> dbusmenu_menuitem_property_set_bool (<em class="parameter"><code><a class="link" href="libdbusmenu-glib-DbusmenuMenuitem.html#DbusmenuMenuitem" title="DbusmenuMenuitem"><span class="type">DbusmenuMenuitem</span></a> *mi</code></em>,
2987- <em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *property</code></em>,
2988- <em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> value</code></em>);</pre>
2989+<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> dbusmenu_menuitem_property_set_bool (<em class="parameter"><code><a class="link" href="libdbusmenu-glib-DbusmenuMenuitem.html#DbusmenuMenuitem" title="DbusmenuMenuitem"><span class="type">DbusmenuMenuitem</span></a> *mi</code></em>,
2990+ <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> *property</code></em>,
2991+ <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> value</code></em>);</pre>
2992 <p>
2993 Takes a boolean <em class="parameter"><code>value</code></em> and sets it on <em class="parameter"><code>property</code></em> as a
2994 property on <em class="parameter"><code>mi</code></em>. If a property already exists by that name,
2995@@ -1024,9 +1027,9 @@
2996 <hr>
2997 <div class="refsect2" title="dbusmenu_menuitem_property_set_int ()">
2998 <a name="dbusmenu-menuitem-property-set-int"></a><h3>dbusmenu_menuitem_property_set_int ()</h3>
2999-<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> dbusmenu_menuitem_property_set_int (<em class="parameter"><code><a class="link" href="libdbusmenu-glib-DbusmenuMenuitem.html#DbusmenuMenuitem" title="DbusmenuMenuitem"><span class="type">DbusmenuMenuitem</span></a> *mi</code></em>,
3000- <em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *property</code></em>,
3001- <em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> value</code></em>);</pre>
3002+<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> dbusmenu_menuitem_property_set_int (<em class="parameter"><code><a class="link" href="libdbusmenu-glib-DbusmenuMenuitem.html#DbusmenuMenuitem" title="DbusmenuMenuitem"><span class="type">DbusmenuMenuitem</span></a> *mi</code></em>,
3003+ <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> *property</code></em>,
3004+ <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> value</code></em>);</pre>
3005 <p>
3006 Takes a boolean <em class="parameter"><code>value</code></em> and sets it on <em class="parameter"><code>property</code></em> as a
3007 property on <em class="parameter"><code>mi</code></em>. If a property already exists by that name,
3008@@ -1064,11 +1067,11 @@
3009 <hr>
3010 <div class="refsect2" title="dbusmenu_menuitem_property_get ()">
3011 <a name="dbusmenu-menuitem-property-get"></a><h3>dbusmenu_menuitem_property_get ()</h3>
3012-<pre class="programlisting">const <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> * dbusmenu_menuitem_property_get (<em class="parameter"><code><a class="link" href="libdbusmenu-glib-DbusmenuMenuitem.html#DbusmenuMenuitem" title="DbusmenuMenuitem"><span class="type">DbusmenuMenuitem</span></a> *mi</code></em>,
3013- <em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *property</code></em>);</pre>
3014+<pre class="programlisting">const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> * dbusmenu_menuitem_property_get (<em class="parameter"><code><a class="link" href="libdbusmenu-glib-DbusmenuMenuitem.html#DbusmenuMenuitem" title="DbusmenuMenuitem"><span class="type">DbusmenuMenuitem</span></a> *mi</code></em>,
3015+ <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> *property</code></em>);</pre>
3016 <p>
3017 Look up a property on <em class="parameter"><code>mi</code></em> and return the value of it if
3018- it exits. <a href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><span class="type">NULL</span></a> will be returned if the property doesn't
3019+ it exits. <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><span class="type">NULL</span></a> will be returned if the property doesn't
3020 exist.
3021 </p>
3022 <div class="variablelist"><table border="0">
3023@@ -1087,7 +1090,7 @@
3024 <tr>
3025 <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
3026 <td> A string with the value of the property
3027- that shouldn't be free'd. Or <a href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><span class="type">NULL</span></a> if the property
3028+ that shouldn't be free'd. Or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><span class="type">NULL</span></a> if the property
3029 is not set or is not a string.
3030 </td>
3031 </tr>
3032@@ -1097,12 +1100,12 @@
3033 <hr>
3034 <div class="refsect2" title="dbusmenu_menuitem_property_get_value ()">
3035 <a name="dbusmenu-menuitem-property-get-value"></a><h3>dbusmenu_menuitem_property_get_value ()</h3>
3036-<pre class="programlisting">const <a href="/usr/share/gtk-doc/html/gobject/gobject-Generic-values.html#GValue"><span class="returnvalue">GValue</span></a> * dbusmenu_menuitem_property_get_value
3037+<pre class="programlisting">const <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Generic-values.html#GValue"><span class="returnvalue">GValue</span></a> * dbusmenu_menuitem_property_get_value
3038 (<em class="parameter"><code><a class="link" href="libdbusmenu-glib-DbusmenuMenuitem.html#DbusmenuMenuitem" title="DbusmenuMenuitem"><span class="type">DbusmenuMenuitem</span></a> *mi</code></em>,
3039- <em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *property</code></em>);</pre>
3040+ <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> *property</code></em>);</pre>
3041 <p>
3042 Look up a property on <em class="parameter"><code>mi</code></em> and return the value of it if
3043- it exits. <a href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><span class="type">NULL</span></a> will be returned if the property doesn't
3044+ it exits. <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><span class="type">NULL</span></a> will be returned if the property doesn't
3045 exist.
3046 </p>
3047 <div class="variablelist"><table border="0">
3048@@ -1129,11 +1132,11 @@
3049 <hr>
3050 <div class="refsect2" title="dbusmenu_menuitem_property_get_bool ()">
3051 <a name="dbusmenu-menuitem-property-get-bool"></a><h3>dbusmenu_menuitem_property_get_bool ()</h3>
3052-<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> dbusmenu_menuitem_property_get_bool (<em class="parameter"><code><a class="link" href="libdbusmenu-glib-DbusmenuMenuitem.html#DbusmenuMenuitem" title="DbusmenuMenuitem"><span class="type">DbusmenuMenuitem</span></a> *mi</code></em>,
3053- <em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *property</code></em>);</pre>
3054+<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> dbusmenu_menuitem_property_get_bool (<em class="parameter"><code><a class="link" href="libdbusmenu-glib-DbusmenuMenuitem.html#DbusmenuMenuitem" title="DbusmenuMenuitem"><span class="type">DbusmenuMenuitem</span></a> *mi</code></em>,
3055+ <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> *property</code></em>);</pre>
3056 <p>
3057 Look up a property on <em class="parameter"><code>mi</code></em> and return the value of it if
3058- it exits. Returns <a href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE:CAPS"><span class="type">FALSE</span></a> if the property doesn't exist.
3059+ it exits. Returns <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><span class="type">FALSE</span></a> if the property doesn't exist.
3060 </p>
3061 <div class="variablelist"><table border="0">
3062 <col align="left" valign="top">
3063@@ -1150,7 +1153,7 @@
3064 </tr>
3065 <tr>
3066 <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
3067-<td> The value of the property or <a href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE:CAPS"><span class="type">FALSE</span></a>.
3068+<td> The value of the property or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><span class="type">FALSE</span></a>.
3069 </td>
3070 </tr>
3071 </tbody>
3072@@ -1159,8 +1162,8 @@
3073 <hr>
3074 <div class="refsect2" title="dbusmenu_menuitem_property_get_int ()">
3075 <a name="dbusmenu-menuitem-property-get-int"></a><h3>dbusmenu_menuitem_property_get_int ()</h3>
3076-<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a> dbusmenu_menuitem_property_get_int (<em class="parameter"><code><a class="link" href="libdbusmenu-glib-DbusmenuMenuitem.html#DbusmenuMenuitem" title="DbusmenuMenuitem"><span class="type">DbusmenuMenuitem</span></a> *mi</code></em>,
3077- <em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *property</code></em>);</pre>
3078+<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a> dbusmenu_menuitem_property_get_int (<em class="parameter"><code><a class="link" href="libdbusmenu-glib-DbusmenuMenuitem.html#DbusmenuMenuitem" title="DbusmenuMenuitem"><span class="type">DbusmenuMenuitem</span></a> *mi</code></em>,
3079+ <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> *property</code></em>);</pre>
3080 <p>
3081 Look up a property on <em class="parameter"><code>mi</code></em> and return the value of it if
3082 it exits. Returns zero if the property doesn't exist.
3083@@ -1189,8 +1192,8 @@
3084 <hr>
3085 <div class="refsect2" title="dbusmenu_menuitem_property_exist ()">
3086 <a name="dbusmenu-menuitem-property-exist"></a><h3>dbusmenu_menuitem_property_exist ()</h3>
3087-<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> dbusmenu_menuitem_property_exist (<em class="parameter"><code><a class="link" href="libdbusmenu-glib-DbusmenuMenuitem.html#DbusmenuMenuitem" title="DbusmenuMenuitem"><span class="type">DbusmenuMenuitem</span></a> *mi</code></em>,
3088- <em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *property</code></em>);</pre>
3089+<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> dbusmenu_menuitem_property_exist (<em class="parameter"><code><a class="link" href="libdbusmenu-glib-DbusmenuMenuitem.html#DbusmenuMenuitem" title="DbusmenuMenuitem"><span class="type">DbusmenuMenuitem</span></a> *mi</code></em>,
3090+ <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> *property</code></em>);</pre>
3091 <p>
3092 </p>
3093 <div class="variablelist"><table border="0">
3094@@ -1217,12 +1220,12 @@
3095 <hr>
3096 <div class="refsect2" title="dbusmenu_menuitem_properties_list ()">
3097 <a name="dbusmenu-menuitem-properties-list"></a><h3>dbusmenu_menuitem_properties_list ()</h3>
3098-<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glib/glib-Doubly-Linked-Lists.html#GList"><span class="returnvalue">GList</span></a> * dbusmenu_menuitem_properties_list (<em class="parameter"><code><a class="link" href="libdbusmenu-glib-DbusmenuMenuitem.html#DbusmenuMenuitem" title="DbusmenuMenuitem"><span class="type">DbusmenuMenuitem</span></a> *mi</code></em>);</pre>
3099+<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Doubly-Linked-Lists.html#GList"><span class="returnvalue">GList</span></a> * dbusmenu_menuitem_properties_list (<em class="parameter"><code><a class="link" href="libdbusmenu-glib-DbusmenuMenuitem.html#DbusmenuMenuitem" title="DbusmenuMenuitem"><span class="type">DbusmenuMenuitem</span></a> *mi</code></em>);</pre>
3100 <p>
3101 This functiong gets a list of the names of all the properties
3102 that are set on this menu item. This data on the list is owned
3103 by the menuitem but the list is not and should be freed using
3104- <a href="/usr/share/gtk-doc/html/glib/glib-Doubly-Linked-Lists.html#g-list-free"><code class="function">g_list_free()</code></a> when the calling function is done with it.
3105+ <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 the calling function is done with it.
3106 </p>
3107 <div class="variablelist"><table border="0">
3108 <col align="left" valign="top">
3109@@ -1244,14 +1247,14 @@
3110 <hr>
3111 <div class="refsect2" title="dbusmenu_menuitem_properties_copy ()">
3112 <a name="dbusmenu-menuitem-properties-copy"></a><h3>dbusmenu_menuitem_properties_copy ()</h3>
3113-<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glib/glib-Hash-Tables.html#GHashTable"><span class="returnvalue">GHashTable</span></a> * dbusmenu_menuitem_properties_copy (<em class="parameter"><code><a class="link" href="libdbusmenu-glib-DbusmenuMenuitem.html#DbusmenuMenuitem" title="DbusmenuMenuitem"><span class="type">DbusmenuMenuitem</span></a> *mi</code></em>);</pre>
3114+<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Hash-Tables.html#GHashTable"><span class="returnvalue">GHashTable</span></a> * dbusmenu_menuitem_properties_copy (<em class="parameter"><code><a class="link" href="libdbusmenu-glib-DbusmenuMenuitem.html#DbusmenuMenuitem" title="DbusmenuMenuitem"><span class="type">DbusmenuMenuitem</span></a> *mi</code></em>);</pre>
3115 <p>
3116 This function takes the properties of a <a class="link" href="libdbusmenu-glib-DbusmenuMenuitem.html#DbusmenuMenuitem" title="DbusmenuMenuitem"><span class="type">DbusmenuMenuitem</span></a>
3117- and puts them into a <a href="/usr/share/gtk-doc/html/glib/glib-Hash-Tables.html#GHashTable"><span class="type">GHashTable</span></a> that is referenced by the
3118+ and puts them into a <a href="http://library.gnome.org/devel/glib/unstable/glib-Hash-Tables.html#GHashTable"><span class="type">GHashTable</span></a> that is referenced by the
3119 key of a string and has the value of a string. The hash
3120 table may not have any entries if there aren't any or there
3121 is an error in processing. It is the caller's responsibility
3122- to destroy the created <a href="/usr/share/gtk-doc/html/glib/glib-Hash-Tables.html#GHashTable"><span class="type">GHashTable</span></a>.
3123+ to destroy the created <a href="http://library.gnome.org/devel/glib/unstable/glib-Hash-Tables.html#GHashTable"><span class="type">GHashTable</span></a>.
3124 </p>
3125 <div class="variablelist"><table border="0">
3126 <col align="left" valign="top">
3127@@ -1264,7 +1267,7 @@
3128 </tr>
3129 <tr>
3130 <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
3131-<td> A brand new <a href="/usr/share/gtk-doc/html/glib/glib-Hash-Tables.html#GHashTable"><span class="type">GHashTable</span></a> that contains all of the
3132+<td> A brand new <a href="http://library.gnome.org/devel/glib/unstable/glib-Hash-Tables.html#GHashTable"><span class="type">GHashTable</span></a> that contains all of the
3133 properties that are on this <a class="link" href="libdbusmenu-glib-DbusmenuMenuitem.html#DbusmenuMenuitem" title="DbusmenuMenuitem"><span class="type">DbusmenuMenuitem</span></a> <em class="parameter"><code>mi</code></em>.
3134 </td>
3135 </tr>
3136@@ -1275,7 +1278,7 @@
3137 <div class="refsect2" title="dbusmenu_menuitem_property_remove ()">
3138 <a name="dbusmenu-menuitem-property-remove"></a><h3>dbusmenu_menuitem_property_remove ()</h3>
3139 <pre class="programlisting"><span class="returnvalue">void</span> dbusmenu_menuitem_property_remove (<em class="parameter"><code><a class="link" href="libdbusmenu-glib-DbusmenuMenuitem.html#DbusmenuMenuitem" title="DbusmenuMenuitem"><span class="type">DbusmenuMenuitem</span></a> *mi</code></em>,
3140- <em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *property</code></em>);</pre>
3141+ <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> *property</code></em>);</pre>
3142 <p>
3143 Removes a property from the menuitem.
3144 </p>
3145@@ -1299,7 +1302,7 @@
3146 <div class="refsect2" title="dbusmenu_menuitem_set_root ()">
3147 <a name="dbusmenu-menuitem-set-root"></a><h3>dbusmenu_menuitem_set_root ()</h3>
3148 <pre class="programlisting"><span class="returnvalue">void</span> dbusmenu_menuitem_set_root (<em class="parameter"><code><a class="link" href="libdbusmenu-glib-DbusmenuMenuitem.html#DbusmenuMenuitem" title="DbusmenuMenuitem"><span class="type">DbusmenuMenuitem</span></a> *mi</code></em>,
3149- <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> root</code></em>);</pre>
3150+ <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> root</code></em>);</pre>
3151 <p>
3152 This function sets the internal value of whether this is a
3153 root node or not.
3154@@ -1324,7 +1327,7 @@
3155 <hr>
3156 <div class="refsect2" title="dbusmenu_menuitem_get_root ()">
3157 <a name="dbusmenu-menuitem-get-root"></a><h3>dbusmenu_menuitem_get_root ()</h3>
3158-<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> dbusmenu_menuitem_get_root (<em class="parameter"><code><a class="link" href="libdbusmenu-glib-DbusmenuMenuitem.html#DbusmenuMenuitem" title="DbusmenuMenuitem"><span class="type">DbusmenuMenuitem</span></a> *mi</code></em>);</pre>
3159+<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> dbusmenu_menuitem_get_root (<em class="parameter"><code><a class="link" href="libdbusmenu-glib-DbusmenuMenuitem.html#DbusmenuMenuitem" title="DbusmenuMenuitem"><span class="type">DbusmenuMenuitem</span></a> *mi</code></em>);</pre>
3160 <p>
3161 This function returns the internal value of whether this is a
3162 root node or not.
3163@@ -1340,7 +1343,7 @@
3164 </tr>
3165 <tr>
3166 <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
3167-<td> <a href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><span class="type">TRUE</span></a> if this is a root node
3168+<td> <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><span class="type">TRUE</span></a> if this is a root node
3169 </td>
3170 </tr>
3171 </tbody>
3172@@ -1351,7 +1354,7 @@
3173 <a name="dbusmenu-menuitem-foreach"></a><h3>dbusmenu_menuitem_foreach ()</h3>
3174 <pre class="programlisting"><span class="returnvalue">void</span> dbusmenu_menuitem_foreach (<em class="parameter"><code><a class="link" href="libdbusmenu-glib-DbusmenuMenuitem.html#DbusmenuMenuitem" title="DbusmenuMenuitem"><span class="type">DbusmenuMenuitem</span></a> *mi</code></em>,
3175 <em class="parameter"><code><span class="type">void</span> (funcDbusmenuMenuitem * mi, gpointer data) ()</code></em>,
3176- <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> data</code></em>);</pre>
3177+ <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> data</code></em>);</pre>
3178 <p>
3179 This calls the function <em class="parameter"><code>func</code></em> on this menu item and all
3180 of the children of this item. And their children. And
3181@@ -1368,7 +1371,8 @@
3182 </tr>
3183 <tr>
3184 <td><p><span class="term"><em class="parameter"><code>data</code></em> :</span></p></td>
3185-<td> User data to pass to the function. closure</td>
3186+<td> User data to pass to the function. <span class="annotation">[closure]</span>
3187+</td>
3188 </tr>
3189 </tbody>
3190 </table></div>
3191@@ -1377,9 +1381,9 @@
3192 <div class="refsect2" title="dbusmenu_menuitem_handle_event ()">
3193 <a name="dbusmenu-menuitem-handle-event"></a><h3>dbusmenu_menuitem_handle_event ()</h3>
3194 <pre class="programlisting"><span class="returnvalue">void</span> dbusmenu_menuitem_handle_event (<em class="parameter"><code><a class="link" href="libdbusmenu-glib-DbusmenuMenuitem.html#DbusmenuMenuitem" title="DbusmenuMenuitem"><span class="type">DbusmenuMenuitem</span></a> *mi</code></em>,
3195- <em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *name</code></em>,
3196- <em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/gobject/gobject-Generic-values.html#GValue"><span class="type">GValue</span></a> *value</code></em>,
3197- <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a> timestamp</code></em>);</pre>
3198+ <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>,
3199+ <em class="parameter"><code>const <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Generic-values.html#GValue"><span class="type">GValue</span></a> *value</code></em>,
3200+ <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> timestamp</code></em>);</pre>
3201 <p>
3202 This function is called to create an event. It is likely
3203 to be overrided by subclasses. The default menu item
3204@@ -1427,7 +1431,7 @@
3205 <pre class="programlisting"><span class="returnvalue">void</span> dbusmenu_menuitem_send_about_to_show
3206 (<em class="parameter"><code><a class="link" href="libdbusmenu-glib-DbusmenuMenuitem.html#DbusmenuMenuitem" title="DbusmenuMenuitem"><span class="type">DbusmenuMenuitem</span></a> *mi</code></em>,
3207 <em class="parameter"><code><a class="link" href="libdbusmenu-glib-DbusmenuMenuitem.html#dbusmenu-menuitem-about-to-show-cb" title="dbusmenu_menuitem_about_to_show_cb ()"><span class="type">dbusmenu_menuitem_about_to_show_cb</span></a> cb</code></em>,
3208- <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> cb_data</code></em>);</pre>
3209+ <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> cb_data</code></em>);</pre>
3210 <p>
3211 This function is used to send the even that the submenu
3212 of this item is about to be shown. Callers to this event
3213@@ -1449,7 +1453,8 @@
3214 </tr>
3215 <tr>
3216 <td><p><span class="term"><em class="parameter"><code>cb_data</code></em> :</span></p></td>
3217-<td> Data to pass to the callback.. closure</td>
3218+<td> Data to pass to the callback. <span class="annotation">[closure]</span>
3219+</td>
3220 </tr>
3221 </tbody>
3222 </table></div>
3223@@ -1458,6 +1463,6 @@
3224 </div>
3225 <div class="footer">
3226 <hr>
3227- Generated by GTK-Doc V1.14</div>
3228+ Generated by GTK-Doc V1.15</div>
3229 </body>
3230 </html>
3231\ No newline at end of file
3232
3233=== modified file 'docs/libdbusmenu-glib/reference/html/libdbusmenu-glib-DbusmenuMenuitemProxy.html'
3234--- docs/libdbusmenu-glib/reference/html/libdbusmenu-glib-DbusmenuMenuitemProxy.html 2010-08-03 01:24:55 +0000
3235+++ docs/libdbusmenu-glib/reference/html/libdbusmenu-glib-DbusmenuMenuitemProxy.html 2010-08-12 16:32:44 +0000
3236@@ -8,7 +8,7 @@
3237 <link rel="up" href="ch01.html" title="API">
3238 <link rel="prev" href="libdbusmenu-glib-DbusmenuServer.html" title="DbusmenuServer">
3239 <link rel="next" href="libdbusmenu-glib-DbusmenuMenuitem.html" title="DbusmenuMenuitem">
3240-<meta name="generator" content="GTK-Doc V1.14 (XML mode)">
3241+<meta name="generator" content="GTK-Doc V1.15 (XML mode)">
3242 <link rel="stylesheet" href="style.css" type="text/css">
3243 </head>
3244 <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
3245@@ -121,7 +121,7 @@
3246 </tr>
3247 <tr>
3248 <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
3249-<td> A <a class="link" href="libdbusmenu-glib-DbusmenuMenuitem.html#DbusmenuMenuitem" title="DbusmenuMenuitem"><span class="type">DbusmenuMenuitem</span></a> object or a <a href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><span class="type">NULL</span></a> if we
3250+<td> A <a class="link" href="libdbusmenu-glib-DbusmenuMenuitem.html#DbusmenuMenuitem" title="DbusmenuMenuitem"><span class="type">DbusmenuMenuitem</span></a> object or a <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><span class="type">NULL</span></a> if we
3251 don't have one or there is an error.
3252 </td>
3253 </tr>
3254@@ -132,6 +132,6 @@
3255 </div>
3256 <div class="footer">
3257 <hr>
3258- Generated by GTK-Doc V1.14</div>
3259+ Generated by GTK-Doc V1.15</div>
3260 </body>
3261 </html>
3262\ No newline at end of file
3263
3264=== modified file 'docs/libdbusmenu-glib/reference/html/libdbusmenu-glib-DbusmenuServer.html'
3265--- docs/libdbusmenu-glib/reference/html/libdbusmenu-glib-DbusmenuServer.html 2010-08-03 01:26:00 +0000
3266+++ docs/libdbusmenu-glib/reference/html/libdbusmenu-glib-DbusmenuServer.html 2010-08-12 16:32:44 +0000
3267@@ -8,7 +8,7 @@
3268 <link rel="up" href="ch01.html" title="API">
3269 <link rel="prev" href="ch01.html" title="API">
3270 <link rel="next" href="libdbusmenu-glib-DbusmenuMenuitemProxy.html" title="DbusmenuMenuitemProxy">
3271-<meta name="generator" content="GTK-Doc V1.14 (XML mode)">
3272+<meta name="generator" content="GTK-Doc V1.15 (XML mode)">
3273 <link rel="stylesheet" href="style.css" type="text/css">
3274 </head>
3275 <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
3276@@ -46,7 +46,7 @@
3277 #define <a class="link" href="libdbusmenu-glib-DbusmenuServer.html#DBUSMENU-SERVER-PROP-VERSION:CAPS" title="DBUSMENU_SERVER_PROP_VERSION">DBUSMENU_SERVER_PROP_VERSION</a>
3278 <a class="link" href="libdbusmenu-glib-DbusmenuServer.html#DbusmenuServer" title="DbusmenuServer">DbusmenuServer</a>;
3279 <a class="link" href="libdbusmenu-glib-DbusmenuServer.html#DbusmenuServerClass" title="DbusmenuServerClass">DbusmenuServerClass</a>;
3280-<a class="link" href="libdbusmenu-glib-DbusmenuServer.html#DbusmenuServer" title="DbusmenuServer"><span class="returnvalue">DbusmenuServer</span></a> * <a class="link" href="libdbusmenu-glib-DbusmenuServer.html#dbusmenu-server-new" title="dbusmenu_server_new ()">dbusmenu_server_new</a> (<em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *object</code></em>);
3281+<a class="link" href="libdbusmenu-glib-DbusmenuServer.html#DbusmenuServer" title="DbusmenuServer"><span class="returnvalue">DbusmenuServer</span></a> * <a class="link" href="libdbusmenu-glib-DbusmenuServer.html#dbusmenu-server-new" title="dbusmenu_server_new ()">dbusmenu_server_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> *object</code></em>);
3282 <span class="returnvalue">void</span> <a class="link" href="libdbusmenu-glib-DbusmenuServer.html#dbusmenu-server-set-root" title="dbusmenu_server_set_root ()">dbusmenu_server_set_root</a> (<em class="parameter"><code><a class="link" href="libdbusmenu-glib-DbusmenuServer.html#DbusmenuServer" title="DbusmenuServer"><span class="type">DbusmenuServer</span></a> *server</code></em>,
3283 <em class="parameter"><code><a class="link" href="libdbusmenu-glib-DbusmenuMenuitem.html#DbusmenuMenuitem" title="DbusmenuMenuitem"><span class="type">DbusmenuMenuitem</span></a> *root</code></em>);
3284 </pre>
3285@@ -127,9 +127,9 @@
3286 <div class="variablelist"><table border="0">
3287 <col align="left" valign="top">
3288 <tbody><tr>
3289-<td><p><span class="term"><a href="/usr/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject"><span class="type">GObject</span></a> <em class="structfield"><code><a name="DbusmenuServer.parent"></a>parent</code></em>;</span></p></td>
3290+<td><p><span class="term"><a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject"><span class="type">GObject</span></a> <em class="structfield"><code><a name="DbusmenuServer.parent"></a>parent</code></em>;</span></p></td>
3291 <td>
3292-<a href="/usr/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject"><span class="type">GObject</span></a>
3293+<a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject"><span class="type">GObject</span></a>
3294 </td>
3295 </tr></tbody>
3296 </table></div>
3297@@ -144,12 +144,12 @@
3298 void (*id_prop_update)(gint id, gchar * property, gchar * value);
3299 void (*id_update)(gint id);
3300 void (*layout_updated)(gint revision);
3301+ void (*item_activation)(gint id, guint timestamp);
3302
3303 /* Reserved */
3304 void (*dbusmenu_server_reserved1)(void);
3305 void (*dbusmenu_server_reserved2)(void);
3306 void (*dbusmenu_server_reserved3)(void);
3307- void (*dbusmenu_server_reserved4)(void);
3308 } DbusmenuServerClass;
3309 </pre>
3310 <p>
3311@@ -159,9 +159,9 @@
3312 <col align="left" valign="top">
3313 <tbody>
3314 <tr>
3315-<td><p><span class="term"><a href="/usr/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObjectClass"><span class="type">GObjectClass</span></a> <em class="structfield"><code><a name="DbusmenuServerClass.parent-class"></a>parent_class</code></em>;</span></p></td>
3316+<td><p><span class="term"><a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObjectClass"><span class="type">GObjectClass</span></a> <em class="structfield"><code><a name="DbusmenuServerClass.parent-class"></a>parent_class</code></em>;</span></p></td>
3317 <td>
3318-<a href="/usr/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObjectClass"><span class="type">GObjectClass</span></a>
3319+<a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObjectClass"><span class="type">GObjectClass</span></a>
3320 </td>
3321 </tr>
3322 <tr>
3323@@ -180,6 +180,11 @@
3324 </td>
3325 </tr>
3326 <tr>
3327+<td><p><span class="term"><em class="structfield"><code><a name="DbusmenuServerClass.item-activation"></a>item_activation</code></em> ()</span></p></td>
3328+<td>
3329+</td>
3330+</tr>
3331+<tr>
3332 <td><p><span class="term"><em class="structfield"><code><a name="DbusmenuServerClass.dbusmenu-server-reserved1"></a>dbusmenu_server_reserved1</code></em> ()</span></p></td>
3333 <td>Reserved for future use.
3334 </td>
3335@@ -194,18 +199,13 @@
3336 <td>Reserved for future use.
3337 </td>
3338 </tr>
3339-<tr>
3340-<td><p><span class="term"><em class="structfield"><code><a name="DbusmenuServerClass.dbusmenu-server-reserved4"></a>dbusmenu_server_reserved4</code></em> ()</span></p></td>
3341-<td>Reserved for future use.
3342-</td>
3343-</tr>
3344 </tbody>
3345 </table></div>
3346 </div>
3347 <hr>
3348 <div class="refsect2" title="dbusmenu_server_new ()">
3349 <a name="dbusmenu-server-new"></a><h3>dbusmenu_server_new ()</h3>
3350-<pre class="programlisting"><a class="link" href="libdbusmenu-glib-DbusmenuServer.html#DbusmenuServer" title="DbusmenuServer"><span class="returnvalue">DbusmenuServer</span></a> * dbusmenu_server_new (<em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *object</code></em>);</pre>
3351+<pre class="programlisting"><a class="link" href="libdbusmenu-glib-DbusmenuServer.html#DbusmenuServer" title="DbusmenuServer"><span class="returnvalue">DbusmenuServer</span></a> * dbusmenu_server_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> *object</code></em>);</pre>
3352 <p>
3353 Creates a new <a class="link" href="libdbusmenu-glib-DbusmenuServer.html#DbusmenuServer" title="DbusmenuServer"><span class="type">DbusmenuServer</span></a> object with a specific object
3354 path on DBus. If <em class="parameter"><code>object</code></em> is set to NULL the default object
3355@@ -234,7 +234,7 @@
3356 <pre class="programlisting"><span class="returnvalue">void</span> dbusmenu_server_set_root (<em class="parameter"><code><a class="link" href="libdbusmenu-glib-DbusmenuServer.html#DbusmenuServer" title="DbusmenuServer"><span class="type">DbusmenuServer</span></a> *server</code></em>,
3357 <em class="parameter"><code><a class="link" href="libdbusmenu-glib-DbusmenuMenuitem.html#DbusmenuMenuitem" title="DbusmenuMenuitem"><span class="type">DbusmenuMenuitem</span></a> *root</code></em>);</pre>
3358 <p>
3359-This function contains all of the <a href="/usr/share/gtk-doc/html/gobject/gobject-Generic-values.html#GValue"><span class="type">GValue</span></a> wrapping
3360+This function contains all of the <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Generic-values.html#GValue"><span class="type">GValue</span></a> wrapping
3361 required to set the property <span class="type">"root-node"</span>
3362 on the server <em class="parameter"><code>self</code></em>.
3363 </p>
3364@@ -258,6 +258,6 @@
3365 </div>
3366 <div class="footer">
3367 <hr>
3368- Generated by GTK-Doc V1.14</div>
3369+ Generated by GTK-Doc V1.15</div>
3370 </body>
3371 </html>
3372\ No newline at end of file
3373
3374=== modified file 'docs/libdbusmenu-glib/reference/html/object-tree.html'
3375--- docs/libdbusmenu-glib/reference/html/object-tree.html 2010-08-03 01:26:00 +0000
3376+++ docs/libdbusmenu-glib/reference/html/object-tree.html 2010-08-12 16:32:44 +0000
3377@@ -8,7 +8,7 @@
3378 <link rel="up" href="index.html" title="libdbusmenu-glib Reference Manual">
3379 <link rel="prev" href="libdbusmenu-glib-DbusmenuClientMenuitem.html" title="DbusmenuClientMenuitem">
3380 <link rel="next" href="api-index-full.html" title="API Index">
3381-<meta name="generator" content="GTK-Doc V1.14 (XML mode)">
3382+<meta name="generator" content="GTK-Doc V1.15 (XML mode)">
3383 <link rel="stylesheet" href="style.css" type="text/css">
3384 </head>
3385 <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
3386@@ -27,6 +27,6 @@
3387 </div>
3388 <div class="footer">
3389 <hr>
3390- Generated by GTK-Doc V1.14</div>
3391+ Generated by GTK-Doc V1.15</div>
3392 </body>
3393 </html>
3394\ No newline at end of file
3395
3396=== modified file 'docs/libdbusmenu-glib/reference/html/style.css'
3397--- docs/libdbusmenu-glib/reference/html/style.css 2010-08-03 01:26:00 +0000
3398+++ docs/libdbusmenu-glib/reference/html/style.css 2010-08-12 16:32:44 +0000
3399@@ -209,6 +209,14 @@
3400 font-weight: normal;
3401 }
3402
3403+.annotation
3404+{
3405+ /* tango:aluminium 5 */
3406+ color: #555753;
3407+ font-size: 80%;
3408+ font-weight: normal;
3409+}
3410+
3411 /* code listings */
3412
3413 .listing_code .programlisting .cbracket { color: #a40000; } /* tango: scarlet red 3 */
3414
3415=== modified file 'docs/libdbusmenu-glib/reference/tmpl/client.sgml'
3416--- docs/libdbusmenu-glib/reference/tmpl/client.sgml 2010-07-30 18:24:01 +0000
3417+++ docs/libdbusmenu-glib/reference/tmpl/client.sgml 2010-08-12 16:32:44 +0000
3418@@ -158,6 +158,7 @@
3419 @client:
3420 @id:
3421 @gpointer user_data:
3422+@gpointer user_data:
3423 @gpointer user_data:
3424 @cb_data:
3425
3426
3427=== modified file 'docs/libdbusmenu-glib/reference/tmpl/menuitem.sgml'
3428--- docs/libdbusmenu-glib/reference/tmpl/menuitem.sgml 2010-07-30 18:24:01 +0000
3429+++ docs/libdbusmenu-glib/reference/tmpl/menuitem.sgml 2010-08-12 16:32:44 +0000
3430@@ -506,6 +506,7 @@
3431
3432 @mi:
3433 @DbusmenuMenuitem * mi, gpointer data:
3434+@DbusmenuMenuitem * mi, gpointer data:
3435 @DbusmenuMenuitem * mi, gpointer data:
3436 @data:
3437
3438
3439=== modified file 'docs/libdbusmenu-glib/reference/tmpl/server.sgml'
3440--- docs/libdbusmenu-glib/reference/tmpl/server.sgml 2010-08-03 01:26:00 +0000
3441+++ docs/libdbusmenu-glib/reference/tmpl/server.sgml 2010-08-12 16:32:44 +0000
3442@@ -85,10 +85,10 @@
3443 @id_prop_update:
3444 @id_update:
3445 @layout_updated:
3446+@item_activation:
3447 @dbusmenu_server_reserved1:
3448 @dbusmenu_server_reserved2:
3449 @dbusmenu_server_reserved3:
3450-@dbusmenu_server_reserved4:
3451
3452 <!-- ##### FUNCTION dbusmenu_server_new ##### -->
3453 <para>
3454
3455=== modified file 'docs/libdbusmenu-glib/reference/version.xml'
3456--- docs/libdbusmenu-glib/reference/version.xml 2010-08-03 01:26:00 +0000
3457+++ docs/libdbusmenu-glib/reference/version.xml 2010-08-12 16:32:44 +0000
3458@@ -1,1 +1,1 @@
3459-0.3.9
3460+0.3.10
3461
3462=== modified file 'docs/libdbusmenu-glib/reference/xml/client.xml'
3463--- docs/libdbusmenu-glib/reference/xml/client.xml 2010-07-30 18:24:01 +0000
3464+++ docs/libdbusmenu-glib/reference/xml/client.xml 2010-08-12 16:32:44 +0000
3465@@ -343,6 +343,7 @@
3466 <listitem><simpara>
3467 <parameter>gpointer</parameter> user_data:
3468 <parameter>gpointer</parameter> user_data:
3469+<parameter>gpointer</parameter> user_data:
3470 </simpara></listitem></varlistentry>
3471 <varlistentry><term><parameter>cb_data</parameter>&#160;:</term>
3472 <listitem><simpara>
3473
3474=== modified file 'docs/libdbusmenu-glib/reference/xml/menuitem.xml'
3475--- docs/libdbusmenu-glib/reference/xml/menuitem.xml 2010-08-03 01:26:00 +0000
3476+++ docs/libdbusmenu-glib/reference/xml/menuitem.xml 2010-08-12 16:32:44 +0000
3477@@ -339,7 +339,7 @@
3478 <listitem><simpara>Menu item that should be shown
3479 </simpara></listitem></varlistentry>
3480 <varlistentry><term><parameter>user_data</parameter>&#160;:</term>
3481-<listitem><simpara> Extra user data sent with the function. closure</simpara></listitem></varlistentry>
3482+<listitem><simpara> Extra user data sent with the function. <emphasis role="annotation">[closure]</emphasis></simpara></listitem></varlistentry>
3483 </variablelist></refsect2>
3484 <refsect2 id="dbusmenu-menuitem-buildxml-slot-t" role="function">
3485 <title>dbusmenu_menuitem_buildxml_slot_t ()</title>
3486@@ -352,9 +352,9 @@
3487 as an XML fragment. Should call it's own children.
3488 </para><variablelist role="params">
3489 <varlistentry><term><parameter>mi</parameter>&#160;:</term>
3490-<listitem><simpara> Menu item that should be built from. <acronym>in</acronym>. </simpara></listitem></varlistentry>
3491+<listitem><simpara> Menu item that should be built from. <emphasis role="annotation">[<acronym>in</acronym>]</emphasis></simpara></listitem></varlistentry>
3492 <varlistentry><term><parameter>stringarray</parameter>&#160;:</term>
3493-<listitem><simpara> An array of strings that can be combined into an XML file.. <acronym>inout</acronym>. <acronym>transfer none</acronym>. <acronym>array</acronym>. <acronym>element-type</acronym> utf8. </simpara></listitem></varlistentry>
3494+<listitem><simpara> An array of strings that can be combined into an XML file. <emphasis role="annotation">[<acronym>inout</acronym>][<acronym>transfer none</acronym>][<acronym>array</acronym>][<acronym>element-type</acronym> utf8]</emphasis></simpara></listitem></varlistentry>
3495 </variablelist></refsect2>
3496 <refsect2 id="DbusmenuMenuitemClass" role="struct">
3497 <title>DbusmenuMenuitemClass</title>
3498@@ -963,7 +963,7 @@
3499 <listitem><simpara>The <link linkend="DbusmenItem"><type>DbusmenItem</type></link> to start from
3500 </simpara></listitem></varlistentry>
3501 <varlistentry><term><parameter>data</parameter>&#160;:</term>
3502-<listitem><simpara> User data to pass to the function. closure</simpara></listitem></varlistentry>
3503+<listitem><simpara> User data to pass to the function. <emphasis role="annotation">[closure]</emphasis></simpara></listitem></varlistentry>
3504 </variablelist></refsect2>
3505 <refsect2 id="dbusmenu-menuitem-handle-event" role="function">
3506 <title>dbusmenu_menuitem_handle_event ()</title>
3507@@ -1020,7 +1020,7 @@
3508 <listitem><simpara>Callback to call when the call has returned.
3509 </simpara></listitem></varlistentry>
3510 <varlistentry><term><parameter>cb_data</parameter>&#160;:</term>
3511-<listitem><simpara> Data to pass to the callback.. closure</simpara></listitem></varlistentry>
3512+<listitem><simpara> Data to pass to the callback. <emphasis role="annotation">[closure]</emphasis></simpara></listitem></varlistentry>
3513 </variablelist></refsect2>
3514
3515 </refsect1>
3516
3517=== modified file 'docs/libdbusmenu-glib/reference/xml/server.xml'
3518--- docs/libdbusmenu-glib/reference/xml/server.xml 2010-08-03 01:26:00 +0000
3519+++ docs/libdbusmenu-glib/reference/xml/server.xml 2010-08-12 16:32:44 +0000
3520@@ -117,12 +117,12 @@
3521 void (*id_prop_update)(gint id, gchar * property, gchar * value);
3522 void (*id_update)(gint id);
3523 void (*layout_updated)(gint revision);
3524+ void (*item_activation)(gint id, guint timestamp);
3525
3526 /* Reserved */
3527 void (*dbusmenu_server_reserved1)(void);
3528 void (*dbusmenu_server_reserved2)(void);
3529 void (*dbusmenu_server_reserved3)(void);
3530- void (*dbusmenu_server_reserved4)(void);
3531 } DbusmenuServerClass;
3532 </programlisting>
3533 <para>
3534@@ -144,6 +144,10 @@
3535 <listitem><simpara>Slot for <link linkend="DbusmenuServer-layout-update"><type>"layout-update"</type></link>.
3536 </simpara></listitem>
3537 </varlistentry>
3538+<varlistentry><term><structfield id="DbusmenuServerClass.item-activation">item_activation</structfield>&#160;()</term>
3539+<listitem><simpara>
3540+</simpara></listitem>
3541+</varlistentry>
3542 <varlistentry><term><structfield id="DbusmenuServerClass.dbusmenu-server-reserved1">dbusmenu_server_reserved1</structfield>&#160;()</term>
3543 <listitem><simpara>Reserved for future use.
3544 </simpara></listitem>
3545@@ -156,10 +160,6 @@
3546 <listitem><simpara>Reserved for future use.
3547 </simpara></listitem>
3548 </varlistentry>
3549-<varlistentry><term><structfield id="DbusmenuServerClass.dbusmenu-server-reserved4">dbusmenu_server_reserved4</structfield>&#160;()</term>
3550-<listitem><simpara>Reserved for future use.
3551-</simpara></listitem>
3552-</varlistentry>
3553 </variablelist></refsect2>
3554 <refsect2 id="dbusmenu-server-new" role="function">
3555 <title>dbusmenu_server_new ()</title>
3556
3557=== modified file 'docs/libdbusmenu-gtk/Makefile.in'
3558--- docs/libdbusmenu-gtk/Makefile.in 2010-08-03 01:26:00 +0000
3559+++ docs/libdbusmenu-gtk/Makefile.in 2010-08-12 16:32:44 +0000
3560@@ -192,6 +192,8 @@
3561 PACKAGE_VERSION = @PACKAGE_VERSION@
3562 PATH_SEPARATOR = @PATH_SEPARATOR@
3563 PKG_CONFIG = @PKG_CONFIG@
3564+PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
3565+PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
3566 POFILES = @POFILES@
3567 POSUB = @POSUB@
3568 PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
3569
3570=== modified file 'docs/libdbusmenu-gtk/reference/Makefile.in'
3571--- docs/libdbusmenu-gtk/reference/Makefile.in 2010-08-03 01:26:00 +0000
3572+++ docs/libdbusmenu-gtk/reference/Makefile.in 2010-08-12 16:32:44 +0000
3573@@ -159,6 +159,8 @@
3574 PACKAGE_VERSION = @PACKAGE_VERSION@
3575 PATH_SEPARATOR = @PATH_SEPARATOR@
3576 PKG_CONFIG = @PKG_CONFIG@
3577+PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
3578+PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
3579 POFILES = @POFILES@
3580 POSUB = @POSUB@
3581 PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
3582
3583=== modified file 'docs/libdbusmenu-gtk/reference/html/Genericmenuitem.html'
3584--- docs/libdbusmenu-gtk/reference/html/Genericmenuitem.html 2010-08-03 01:26:00 +0000
3585+++ docs/libdbusmenu-gtk/reference/html/Genericmenuitem.html 2010-08-12 16:32:44 +0000
3586@@ -8,7 +8,7 @@
3587 <link rel="up" href="ch01.html" title="API">
3588 <link rel="prev" href="libdbusmenu-gtk-DbusmenuGtkClient.html" title="DbusmenuGtkClient">
3589 <link rel="next" href="libdbusmenu-gtk-menuitem.html" title="menuitem">
3590-<meta name="generator" content="GTK-Doc V1.14 (XML mode)">
3591+<meta name="generator" content="GTK-Doc V1.15 (XML mode)">
3592 <link rel="stylesheet" href="style.css" type="text/css">
3593 </head>
3594 <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
3595@@ -52,28 +52,28 @@
3596 <a class="link" href="Genericmenuitem.html#GenericmenuitemPrivate" title="GenericmenuitemPrivate">GenericmenuitemPrivate</a>;
3597 enum <a class="link" href="Genericmenuitem.html#GenericmenuitemCheckType" title="enum GenericmenuitemCheckType">GenericmenuitemCheckType</a>;
3598 enum <a class="link" href="Genericmenuitem.html#GenericmenuitemState" title="enum GenericmenuitemState">GenericmenuitemState</a>;
3599-<a href="/usr/share/gtk-doc/html/gobject/gobject-Type-Information.html#GType"><span class="returnvalue">GType</span></a> <a class="link" href="Genericmenuitem.html#genericmenuitem-get-type" title="genericmenuitem_get_type ()">genericmenuitem_get_type</a> (<em class="parameter"><code><span class="type">void</span></code></em>);
3600+<a href="http://library.gnome.org/devel/gobject/unstable/gobject-Type-Information.html#GType"><span class="returnvalue">GType</span></a> <a class="link" href="Genericmenuitem.html#genericmenuitem-get-type" title="genericmenuitem_get_type ()">genericmenuitem_get_type</a> (<em class="parameter"><code><span class="type">void</span></code></em>);
3601 <span class="returnvalue">void</span> <a class="link" href="Genericmenuitem.html#genericmenuitem-set-check-type" title="genericmenuitem_set_check_type ()">genericmenuitem_set_check_type</a> (<em class="parameter"><code><a class="link" href="Genericmenuitem.html" title="Genericmenuitem"><span class="type">Genericmenuitem</span></a> *item</code></em>,
3602 <em class="parameter"><code><a class="link" href="Genericmenuitem.html#GenericmenuitemCheckType" title="enum GenericmenuitemCheckType"><span class="type">GenericmenuitemCheckType</span></a> check_type</code></em>);
3603 <span class="returnvalue">void</span> <a class="link" href="Genericmenuitem.html#genericmenuitem-set-state" title="genericmenuitem_set_state ()">genericmenuitem_set_state</a> (<em class="parameter"><code><a class="link" href="Genericmenuitem.html" title="Genericmenuitem"><span class="type">Genericmenuitem</span></a> *item</code></em>,
3604 <em class="parameter"><code><a class="link" href="Genericmenuitem.html#GenericmenuitemState" title="enum GenericmenuitemState"><span class="type">GenericmenuitemState</span></a> state</code></em>);
3605 <span class="returnvalue">void</span> <a class="link" href="Genericmenuitem.html#genericmenuitem-set-image" title="genericmenuitem_set_image ()">genericmenuitem_set_image</a> (<em class="parameter"><code><a class="link" href="Genericmenuitem.html" title="Genericmenuitem"><span class="type">Genericmenuitem</span></a> *item</code></em>,
3606- <em class="parameter"><code><a href="/usr/share/gtk-doc/html/gtk/GtkWidget.html"><span class="type">GtkWidget</span></a> *image</code></em>);
3607-<a href="/usr/share/gtk-doc/html/gtk/GtkWidget.html"><span class="returnvalue">GtkWidget</span></a> * <a class="link" href="Genericmenuitem.html#genericmenuitem-get-image" title="genericmenuitem_get_image ()">genericmenuitem_get_image</a> (<em class="parameter"><code><a class="link" href="Genericmenuitem.html" title="Genericmenuitem"><span class="type">Genericmenuitem</span></a> *item</code></em>);
3608+ <em class="parameter"><code><a href="http://library.gnome.org/devel/gtk/unstable/GtkWidget.html"><span class="type">GtkWidget</span></a> *image</code></em>);
3609+<a href="http://library.gnome.org/devel/gtk/unstable/GtkWidget.html"><span class="returnvalue">GtkWidget</span></a> * <a class="link" href="Genericmenuitem.html#genericmenuitem-get-image" title="genericmenuitem_get_image ()">genericmenuitem_get_image</a> (<em class="parameter"><code><a class="link" href="Genericmenuitem.html" title="Genericmenuitem"><span class="type">Genericmenuitem</span></a> *item</code></em>);
3610 </pre>
3611 </div>
3612 <div class="refsect1" title="Object Hierarchy">
3613 <a name="Genericmenuitem.object-hierarchy"></a><h2>Object Hierarchy</h2>
3614 <pre class="synopsis">
3615- <a href="/usr/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject">GObject</a>
3616- +----<a href="/usr/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GInitiallyUnowned">GInitiallyUnowned</a>
3617- +----<a href="/usr/share/gtk-doc/html/gtk/GtkObject.html">GtkObject</a>
3618- +----<a href="/usr/share/gtk-doc/html/gtk/GtkWidget.html">GtkWidget</a>
3619- +----<a href="/usr/share/gtk-doc/html/gtk/GtkContainer.html">GtkContainer</a>
3620- +----<a href="/usr/share/gtk-doc/html/gtk/GtkBin.html">GtkBin</a>
3621- +----<a href="/usr/share/gtk-doc/html/gtk/GtkItem.html">GtkItem</a>
3622- +----<a href="/usr/share/gtk-doc/html/gtk/GtkMenuItem.html">GtkMenuItem</a>
3623- +----<a href="/usr/share/gtk-doc/html/gtk/gtk-gtkcheckmenuitem.html#GtkCheckMenuItem">GtkCheckMenuItem</a>
3624+ <a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject">GObject</a>
3625+ +----<a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GInitiallyUnowned">GInitiallyUnowned</a>
3626+ +----<a href="http://library.gnome.org/devel/gtk/unstable/GtkObject.html">GtkObject</a>
3627+ +----<a href="http://library.gnome.org/devel/gtk/unstable/GtkWidget.html">GtkWidget</a>
3628+ +----<a href="http://library.gnome.org/devel/gtk/unstable/GtkContainer.html">GtkContainer</a>
3629+ +----<a href="http://library.gnome.org/devel/gtk/unstable/GtkBin.html">GtkBin</a>
3630+ +----<a href="http://library.gnome.org/devel/gtk/unstable/GtkItem.html">GtkItem</a>
3631+ +----<a href="http://library.gnome.org/devel/gtk/unstable/GtkMenuItem.html">GtkMenuItem</a>
3632+ +----<a href="http://library.gnome.org/devel/gtk/unstable/gtk-gtkcheckmenuitem.html#GtkCheckMenuItem">GtkCheckMenuItem</a>
3633 +----Genericmenuitem
3634 </pre>
3635 </div>
3636@@ -81,7 +81,7 @@
3637 <a name="Genericmenuitem.implemented-interfaces"></a><h2>Implemented Interfaces</h2>
3638 <p>
3639 Genericmenuitem implements
3640- AtkImplementorIface, <a href="/usr/share/gtk-doc/html/gtk/gtk-gtkbuildable.html#GtkBuildable">GtkBuildable</a> and <a href="/usr/share/gtk-doc/html/gtk/GtkActivatable.html">GtkActivatable</a>.</p>
3641+ AtkImplementorIface, <a href="http://library.gnome.org/devel/gtk/unstable/GtkBuildable.html">GtkBuildable</a> and <a href="http://library.gnome.org/devel/gtk/unstable/GtkActivatable.html">GtkActivatable</a>.</p>
3642 </div>
3643 <div class="refsect1" title="Description">
3644 <a name="Genericmenuitem.description"></a><h2>Description</h2>
3645@@ -238,7 +238,7 @@
3646 <hr>
3647 <div class="refsect2" title="genericmenuitem_get_type ()">
3648 <a name="genericmenuitem-get-type"></a><h3>genericmenuitem_get_type ()</h3>
3649-<pre class="programlisting"><a href="/usr/share/gtk-doc/html/gobject/gobject-Type-Information.html#GType"><span class="returnvalue">GType</span></a> genericmenuitem_get_type (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
3650+<pre class="programlisting"><a href="http://library.gnome.org/devel/gobject/unstable/gobject-Type-Information.html#GType"><span class="returnvalue">GType</span></a> genericmenuitem_get_type (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
3651 <p>
3652 </p>
3653 <div class="variablelist"><table border="0">
3654@@ -307,7 +307,7 @@
3655 <div class="refsect2" title="genericmenuitem_set_image ()">
3656 <a name="genericmenuitem-set-image"></a><h3>genericmenuitem_set_image ()</h3>
3657 <pre class="programlisting"><span class="returnvalue">void</span> genericmenuitem_set_image (<em class="parameter"><code><a class="link" href="Genericmenuitem.html" title="Genericmenuitem"><span class="type">Genericmenuitem</span></a> *item</code></em>,
3658- <em class="parameter"><code><a href="/usr/share/gtk-doc/html/gtk/GtkWidget.html"><span class="type">GtkWidget</span></a> *image</code></em>);</pre>
3659+ <em class="parameter"><code><a href="http://library.gnome.org/devel/gtk/unstable/GtkWidget.html"><span class="type">GtkWidget</span></a> *image</code></em>);</pre>
3660 <p>
3661 Sets the image of the menu item.
3662 </p>
3663@@ -330,7 +330,7 @@
3664 <hr>
3665 <div class="refsect2" title="genericmenuitem_get_image ()">
3666 <a name="genericmenuitem-get-image"></a><h3>genericmenuitem_get_image ()</h3>
3667-<pre class="programlisting"><a href="/usr/share/gtk-doc/html/gtk/GtkWidget.html"><span class="returnvalue">GtkWidget</span></a> * genericmenuitem_get_image (<em class="parameter"><code><a class="link" href="Genericmenuitem.html" title="Genericmenuitem"><span class="type">Genericmenuitem</span></a> *item</code></em>);</pre>
3668+<pre class="programlisting"><a href="http://library.gnome.org/devel/gtk/unstable/GtkWidget.html"><span class="returnvalue">GtkWidget</span></a> * genericmenuitem_get_image (<em class="parameter"><code><a class="link" href="Genericmenuitem.html" title="Genericmenuitem"><span class="type">Genericmenuitem</span></a> *item</code></em>);</pre>
3669 <p>
3670 Returns the image if there is one.
3671 </p>
3672@@ -344,7 +344,7 @@
3673 </tr>
3674 <tr>
3675 <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
3676-<td> A pointer to the image of the item or <a href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><span class="type">NULL</span></a>
3677+<td> A pointer to the image of the item or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><span class="type">NULL</span></a>
3678 if there isn't one.
3679 </td>
3680 </tr>
3681@@ -355,6 +355,6 @@
3682 </div>
3683 <div class="footer">
3684 <hr>
3685- Generated by GTK-Doc V1.14</div>
3686+ Generated by GTK-Doc V1.15</div>
3687 </body>
3688 </html>
3689\ No newline at end of file
3690
3691=== modified file 'docs/libdbusmenu-gtk/reference/html/api-index-full.html'
3692--- docs/libdbusmenu-gtk/reference/html/api-index-full.html 2010-08-03 01:26:00 +0000
3693+++ docs/libdbusmenu-gtk/reference/html/api-index-full.html 2010-08-12 16:32:44 +0000
3694@@ -7,7 +7,7 @@
3695 <link rel="home" href="index.html" title="libdbusmenu-gtk Reference Manual">
3696 <link rel="up" href="index.html" title="libdbusmenu-gtk Reference Manual">
3697 <link rel="prev" href="object-tree.html" title="Object Hierarchy">
3698-<meta name="generator" content="GTK-Doc V1.14 (XML mode)">
3699+<meta name="generator" content="GTK-Doc V1.15 (XML mode)">
3700 <link rel="stylesheet" href="style.css" type="text/css">
3701 </head>
3702 <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
3703@@ -167,6 +167,6 @@
3704 </div>
3705 <div class="footer">
3706 <hr>
3707- Generated by GTK-Doc V1.14</div>
3708+ Generated by GTK-Doc V1.15</div>
3709 </body>
3710 </html>
3711\ No newline at end of file
3712
3713=== modified file 'docs/libdbusmenu-gtk/reference/html/ch01.html'
3714--- docs/libdbusmenu-gtk/reference/html/ch01.html 2010-08-03 01:26:00 +0000
3715+++ docs/libdbusmenu-gtk/reference/html/ch01.html 2010-08-12 16:32:44 +0000
3716@@ -8,7 +8,7 @@
3717 <link rel="up" href="index.html" title="libdbusmenu-gtk Reference Manual">
3718 <link rel="prev" href="index.html" title="libdbusmenu-gtk Reference Manual">
3719 <link rel="next" href="libdbusmenu-gtk-DbusmenuGtkMenu.html" title="DbusmenuGtkMenu">
3720-<meta name="generator" content="GTK-Doc V1.14 (XML mode)">
3721+<meta name="generator" content="GTK-Doc V1.15 (XML mode)">
3722 <link rel="stylesheet" href="style.css" type="text/css">
3723 </head>
3724 <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
3725@@ -21,7 +21,7 @@
3726 </tr></table>
3727 <div class="chapter" title="API">
3728 <div class="titlepage"><div><div><h2 class="title">
3729-<a name="id414490"></a>API</h2></div></div></div>
3730+<a name="id373680"></a>API</h2></div></div></div>
3731 <div class="toc"><dl>
3732 <dt>
3733 <span class="refentrytitle"><a href="libdbusmenu-gtk-DbusmenuGtkMenu.html">DbusmenuGtkMenu</a></span><span class="refpurpose"></span>
3734@@ -39,6 +39,6 @@
3735 </div>
3736 <div class="footer">
3737 <hr>
3738- Generated by GTK-Doc V1.14</div>
3739+ Generated by GTK-Doc V1.15</div>
3740 </body>
3741 </html>
3742\ No newline at end of file
3743
3744=== modified file 'docs/libdbusmenu-gtk/reference/html/index.html'
3745--- docs/libdbusmenu-gtk/reference/html/index.html 2010-08-03 01:26:00 +0000
3746+++ docs/libdbusmenu-gtk/reference/html/index.html 2010-08-12 16:32:44 +0000
3747@@ -6,7 +6,7 @@
3748 <meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
3749 <link rel="home" href="index.html" title="libdbusmenu-gtk Reference Manual">
3750 <link rel="next" href="ch01.html" title="API">
3751-<meta name="generator" content="GTK-Doc V1.14 (XML mode)">
3752+<meta name="generator" content="GTK-Doc V1.15 (XML mode)">
3753 <link rel="stylesheet" href="style.css" type="text/css">
3754 </head>
3755 <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
3756@@ -37,6 +37,6 @@
3757 </div>
3758 <div class="footer">
3759 <hr>
3760- Generated by GTK-Doc V1.14</div>
3761+ Generated by GTK-Doc V1.15</div>
3762 </body>
3763 </html>
3764\ No newline at end of file
3765
3766=== modified file 'docs/libdbusmenu-gtk/reference/html/libdbusmenu-gtk-DbusmenuGtkClient.html'
3767--- docs/libdbusmenu-gtk/reference/html/libdbusmenu-gtk-DbusmenuGtkClient.html 2010-08-03 01:26:00 +0000
3768+++ docs/libdbusmenu-gtk/reference/html/libdbusmenu-gtk-DbusmenuGtkClient.html 2010-08-12 16:32:44 +0000
3769@@ -8,7 +8,7 @@
3770 <link rel="up" href="ch01.html" title="API">
3771 <link rel="prev" href="libdbusmenu-gtk-DbusmenuGtkMenu.html" title="DbusmenuGtkMenu">
3772 <link rel="next" href="Genericmenuitem.html" title="Genericmenuitem">
3773-<meta name="generator" content="GTK-Doc V1.14 (XML mode)">
3774+<meta name="generator" content="GTK-Doc V1.15 (XML mode)">
3775 <link rel="stylesheet" href="style.css" type="text/css">
3776 </head>
3777 <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
3778@@ -40,16 +40,16 @@
3779 <pre class="synopsis">#define <a class="link" href="libdbusmenu-gtk-DbusmenuGtkClient.html#DBUSMENU-GTKCLIENT-TYPE:CAPS" title="DBUSMENU_GTKCLIENT_TYPE">DBUSMENU_GTKCLIENT_TYPE</a>
3780 #define <a class="link" href="libdbusmenu-gtk-DbusmenuGtkClient.html#DBUSMENU-GTKCLIENT-SIGNAL-ROOT-CHANGED:CAPS" title="DBUSMENU_GTKCLIENT_SIGNAL_ROOT_CHANGED">DBUSMENU_GTKCLIENT_SIGNAL_ROOT_CHANGED</a>
3781 <a class="link" href="libdbusmenu-gtk-DbusmenuGtkClient.html#DbusmenuGtkClientClass" title="DbusmenuGtkClientClass">DbusmenuGtkClientClass</a>;
3782-<span class="returnvalue">DbusmenuGtkClient</span> * <a class="link" href="libdbusmenu-gtk-DbusmenuGtkClient.html#dbusmenu-gtkclient-new" title="dbusmenu_gtkclient_new ()">dbusmenu_gtkclient_new</a> (<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *dbus_name</code></em>,
3783- <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *dbus_object</code></em>);
3784-<a href="/usr/share/gtk-doc/html/gtk/GtkMenuItem.html"><span class="returnvalue">GtkMenuItem</span></a> * <a class="link" href="libdbusmenu-gtk-DbusmenuGtkClient.html#dbusmenu-gtkclient-menuitem-get" title="dbusmenu_gtkclient_menuitem_get ()">dbusmenu_gtkclient_menuitem_get</a> (<em class="parameter"><code><span class="type">DbusmenuGtkClient</span> *client</code></em>,
3785+<span class="returnvalue">DbusmenuGtkClient</span> * <a class="link" href="libdbusmenu-gtk-DbusmenuGtkClient.html#dbusmenu-gtkclient-new" title="dbusmenu_gtkclient_new ()">dbusmenu_gtkclient_new</a> (<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *dbus_name</code></em>,
3786+ <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *dbus_object</code></em>);
3787+<a href="http://library.gnome.org/devel/gtk/unstable/GtkMenuItem.html"><span class="returnvalue">GtkMenuItem</span></a> * <a class="link" href="libdbusmenu-gtk-DbusmenuGtkClient.html#dbusmenu-gtkclient-menuitem-get" title="dbusmenu_gtkclient_menuitem_get ()">dbusmenu_gtkclient_menuitem_get</a> (<em class="parameter"><code><span class="type">DbusmenuGtkClient</span> *client</code></em>,
3788 <em class="parameter"><code><a href="/usr/share/gtk-doc/html/libdbusmenu-glib/libdbusmenu-glib-DbusmenuMenuitem.html#DbusmenuMenuitem"><span class="type">DbusmenuMenuitem</span></a> *item</code></em>);
3789-<a href="/usr/share/gtk-doc/html/gtk/GtkMenu.html"><span class="returnvalue">GtkMenu</span></a> * <a class="link" href="libdbusmenu-gtk-DbusmenuGtkClient.html#dbusmenu-gtkclient-menuitem-get-submenu" title="dbusmenu_gtkclient_menuitem_get_submenu ()">dbusmenu_gtkclient_menuitem_get_submenu</a>
3790+<a href="http://library.gnome.org/devel/gtk/unstable/GtkMenu.html"><span class="returnvalue">GtkMenu</span></a> * <a class="link" href="libdbusmenu-gtk-DbusmenuGtkClient.html#dbusmenu-gtkclient-menuitem-get-submenu" title="dbusmenu_gtkclient_menuitem_get_submenu ()">dbusmenu_gtkclient_menuitem_get_submenu</a>
3791 (<em class="parameter"><code><span class="type">DbusmenuGtkClient</span> *client</code></em>,
3792 <em class="parameter"><code><a href="/usr/share/gtk-doc/html/libdbusmenu-glib/libdbusmenu-glib-DbusmenuMenuitem.html#DbusmenuMenuitem"><span class="type">DbusmenuMenuitem</span></a> *item</code></em>);
3793 <span class="returnvalue">void</span> <a class="link" href="libdbusmenu-gtk-DbusmenuGtkClient.html#dbusmenu-gtkclient-newitem-base" title="dbusmenu_gtkclient_newitem_base ()">dbusmenu_gtkclient_newitem_base</a> (<em class="parameter"><code><span class="type">DbusmenuGtkClient</span> *client</code></em>,
3794 <em class="parameter"><code><a href="/usr/share/gtk-doc/html/libdbusmenu-glib/libdbusmenu-glib-DbusmenuMenuitem.html#DbusmenuMenuitem"><span class="type">DbusmenuMenuitem</span></a> *item</code></em>,
3795- <em class="parameter"><code><a href="/usr/share/gtk-doc/html/gtk/GtkMenuItem.html"><span class="type">GtkMenuItem</span></a> *gmi</code></em>,
3796+ <em class="parameter"><code><a href="http://library.gnome.org/devel/gtk/unstable/GtkMenuItem.html"><span class="type">GtkMenuItem</span></a> *gmi</code></em>,
3797 <em class="parameter"><code><a href="/usr/share/gtk-doc/html/libdbusmenu-glib/libdbusmenu-glib-DbusmenuMenuitem.html#DbusmenuMenuitem"><span class="type">DbusmenuMenuitem</span></a> *parent</code></em>);
3798 </pre>
3799 </div>
3800@@ -131,8 +131,8 @@
3801 <hr>
3802 <div class="refsect2" title="dbusmenu_gtkclient_new ()">
3803 <a name="dbusmenu-gtkclient-new"></a><h3>dbusmenu_gtkclient_new ()</h3>
3804-<pre class="programlisting"><span class="returnvalue">DbusmenuGtkClient</span> * dbusmenu_gtkclient_new (<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *dbus_name</code></em>,
3805- <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *dbus_object</code></em>);</pre>
3806+<pre class="programlisting"><span class="returnvalue">DbusmenuGtkClient</span> * dbusmenu_gtkclient_new (<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *dbus_name</code></em>,
3807+ <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *dbus_object</code></em>);</pre>
3808 <p>
3809 Creates a new <span class="type">DbusmenuGtkClient</span> object and creates a <a href="/usr/share/gtk-doc/html/libdbusmenu-glib/libdbusmenu-glib-DbusmenuClient.html#DbusmenuClient"><span class="type">DbusmenuClient</span></a>
3810 that connects across DBus to a <a href="/usr/share/gtk-doc/html/libdbusmenu-glib/libdbusmenu-glib-DbusmenuServer.html#DbusmenuServer"><span class="type">DbusmenuServer</span></a>.
3811@@ -161,10 +161,10 @@
3812 <hr>
3813 <div class="refsect2" title="dbusmenu_gtkclient_menuitem_get ()">
3814 <a name="dbusmenu-gtkclient-menuitem-get"></a><h3>dbusmenu_gtkclient_menuitem_get ()</h3>
3815-<pre class="programlisting"><a href="/usr/share/gtk-doc/html/gtk/GtkMenuItem.html"><span class="returnvalue">GtkMenuItem</span></a> * dbusmenu_gtkclient_menuitem_get (<em class="parameter"><code><span class="type">DbusmenuGtkClient</span> *client</code></em>,
3816+<pre class="programlisting"><a href="http://library.gnome.org/devel/gtk/unstable/GtkMenuItem.html"><span class="returnvalue">GtkMenuItem</span></a> * dbusmenu_gtkclient_menuitem_get (<em class="parameter"><code><span class="type">DbusmenuGtkClient</span> *client</code></em>,
3817 <em class="parameter"><code><a href="/usr/share/gtk-doc/html/libdbusmenu-glib/libdbusmenu-glib-DbusmenuMenuitem.html#DbusmenuMenuitem"><span class="type">DbusmenuMenuitem</span></a> *item</code></em>);</pre>
3818 <p>
3819-This grabs the <a href="/usr/share/gtk-doc/html/gtk/GtkMenuItem.html"><span class="type">GtkMenuItem</span></a> that is associated with the
3820+This grabs the <a href="http://library.gnome.org/devel/gtk/unstable/GtkMenuItem.html"><span class="type">GtkMenuItem</span></a> that is associated with the
3821 <a href="/usr/share/gtk-doc/html/libdbusmenu-glib/libdbusmenu-glib-DbusmenuMenuitem.html#DbusmenuMenuitem"><span class="type">DbusmenuMenuitem</span></a>.
3822 </p>
3823 <div class="variablelist"><table border="0">
3824@@ -178,12 +178,12 @@
3825 <tr>
3826 <td><p><span class="term"><em class="parameter"><code>item</code></em> :</span></p></td>
3827 <td>
3828-<a href="/usr/share/gtk-doc/html/libdbusmenu-glib/libdbusmenu-glib-DbusmenuMenuitem.html#DbusmenuMenuitem"><span class="type">DbusmenuMenuitem</span></a> to get associated <a href="/usr/share/gtk-doc/html/gtk/GtkMenuItem.html"><span class="type">GtkMenuItem</span></a> on.
3829+<a href="/usr/share/gtk-doc/html/libdbusmenu-glib/libdbusmenu-glib-DbusmenuMenuitem.html#DbusmenuMenuitem"><span class="type">DbusmenuMenuitem</span></a> to get associated <a href="http://library.gnome.org/devel/gtk/unstable/GtkMenuItem.html"><span class="type">GtkMenuItem</span></a> on.
3830 </td>
3831 </tr>
3832 <tr>
3833 <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
3834-<td> The <a href="/usr/share/gtk-doc/html/gtk/GtkMenuItem.html"><span class="type">GtkMenuItem</span></a> that can be played with.
3835+<td> The <a href="http://library.gnome.org/devel/gtk/unstable/GtkMenuItem.html"><span class="type">GtkMenuItem</span></a> that can be played with.
3836 </td>
3837 </tr>
3838 </tbody>
3839@@ -192,7 +192,7 @@
3840 <hr>
3841 <div class="refsect2" title="dbusmenu_gtkclient_menuitem_get_submenu ()">
3842 <a name="dbusmenu-gtkclient-menuitem-get-submenu"></a><h3>dbusmenu_gtkclient_menuitem_get_submenu ()</h3>
3843-<pre class="programlisting"><a href="/usr/share/gtk-doc/html/gtk/GtkMenu.html"><span class="returnvalue">GtkMenu</span></a> * dbusmenu_gtkclient_menuitem_get_submenu
3844+<pre class="programlisting"><a href="http://library.gnome.org/devel/gtk/unstable/GtkMenu.html"><span class="returnvalue">GtkMenu</span></a> * dbusmenu_gtkclient_menuitem_get_submenu
3845 (<em class="parameter"><code><span class="type">DbusmenuGtkClient</span> *client</code></em>,
3846 <em class="parameter"><code><a href="/usr/share/gtk-doc/html/libdbusmenu-glib/libdbusmenu-glib-DbusmenuMenuitem.html#DbusmenuMenuitem"><span class="type">DbusmenuMenuitem</span></a> *item</code></em>);</pre>
3847 <p>
3848@@ -209,12 +209,12 @@
3849 <tr>
3850 <td><p><span class="term"><em class="parameter"><code>item</code></em> :</span></p></td>
3851 <td>
3852-<a href="/usr/share/gtk-doc/html/libdbusmenu-glib/libdbusmenu-glib-DbusmenuMenuitem.html#DbusmenuMenuitem"><span class="type">DbusmenuMenuitem</span></a> to get associated <a href="/usr/share/gtk-doc/html/gtk/GtkMenu.html"><span class="type">GtkMenu</span></a> on.
3853+<a href="/usr/share/gtk-doc/html/libdbusmenu-glib/libdbusmenu-glib-DbusmenuMenuitem.html#DbusmenuMenuitem"><span class="type">DbusmenuMenuitem</span></a> to get associated <a href="http://library.gnome.org/devel/gtk/unstable/GtkMenu.html"><span class="type">GtkMenu</span></a> on.
3854 </td>
3855 </tr>
3856 <tr>
3857 <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
3858-<td> The <a href="/usr/share/gtk-doc/html/gtk/GtkMenu.html"><span class="type">GtkMenu</span></a> if there is one.
3859+<td> The <a href="http://library.gnome.org/devel/gtk/unstable/GtkMenu.html"><span class="type">GtkMenu</span></a> if there is one.
3860 </td>
3861 </tr>
3862 </tbody>
3863@@ -225,7 +225,7 @@
3864 <a name="dbusmenu-gtkclient-newitem-base"></a><h3>dbusmenu_gtkclient_newitem_base ()</h3>
3865 <pre class="programlisting"><span class="returnvalue">void</span> dbusmenu_gtkclient_newitem_base (<em class="parameter"><code><span class="type">DbusmenuGtkClient</span> *client</code></em>,
3866 <em class="parameter"><code><a href="/usr/share/gtk-doc/html/libdbusmenu-glib/libdbusmenu-glib-DbusmenuMenuitem.html#DbusmenuMenuitem"><span class="type">DbusmenuMenuitem</span></a> *item</code></em>,
3867- <em class="parameter"><code><a href="/usr/share/gtk-doc/html/gtk/GtkMenuItem.html"><span class="type">GtkMenuItem</span></a> *gmi</code></em>,
3868+ <em class="parameter"><code><a href="http://library.gnome.org/devel/gtk/unstable/GtkMenuItem.html"><span class="type">GtkMenuItem</span></a> *gmi</code></em>,
3869 <em class="parameter"><code><a href="/usr/share/gtk-doc/html/libdbusmenu-glib/libdbusmenu-glib-DbusmenuMenuitem.html#DbusmenuMenuitem"><span class="type">DbusmenuMenuitem</span></a> *parent</code></em>);</pre>
3870 <p>
3871 This function provides some of the basic connectivity for being in
3872@@ -253,7 +253,7 @@
3873 </tr>
3874 <tr>
3875 <td><p><span class="term"><em class="parameter"><code>gmi</code></em> :</span></p></td>
3876-<td>A <a href="/usr/share/gtk-doc/html/gtk/GtkMenuItem.html"><span class="type">GtkMenuItem</span></a> representing the GTK world's view of this menuitem
3877+<td>A <a href="http://library.gnome.org/devel/gtk/unstable/GtkMenuItem.html"><span class="type">GtkMenuItem</span></a> representing the GTK world's view of this menuitem
3878 </td>
3879 </tr>
3880 <tr>
3881@@ -268,6 +268,6 @@
3882 </div>
3883 <div class="footer">
3884 <hr>
3885- Generated by GTK-Doc V1.14</div>
3886+ Generated by GTK-Doc V1.15</div>
3887 </body>
3888 </html>
3889\ No newline at end of file
3890
3891=== modified file 'docs/libdbusmenu-gtk/reference/html/libdbusmenu-gtk-DbusmenuGtkMenu.html'
3892--- docs/libdbusmenu-gtk/reference/html/libdbusmenu-gtk-DbusmenuGtkMenu.html 2010-08-03 01:26:00 +0000
3893+++ docs/libdbusmenu-gtk/reference/html/libdbusmenu-gtk-DbusmenuGtkMenu.html 2010-08-12 16:32:44 +0000
3894@@ -8,7 +8,7 @@
3895 <link rel="up" href="ch01.html" title="API">
3896 <link rel="prev" href="ch01.html" title="API">
3897 <link rel="next" href="libdbusmenu-gtk-DbusmenuGtkClient.html" title="DbusmenuGtkClient">
3898-<meta name="generator" content="GTK-Doc V1.14 (XML mode)">
3899+<meta name="generator" content="GTK-Doc V1.15 (XML mode)">
3900 <link rel="stylesheet" href="style.css" type="text/css">
3901 </head>
3902 <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
3903@@ -39,8 +39,8 @@
3904 <a name="libdbusmenu-gtk-DbusmenuGtkMenu.synopsis"></a><h2>Synopsis</h2>
3905 <pre class="synopsis">#define <a class="link" href="libdbusmenu-gtk-DbusmenuGtkMenu.html#DBUSMENU-GTKMENU-TYPE:CAPS" title="DBUSMENU_GTKMENU_TYPE">DBUSMENU_GTKMENU_TYPE</a>
3906 <a class="link" href="libdbusmenu-gtk-DbusmenuGtkMenu.html#DbusmenuGtkMenuClass" title="DbusmenuGtkMenuClass">DbusmenuGtkMenuClass</a>;
3907-<span class="returnvalue">DbusmenuGtkMenu</span> * <a class="link" href="libdbusmenu-gtk-DbusmenuGtkMenu.html#dbusmenu-gtkmenu-new" title="dbusmenu_gtkmenu_new ()">dbusmenu_gtkmenu_new</a> (<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *dbus_name</code></em>,
3908- <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *dbus_object</code></em>);
3909+<span class="returnvalue">DbusmenuGtkMenu</span> * <a class="link" href="libdbusmenu-gtk-DbusmenuGtkMenu.html#dbusmenu-gtkmenu-new" title="dbusmenu_gtkmenu_new ()">dbusmenu_gtkmenu_new</a> (<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *dbus_name</code></em>,
3910+ <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *dbus_object</code></em>);
3911 <span class="returnvalue">DbusmenuGtkClient</span> * <a class="link" href="libdbusmenu-gtk-DbusmenuGtkMenu.html#dbusmenu-gtkmenu-get-client" title="dbusmenu_gtkmenu_get_client ()">dbusmenu_gtkmenu_get_client</a> (<em class="parameter"><code><span class="type">DbusmenuGtkMenu</span> *menu</code></em>);
3912 </pre>
3913 </div>
3914@@ -106,8 +106,8 @@
3915 <hr>
3916 <div class="refsect2" title="dbusmenu_gtkmenu_new ()">
3917 <a name="dbusmenu-gtkmenu-new"></a><h3>dbusmenu_gtkmenu_new ()</h3>
3918-<pre class="programlisting"><span class="returnvalue">DbusmenuGtkMenu</span> * dbusmenu_gtkmenu_new (<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *dbus_name</code></em>,
3919- <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *dbus_object</code></em>);</pre>
3920+<pre class="programlisting"><span class="returnvalue">DbusmenuGtkMenu</span> * dbusmenu_gtkmenu_new (<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *dbus_name</code></em>,
3921+ <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *dbus_object</code></em>);</pre>
3922 <p>
3923 Creates a new <span class="type">DbusmenuGtkMenu</span> object and creates a <a href="/usr/share/gtk-doc/html/libdbusmenu-glib/libdbusmenu-glib-DbusmenuClient.html#DbusmenuClient"><span class="type">DbusmenuClient</span></a>
3924 that connects across DBus to a <a href="/usr/share/gtk-doc/html/libdbusmenu-glib/libdbusmenu-glib-DbusmenuServer.html#DbusmenuServer"><span class="type">DbusmenuServer</span></a>.
3925@@ -161,6 +161,6 @@
3926 </div>
3927 <div class="footer">
3928 <hr>
3929- Generated by GTK-Doc V1.14</div>
3930+ Generated by GTK-Doc V1.15</div>
3931 </body>
3932 </html>
3933\ No newline at end of file
3934
3935=== modified file 'docs/libdbusmenu-gtk/reference/html/libdbusmenu-gtk-menuitem.html'
3936--- docs/libdbusmenu-gtk/reference/html/libdbusmenu-gtk-menuitem.html 2010-08-03 01:26:00 +0000
3937+++ docs/libdbusmenu-gtk/reference/html/libdbusmenu-gtk-menuitem.html 2010-08-12 16:32:44 +0000
3938@@ -8,7 +8,7 @@
3939 <link rel="up" href="ch01.html" title="API">
3940 <link rel="prev" href="Genericmenuitem.html" title="Genericmenuitem">
3941 <link rel="next" href="object-tree.html" title="Object Hierarchy">
3942-<meta name="generator" content="GTK-Doc V1.14 (XML mode)">
3943+<meta name="generator" content="GTK-Doc V1.15 (XML mode)">
3944 <link rel="stylesheet" href="style.css" type="text/css">
3945 </head>
3946 <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
3947@@ -37,13 +37,13 @@
3948 </tr></table></div>
3949 <div class="refsynopsisdiv" title="Synopsis">
3950 <a name="libdbusmenu-gtk-menuitem.synopsis"></a><h2>Synopsis</h2>
3951-<pre class="synopsis"><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="libdbusmenu-gtk-menuitem.html#dbusmenu-menuitem-property-set-image" title="dbusmenu_menuitem_property_set_image ()">dbusmenu_menuitem_property_set_image</a>
3952- (<em class="parameter"><code><a href="/usr/share/gtk-doc/html/libdbusmenu-glib/libdbusmenu-glib-DbusmenuMenuitem.html#DbusmenuMenuitem"><span class="type">DbusmenuMenuitem</span></a> *menuitem</code></em>,
3953- <em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *property</code></em>,
3954- <em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-gdk-pixbuf.html#GdkPixbuf"><span class="type">GdkPixbuf</span></a> *data</code></em>);
3955-<a href="/usr/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-gdk-pixbuf.html#GdkPixbuf"><span class="returnvalue">GdkPixbuf</span></a> * <a class="link" href="libdbusmenu-gtk-menuitem.html#dbusmenu-menuitem-property-get-image" title="dbusmenu_menuitem_property_get_image ()">dbusmenu_menuitem_property_get_image</a>
3956- (<em class="parameter"><code><a href="/usr/share/gtk-doc/html/libdbusmenu-glib/libdbusmenu-glib-DbusmenuMenuitem.html#DbusmenuMenuitem"><span class="type">DbusmenuMenuitem</span></a> *menuitem</code></em>,
3957- <em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *property</code></em>);
3958+<pre class="synopsis"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="libdbusmenu-gtk-menuitem.html#dbusmenu-menuitem-property-set-image" title="dbusmenu_menuitem_property_set_image ()">dbusmenu_menuitem_property_set_image</a>
3959+ (<em class="parameter"><code><a href="/usr/share/gtk-doc/html/libdbusmenu-glib/libdbusmenu-glib-DbusmenuMenuitem.html#DbusmenuMenuitem"><span class="type">DbusmenuMenuitem</span></a> *menuitem</code></em>,
3960+ <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> *property</code></em>,
3961+ <em class="parameter"><code>const <span class="type">GdkPixbuf</span> *data</code></em>);
3962+<span class="returnvalue">GdkPixbuf</span> * <a class="link" href="libdbusmenu-gtk-menuitem.html#dbusmenu-menuitem-property-get-image" title="dbusmenu_menuitem_property_get_image ()">dbusmenu_menuitem_property_get_image</a>
3963+ (<em class="parameter"><code><a href="/usr/share/gtk-doc/html/libdbusmenu-glib/libdbusmenu-glib-DbusmenuMenuitem.html#DbusmenuMenuitem"><span class="type">DbusmenuMenuitem</span></a> *menuitem</code></em>,
3964+ <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> *property</code></em>);
3965 </pre>
3966 </div>
3967 <div class="refsect1" title="Description">
3968@@ -55,10 +55,10 @@
3969 <a name="libdbusmenu-gtk-menuitem.details"></a><h2>Details</h2>
3970 <div class="refsect2" title="dbusmenu_menuitem_property_set_image ()">
3971 <a name="dbusmenu-menuitem-property-set-image"></a><h3>dbusmenu_menuitem_property_set_image ()</h3>
3972-<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> dbusmenu_menuitem_property_set_image
3973+<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> dbusmenu_menuitem_property_set_image
3974 (<em class="parameter"><code><a href="/usr/share/gtk-doc/html/libdbusmenu-glib/libdbusmenu-glib-DbusmenuMenuitem.html#DbusmenuMenuitem"><span class="type">DbusmenuMenuitem</span></a> *menuitem</code></em>,
3975- <em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *property</code></em>,
3976- <em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-gdk-pixbuf.html#GdkPixbuf"><span class="type">GdkPixbuf</span></a> *data</code></em>);</pre>
3977+ <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> *property</code></em>,
3978+ <em class="parameter"><code>const <span class="type">GdkPixbuf</span> *data</code></em>);</pre>
3979 <p>
3980 This function takes the pixbuf that is stored in <em class="parameter"><code>data</code></em> and
3981 turns it into a base64 encoded PNG so that it can be placed
3982@@ -94,13 +94,13 @@
3983 <hr>
3984 <div class="refsect2" title="dbusmenu_menuitem_property_get_image ()">
3985 <a name="dbusmenu-menuitem-property-get-image"></a><h3>dbusmenu_menuitem_property_get_image ()</h3>
3986-<pre class="programlisting"><a href="/usr/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-gdk-pixbuf.html#GdkPixbuf"><span class="returnvalue">GdkPixbuf</span></a> * dbusmenu_menuitem_property_get_image
3987+<pre class="programlisting"><span class="returnvalue">GdkPixbuf</span> * dbusmenu_menuitem_property_get_image
3988 (<em class="parameter"><code><a href="/usr/share/gtk-doc/html/libdbusmenu-glib/libdbusmenu-glib-DbusmenuMenuitem.html#DbusmenuMenuitem"><span class="type">DbusmenuMenuitem</span></a> *menuitem</code></em>,
3989- <em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *property</code></em>);</pre>
3990+ <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> *property</code></em>);</pre>
3991 <p>
3992 This function looks on the menu item for a property by the
3993 name of <em class="parameter"><code>property</code></em>. If one exists it tries to turn it into
3994- a <a href="/usr/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-gdk-pixbuf.html#GdkPixbuf"><span class="type">GdkPixbuf</span></a>. It assumes that the property is a base64 encoded
3995+ a <span class="type">GdkPixbuf</span>. It assumes that the property is a base64 encoded
3996 PNG file like the one created by <span class="type">dbusmenu_menuite_property_set_image</span>.
3997 </p>
3998 <div class="variablelist"><table border="0">
3999@@ -118,7 +118,7 @@
4000 </tr>
4001 <tr>
4002 <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
4003-<td> A pixbuf or <a href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><span class="type">NULL</span></a> to signal error.
4004+<td> A pixbuf or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><span class="type">NULL</span></a> to signal error.
4005 </td>
4006 </tr>
4007 </tbody>
4008@@ -128,6 +128,6 @@
4009 </div>
4010 <div class="footer">
4011 <hr>
4012- Generated by GTK-Doc V1.14</div>
4013+ Generated by GTK-Doc V1.15</div>
4014 </body>
4015 </html>
4016\ No newline at end of file
4017
4018=== modified file 'docs/libdbusmenu-gtk/reference/html/object-tree.html'
4019--- docs/libdbusmenu-gtk/reference/html/object-tree.html 2010-08-03 01:26:00 +0000
4020+++ docs/libdbusmenu-gtk/reference/html/object-tree.html 2010-08-12 16:32:44 +0000
4021@@ -8,7 +8,7 @@
4022 <link rel="up" href="index.html" title="libdbusmenu-gtk Reference Manual">
4023 <link rel="prev" href="libdbusmenu-gtk-menuitem.html" title="menuitem">
4024 <link rel="next" href="api-index-full.html" title="API Index">
4025-<meta name="generator" content="GTK-Doc V1.14 (XML mode)">
4026+<meta name="generator" content="GTK-Doc V1.15 (XML mode)">
4027 <link rel="stylesheet" href="style.css" type="text/css">
4028 </head>
4029 <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
4030@@ -23,20 +23,20 @@
4031 <div class="titlepage"><div><div><h2 class="title">
4032 <a name="object-tree"></a>Object Hierarchy</h2></div></div></div>
4033 <pre class="screen">
4034- <a href="/usr/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject">GObject</a>
4035- <a href="/usr/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GInitiallyUnowned">GInitiallyUnowned</a>
4036- <a href="/usr/share/gtk-doc/html/gtk/GtkObject.html">GtkObject</a>
4037- <a href="/usr/share/gtk-doc/html/gtk/GtkWidget.html">GtkWidget</a>
4038- <a href="/usr/share/gtk-doc/html/gtk/GtkContainer.html">GtkContainer</a>
4039- <a href="/usr/share/gtk-doc/html/gtk/GtkBin.html">GtkBin</a>
4040- <a href="/usr/share/gtk-doc/html/gtk/GtkItem.html">GtkItem</a>
4041- <a href="/usr/share/gtk-doc/html/gtk/GtkMenuItem.html">GtkMenuItem</a>
4042- <a href="/usr/share/gtk-doc/html/gtk/gtk-gtkcheckmenuitem.html#GtkCheckMenuItem">GtkCheckMenuItem</a>
4043+ <a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject">GObject</a>
4044+ <a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GInitiallyUnowned">GInitiallyUnowned</a>
4045+ <a href="http://library.gnome.org/devel/gtk/unstable/GtkObject.html">GtkObject</a>
4046+ <a href="http://library.gnome.org/devel/gtk/unstable/GtkWidget.html">GtkWidget</a>
4047+ <a href="http://library.gnome.org/devel/gtk/unstable/GtkContainer.html">GtkContainer</a>
4048+ <a href="http://library.gnome.org/devel/gtk/unstable/GtkBin.html">GtkBin</a>
4049+ <a href="http://library.gnome.org/devel/gtk/unstable/GtkItem.html">GtkItem</a>
4050+ <a href="http://library.gnome.org/devel/gtk/unstable/GtkMenuItem.html">GtkMenuItem</a>
4051+ <a href="http://library.gnome.org/devel/gtk/unstable/gtk-gtkcheckmenuitem.html#GtkCheckMenuItem">GtkCheckMenuItem</a>
4052 <a class="link" href="Genericmenuitem.html" title="Genericmenuitem">Genericmenuitem</a>
4053 </pre>
4054 </div>
4055 <div class="footer">
4056 <hr>
4057- Generated by GTK-Doc V1.14</div>
4058+ Generated by GTK-Doc V1.15</div>
4059 </body>
4060 </html>
4061\ No newline at end of file
4062
4063=== modified file 'docs/libdbusmenu-gtk/reference/html/style.css'
4064--- docs/libdbusmenu-gtk/reference/html/style.css 2010-08-03 01:26:00 +0000
4065+++ docs/libdbusmenu-gtk/reference/html/style.css 2010-08-12 16:32:44 +0000
4066@@ -209,6 +209,14 @@
4067 font-weight: normal;
4068 }
4069
4070+.annotation
4071+{
4072+ /* tango:aluminium 5 */
4073+ color: #555753;
4074+ font-size: 80%;
4075+ font-weight: normal;
4076+}
4077+
4078 /* code listings */
4079
4080 .listing_code .programlisting .cbracket { color: #a40000; } /* tango: scarlet red 3 */
4081
4082=== modified file 'docs/libdbusmenu-gtk/reference/version.xml'
4083--- docs/libdbusmenu-gtk/reference/version.xml 2010-08-03 01:26:00 +0000
4084+++ docs/libdbusmenu-gtk/reference/version.xml 2010-08-12 16:32:44 +0000
4085@@ -1,1 +1,1 @@
4086-0.3.9
4087+0.3.10
4088
4089=== modified file 'libdbusmenu-glib/Makefile.in'
4090--- libdbusmenu-glib/Makefile.in 2010-08-03 01:26:00 +0000
4091+++ libdbusmenu-glib/Makefile.in 2010-08-12 16:32:44 +0000
4092@@ -226,6 +226,8 @@
4093 PACKAGE_VERSION = @PACKAGE_VERSION@
4094 PATH_SEPARATOR = @PATH_SEPARATOR@
4095 PKG_CONFIG = @PKG_CONFIG@
4096+PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
4097+PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
4098 POFILES = @POFILES@
4099 POSUB = @POSUB@
4100 PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
4101
4102=== modified file 'libdbusmenu-gtk/Makefile.in'
4103--- libdbusmenu-gtk/Makefile.in 2010-08-03 01:26:00 +0000
4104+++ libdbusmenu-gtk/Makefile.in 2010-08-12 16:32:44 +0000
4105@@ -223,6 +223,8 @@
4106 PACKAGE_VERSION = @PACKAGE_VERSION@
4107 PATH_SEPARATOR = @PATH_SEPARATOR@
4108 PKG_CONFIG = @PKG_CONFIG@
4109+PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
4110+PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
4111 POFILES = @POFILES@
4112 POSUB = @POSUB@
4113 PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
4114
4115=== modified file 'tests/Makefile.am'
4116--- tests/Makefile.am 2010-07-22 19:05:53 +0000
4117+++ tests/Makefile.am 2010-08-12 16:32:44 +0000
4118@@ -10,6 +10,7 @@
4119 test-glib-proxy \
4120 test-glib-simple-items \
4121 test-glib-submenu \
4122+ test-json \
4123 test-gtk-objects-test \
4124 test-gtk-label \
4125 test-gtk-shortcut \
4126
4127=== modified file 'tests/Makefile.in'
4128--- tests/Makefile.in 2010-08-03 01:26:00 +0000
4129+++ tests/Makefile.in 2010-08-12 16:32:44 +0000
4130@@ -38,8 +38,9 @@
4131 host_triplet = @host@
4132 TESTS = test-glib-objects-test test-glib-layout test-glib-properties \
4133 test-glib-proxy test-glib-simple-items$(EXEEXT) \
4134- test-glib-submenu test-gtk-objects-test test-gtk-label \
4135- test-gtk-shortcut test-gtk-reorder test-gtk-submenu
4136+ test-glib-submenu test-json test-gtk-objects-test \
4137+ test-gtk-label test-gtk-shortcut test-gtk-reorder \
4138+ test-gtk-submenu
4139 check_PROGRAMS = glib-server-nomenu$(EXEEXT) \
4140 test-glib-objects$(EXEEXT) test-glib-layout-client$(EXEEXT) \
4141 test-glib-layout-server$(EXEEXT) \
4142@@ -510,6 +511,8 @@
4143 PACKAGE_VERSION = @PACKAGE_VERSION@
4144 PATH_SEPARATOR = @PATH_SEPARATOR@
4145 PKG_CONFIG = @PKG_CONFIG@
4146+PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
4147+PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
4148 POFILES = @POFILES@
4149 POSUB = @POSUB@
4150 PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
4151
4152=== modified file 'tests/test-json-01.json'
4153--- tests/test-json-01.json 2010-06-29 03:27:09 +0000
4154+++ tests/test-json-01.json 2010-08-12 16:32:44 +0000
4155@@ -4,30 +4,30 @@
4156 "submenu": [
4157 {
4158 "id": 5,
4159+ "children-display": "submenu",
4160 "enabled": true,
4161 "label": "File",
4162- "children-display": "submenu",
4163 "visible": true,
4164 "submenu": [
4165 {
4166 "id": 6,
4167+ "enabled": true,
4168+ "label": "Quit",
4169 "shortcut": [["Control", "q"]],
4170- "enabled": true,
4171- "label": "Quit",
4172 "visible": true
4173 },
4174 {
4175 "id": 7,
4176+ "enabled": true,
4177+ "label": "Close all",
4178 "shortcut": [["Control", "Shift", "w"]],
4179- "enabled": true,
4180- "label": "Close all",
4181 "visible": true
4182 },
4183 {
4184 "id": 8,
4185+ "enabled": true,
4186+ "label": "Close",
4187 "shortcut": [["Control", "w"]],
4188- "enabled": true,
4189- "label": "Close",
4190 "visible": true
4191 },
4192 {
4193@@ -42,9 +42,9 @@
4194 },
4195 {
4196 "id": 11,
4197+ "enabled": true,
4198+ "label": "Print...",
4199 "shortcut": [["Control", "p"]],
4200- "enabled": true,
4201- "label": "Print...",
4202 "visible": true
4203 },
4204 {
4205@@ -77,16 +77,16 @@
4206 },
4207 {
4208 "id": 17,
4209+ "enabled": true,
4210+ "label": "Save As...",
4211 "shortcut": [["Control", "Shift", "s"]],
4212- "enabled": true,
4213- "label": "Save As...",
4214 "visible": true
4215 },
4216 {
4217 "id": 18,
4218+ "enabled": true,
4219+ "label": "Save",
4220 "shortcut": [["Control", "s"]],
4221- "enabled": true,
4222- "label": "Save",
4223 "visible": true
4224 },
4225 {
4226@@ -95,9 +95,9 @@
4227 },
4228 {
4229 "id": 20,
4230+ "children-display": "submenu",
4231 "enabled": true,
4232 "label": "Open Recent",
4233- "children-display": "submenu",
4234 "visible": true,
4235 "submenu": [
4236 {
4237@@ -112,16 +112,16 @@
4238 },
4239 {
4240 "id": 23,
4241+ "enabled": true,
4242+ "label": "giggity.jpg",
4243 "shortcut": [["Control", "2"]],
4244- "enabled": true,
4245- "label": "giggity.jpg",
4246 "visible": true
4247 },
4248 {
4249 "id": 24,
4250+ "enabled": true,
4251+ "label": "Icon Height.svg",
4252 "shortcut": [["Control", "1"]],
4253- "enabled": true,
4254- "label": "Icon Height.svg",
4255 "visible": true
4256 }
4257 ]
4258@@ -134,37 +134,37 @@
4259 },
4260 {
4261 "id": 26,
4262+ "enabled": true,
4263+ "label": "Open as Layers...",
4264 "shortcut": [["Control", "Alt", "o"]],
4265- "enabled": true,
4266- "label": "Open as Layers...",
4267 "visible": true
4268 },
4269 {
4270 "id": 27,
4271+ "enabled": true,
4272+ "label": "Open...",
4273 "shortcut": [["Control", "o"]],
4274- "enabled": true,
4275- "label": "Open...",
4276 "visible": true
4277 },
4278 {
4279 "id": 28,
4280+ "children-display": "submenu",
4281 "enabled": true,
4282 "label": "Create",
4283- "children-display": "submenu",
4284 "visible": true,
4285 "submenu": [
4286 {
4287 "id": 29,
4288+ "children-display": "submenu",
4289 "enabled": true,
4290 "label": "Web Page Themes",
4291- "children-display": "submenu",
4292 "visible": true,
4293 "submenu": [
4294 {
4295 "id": 30,
4296+ "children-display": "submenu",
4297 "enabled": true,
4298 "label": "Classic.Gimp.Org",
4299- "children-display": "submenu",
4300 "visible": true,
4301 "submenu": [
4302 {
4303@@ -207,9 +207,9 @@
4304 },
4305 {
4306 "id": 37,
4307+ "children-display": "submenu",
4308 "enabled": true,
4309 "label": "Beveled Pattern",
4310- "children-display": "submenu",
4311 "visible": true,
4312 "submenu": [
4313 {
4314@@ -246,9 +246,9 @@
4315 },
4316 {
4317 "id": 43,
4318+ "children-display": "submenu",
4319 "enabled": true,
4320 "label": "Alien Glow",
4321- "children-display": "submenu",
4322 "visible": true,
4323 "submenu": [
4324 {
4325@@ -281,9 +281,9 @@
4326 },
4327 {
4328 "id": 48,
4329+ "children-display": "submenu",
4330 "enabled": true,
4331 "label": "Patterns",
4332- "children-display": "submenu",
4333 "visible": true,
4334 "submenu": [
4335 {
4336@@ -338,9 +338,9 @@
4337 },
4338 {
4339 "id": 57,
4340+ "children-display": "submenu",
4341 "enabled": true,
4342 "label": "Logos",
4343- "children-display": "submenu",
4344 "visible": true,
4345 "submenu": [
4346 {
4347@@ -515,9 +515,9 @@
4348 },
4349 {
4350 "id": 86,
4351+ "children-display": "submenu",
4352 "enabled": true,
4353 "label": "Buttons",
4354- "children-display": "submenu",
4355 "visible": true,
4356 "submenu": [
4357 {
4358@@ -540,9 +540,9 @@
4359 },
4360 {
4361 "id": 90,
4362+ "children-display": "submenu",
4363 "enabled": true,
4364 "label": "xscanimage",
4365- "children-display": "submenu",
4366 "visible": true,
4367 "submenu": [
4368 {
4369@@ -561,27 +561,27 @@
4370 },
4371 {
4372 "id": 93,
4373- "shortcut": [["Control", "Shift", "v"]],
4374 "enabled": true,
4375 "label": "From Clipboard",
4376+ "shortcut": [["Control", "Shift", "v"]],
4377 "visible": true
4378 }
4379 ]
4380 },
4381 {
4382 "id": 94,
4383+ "enabled": true,
4384+ "label": "New...",
4385 "shortcut": [["Control", "n"]],
4386- "enabled": true,
4387- "label": "New...",
4388 "visible": true
4389 }
4390 ]
4391 },
4392 {
4393 "id": 95,
4394+ "children-display": "submenu",
4395 "enabled": true,
4396 "label": "Edit",
4397- "children-display": "submenu",
4398 "visible": true,
4399 "submenu": [
4400 {
4401@@ -626,30 +626,30 @@
4402 },
4403 {
4404 "id": 103,
4405+ "enabled": true,
4406+ "label": "Fill with Pattern",
4407 "shortcut": [["Control", "semicolon"]],
4408- "enabled": true,
4409- "label": "Fill with Pattern",
4410 "visible": true
4411 },
4412 {
4413 "id": 104,
4414+ "enabled": true,
4415+ "label": "Fill with BG Color",
4416 "shortcut": [["Control", "period"]],
4417- "enabled": true,
4418- "label": "Fill with BG Color",
4419 "visible": true
4420 },
4421 {
4422 "id": 105,
4423+ "enabled": true,
4424+ "label": "Fill with FG Color",
4425 "shortcut": [["Control", "comma"]],
4426- "enabled": true,
4427- "label": "Fill with FG Color",
4428 "visible": true
4429 },
4430 {
4431 "id": 106,
4432+ "enabled": true,
4433+ "label": "Clear",
4434 "shortcut": [["Delete"]],
4435- "enabled": true,
4436- "label": "Clear",
4437 "visible": true
4438 },
4439 {
4440@@ -658,9 +658,9 @@
4441 },
4442 {
4443 "id": 108,
4444+ "children-display": "submenu",
4445 "enabled": true,
4446 "label": "Buffer",
4447- "children-display": "submenu",
4448 "visible": true,
4449 "submenu": [
4450 {
4451@@ -691,9 +691,9 @@
4452 },
4453 {
4454 "id": 113,
4455+ "children-display": "submenu",
4456 "enabled": true,
4457 "label": "Paste as",
4458- "children-display": "submenu",
4459 "visible": true,
4460 "submenu": [
4461 {
4462@@ -716,9 +716,9 @@
4463 },
4464 {
4465 "id": 117,
4466- "shortcut": [["Control", "Shift", "v"]],
4467 "enabled": true,
4468 "label": "New Image",
4469+ "shortcut": [["Control", "Shift", "v"]],
4470 "visible": true
4471 }
4472 ]
4473@@ -731,30 +731,30 @@
4474 },
4475 {
4476 "id": 119,
4477+ "enabled": true,
4478+ "label": "Paste",
4479 "shortcut": [["Control", "v"]],
4480- "enabled": true,
4481- "label": "Paste",
4482 "visible": true
4483 },
4484 {
4485 "id": 120,
4486+ "enabled": true,
4487+ "label": "Copy Visible",
4488 "shortcut": [["Control", "Shift", "c"]],
4489- "enabled": true,
4490- "label": "Copy Visible",
4491 "visible": true
4492 },
4493 {
4494 "id": 121,
4495+ "enabled": true,
4496+ "label": "Copy",
4497 "shortcut": [["Control", "c"]],
4498- "enabled": true,
4499- "label": "Copy",
4500 "visible": true
4501 },
4502 {
4503 "id": 122,
4504+ "enabled": true,
4505+ "label": "Cut",
4506 "shortcut": [["Control", "x"]],
4507- "enabled": true,
4508- "label": "Cut",
4509 "visible": true
4510 },
4511 {
4512@@ -775,25 +775,25 @@
4513 },
4514 {
4515 "id": 2,
4516+ "enabled": false,
4517+ "label": "_Redo",
4518 "shortcut": [["Control", "y"]],
4519- "enabled": false,
4520- "label": "_Redo",
4521 "visible": true
4522 },
4523 {
4524 "id": 1,
4525+ "enabled": false,
4526+ "label": "_Undo",
4527 "shortcut": [["Control", "z"]],
4528- "enabled": false,
4529- "label": "_Undo",
4530 "visible": true
4531 }
4532 ]
4533 },
4534 {
4535 "id": 125,
4536+ "children-display": "submenu",
4537 "enabled": true,
4538 "label": "Select",
4539- "children-display": "submenu",
4540 "visible": true,
4541 "submenu": [
4542 {
4543@@ -810,10 +810,10 @@
4544 },
4545 {
4546 "id": 128,
4547+ "enabled": true,
4548+ "label": "Toggle Quick Mask",
4549 "shortcut": [["Shift", "q"]],
4550- "enabled": true,
4551 "toggle-state": 0,
4552- "label": "Toggle Quick Mask",
4553 "toggle-type": "checkmark",
4554 "visible": true
4555 },
4556@@ -869,93 +869,93 @@
4557 },
4558 {
4559 "id": 138,
4560+ "enabled": false,
4561+ "label": "From Path",
4562 "shortcut": [["Shift", "v"]],
4563- "enabled": false,
4564- "label": "From Path",
4565 "visible": true
4566 },
4567 {
4568 "id": 139,
4569+ "enabled": true,
4570+ "label": "By Color",
4571 "shortcut": [["Shift", "o"]],
4572- "enabled": true,
4573- "label": "By Color",
4574 "visible": true
4575 },
4576 {
4577 "id": 140,
4578+ "enabled": false,
4579+ "label": "Float",
4580 "shortcut": [["Control", "Shift", "l"]],
4581- "enabled": false,
4582- "label": "Float",
4583 "visible": true
4584 },
4585 {
4586 "id": 141,
4587+ "enabled": true,
4588+ "label": "Invert",
4589 "shortcut": [["Control", "i"]],
4590- "enabled": true,
4591- "label": "Invert",
4592 "visible": true
4593 },
4594 {
4595 "id": 142,
4596+ "enabled": false,
4597+ "label": "None",
4598 "shortcut": [["Control", "Shift", "a"]],
4599- "enabled": false,
4600- "label": "None",
4601 "visible": true
4602 },
4603 {
4604 "id": 143,
4605+ "enabled": true,
4606+ "label": "All",
4607 "shortcut": [["Control", "a"]],
4608- "enabled": true,
4609- "label": "All",
4610 "visible": true
4611 }
4612 ]
4613 },
4614 {
4615 "id": 144,
4616+ "children-display": "submenu",
4617 "enabled": true,
4618 "label": "View",
4619- "children-display": "submenu",
4620 "visible": true,
4621 "submenu": [
4622 {
4623 "id": 145,
4624 "enabled": true,
4625- "toggle-state": 1,
4626 "label": "Show Statusbar",
4627+ "toggle-state": 1,
4628 "toggle-type": "checkmark",
4629 "visible": true
4630 },
4631 {
4632 "id": 146,
4633 "enabled": true,
4634- "toggle-state": 0,
4635 "label": "Show Scrollbars",
4636+ "toggle-state": 0,
4637 "toggle-type": "checkmark",
4638 "visible": true
4639 },
4640 {
4641 "id": 147,
4642+ "enabled": true,
4643+ "label": "Show Rulers",
4644 "shortcut": [["Control", "Shift", "r"]],
4645- "enabled": true,
4646 "toggle-state": 0,
4647- "label": "Show Rulers",
4648 "toggle-type": "checkmark",
4649 "visible": true
4650 },
4651 {
4652 "id": 148,
4653 "enabled": true,
4654- "toggle-state": 1,
4655 "label": "Show Menubar",
4656+ "toggle-state": 1,
4657 "toggle-type": "checkmark",
4658 "visible": true
4659 },
4660 {
4661 "id": 149,
4662+ "children-display": "submenu",
4663 "enabled": true,
4664 "label": "Padding Color",
4665- "children-display": "submenu",
4666 "visible": true,
4667 "submenu": [
4668 {
4669@@ -1001,32 +1001,32 @@
4670 {
4671 "id": 157,
4672 "enabled": true,
4673- "toggle-state": 0,
4674 "label": "Snap to Active Path",
4675+ "toggle-state": 0,
4676 "toggle-type": "checkmark",
4677 "visible": true
4678 },
4679 {
4680 "id": 158,
4681 "enabled": true,
4682- "toggle-state": 0,
4683 "label": "Snap to Canvas Edges",
4684+ "toggle-state": 0,
4685 "toggle-type": "checkmark",
4686 "visible": true
4687 },
4688 {
4689 "id": 159,
4690 "enabled": true,
4691- "toggle-state": 0,
4692 "label": "Snap to Grid",
4693+ "toggle-state": 0,
4694 "toggle-type": "checkmark",
4695 "visible": true
4696 },
4697 {
4698 "id": 160,
4699 "enabled": true,
4700- "toggle-state": 1,
4701 "label": "Snap to Guides",
4702+ "toggle-state": 1,
4703 "toggle-type": "checkmark",
4704 "visible": true
4705 },
4706@@ -1037,42 +1037,42 @@
4707 {
4708 "id": 162,
4709 "enabled": true,
4710- "toggle-state": 0,
4711 "label": "Show Sample Points",
4712+ "toggle-state": 0,
4713 "toggle-type": "checkmark",
4714 "visible": true
4715 },
4716 {
4717 "id": 163,
4718 "enabled": true,
4719- "toggle-state": 0,
4720 "label": "Show Grid",
4721+ "toggle-state": 0,
4722 "toggle-type": "checkmark",
4723 "visible": true
4724 },
4725 {
4726 "id": 164,
4727+ "enabled": true,
4728+ "label": "Show Guides",
4729 "shortcut": [["Control", "Shift", "t"]],
4730- "enabled": true,
4731 "toggle-state": 0,
4732- "label": "Show Guides",
4733 "toggle-type": "checkmark",
4734 "visible": true
4735 },
4736 {
4737 "id": 165,
4738 "enabled": true,
4739- "toggle-state": 0,
4740 "label": "Show Layer Boundary",
4741+ "toggle-state": 0,
4742 "toggle-type": "checkmark",
4743 "visible": true
4744 },
4745 {
4746 "id": 166,
4747+ "enabled": true,
4748+ "label": "Show Selection",
4749 "shortcut": [["Control", "t"]],
4750- "enabled": true,
4751 "toggle-state": 0,
4752- "label": "Show Selection",
4753 "toggle-type": "checkmark",
4754 "visible": true
4755 },
4756@@ -1098,12 +1098,12 @@
4757 },
4758 {
4759 "id": 171,
4760+ "children-display": "submenu",
4761 "enabled": true,
4762+ "label": "Fullscreen",
4763 "shortcut": [["F11"]],
4764 "toggle-state": 0,
4765- "label": "Fullscreen",
4766 "toggle-type": "checkmark",
4767- "children-display": "submenu",
4768 "visible": true,
4769 "submenu": [
4770 {
4771@@ -1116,9 +1116,9 @@
4772 },
4773 {
4774 "id": 173,
4775+ "enabled": true,
4776+ "label": "Shrink Wrap",
4777 "shortcut": [["Control", "e"]],
4778- "enabled": true,
4779- "label": "Shrink Wrap",
4780 "visible": true
4781 },
4782 {
4783@@ -1127,16 +1127,16 @@
4784 },
4785 {
4786 "id": 175,
4787+ "children-display": "submenu",
4788 "enabled": true,
4789 "label": "_Zoom (67%)",
4790- "children-display": "submenu",
4791 "visible": true,
4792 "submenu": [
4793 {
4794 "id": 176,
4795 "enabled": true,
4796- "toggle-state": 0,
4797 "label": "Othe_r (67%)...",
4798+ "toggle-state": 0,
4799 "toggle-type": "checkmark",
4800 "visible": true
4801 },
4802@@ -1147,73 +1147,73 @@
4803 {
4804 "id": 178,
4805 "enabled": true,
4806- "toggle-state": 0,
4807 "label": "1:16 (6.25%)",
4808+ "toggle-state": 0,
4809 "toggle-type": "checkmark",
4810 "visible": true
4811 },
4812 {
4813 "id": 179,
4814 "enabled": true,
4815- "toggle-state": 0,
4816 "label": "1:8 (12.5%)",
4817+ "toggle-state": 0,
4818 "toggle-type": "checkmark",
4819 "visible": true
4820 },
4821 {
4822 "id": 180,
4823 "enabled": true,
4824- "toggle-state": 0,
4825 "label": "1:4 (25%)",
4826+ "toggle-state": 0,
4827 "toggle-type": "checkmark",
4828 "visible": true
4829 },
4830 {
4831 "id": 181,
4832 "enabled": true,
4833- "toggle-state": 0,
4834 "label": "1:2 (50%)",
4835+ "toggle-state": 0,
4836 "toggle-type": "checkmark",
4837 "visible": true
4838 },
4839 {
4840 "id": 182,
4841+ "enabled": true,
4842+ "label": "1:1 (100%)",
4843 "shortcut": [["1"]],
4844- "enabled": true,
4845 "toggle-state": 1,
4846- "label": "1:1 (100%)",
4847 "toggle-type": "checkmark",
4848 "visible": true
4849 },
4850 {
4851 "id": 183,
4852 "enabled": true,
4853- "toggle-state": 0,
4854 "label": "2:1 (200%)",
4855+ "toggle-state": 0,
4856 "toggle-type": "checkmark",
4857 "visible": true
4858 },
4859 {
4860 "id": 184,
4861 "enabled": true,
4862- "toggle-state": 0,
4863 "label": "4:1 (400%)",
4864+ "toggle-state": 0,
4865 "toggle-type": "checkmark",
4866 "visible": true
4867 },
4868 {
4869 "id": 185,
4870 "enabled": true,
4871- "toggle-state": 0,
4872 "label": "8:1 (800%)",
4873+ "toggle-state": 0,
4874 "toggle-type": "checkmark",
4875 "visible": true
4876 },
4877 {
4878 "id": 186,
4879 "enabled": true,
4880- "toggle-state": 0,
4881 "label": "16:1 (1600%)",
4882+ "toggle-state": 0,
4883 "toggle-type": "checkmark",
4884 "visible": true
4885 },
4886@@ -1229,30 +1229,30 @@
4887 },
4888 {
4889 "id": 189,
4890+ "enabled": true,
4891+ "label": "Fit Image in Window",
4892 "shortcut": [["Control", "Shift", "e"]],
4893- "enabled": true,
4894- "label": "Fit Image in Window",
4895 "visible": true
4896 },
4897 {
4898 "id": 190,
4899+ "enabled": true,
4900+ "label": "Zoom In",
4901 "shortcut": [["plus"]],
4902- "enabled": true,
4903- "label": "Zoom In",
4904 "visible": true
4905 },
4906 {
4907 "id": 191,
4908+ "enabled": true,
4909+ "label": "Zoom Out",
4910 "shortcut": [["minus"]],
4911- "enabled": true,
4912- "label": "Zoom Out",
4913 "visible": true
4914 },
4915 {
4916 "id": 4,
4917+ "enabled": true,
4918+ "label": "Re_vert Zoom (67%)",
4919 "shortcut": [["grave"]],
4920- "enabled": true,
4921- "label": "Re_vert Zoom (67%)",
4922 "visible": true
4923 }
4924 ]
4925@@ -1260,8 +1260,8 @@
4926 {
4927 "id": 192,
4928 "enabled": true,
4929- "toggle-state": 1,
4930 "label": "Dot for Dot",
4931+ "toggle-state": 1,
4932 "toggle-type": "checkmark",
4933 "visible": true
4934 },
4935@@ -1275,16 +1275,16 @@
4936 },
4937 {
4938 "id": 194,
4939+ "children-display": "submenu",
4940 "enabled": true,
4941 "label": "Image",
4942- "children-display": "submenu",
4943 "visible": true,
4944 "submenu": [
4945 {
4946 "id": 195,
4947+ "enabled": true,
4948+ "label": "Image Properties",
4949 "shortcut": [["Alt", "Return"]],
4950- "enabled": true,
4951- "label": "Image Properties",
4952 "visible": true
4953 },
4954 {
4955@@ -1295,9 +1295,9 @@
4956 },
4957 {
4958 "id": 197,
4959+ "children-display": "submenu",
4960 "enabled": true,
4961 "label": "Guides",
4962- "children-display": "submenu",
4963 "visible": true,
4964 "submenu": [
4965 {
4966@@ -1344,9 +1344,9 @@
4967 },
4968 {
4969 "id": 205,
4970+ "enabled": true,
4971+ "label": "Merge Visible Layers...",
4972 "shortcut": [["Control", "m"]],
4973- "enabled": true,
4974- "label": "Merge Visible Layers...",
4975 "visible": true
4976 },
4977 {
4978@@ -1411,9 +1411,9 @@
4979 },
4980 {
4981 "id": 217,
4982+ "children-display": "submenu",
4983 "enabled": true,
4984 "label": "Transform",
4985- "children-display": "submenu",
4986 "visible": true,
4987 "submenu": [
4988 {
4989@@ -1464,9 +1464,9 @@
4990 },
4991 {
4992 "id": 226,
4993+ "children-display": "submenu",
4994 "enabled": true,
4995 "label": "Mode",
4996- "children-display": "submenu",
4997 "visible": true,
4998 "submenu": [
4999 {
5000@@ -1488,24 +1488,24 @@
The diff has been truncated for viewing.

Subscribers

People subscribed via source and target branches

to all changes: