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
=== modified file 'Makefile.in'
--- Makefile.in 2010-08-03 01:26:00 +0000
+++ Makefile.in 2010-08-12 16:32:44 +0000
@@ -208,6 +208,8 @@
208PACKAGE_VERSION = @PACKAGE_VERSION@208PACKAGE_VERSION = @PACKAGE_VERSION@
209PATH_SEPARATOR = @PATH_SEPARATOR@209PATH_SEPARATOR = @PATH_SEPARATOR@
210PKG_CONFIG = @PKG_CONFIG@210PKG_CONFIG = @PKG_CONFIG@
211PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
212PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
211POFILES = @POFILES@213POFILES = @POFILES@
212POSUB = @POSUB@214POSUB = @POSUB@
213PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@215PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
214216
=== modified file 'aclocal.m4'
--- aclocal.m4 2010-08-03 01:26:00 +0000
+++ aclocal.m4 2010-08-12 16:32:44 +0000
@@ -13,8 +13,8 @@
1313
14m4_ifndef([AC_AUTOCONF_VERSION],14m4_ifndef([AC_AUTOCONF_VERSION],
15 [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl15 [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
16m4_if(m4_defn([AC_AUTOCONF_VERSION]), [2.65],,16m4_if(m4_defn([AC_AUTOCONF_VERSION]), [2.67],,
17[m4_warning([this file was generated for autoconf 2.65.17[m4_warning([this file was generated for autoconf 2.67.
18You have another version of autoconf. It may work, but is not guaranteed to.18You have another version of autoconf. It may work, but is not guaranteed to.
19If you have problems, you may need to regenerate the build system entirely.19If you have problems, you may need to regenerate the build system entirely.
20To do so, use the procedure documented by the package, typically `autoreconf'.])])20To do so, use the procedure documented by the package, typically `autoreconf'.])])
@@ -301,7 +301,7 @@
301301
302 dnl These rules are solely for the distribution goal. While doing this302 dnl These rules are solely for the distribution goal. While doing this
303 dnl we only have to keep exactly one list of the available catalogs303 dnl we only have to keep exactly one list of the available catalogs
304 dnl in configure.in.304 dnl in configure.ac.
305 for lang in $ALL_LINGUAS; do305 for lang in $ALL_LINGUAS; do
306 GMOFILES="$GMOFILES $lang.gmo"306 GMOFILES="$GMOFILES $lang.gmo"
307 POFILES="$POFILES $lang.po"307 POFILES="$POFILES $lang.po"
@@ -430,7 +430,7 @@
430dnl430dnl
431dnl Now the definitions that aclocal will find431dnl Now the definitions that aclocal will find
432dnl432dnl
433ifdef(glib_configure_in,[],[433ifdef(glib_configure_ac,[],[
434AC_DEFUN([AM_GLIB_GNU_GETTEXT],[GLIB_GNU_GETTEXT($@)])434AC_DEFUN([AM_GLIB_GNU_GETTEXT],[GLIB_GNU_GETTEXT($@)])
435AC_DEFUN([AM_GLIB_DEFINE_LOCALEDIR],[GLIB_DEFINE_LOCALEDIR($@)])435AC_DEFUN([AM_GLIB_DEFINE_LOCALEDIR],[GLIB_DEFINE_LOCALEDIR($@)])
436])dnl436])dnl
@@ -722,7 +722,7 @@
722AC_DEFUN([IT_PO_SUBDIR],722AC_DEFUN([IT_PO_SUBDIR],
723[AC_PREREQ([2.53])dnl We use ac_top_srcdir inside AC_CONFIG_COMMANDS.723[AC_PREREQ([2.53])dnl We use ac_top_srcdir inside AC_CONFIG_COMMANDS.
724dnl724dnl
725dnl The following CONFIG_COMMANDS should be exetuted at the very end725dnl The following CONFIG_COMMANDS should be executed at the very end
726dnl of config.status.726dnl of config.status.
727AC_CONFIG_COMMANDS_PRE([727AC_CONFIG_COMMANDS_PRE([
728 AC_CONFIG_COMMANDS([$1/stamp-it], [728 AC_CONFIG_COMMANDS([$1/stamp-it], [
@@ -8826,8 +8826,9 @@
8826m4_ifndef([AC_LIBTOOL_CONFIG], [AC_DEFUN([AC_LIBTOOL_CONFIG])])8826m4_ifndef([AC_LIBTOOL_CONFIG], [AC_DEFUN([AC_LIBTOOL_CONFIG])])
8827m4_ifndef([_LT_AC_FILE_LTDLL_C], [AC_DEFUN([_LT_AC_FILE_LTDLL_C])])8827m4_ifndef([_LT_AC_FILE_LTDLL_C], [AC_DEFUN([_LT_AC_FILE_LTDLL_C])])
88288828
8829# nls.m4 serial 3 (gettext-0.15)8829# nls.m4 serial 5 (gettext-0.18)
8830dnl Copyright (C) 1995-2003, 2005-2006 Free Software Foundation, Inc.8830dnl Copyright (C) 1995-2003, 2005-2006, 2008-2010 Free Software Foundation,
8831dnl Inc.
8831dnl This file is free software; the Free Software Foundation8832dnl This file is free software; the Free Software Foundation
8832dnl gives unlimited permission to copy and/or distribute it,8833dnl gives unlimited permission to copy and/or distribute it,
8833dnl with or without modifications, as long as this notice is preserved.8834dnl with or without modifications, as long as this notice is preserved.
@@ -8845,20 +8846,21 @@
8845dnl Ulrich Drepper <drepper@cygnus.com>, 1995-2000.8846dnl Ulrich Drepper <drepper@cygnus.com>, 1995-2000.
8846dnl Bruno Haible <haible@clisp.cons.org>, 2000-2003.8847dnl Bruno Haible <haible@clisp.cons.org>, 2000-2003.
88478848
8848AC_PREREQ(2.50)8849AC_PREREQ([2.50])
88498850
8850AC_DEFUN([AM_NLS],8851AC_DEFUN([AM_NLS],
8851[8852[
8852 AC_MSG_CHECKING([whether NLS is requested])8853 AC_MSG_CHECKING([whether NLS is requested])
8853 dnl Default is enabled NLS8854 dnl Default is enabled NLS
8854 AC_ARG_ENABLE(nls,8855 AC_ARG_ENABLE([nls],
8855 [ --disable-nls do not use Native Language Support],8856 [ --disable-nls do not use Native Language Support],
8856 USE_NLS=$enableval, USE_NLS=yes)8857 USE_NLS=$enableval, USE_NLS=yes)
8857 AC_MSG_RESULT($USE_NLS)8858 AC_MSG_RESULT([$USE_NLS])
8858 AC_SUBST(USE_NLS)8859 AC_SUBST([USE_NLS])
8859])8860])
88608861
8861# pkg.m4 - Macros to locate and utilise pkg-config. -*- Autoconf -*-8862# pkg.m4 - Macros to locate and utilise pkg-config. -*- Autoconf -*-
8863# serial 1 (pkg-config-0.24)
8862# 8864#
8863# Copyright © 2004 Scott James Remnant <scott@netsplit.com>.8865# Copyright © 2004 Scott James Remnant <scott@netsplit.com>.
8864#8866#
@@ -8886,7 +8888,10 @@
8886AC_DEFUN([PKG_PROG_PKG_CONFIG],8888AC_DEFUN([PKG_PROG_PKG_CONFIG],
8887[m4_pattern_forbid([^_?PKG_[A-Z_]+$])8889[m4_pattern_forbid([^_?PKG_[A-Z_]+$])
8888m4_pattern_allow([^PKG_CONFIG(_PATH)?$])8890m4_pattern_allow([^PKG_CONFIG(_PATH)?$])
8889AC_ARG_VAR([PKG_CONFIG], [path to pkg-config utility])dnl8891AC_ARG_VAR([PKG_CONFIG], [path to pkg-config utility])
8892AC_ARG_VAR([PKG_CONFIG_PATH], [directories to add to pkg-config's search path])
8893AC_ARG_VAR([PKG_CONFIG_LIBDIR], [path overriding pkg-config's built-in search path])
8894
8890if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then8895if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then
8891 AC_PATH_TOOL([PKG_CONFIG], [pkg-config])8896 AC_PATH_TOOL([PKG_CONFIG], [pkg-config])
8892fi8897fi
@@ -8899,7 +8904,6 @@
8899 AC_MSG_RESULT([no])8904 AC_MSG_RESULT([no])
8900 PKG_CONFIG=""8905 PKG_CONFIG=""
8901 fi8906 fi
8902
8903fi[]dnl8907fi[]dnl
8904])# PKG_PROG_PKG_CONFIG8908])# PKG_PROG_PKG_CONFIG
89058909
@@ -8908,34 +8912,31 @@
8908# Check to see whether a particular set of modules exists. Similar8912# Check to see whether a particular set of modules exists. Similar
8909# to PKG_CHECK_MODULES(), but does not set variables or print errors.8913# to PKG_CHECK_MODULES(), but does not set variables or print errors.
8910#8914#
8911#8915# Please remember that m4 expands AC_REQUIRE([PKG_PROG_PKG_CONFIG])
8912# Similar to PKG_CHECK_MODULES, make sure that the first instance of8916# only at the first occurence in configure.ac, so if the first place
8913# this or PKG_CHECK_MODULES is called, or make sure to call8917# it's called might be skipped (such as if it is within an "if", you
8914# PKG_CHECK_EXISTS manually8918# have to call PKG_CHECK_EXISTS manually
8915# --------------------------------------------------------------8919# --------------------------------------------------------------
8916AC_DEFUN([PKG_CHECK_EXISTS],8920AC_DEFUN([PKG_CHECK_EXISTS],
8917[AC_REQUIRE([PKG_PROG_PKG_CONFIG])dnl8921[AC_REQUIRE([PKG_PROG_PKG_CONFIG])dnl
8918if test -n "$PKG_CONFIG" && \8922if test -n "$PKG_CONFIG" && \
8919 AC_RUN_LOG([$PKG_CONFIG --exists --print-errors "$1"]); then8923 AC_RUN_LOG([$PKG_CONFIG --exists --print-errors "$1"]); then
8920 m4_ifval([$2], [$2], [:])8924 m4_default([$2], [:])
8921m4_ifvaln([$3], [else8925m4_ifvaln([$3], [else
8922 $3])dnl8926 $3])dnl
8923fi])8927fi])
89248928
8925
8926# _PKG_CONFIG([VARIABLE], [COMMAND], [MODULES])8929# _PKG_CONFIG([VARIABLE], [COMMAND], [MODULES])
8927# ---------------------------------------------8930# ---------------------------------------------
8928m4_define([_PKG_CONFIG],8931m4_define([_PKG_CONFIG],
8929[if test -n "$PKG_CONFIG"; then8932[if test -n "$$1"; then
8930 if test -n "$$1"; then8933 pkg_cv_[]$1="$$1"
8931 pkg_cv_[]$1="$$1"8934 elif test -n "$PKG_CONFIG"; then
8932 else8935 PKG_CHECK_EXISTS([$3],
8933 PKG_CHECK_EXISTS([$3],8936 [pkg_cv_[]$1=`$PKG_CONFIG --[]$2 "$3" 2>/dev/null`],
8934 [pkg_cv_[]$1=`$PKG_CONFIG --[]$2 "$3" 2>/dev/null`],8937 [pkg_failed=yes])
8935 [pkg_failed=yes])8938 else
8936 fi8939 pkg_failed=untried
8937else
8938 pkg_failed=untried
8939fi[]dnl8940fi[]dnl
8940])# _PKG_CONFIG8941])# _PKG_CONFIG
89418942
@@ -8977,16 +8978,17 @@
8977See the pkg-config man page for more details.])8978See the pkg-config man page for more details.])
89788979
8979if test $pkg_failed = yes; then8980if test $pkg_failed = yes; then
8981 AC_MSG_RESULT([no])
8980 _PKG_SHORT_ERRORS_SUPPORTED8982 _PKG_SHORT_ERRORS_SUPPORTED
8981 if test $_pkg_short_errors_supported = yes; then8983 if test $_pkg_short_errors_supported = yes; then
8982 $1[]_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "$2"`8984 $1[]_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "$2" 2>&1`
8983 else 8985 else
8984 $1[]_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "$2"`8986 $1[]_PKG_ERRORS=`$PKG_CONFIG --print-errors "$2" 2>&1`
8985 fi8987 fi
8986 # Put the nasty error message in config.log where it belongs8988 # Put the nasty error message in config.log where it belongs
8987 echo "$$1[]_PKG_ERRORS" >&AS_MESSAGE_LOG_FD8989 echo "$$1[]_PKG_ERRORS" >&AS_MESSAGE_LOG_FD
89888990
8989 ifelse([$4], , [AC_MSG_ERROR(dnl8991 m4_default([$4], [AC_MSG_ERROR(
8990[Package requirements ($2) were not met:8992[Package requirements ($2) were not met:
89918993
8992$$1_PKG_ERRORS8994$$1_PKG_ERRORS
@@ -8994,25 +8996,24 @@
8994Consider adjusting the PKG_CONFIG_PATH environment variable if you8996Consider adjusting the PKG_CONFIG_PATH environment variable if you
8995installed software in a non-standard prefix.8997installed software in a non-standard prefix.
89968998
8997_PKG_TEXT8999_PKG_TEXT])dnl
8998])],9000 ])
8999 [AC_MSG_RESULT([no])
9000 $4])
9001elif test $pkg_failed = untried; then9001elif test $pkg_failed = untried; then
9002 ifelse([$4], , [AC_MSG_FAILURE(dnl9002 AC_MSG_RESULT([no])
9003 m4_default([$4], [AC_MSG_FAILURE(
9003[The pkg-config script could not be found or is too old. Make sure it9004[The pkg-config script could not be found or is too old. Make sure it
9004is in your PATH or set the PKG_CONFIG environment variable to the full9005is in your PATH or set the PKG_CONFIG environment variable to the full
9005path to pkg-config.9006path to pkg-config.
90069007
9007_PKG_TEXT9008_PKG_TEXT
90089009
9009To get pkg-config, see <http://pkg-config.freedesktop.org/>.])],9010To get pkg-config, see <http://pkg-config.freedesktop.org/>.])dnl
9010 [$4])9011 ])
9011else9012else
9012 $1[]_CFLAGS=$pkg_cv_[]$1[]_CFLAGS9013 $1[]_CFLAGS=$pkg_cv_[]$1[]_CFLAGS
9013 $1[]_LIBS=$pkg_cv_[]$1[]_LIBS9014 $1[]_LIBS=$pkg_cv_[]$1[]_LIBS
9014 AC_MSG_RESULT([yes])9015 AC_MSG_RESULT([yes])
9015 ifelse([$3], , :, [$3])9016 $3
9016fi[]dnl9017fi[]dnl
9017])# PKG_CHECK_MODULES9018])# PKG_CHECK_MODULES
90189019
90199020
=== modified file 'configure'
--- configure 2010-08-03 01:26:00 +0000
+++ configure 2010-08-12 16:32:44 +0000
@@ -1,13 +1,13 @@
1#! /bin/sh1#! /bin/sh
2# Guess values for system-dependent variables and create Makefiles.2# Guess values for system-dependent variables and create Makefiles.
3# Generated by GNU Autoconf 2.65 for libdbusmenu 0.3.9.3# Generated by GNU Autoconf 2.67 for libdbusmenu 0.3.10.
4#4#
5# Report bugs to <ted@canonical.com>.5# Report bugs to <ted@canonical.com>.
6#6#
7#7#
8# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,8# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
9# 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,9# 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software
10# Inc.10# Foundation, Inc.
11#11#
12#12#
13# This configure script is free software; the Free Software Foundation13# This configure script is free software; the Free Software Foundation
@@ -321,7 +321,7 @@
321 test -d "$as_dir" && break321 test -d "$as_dir" && break
322 done322 done
323 test -z "$as_dirs" || eval "mkdir $as_dirs"323 test -z "$as_dirs" || eval "mkdir $as_dirs"
324 } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"324 } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
325325
326326
327} # as_fn_mkdir_p327} # as_fn_mkdir_p
@@ -361,19 +361,19 @@
361fi # as_fn_arith361fi # as_fn_arith
362362
363363
364# as_fn_error ERROR [LINENO LOG_FD]364# as_fn_error STATUS ERROR [LINENO LOG_FD]
365# ---------------------------------365# ----------------------------------------
366# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are366# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
367# provided, also output the error to LOG_FD, referencing LINENO. Then exit the367# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
368# script with status $?, using 1 if that was 0.368# script with STATUS, using 1 if that was 0.
369as_fn_error ()369as_fn_error ()
370{370{
371 as_status=$?; test $as_status -eq 0 && as_status=1371 as_status=$1; test $as_status -eq 0 && as_status=1
372 if test "$3"; then372 if test "$4"; then
373 as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack373 as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
374 $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3374 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
375 fi375 fi
376 $as_echo "$as_me: error: $1" >&2376 $as_echo "$as_me: error: $2" >&2
377 as_fn_exit $as_status377 as_fn_exit $as_status
378} # as_fn_error378} # as_fn_error
379379
@@ -684,7 +684,7 @@
684exec 6>&1684exec 6>&1
685685
686# Name of the host.686# Name of the host.
687# hostname on some systems (SVR3.2, Linux) returns a bogus exit status,687# hostname on some systems (SVR3.2, old GNU/Linux) returns a bogus exit status,
688# so uname gets run too.688# so uname gets run too.
689ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`689ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
690690
@@ -703,8 +703,8 @@
703# Identity of this package.703# Identity of this package.
704PACKAGE_NAME='libdbusmenu'704PACKAGE_NAME='libdbusmenu'
705PACKAGE_TARNAME='libdbusmenu'705PACKAGE_TARNAME='libdbusmenu'
706PACKAGE_VERSION='0.3.9'706PACKAGE_VERSION='0.3.10'
707PACKAGE_STRING='libdbusmenu 0.3.9'707PACKAGE_STRING='libdbusmenu 0.3.10'
708PACKAGE_BUGREPORT='ted@canonical.com'708PACKAGE_BUGREPORT='ted@canonical.com'
709PACKAGE_URL=''709PACKAGE_URL=''
710710
@@ -800,6 +800,8 @@
800GTK_DOC_BUILD_HTML_TRUE800GTK_DOC_BUILD_HTML_TRUE
801ENABLE_GTK_DOC_FALSE801ENABLE_GTK_DOC_FALSE
802ENABLE_GTK_DOC_TRUE802ENABLE_GTK_DOC_TRUE
803PKG_CONFIG_LIBDIR
804PKG_CONFIG_PATH
803PKG_CONFIG805PKG_CONFIG
804HTML_DIR806HTML_DIR
805GTKDOC_MKPDF807GTKDOC_MKPDF
@@ -979,6 +981,8 @@
979CPPFLAGS981CPPFLAGS
980CPP982CPP
981PKG_CONFIG983PKG_CONFIG
984PKG_CONFIG_PATH
985PKG_CONFIG_LIBDIR
982DBUSMENUGLIB_CFLAGS986DBUSMENUGLIB_CFLAGS
983DBUSMENUGLIB_LIBS987DBUSMENUGLIB_LIBS
984DBUSMENUGTK_CFLAGS988DBUSMENUGTK_CFLAGS
@@ -1049,8 +1053,9 @@
1049 fi1053 fi
10501054
1051 case $ac_option in1055 case $ac_option in
1052 *=*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;1056 *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
1053 *) ac_optarg=yes ;;1057 *=) ac_optarg= ;;
1058 *) ac_optarg=yes ;;
1054 esac1059 esac
10551060
1056 # Accept the important Cygnus configure options, so we can diagnose typos.1061 # Accept the important Cygnus configure options, so we can diagnose typos.
@@ -1095,7 +1100,7 @@
1095 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`1100 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
1096 # Reject names that are not valid shell variable names.1101 # Reject names that are not valid shell variable names.
1097 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&1102 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1098 as_fn_error "invalid feature name: $ac_useropt"1103 as_fn_error $? "invalid feature name: $ac_useropt"
1099 ac_useropt_orig=$ac_useropt1104 ac_useropt_orig=$ac_useropt
1100 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`1105 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1101 case $ac_user_opts in1106 case $ac_user_opts in
@@ -1121,7 +1126,7 @@
1121 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`1126 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
1122 # Reject names that are not valid shell variable names.1127 # Reject names that are not valid shell variable names.
1123 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&1128 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1124 as_fn_error "invalid feature name: $ac_useropt"1129 as_fn_error $? "invalid feature name: $ac_useropt"
1125 ac_useropt_orig=$ac_useropt1130 ac_useropt_orig=$ac_useropt
1126 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`1131 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1127 case $ac_user_opts in1132 case $ac_user_opts in
@@ -1325,7 +1330,7 @@
1325 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`1330 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1326 # Reject names that are not valid shell variable names.1331 # Reject names that are not valid shell variable names.
1327 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&1332 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1328 as_fn_error "invalid package name: $ac_useropt"1333 as_fn_error $? "invalid package name: $ac_useropt"
1329 ac_useropt_orig=$ac_useropt1334 ac_useropt_orig=$ac_useropt
1330 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`1335 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1331 case $ac_user_opts in1336 case $ac_user_opts in
@@ -1341,7 +1346,7 @@
1341 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`1346 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1342 # Reject names that are not valid shell variable names.1347 # Reject names that are not valid shell variable names.
1343 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&1348 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1344 as_fn_error "invalid package name: $ac_useropt"1349 as_fn_error $? "invalid package name: $ac_useropt"
1345 ac_useropt_orig=$ac_useropt1350 ac_useropt_orig=$ac_useropt
1346 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`1351 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1347 case $ac_user_opts in1352 case $ac_user_opts in
@@ -1371,8 +1376,8 @@
1371 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)1376 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1372 x_libraries=$ac_optarg ;;1377 x_libraries=$ac_optarg ;;
13731378
1374 -*) as_fn_error "unrecognized option: \`$ac_option'1379 -*) as_fn_error $? "unrecognized option: \`$ac_option'
1375Try \`$0 --help' for more information."1380Try \`$0 --help' for more information"
1376 ;;1381 ;;
13771382
1378 *=*)1383 *=*)
@@ -1380,7 +1385,7 @@
1380 # Reject names that are not valid shell variable names.1385 # Reject names that are not valid shell variable names.
1381 case $ac_envvar in #(1386 case $ac_envvar in #(
1382 '' | [0-9]* | *[!_$as_cr_alnum]* )1387 '' | [0-9]* | *[!_$as_cr_alnum]* )
1383 as_fn_error "invalid variable name: \`$ac_envvar'" ;;1388 as_fn_error $? "invalid variable name: \`$ac_envvar'" ;;
1384 esac1389 esac
1385 eval $ac_envvar=\$ac_optarg1390 eval $ac_envvar=\$ac_optarg
1386 export $ac_envvar ;;1391 export $ac_envvar ;;
@@ -1398,13 +1403,13 @@
13981403
1399if test -n "$ac_prev"; then1404if test -n "$ac_prev"; then
1400 ac_option=--`echo $ac_prev | sed 's/_/-/g'`1405 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1401 as_fn_error "missing argument to $ac_option"1406 as_fn_error $? "missing argument to $ac_option"
1402fi1407fi
14031408
1404if test -n "$ac_unrecognized_opts"; then1409if test -n "$ac_unrecognized_opts"; then
1405 case $enable_option_checking in1410 case $enable_option_checking in
1406 no) ;;1411 no) ;;
1407 fatal) as_fn_error "unrecognized options: $ac_unrecognized_opts" ;;1412 fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;;
1408 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;1413 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1409 esac1414 esac
1410fi1415fi
@@ -1427,7 +1432,7 @@
1427 [\\/$]* | ?:[\\/]* ) continue;;1432 [\\/$]* | ?:[\\/]* ) continue;;
1428 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;1433 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1429 esac1434 esac
1430 as_fn_error "expected an absolute directory name for --$ac_var: $ac_val"1435 as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val"
1431done1436done
14321437
1433# There might be people who depend on the old broken behavior: `$host'1438# There might be people who depend on the old broken behavior: `$host'
@@ -1441,8 +1446,8 @@
1441if test "x$host_alias" != x; then1446if test "x$host_alias" != x; then
1442 if test "x$build_alias" = x; then1447 if test "x$build_alias" = x; then
1443 cross_compiling=maybe1448 cross_compiling=maybe
1444 $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.1449 $as_echo "$as_me: WARNING: if you wanted to set the --build type, don't use --host.
1445 If a cross compiler is detected then cross compile mode will be used." >&21450 If a cross compiler is detected then cross compile mode will be used" >&2
1446 elif test "x$build_alias" != "x$host_alias"; then1451 elif test "x$build_alias" != "x$host_alias"; then
1447 cross_compiling=yes1452 cross_compiling=yes
1448 fi1453 fi
@@ -1457,9 +1462,9 @@
1457ac_pwd=`pwd` && test -n "$ac_pwd" &&1462ac_pwd=`pwd` && test -n "$ac_pwd" &&
1458ac_ls_di=`ls -di .` &&1463ac_ls_di=`ls -di .` &&
1459ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||1464ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1460 as_fn_error "working directory cannot be determined"1465 as_fn_error $? "working directory cannot be determined"
1461test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||1466test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1462 as_fn_error "pwd does not report name of working directory"1467 as_fn_error $? "pwd does not report name of working directory"
14631468
14641469
1465# Find the source files, if location was not specified.1470# Find the source files, if location was not specified.
@@ -1498,11 +1503,11 @@
1498fi1503fi
1499if test ! -r "$srcdir/$ac_unique_file"; then1504if test ! -r "$srcdir/$ac_unique_file"; then
1500 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."1505 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1501 as_fn_error "cannot find sources ($ac_unique_file) in $srcdir"1506 as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir"
1502fi1507fi
1503ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"1508ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1504ac_abs_confdir=`(1509ac_abs_confdir=`(
1505 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error "$ac_msg"1510 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg"
1506 pwd)`1511 pwd)`
1507# When building in place, set srcdir=.1512# When building in place, set srcdir=.
1508if test "$ac_abs_confdir" = "$ac_pwd"; then1513if test "$ac_abs_confdir" = "$ac_pwd"; then
@@ -1528,7 +1533,7 @@
1528 # Omit some internal or obsolete options to make the list less imposing.1533 # Omit some internal or obsolete options to make the list less imposing.
1529 # This message is too long to be a string in the A/UX 3.1 sh.1534 # This message is too long to be a string in the A/UX 3.1 sh.
1530 cat <<_ACEOF1535 cat <<_ACEOF
1531\`configure' configures libdbusmenu 0.3.9 to adapt to many kinds of systems.1536\`configure' configures libdbusmenu 0.3.10 to adapt to many kinds of systems.
15321537
1533Usage: $0 [OPTION]... [VAR=VALUE]...1538Usage: $0 [OPTION]... [VAR=VALUE]...
15341539
@@ -1542,7 +1547,7 @@
1542 --help=short display options specific to this package1547 --help=short display options specific to this package
1543 --help=recursive display the short help of all the included packages1548 --help=recursive display the short help of all the included packages
1544 -V, --version display version information and exit1549 -V, --version display version information and exit
1545 -q, --quiet, --silent do not print \`checking...' messages1550 -q, --quiet, --silent do not print \`checking ...' messages
1546 --cache-file=FILE cache test results in FILE [disabled]1551 --cache-file=FILE cache test results in FILE [disabled]
1547 -C, --config-cache alias for \`--cache-file=config.cache'1552 -C, --config-cache alias for \`--cache-file=config.cache'
1548 -n, --no-create do not create output files1553 -n, --no-create do not create output files
@@ -1598,7 +1603,7 @@
15981603
1599if test -n "$ac_init_help"; then1604if test -n "$ac_init_help"; then
1600 case $ac_init_help in1605 case $ac_init_help in
1601 short | recursive ) echo "Configuration of libdbusmenu 0.3.9:";;1606 short | recursive ) echo "Configuration of libdbusmenu 0.3.10:";;
1602 esac1607 esac
1603 cat <<\_ACEOF1608 cat <<\_ACEOF
16041609
@@ -1649,6 +1654,10 @@
1649 you have headers in a nonstandard directory <include dir>1654 you have headers in a nonstandard directory <include dir>
1650 CPP C preprocessor1655 CPP C preprocessor
1651 PKG_CONFIG path to pkg-config utility1656 PKG_CONFIG path to pkg-config utility
1657 PKG_CONFIG_PATH
1658 directories to add to pkg-config's search path
1659 PKG_CONFIG_LIBDIR
1660 path overriding pkg-config's built-in search path
1652 DBUSMENUGLIB_CFLAGS1661 DBUSMENUGLIB_CFLAGS
1653 C compiler flags for DBUSMENUGLIB, overriding pkg-config1662 C compiler flags for DBUSMENUGLIB, overriding pkg-config
1654 DBUSMENUGLIB_LIBS1663 DBUSMENUGLIB_LIBS
@@ -1732,10 +1741,10 @@
1732test -n "$ac_init_help" && exit $ac_status1741test -n "$ac_init_help" && exit $ac_status
1733if $ac_init_version; then1742if $ac_init_version; then
1734 cat <<\_ACEOF1743 cat <<\_ACEOF
1735libdbusmenu configure 0.3.91744libdbusmenu configure 0.3.10
1736generated by GNU Autoconf 2.651745generated by GNU Autoconf 2.67
17371746
1738Copyright (C) 2009 Free Software Foundation, Inc.1747Copyright (C) 2010 Free Software Foundation, Inc.
1739This configure script is free software; the Free Software Foundation1748This configure script is free software; the Free Software Foundation
1740gives unlimited permission to copy, distribute and modify it.1749gives unlimited permission to copy, distribute and modify it.
17411750
@@ -1840,7 +1849,7 @@
1840 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack1849 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1841 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&51850 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1842$as_echo_n "checking for $2... " >&6; }1851$as_echo_n "checking for $2... " >&6; }
1843if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :1852if eval "test \"\${$3+set}\"" = set; then :
1844 $as_echo_n "(cached) " >&61853 $as_echo_n "(cached) " >&6
1845else1854else
1846 cat confdefs.h - <<_ACEOF >conftest.$ac_ext1855 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
@@ -1920,7 +1929,7 @@
1920 mv -f conftest.er1 conftest.err1929 mv -f conftest.er1 conftest.err
1921 fi1930 fi
1922 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&51931 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1923 test $ac_status = 0; } >/dev/null && {1932 test $ac_status = 0; } > conftest.i && {
1924 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||1933 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
1925 test ! -s conftest.err1934 test ! -s conftest.err
1926 }; then :1935 }; then :
@@ -1987,7 +1996,7 @@
1987 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack1996 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1988 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&51997 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1989$as_echo_n "checking for $2... " >&6; }1998$as_echo_n "checking for $2... " >&6; }
1990if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :1999if eval "test \"\${$3+set}\"" = set; then :
1991 $as_echo_n "(cached) " >&62000 $as_echo_n "(cached) " >&6
1992else2001else
1993 cat confdefs.h - <<_ACEOF >conftest.$ac_ext2002 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
@@ -2017,10 +2026,10 @@
2017ac_fn_c_check_header_mongrel ()2026ac_fn_c_check_header_mongrel ()
2018{2027{
2019 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack2028 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2020 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :2029 if eval "test \"\${$3+set}\"" = set; then :
2021 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&52030 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2022$as_echo_n "checking for $2... " >&6; }2031$as_echo_n "checking for $2... " >&6; }
2023if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :2032if eval "test \"\${$3+set}\"" = set; then :
2024 $as_echo_n "(cached) " >&62033 $as_echo_n "(cached) " >&6
2025fi2034fi
2026eval ac_res=\$$32035eval ac_res=\$$3
@@ -2056,7 +2065,7 @@
2056else2065else
2057 ac_header_preproc=no2066 ac_header_preproc=no
2058fi2067fi
2059rm -f conftest.err conftest.$ac_ext2068rm -f conftest.err conftest.i conftest.$ac_ext
2060{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&52069{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
2061$as_echo "$ac_header_preproc" >&6; }2070$as_echo "$ac_header_preproc" >&6; }
20622071
@@ -2079,17 +2088,15 @@
2079$as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}2088$as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
2080 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&52089 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
2081$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}2090$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
2082( cat <<\_ASBOX2091( $as_echo "## -------------------------------- ##
2083## -------------------------------- ##
2084## Report this to ted@canonical.com ##2092## Report this to ted@canonical.com ##
2085## -------------------------------- ##2093## -------------------------------- ##"
2086_ASBOX
2087 ) | sed "s/^/$as_me: WARNING: /" >&22094 ) | sed "s/^/$as_me: WARNING: /" >&2
2088 ;;2095 ;;
2089esac2096esac
2090 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&52097 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2091$as_echo_n "checking for $2... " >&6; }2098$as_echo_n "checking for $2... " >&6; }
2092if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :2099if eval "test \"\${$3+set}\"" = set; then :
2093 $as_echo_n "(cached) " >&62100 $as_echo_n "(cached) " >&6
2094else2101else
2095 eval "$3=\$ac_header_compiler"2102 eval "$3=\$ac_header_compiler"
@@ -2105,8 +2112,8 @@
2105This file contains any messages produced by compilers while2112This file contains any messages produced by compilers while
2106running configure, to aid debugging if configure makes a mistake.2113running configure, to aid debugging if configure makes a mistake.
21072114
2108It was created by libdbusmenu $as_me 0.3.9, which was2115It was created by libdbusmenu $as_me 0.3.10, which was
2109generated by GNU Autoconf 2.65. Invocation command line was2116generated by GNU Autoconf 2.67. Invocation command line was
21102117
2111 $ $0 $@2118 $ $0 $@
21122119
@@ -2216,11 +2223,9 @@
2216 {2223 {
2217 echo2224 echo
22182225
2219 cat <<\_ASBOX2226 $as_echo "## ---------------- ##
2220## ---------------- ##
2221## Cache variables. ##2227## Cache variables. ##
2222## ---------------- ##2228## ---------------- ##"
2223_ASBOX
2224 echo2229 echo
2225 # The following way of writing the cache mishandles newlines in values,2230 # The following way of writing the cache mishandles newlines in values,
2226(2231(
@@ -2254,11 +2259,9 @@
2254)2259)
2255 echo2260 echo
22562261
2257 cat <<\_ASBOX2262 $as_echo "## ----------------- ##
2258## ----------------- ##
2259## Output variables. ##2263## Output variables. ##
2260## ----------------- ##2264## ----------------- ##"
2261_ASBOX
2262 echo2265 echo
2263 for ac_var in $ac_subst_vars2266 for ac_var in $ac_subst_vars
2264 do2267 do
@@ -2271,11 +2274,9 @@
2271 echo2274 echo
22722275
2273 if test -n "$ac_subst_files"; then2276 if test -n "$ac_subst_files"; then
2274 cat <<\_ASBOX2277 $as_echo "## ------------------- ##
2275## ------------------- ##
2276## File substitutions. ##2278## File substitutions. ##
2277## ------------------- ##2279## ------------------- ##"
2278_ASBOX
2279 echo2280 echo
2280 for ac_var in $ac_subst_files2281 for ac_var in $ac_subst_files
2281 do2282 do
@@ -2289,11 +2290,9 @@
2289 fi2290 fi
22902291
2291 if test -s confdefs.h; then2292 if test -s confdefs.h; then
2292 cat <<\_ASBOX2293 $as_echo "## ----------- ##
2293## ----------- ##
2294## confdefs.h. ##2294## confdefs.h. ##
2295## ----------- ##2295## ----------- ##"
2296_ASBOX
2297 echo2296 echo
2298 cat confdefs.h2297 cat confdefs.h
2299 echo2298 echo
@@ -2348,7 +2347,12 @@
2348ac_site_file1=NONE2347ac_site_file1=NONE
2349ac_site_file2=NONE2348ac_site_file2=NONE
2350if test -n "$CONFIG_SITE"; then2349if test -n "$CONFIG_SITE"; then
2351 ac_site_file1=$CONFIG_SITE2350 # We do not want a PATH search for config.site.
2351 case $CONFIG_SITE in #((
2352 -*) ac_site_file1=./$CONFIG_SITE;;
2353 */*) ac_site_file1=$CONFIG_SITE;;
2354 *) ac_site_file1=./$CONFIG_SITE;;
2355 esac
2352elif test "x$prefix" != xNONE; then2356elif test "x$prefix" != xNONE; then
2353 ac_site_file1=$prefix/share/config.site2357 ac_site_file1=$prefix/share/config.site
2354 ac_site_file2=$prefix/etc/config.site2358 ac_site_file2=$prefix/etc/config.site
@@ -2363,7 +2367,11 @@
2363 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&52367 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2364$as_echo "$as_me: loading site script $ac_site_file" >&6;}2368$as_echo "$as_me: loading site script $ac_site_file" >&6;}
2365 sed 's/^/| /' "$ac_site_file" >&52369 sed 's/^/| /' "$ac_site_file" >&5
2366 . "$ac_site_file"2370 . "$ac_site_file" \
2371 || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2372$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2373as_fn_error $? "failed to load site script $ac_site_file
2374See \`config.log' for more details" "$LINENO" 5 ; }
2367 fi2375 fi
2368done2376done
23692377
@@ -2439,7 +2447,7 @@
2439$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}2447$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2440 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&52448 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2441$as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}2449$as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
2442 as_fn_error "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 52450 as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
2443fi2451fi
2444## -------------------- ##2452## -------------------- ##
2445## Main body of script. ##2453## Main body of script. ##
@@ -2462,16 +2470,22 @@
24622470
2463ac_aux_dir=2471ac_aux_dir=
2464for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do2472for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
2465 for ac_t in install-sh install.sh shtool; do2473 if test -f "$ac_dir/install-sh"; then
2466 if test -f "$ac_dir/$ac_t"; then2474 ac_aux_dir=$ac_dir
2467 ac_aux_dir=$ac_dir2475 ac_install_sh="$ac_aux_dir/install-sh -c"
2468 ac_install_sh="$ac_aux_dir/$ac_t -c"2476 break
2469 break 22477 elif test -f "$ac_dir/install.sh"; then
2470 fi2478 ac_aux_dir=$ac_dir
2471 done2479 ac_install_sh="$ac_aux_dir/install.sh -c"
2480 break
2481 elif test -f "$ac_dir/shtool"; then
2482 ac_aux_dir=$ac_dir
2483 ac_install_sh="$ac_aux_dir/shtool install -c"
2484 break
2485 fi
2472done2486done
2473if test -z "$ac_aux_dir"; then2487if test -z "$ac_aux_dir"; then
2474 as_fn_error "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 52488 as_fn_error $? "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
2475fi2489fi
24762490
2477# These three variables are undocumented and unsupported,2491# These three variables are undocumented and unsupported,
@@ -2587,11 +2601,11 @@
2587'2601'
2588case `pwd` in2602case `pwd` in
2589 *[\\\"\#\$\&\'\`$am_lf]*)2603 *[\\\"\#\$\&\'\`$am_lf]*)
2590 as_fn_error "unsafe absolute working directory name" "$LINENO" 5;;2604 as_fn_error $? "unsafe absolute working directory name" "$LINENO" 5 ;;
2591esac2605esac
2592case $srcdir in2606case $srcdir in
2593 *[\\\"\#\$\&\'\`$am_lf\ \ ]*)2607 *[\\\"\#\$\&\'\`$am_lf\ \ ]*)
2594 as_fn_error "unsafe srcdir value: \`$srcdir'" "$LINENO" 5;;2608 as_fn_error $? "unsafe srcdir value: \`$srcdir'" "$LINENO" 5 ;;
2595esac2609esac
25962610
2597# Do `set' in a subshell so we don't clobber the current shell's2611# Do `set' in a subshell so we don't clobber the current shell's
@@ -2613,7 +2627,7 @@
2613 # if, for instance, CONFIG_SHELL is bash and it inherits a2627 # if, for instance, CONFIG_SHELL is bash and it inherits a
2614 # broken ls alias from the environment. This has actually2628 # broken ls alias from the environment. This has actually
2615 # happened. Such a system could not be considered "sane".2629 # happened. Such a system could not be considered "sane".
2616 as_fn_error "ls -t appears to fail. Make sure there is not a broken2630 as_fn_error $? "ls -t appears to fail. Make sure there is not a broken
2617alias in your environment" "$LINENO" 52631alias in your environment" "$LINENO" 5
2618 fi2632 fi
26192633
@@ -2623,7 +2637,7 @@
2623 # Ok.2637 # Ok.
2624 :2638 :
2625else2639else
2626 as_fn_error "newly created file is older than distributed files!2640 as_fn_error $? "newly created file is older than distributed files!
2627Check your system clock" "$LINENO" 52641Check your system clock" "$LINENO" 5
2628fi2642fi
2629{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&52643{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
@@ -2861,7 +2875,7 @@
2861$as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }2875$as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
2862set x ${MAKE-make}2876set x ${MAKE-make}
2863ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`2877ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
2864if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then :2878if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\"" = set; then :
2865 $as_echo_n "(cached) " >&62879 $as_echo_n "(cached) " >&6
2866else2880else
2867 cat >conftest.make <<\_ACEOF2881 cat >conftest.make <<\_ACEOF
@@ -2869,7 +2883,7 @@
2869all:2883all:
2870 @echo '@@@%%%=$(MAKE)=@@@%%%'2884 @echo '@@@%%%=$(MAKE)=@@@%%%'
2871_ACEOF2885_ACEOF
2872# GNU make sometimes prints "make[1]: Entering...", which would confuse us.2886# GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
2873case `${MAKE-make} -f conftest.make 2>/dev/null` in2887case `${MAKE-make} -f conftest.make 2>/dev/null` in
2874 *@@@%%%=?*=@@@%%%*)2888 *@@@%%%=?*=@@@%%%*)
2875 eval ac_cv_prog_make_${ac_make}_set=yes;;2889 eval ac_cv_prog_make_${ac_make}_set=yes;;
@@ -2903,7 +2917,7 @@
2903 am__isrc=' -I$(srcdir)'2917 am__isrc=' -I$(srcdir)'
2904 # test to see if srcdir already configured2918 # test to see if srcdir already configured
2905 if test -f $srcdir/config.status; then2919 if test -f $srcdir/config.status; then
2906 as_fn_error "source directory already configured; run \"make distclean\" there first" "$LINENO" 52920 as_fn_error $? "source directory already configured; run \"make distclean\" there first" "$LINENO" 5
2907 fi2921 fi
2908fi2922fi
29092923
@@ -2919,7 +2933,7 @@
29192933
2920# Define the identity of the package.2934# Define the identity of the package.
2921 PACKAGE=libdbusmenu2935 PACKAGE=libdbusmenu
2922 VERSION=0.3.92936 VERSION=0.3.10
29232937
29242938
2925# Some tools Automake needs.2939# Some tools Automake needs.
@@ -3351,8 +3365,8 @@
33513365
3352test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&53366test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3353$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}3367$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3354as_fn_error "no acceptable C compiler found in \$PATH3368as_fn_error $? "no acceptable C compiler found in \$PATH
3355See \`config.log' for more details." "$LINENO" 5; }3369See \`config.log' for more details" "$LINENO" 5 ; }
33563370
3357# Provide some information about the compiler.3371# Provide some information about the compiler.
3358$as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&53372$as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
@@ -3466,9 +3480,8 @@
34663480
3467{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&53481{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3468$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}3482$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3469{ as_fn_set_status 773483as_fn_error 77 "C compiler cannot create executables
3470as_fn_error "C compiler cannot create executables3484See \`config.log' for more details" "$LINENO" 5 ; }
3471See \`config.log' for more details." "$LINENO" 5; }; }
3472else3485else
3473 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&53486 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3474$as_echo "yes" >&6; }3487$as_echo "yes" >&6; }
@@ -3510,8 +3523,8 @@
3510else3523else
3511 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&53524 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3512$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}3525$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3513as_fn_error "cannot compute suffix of executables: cannot compile and link3526as_fn_error $? "cannot compute suffix of executables: cannot compile and link
3514See \`config.log' for more details." "$LINENO" 5; }3527See \`config.log' for more details" "$LINENO" 5 ; }
3515fi3528fi
3516rm -f conftest conftest$ac_cv_exeext3529rm -f conftest conftest$ac_cv_exeext
3517{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&53530{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
@@ -3568,9 +3581,9 @@
3568 else3581 else
3569 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&53582 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3570$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}3583$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3571as_fn_error "cannot run C compiled programs.3584as_fn_error $? "cannot run C compiled programs.
3572If you meant to cross compile, use \`--host'.3585If you meant to cross compile, use \`--host'.
3573See \`config.log' for more details." "$LINENO" 5; }3586See \`config.log' for more details" "$LINENO" 5 ; }
3574 fi3587 fi
3575 fi3588 fi
3576fi3589fi
@@ -3621,8 +3634,8 @@
36213634
3622{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&53635{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3623$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}3636$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3624as_fn_error "cannot compute suffix of object files: cannot compile3637as_fn_error $? "cannot compute suffix of object files: cannot compile
3625See \`config.log' for more details." "$LINENO" 5; }3638See \`config.log' for more details" "$LINENO" 5 ; }
3626fi3639fi
3627rm -f conftest.$ac_cv_objext conftest.$ac_ext3640rm -f conftest.$ac_cv_objext conftest.$ac_ext
3628fi3641fi
@@ -3974,7 +3987,7 @@
39743987
3975case "$am__api_version" in3988case "$am__api_version" in
3976 1.01234)3989 1.01234)
3977 as_fn_error "Automake 1.5 or newer is required to use intltool" "$LINENO" 53990 as_fn_error $? "Automake 1.5 or newer is required to use intltool" "$LINENO" 5
3978 ;;3991 ;;
3979 *)3992 *)
3980 ;;3993 ;;
@@ -3991,7 +4004,7 @@
3991 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INTLTOOL_APPLIED_VERSION found" >&54004 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INTLTOOL_APPLIED_VERSION found" >&5
3992$as_echo "$INTLTOOL_APPLIED_VERSION found" >&6; }4005$as_echo "$INTLTOOL_APPLIED_VERSION found" >&6; }
3993 test "$INTLTOOL_APPLIED_VERSION_AS_INT" -ge "$INTLTOOL_REQUIRED_VERSION_AS_INT" ||4006 test "$INTLTOOL_APPLIED_VERSION_AS_INT" -ge "$INTLTOOL_REQUIRED_VERSION_AS_INT" ||
3994 as_fn_error "Your intltool is too old. You need intltool 0.35.0 or later." "$LINENO" 54007 as_fn_error $? "Your intltool is too old. You need intltool 0.35.0 or later." "$LINENO" 5
3995fi4008fi
39964009
3997# Extract the first word of "intltool-update", so it can be a program name with args.4010# Extract the first word of "intltool-update", so it can be a program name with args.
@@ -4115,7 +4128,7 @@
41154128
41164129
4117if test -z "$INTLTOOL_UPDATE" -o -z "$INTLTOOL_MERGE" -o -z "$INTLTOOL_EXTRACT"; then4130if test -z "$INTLTOOL_UPDATE" -o -z "$INTLTOOL_MERGE" -o -z "$INTLTOOL_EXTRACT"; then
4118 as_fn_error "The intltool scripts were not found. Please install intltool." "$LINENO" 54131 as_fn_error $? "The intltool scripts were not found. Please install intltool." "$LINENO" 5
4119fi4132fi
41204133
4121 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 $< $@'4134 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 $< $@'
@@ -4397,13 +4410,13 @@
43974410
43984411
4399if test -z "$XGETTEXT" -o -z "$MSGMERGE" -o -z "$MSGFMT"; then4412if test -z "$XGETTEXT" -o -z "$MSGMERGE" -o -z "$MSGFMT"; then
4400 as_fn_error "GNU gettext tools not found; required for intltool" "$LINENO" 54413 as_fn_error $? "GNU gettext tools not found; required for intltool" "$LINENO" 5
4401fi4414fi
4402xgversion="`$XGETTEXT --version|grep '(GNU ' 2> /dev/null`"4415xgversion="`$XGETTEXT --version|grep '(GNU ' 2> /dev/null`"
4403mmversion="`$MSGMERGE --version|grep '(GNU ' 2> /dev/null`"4416mmversion="`$MSGMERGE --version|grep '(GNU ' 2> /dev/null`"
4404mfversion="`$MSGFMT --version|grep '(GNU ' 2> /dev/null`"4417mfversion="`$MSGFMT --version|grep '(GNU ' 2> /dev/null`"
4405if test -z "$xgversion" -o -z "$mmversion" -o -z "$mfversion"; then4418if test -z "$xgversion" -o -z "$mmversion" -o -z "$mfversion"; then
4406 as_fn_error "GNU gettext tools not found; required for intltool" "$LINENO" 54419 as_fn_error $? "GNU gettext tools not found; required for intltool" "$LINENO" 5
4407fi4420fi
44084421
4409# Extract the first word of "perl", so it can be a program name with args.4422# Extract the first word of "perl", so it can be a program name with args.
@@ -4447,13 +4460,13 @@
44474460
44484461
4449if test -z "$INTLTOOL_PERL"; then4462if test -z "$INTLTOOL_PERL"; then
4450 as_fn_error "perl not found" "$LINENO" 54463 as_fn_error $? "perl not found" "$LINENO" 5
4451fi4464fi
4452{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for perl >= 5.8.1" >&54465{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for perl >= 5.8.1" >&5
4453$as_echo_n "checking for perl >= 5.8.1... " >&6; }4466$as_echo_n "checking for perl >= 5.8.1... " >&6; }
4454$INTLTOOL_PERL -e "use 5.8.1;" > /dev/null 2>&14467$INTLTOOL_PERL -e "use 5.8.1;" > /dev/null 2>&1
4455if test $? -ne 0; then4468if test $? -ne 0; then
4456 as_fn_error "perl 5.8.1 is required for intltool" "$LINENO" 54469 as_fn_error $? "perl 5.8.1 is required for intltool" "$LINENO" 5
4457else4470else
4458 IT_PERL_VERSION="`$INTLTOOL_PERL -e \"printf '%vd', $^V\"`"4471 IT_PERL_VERSION="`$INTLTOOL_PERL -e \"printf '%vd', $^V\"`"
4459 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $IT_PERL_VERSION" >&54472 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $IT_PERL_VERSION" >&5
@@ -4466,7 +4479,7 @@
4466 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&54479 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5
4467$as_echo "ok" >&6; }4480$as_echo "ok" >&6; }
4468 else4481 else
4469 as_fn_error "XML::Parser perl module is required for intltool" "$LINENO" 54482 as_fn_error $? "XML::Parser perl module is required for intltool" "$LINENO" 5
4470 fi4483 fi
4471fi4484fi
44724485
@@ -4870,8 +4883,8 @@
48704883
4871test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&54884test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4872$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}4885$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4873as_fn_error "no acceptable C compiler found in \$PATH4886as_fn_error $? "no acceptable C compiler found in \$PATH
4874See \`config.log' for more details." "$LINENO" 5; }4887See \`config.log' for more details" "$LINENO" 5 ; }
48754888
4876# Provide some information about the compiler.4889# Provide some information about the compiler.
4877$as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&54890$as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
@@ -5246,7 +5259,7 @@
5246fi5259fi
5247set dummy $CC; ac_cc=`$as_echo "$2" |5260set dummy $CC; ac_cc=`$as_echo "$2" |
5248 sed 's/[^a-zA-Z0-9_]/_/g;s/^[0-9]/_/'`5261 sed 's/[^a-zA-Z0-9_]/_/g;s/^[0-9]/_/'`
5249if { as_var=ac_cv_prog_cc_${ac_cc}_c_o; eval "test \"\${$as_var+set}\" = set"; }; then :5262if eval "test \"\${ac_cv_prog_cc_${ac_cc}_c_o+set}\"" = set; then :
5250 $as_echo_n "(cached) " >&65263 $as_echo_n "(cached) " >&6
5251else5264else
5252 cat confdefs.h - <<_ACEOF >conftest.$ac_ext5265 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
@@ -5405,7 +5418,7 @@
5405 # Broken: fails on valid input.5418 # Broken: fails on valid input.
5406continue5419continue
5407fi5420fi
5408rm -f conftest.err conftest.$ac_ext5421rm -f conftest.err conftest.i conftest.$ac_ext
54095422
5410 # OK, works on sane cases. Now check whether nonexistent headers5423 # OK, works on sane cases. Now check whether nonexistent headers
5411 # can be detected and how.5424 # can be detected and how.
@@ -5421,11 +5434,11 @@
5421ac_preproc_ok=:5434ac_preproc_ok=:
5422break5435break
5423fi5436fi
5424rm -f conftest.err conftest.$ac_ext5437rm -f conftest.err conftest.i conftest.$ac_ext
54255438
5426done5439done
5427# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.5440# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5428rm -f conftest.err conftest.$ac_ext5441rm -f conftest.i conftest.err conftest.$ac_ext
5429if $ac_preproc_ok; then :5442if $ac_preproc_ok; then :
5430 break5443 break
5431fi5444fi
@@ -5464,7 +5477,7 @@
5464 # Broken: fails on valid input.5477 # Broken: fails on valid input.
5465continue5478continue
5466fi5479fi
5467rm -f conftest.err conftest.$ac_ext5480rm -f conftest.err conftest.i conftest.$ac_ext
54685481
5469 # OK, works on sane cases. Now check whether nonexistent headers5482 # OK, works on sane cases. Now check whether nonexistent headers
5470 # can be detected and how.5483 # can be detected and how.
@@ -5480,18 +5493,18 @@
5480ac_preproc_ok=:5493ac_preproc_ok=:
5481break5494break
5482fi5495fi
5483rm -f conftest.err conftest.$ac_ext5496rm -f conftest.err conftest.i conftest.$ac_ext
54845497
5485done5498done
5486# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.5499# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5487rm -f conftest.err conftest.$ac_ext5500rm -f conftest.i conftest.err conftest.$ac_ext
5488if $ac_preproc_ok; then :5501if $ac_preproc_ok; then :
54895502
5490else5503else
5491 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&55504 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
5492$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}5505$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
5493as_fn_error "C preprocessor \"$CPP\" fails sanity check5506as_fn_error $? "C preprocessor \"$CPP\" fails sanity check
5494See \`config.log' for more details." "$LINENO" 5; }5507See \`config.log' for more details" "$LINENO" 5 ; }
5495fi5508fi
54965509
5497ac_ext=c5510ac_ext=c
@@ -5552,7 +5565,7 @@
5552 done5565 done
5553IFS=$as_save_IFS5566IFS=$as_save_IFS
5554 if test -z "$ac_cv_path_GREP"; then5567 if test -z "$ac_cv_path_GREP"; then
5555 as_fn_error "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 55568 as_fn_error $? "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5556 fi5569 fi
5557else5570else
5558 ac_cv_path_GREP=$GREP5571 ac_cv_path_GREP=$GREP
@@ -5618,7 +5631,7 @@
5618 done5631 done
5619IFS=$as_save_IFS5632IFS=$as_save_IFS
5620 if test -z "$ac_cv_path_EGREP"; then5633 if test -z "$ac_cv_path_EGREP"; then
5621 as_fn_error "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 55634 as_fn_error $? "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5622 fi5635 fi
5623else5636else
5624 ac_cv_path_EGREP=$EGREP5637 ac_cv_path_EGREP=$EGREP
@@ -5770,7 +5783,7 @@
57705783
5771# Make sure we can run config.sub.5784# Make sure we can run config.sub.
5772$SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||5785$SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
5773 as_fn_error "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 55786 as_fn_error $? "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
57745787
5775{ $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&55788{ $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
5776$as_echo_n "checking build system type... " >&6; }5789$as_echo_n "checking build system type... " >&6; }
@@ -5781,16 +5794,16 @@
5781test "x$ac_build_alias" = x &&5794test "x$ac_build_alias" = x &&
5782 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`5795 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
5783test "x$ac_build_alias" = x &&5796test "x$ac_build_alias" = x &&
5784 as_fn_error "cannot guess build type; you must specify one" "$LINENO" 55797 as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
5785ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||5798ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
5786 as_fn_error "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 55799 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
57875800
5788fi5801fi
5789{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&55802{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
5790$as_echo "$ac_cv_build" >&6; }5803$as_echo "$ac_cv_build" >&6; }
5791case $ac_cv_build in5804case $ac_cv_build in
5792*-*-*) ;;5805*-*-*) ;;
5793*) as_fn_error "invalid value of canonical build" "$LINENO" 5;;5806*) as_fn_error $? "invalid value of canonical build" "$LINENO" 5 ;;
5794esac5807esac
5795build=$ac_cv_build5808build=$ac_cv_build
5796ac_save_IFS=$IFS; IFS='-'5809ac_save_IFS=$IFS; IFS='-'
@@ -5815,7 +5828,7 @@
5815 ac_cv_host=$ac_cv_build5828 ac_cv_host=$ac_cv_build
5816else5829else
5817 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||5830 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
5818 as_fn_error "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 55831 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
5819fi5832fi
58205833
5821fi5834fi
@@ -5823,7 +5836,7 @@
5823$as_echo "$ac_cv_host" >&6; }5836$as_echo "$ac_cv_host" >&6; }
5824case $ac_cv_host in5837case $ac_cv_host in
5825*-*-*) ;;5838*-*-*) ;;
5826*) as_fn_error "invalid value of canonical host" "$LINENO" 5;;5839*) as_fn_error $? "invalid value of canonical host" "$LINENO" 5 ;;
5827esac5840esac
5828host=$ac_cv_host5841host=$ac_cv_host
5829ac_save_IFS=$IFS; IFS='-'5842ac_save_IFS=$IFS; IFS='-'
@@ -5896,7 +5909,7 @@
5896 done5909 done
5897IFS=$as_save_IFS5910IFS=$as_save_IFS
5898 if test -z "$ac_cv_path_SED"; then5911 if test -z "$ac_cv_path_SED"; then
5899 as_fn_error "no acceptable sed could be found in \$PATH" "$LINENO" 55912 as_fn_error $? "no acceptable sed could be found in \$PATH" "$LINENO" 5
5900 fi5913 fi
5901else5914else
5902 ac_cv_path_SED=$SED5915 ac_cv_path_SED=$SED
@@ -5975,7 +5988,7 @@
5975 done5988 done
5976IFS=$as_save_IFS5989IFS=$as_save_IFS
5977 if test -z "$ac_cv_path_FGREP"; then5990 if test -z "$ac_cv_path_FGREP"; then
5978 as_fn_error "no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 55991 as_fn_error $? "no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5979 fi5992 fi
5980else5993else
5981 ac_cv_path_FGREP=$FGREP5994 ac_cv_path_FGREP=$FGREP
@@ -6091,7 +6104,7 @@
6091 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&56104 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6092$as_echo "no" >&6; }6105$as_echo "no" >&6; }
6093fi6106fi
6094test -z "$LD" && as_fn_error "no acceptable ld found in \$PATH" "$LINENO" 56107test -z "$LD" && as_fn_error $? "no acceptable ld found in \$PATH" "$LINENO" 5
6095{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&56108{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
6096$as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }6109$as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
6097if test "${lt_cv_prog_gnu_ld+set}" = set; then :6110if test "${lt_cv_prog_gnu_ld+set}" = set; then :
@@ -6293,13 +6306,13 @@
6293else6306else
6294 lt_cv_nm_interface="BSD nm"6307 lt_cv_nm_interface="BSD nm"
6295 echo "int some_variable = 0;" > conftest.$ac_ext6308 echo "int some_variable = 0;" > conftest.$ac_ext
6296 (eval echo "\"\$as_me:6296: $ac_compile\"" >&5)6309 (eval echo "\"\$as_me:6309: $ac_compile\"" >&5)
6297 (eval "$ac_compile" 2>conftest.err)6310 (eval "$ac_compile" 2>conftest.err)
6298 cat conftest.err >&56311 cat conftest.err >&5
6299 (eval echo "\"\$as_me:6299: $NM \\\"conftest.$ac_objext\\\"\"" >&5)6312 (eval echo "\"\$as_me:6312: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
6300 (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)6313 (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)
6301 cat conftest.err >&56314 cat conftest.err >&5
6302 (eval echo "\"\$as_me:6302: output\"" >&5)6315 (eval echo "\"\$as_me:6315: output\"" >&5)
6303 cat conftest.out >&56316 cat conftest.out >&5
6304 if $GREP 'External.*some_variable' conftest.out > /dev/null; then6317 if $GREP 'External.*some_variable' conftest.out > /dev/null; then
6305 lt_cv_nm_interface="MS dumpbin"6318 lt_cv_nm_interface="MS dumpbin"
@@ -7504,7 +7517,7 @@
7504 ;;7517 ;;
7505*-*-irix6*)7518*-*-irix6*)
7506 # Find out which ABI we are using.7519 # Find out which ABI we are using.
7507 echo '#line 7507 "configure"' > conftest.$ac_ext7520 echo '#line 7520 "configure"' > conftest.$ac_ext
7508 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&57521 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7509 (eval $ac_compile) 2>&57522 (eval $ac_compile) 2>&5
7510 ac_status=$?7523 ac_status=$?
@@ -8258,8 +8271,7 @@
8258 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`8271 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8259ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default8272ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
8260"8273"
8261eval as_val=\$$as_ac_Header8274if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
8262 if test "x$as_val" = x""yes; then :
8263 cat >>confdefs.h <<_ACEOF8275 cat >>confdefs.h <<_ACEOF
8264#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 18276#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8265_ACEOF8277_ACEOF
@@ -8780,11 +8792,11 @@
8780 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \8792 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8781 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \8793 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8782 -e 's:$: $lt_compiler_flag:'`8794 -e 's:$: $lt_compiler_flag:'`
8783 (eval echo "\"\$as_me:8783: $lt_compile\"" >&5)8795 (eval echo "\"\$as_me:8795: $lt_compile\"" >&5)
8784 (eval "$lt_compile" 2>conftest.err)8796 (eval "$lt_compile" 2>conftest.err)
8785 ac_status=$?8797 ac_status=$?
8786 cat conftest.err >&58798 cat conftest.err >&5
8787 echo "$as_me:8787: \$? = $ac_status" >&58799 echo "$as_me:8799: \$? = $ac_status" >&5
8788 if (exit $ac_status) && test -s "$ac_outfile"; then8800 if (exit $ac_status) && test -s "$ac_outfile"; then
8789 # The compiler can only warn and ignore the option if not recognized8801 # The compiler can only warn and ignore the option if not recognized
8790 # So say no if there are warnings other than the usual output.8802 # So say no if there are warnings other than the usual output.
@@ -9119,11 +9131,11 @@
9119 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \9131 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
9120 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \9132 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
9121 -e 's:$: $lt_compiler_flag:'`9133 -e 's:$: $lt_compiler_flag:'`
9122 (eval echo "\"\$as_me:9122: $lt_compile\"" >&5)9134 (eval echo "\"\$as_me:9134: $lt_compile\"" >&5)
9123 (eval "$lt_compile" 2>conftest.err)9135 (eval "$lt_compile" 2>conftest.err)
9124 ac_status=$?9136 ac_status=$?
9125 cat conftest.err >&59137 cat conftest.err >&5
9126 echo "$as_me:9126: \$? = $ac_status" >&59138 echo "$as_me:9138: \$? = $ac_status" >&5
9127 if (exit $ac_status) && test -s "$ac_outfile"; then9139 if (exit $ac_status) && test -s "$ac_outfile"; then
9128 # The compiler can only warn and ignore the option if not recognized9140 # The compiler can only warn and ignore the option if not recognized
9129 # So say no if there are warnings other than the usual output.9141 # So say no if there are warnings other than the usual output.
@@ -9224,11 +9236,11 @@
9224 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \9236 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
9225 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \9237 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
9226 -e 's:$: $lt_compiler_flag:'`9238 -e 's:$: $lt_compiler_flag:'`
9227 (eval echo "\"\$as_me:9227: $lt_compile\"" >&5)9239 (eval echo "\"\$as_me:9239: $lt_compile\"" >&5)
9228 (eval "$lt_compile" 2>out/conftest.err)9240 (eval "$lt_compile" 2>out/conftest.err)
9229 ac_status=$?9241 ac_status=$?
9230 cat out/conftest.err >&59242 cat out/conftest.err >&5
9231 echo "$as_me:9231: \$? = $ac_status" >&59243 echo "$as_me:9243: \$? = $ac_status" >&5
9232 if (exit $ac_status) && test -s out/conftest2.$ac_objext9244 if (exit $ac_status) && test -s out/conftest2.$ac_objext
9233 then9245 then
9234 # The compiler can only warn and ignore the option if not recognized9246 # The compiler can only warn and ignore the option if not recognized
@@ -9279,11 +9291,11 @@
9279 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \9291 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
9280 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \9292 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
9281 -e 's:$: $lt_compiler_flag:'`9293 -e 's:$: $lt_compiler_flag:'`
9282 (eval echo "\"\$as_me:9282: $lt_compile\"" >&5)9294 (eval echo "\"\$as_me:9294: $lt_compile\"" >&5)
9283 (eval "$lt_compile" 2>out/conftest.err)9295 (eval "$lt_compile" 2>out/conftest.err)
9284 ac_status=$?9296 ac_status=$?
9285 cat out/conftest.err >&59297 cat out/conftest.err >&5
9286 echo "$as_me:9286: \$? = $ac_status" >&59298 echo "$as_me:9298: \$? = $ac_status" >&5
9287 if (exit $ac_status) && test -s out/conftest2.$ac_objext9299 if (exit $ac_status) && test -s out/conftest2.$ac_objext
9288 then9300 then
9289 # The compiler can only warn and ignore the option if not recognized9301 # The compiler can only warn and ignore the option if not recognized
@@ -11663,7 +11675,7 @@
11663 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=211675 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
11664 lt_status=$lt_dlunknown11676 lt_status=$lt_dlunknown
11665 cat > conftest.$ac_ext <<_LT_EOF11677 cat > conftest.$ac_ext <<_LT_EOF
11666#line 11666 "configure"11678#line 11678 "configure"
11667#include "confdefs.h"11679#include "confdefs.h"
1166811680
11669#if HAVE_DLFCN_H11681#if HAVE_DLFCN_H
@@ -11759,7 +11771,7 @@
11759 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=211771 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
11760 lt_status=$lt_dlunknown11772 lt_status=$lt_dlunknown
11761 cat > conftest.$ac_ext <<_LT_EOF11773 cat > conftest.$ac_ext <<_LT_EOF
11762#line 11762 "configure"11774#line 11774 "configure"
11763#include "confdefs.h"11775#include "confdefs.h"
1176411776
11765#if HAVE_DLFCN_H11777#if HAVE_DLFCN_H
@@ -12009,6 +12021,10 @@
1200912021
1201012022
1201112023
12024
12025
12026
12027
12012if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then12028if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then
12013 if test -n "$ac_tool_prefix"; then12029 if test -n "$ac_tool_prefix"; then
12014 # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args.12030 # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args.
@@ -12121,7 +12137,6 @@
12121$as_echo "no" >&6; }12137$as_echo "no" >&6; }
12122 PKG_CONFIG=""12138 PKG_CONFIG=""
12123 fi12139 fi
12124
12125fi12140fi
1212612141
1212712142
@@ -12280,7 +12295,7 @@
12280 test $ac_status = 0; }; then12295 test $ac_status = 0; }; then
12281 :12296 :
12282else12297else
12283 as_fn_error "You need to have gtk-doc >= 1.4 installed to build $PACKAGE_NAME" "$LINENO" 512298 as_fn_error $? "You need to have gtk-doc >= 1.4 installed to build $PACKAGE_NAME" "$LINENO" 5
12284fi12299fi
12285 fi12300 fi
1228612301
@@ -12373,7 +12388,7 @@
12373else12388else
12374 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&512389 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12375$as_echo "no" >&6; }12390$as_echo "no" >&6; }
12376 as_fn_error "gnome-doc-utils >= $gdu_cv_version_required not found" "$LINENO" 512391 as_fn_error $? "gnome-doc-utils >= $gdu_cv_version_required not found" "$LINENO" 5
12377fi12392fi
1237812393
1237912394
@@ -12453,11 +12468,10 @@
12453{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for DBUSMENUGLIB" >&512468{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for DBUSMENUGLIB" >&5
12454$as_echo_n "checking for DBUSMENUGLIB... " >&6; }12469$as_echo_n "checking for DBUSMENUGLIB... " >&6; }
1245512470
12456if test -n "$PKG_CONFIG"; then12471if test -n "$DBUSMENUGLIB_CFLAGS"; then
12457 if test -n "$DBUSMENUGLIB_CFLAGS"; then12472 pkg_cv_DBUSMENUGLIB_CFLAGS="$DBUSMENUGLIB_CFLAGS"
12458 pkg_cv_DBUSMENUGLIB_CFLAGS="$DBUSMENUGLIB_CFLAGS"12473 elif test -n "$PKG_CONFIG"; then
12459 else12474 if test -n "$PKG_CONFIG" && \
12460 if test -n "$PKG_CONFIG" && \
12461 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"glib-2.0 >= \$GLIB_REQUIRED_VERSION12475 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"glib-2.0 >= \$GLIB_REQUIRED_VERSION
12462 dbus-glib-1 >= \$DBUS_REQUIRED_VERSION12476 dbus-glib-1 >= \$DBUS_REQUIRED_VERSION
12463 libxml-2.0 >= \$XML_REQUIRED_VERSION\""; } >&512477 libxml-2.0 >= \$XML_REQUIRED_VERSION\""; } >&5
@@ -12473,15 +12487,13 @@
12473else12487else
12474 pkg_failed=yes12488 pkg_failed=yes
12475fi12489fi
12476 fi12490 else
12477else12491 pkg_failed=untried
12478 pkg_failed=untried
12479fi12492fi
12480if test -n "$PKG_CONFIG"; then12493if test -n "$DBUSMENUGLIB_LIBS"; then
12481 if test -n "$DBUSMENUGLIB_LIBS"; then12494 pkg_cv_DBUSMENUGLIB_LIBS="$DBUSMENUGLIB_LIBS"
12482 pkg_cv_DBUSMENUGLIB_LIBS="$DBUSMENUGLIB_LIBS"12495 elif test -n "$PKG_CONFIG"; then
12483 else12496 if test -n "$PKG_CONFIG" && \
12484 if test -n "$PKG_CONFIG" && \
12485 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"glib-2.0 >= \$GLIB_REQUIRED_VERSION12497 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"glib-2.0 >= \$GLIB_REQUIRED_VERSION
12486 dbus-glib-1 >= \$DBUS_REQUIRED_VERSION12498 dbus-glib-1 >= \$DBUS_REQUIRED_VERSION
12487 libxml-2.0 >= \$XML_REQUIRED_VERSION\""; } >&512499 libxml-2.0 >= \$XML_REQUIRED_VERSION\""; } >&5
@@ -12497,14 +12509,15 @@
12497else12509else
12498 pkg_failed=yes12510 pkg_failed=yes
12499fi12511fi
12500 fi12512 else
12501else12513 pkg_failed=untried
12502 pkg_failed=untried
12503fi12514fi
1250412515
1250512516
1250612517
12507if test $pkg_failed = yes; then12518if test $pkg_failed = yes; then
12519 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12520$as_echo "no" >&6; }
1250812521
12509if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then12522if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
12510 _pkg_short_errors_supported=yes12523 _pkg_short_errors_supported=yes
@@ -12512,18 +12525,18 @@
12512 _pkg_short_errors_supported=no12525 _pkg_short_errors_supported=no
12513fi12526fi
12514 if test $_pkg_short_errors_supported = yes; then12527 if test $_pkg_short_errors_supported = yes; then
12515 DBUSMENUGLIB_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "glib-2.0 >= $GLIB_REQUIRED_VERSION12528 DBUSMENUGLIB_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "glib-2.0 >= $GLIB_REQUIRED_VERSION
12516 dbus-glib-1 >= $DBUS_REQUIRED_VERSION12529 dbus-glib-1 >= $DBUS_REQUIRED_VERSION
12517 libxml-2.0 >= $XML_REQUIRED_VERSION"`12530 libxml-2.0 >= $XML_REQUIRED_VERSION" 2>&1`
12518 else12531 else
12519 DBUSMENUGLIB_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "glib-2.0 >= $GLIB_REQUIRED_VERSION12532 DBUSMENUGLIB_PKG_ERRORS=`$PKG_CONFIG --print-errors "glib-2.0 >= $GLIB_REQUIRED_VERSION
12520 dbus-glib-1 >= $DBUS_REQUIRED_VERSION12533 dbus-glib-1 >= $DBUS_REQUIRED_VERSION
12521 libxml-2.0 >= $XML_REQUIRED_VERSION"`12534 libxml-2.0 >= $XML_REQUIRED_VERSION" 2>&1`
12522 fi12535 fi
12523 # Put the nasty error message in config.log where it belongs12536 # Put the nasty error message in config.log where it belongs
12524 echo "$DBUSMENUGLIB_PKG_ERRORS" >&512537 echo "$DBUSMENUGLIB_PKG_ERRORS" >&5
1252512538
12526 as_fn_error "Package requirements (glib-2.0 >= $GLIB_REQUIRED_VERSION12539 as_fn_error $? "Package requirements (glib-2.0 >= $GLIB_REQUIRED_VERSION
12527 dbus-glib-1 >= $DBUS_REQUIRED_VERSION12540 dbus-glib-1 >= $DBUS_REQUIRED_VERSION
12528 libxml-2.0 >= $XML_REQUIRED_VERSION) were not met:12541 libxml-2.0 >= $XML_REQUIRED_VERSION) were not met:
1252912542
@@ -12534,12 +12547,13 @@
1253412547
12535Alternatively, you may set the environment variables DBUSMENUGLIB_CFLAGS12548Alternatively, you may set the environment variables DBUSMENUGLIB_CFLAGS
12536and DBUSMENUGLIB_LIBS to avoid the need to call pkg-config.12549and DBUSMENUGLIB_LIBS to avoid the need to call pkg-config.
12537See the pkg-config man page for more details.12550See the pkg-config man page for more details." "$LINENO" 5
12538" "$LINENO" 5
12539elif test $pkg_failed = untried; then12551elif test $pkg_failed = untried; then
12552 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12553$as_echo "no" >&6; }
12540 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&512554 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
12541$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}12555$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
12542as_fn_error "The pkg-config script could not be found or is too old. Make sure it12556as_fn_error $? "The pkg-config script could not be found or is too old. Make sure it
12543is in your PATH or set the PKG_CONFIG environment variable to the full12557is in your PATH or set the PKG_CONFIG environment variable to the full
12544path to pkg-config.12558path to pkg-config.
1254512559
@@ -12548,13 +12562,13 @@
12548See the pkg-config man page for more details.12562See the pkg-config man page for more details.
1254912563
12550To get pkg-config, see <http://pkg-config.freedesktop.org/>.12564To get pkg-config, see <http://pkg-config.freedesktop.org/>.
12551See \`config.log' for more details." "$LINENO" 5; }12565See \`config.log' for more details" "$LINENO" 5 ; }
12552else12566else
12553 DBUSMENUGLIB_CFLAGS=$pkg_cv_DBUSMENUGLIB_CFLAGS12567 DBUSMENUGLIB_CFLAGS=$pkg_cv_DBUSMENUGLIB_CFLAGS
12554 DBUSMENUGLIB_LIBS=$pkg_cv_DBUSMENUGLIB_LIBS12568 DBUSMENUGLIB_LIBS=$pkg_cv_DBUSMENUGLIB_LIBS
12555 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&512569 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12556$as_echo "yes" >&6; }12570$as_echo "yes" >&6; }
12557 :12571
12558fi12572fi
1255912573
1256012574
@@ -12571,11 +12585,10 @@
12571{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for DBUSMENUGTK" >&512585{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for DBUSMENUGTK" >&5
12572$as_echo_n "checking for DBUSMENUGTK... " >&6; }12586$as_echo_n "checking for DBUSMENUGTK... " >&6; }
1257312587
12574if test -n "$PKG_CONFIG"; then12588if test -n "$DBUSMENUGTK_CFLAGS"; then
12575 if test -n "$DBUSMENUGTK_CFLAGS"; then12589 pkg_cv_DBUSMENUGTK_CFLAGS="$DBUSMENUGTK_CFLAGS"
12576 pkg_cv_DBUSMENUGTK_CFLAGS="$DBUSMENUGTK_CFLAGS"12590 elif test -n "$PKG_CONFIG"; then
12577 else12591 if test -n "$PKG_CONFIG" && \
12578 if test -n "$PKG_CONFIG" && \
12579 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"gtk+-2.0 >= \$GTK_REQUIRED_VERSION12592 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"gtk+-2.0 >= \$GTK_REQUIRED_VERSION
12580 glib-2.0 >= \$GLIB_REQUIRED_VERSION12593 glib-2.0 >= \$GLIB_REQUIRED_VERSION
12581 dbus-glib-1 >= \$DBUS_REQUIRED_VERSION12594 dbus-glib-1 >= \$DBUS_REQUIRED_VERSION
@@ -12594,15 +12607,13 @@
12594else12607else
12595 pkg_failed=yes12608 pkg_failed=yes
12596fi12609fi
12597 fi12610 else
12598else12611 pkg_failed=untried
12599 pkg_failed=untried
12600fi12612fi
12601if test -n "$PKG_CONFIG"; then12613if test -n "$DBUSMENUGTK_LIBS"; then
12602 if test -n "$DBUSMENUGTK_LIBS"; then12614 pkg_cv_DBUSMENUGTK_LIBS="$DBUSMENUGTK_LIBS"
12603 pkg_cv_DBUSMENUGTK_LIBS="$DBUSMENUGTK_LIBS"12615 elif test -n "$PKG_CONFIG"; then
12604 else12616 if test -n "$PKG_CONFIG" && \
12605 if test -n "$PKG_CONFIG" && \
12606 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"gtk+-2.0 >= \$GTK_REQUIRED_VERSION12617 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"gtk+-2.0 >= \$GTK_REQUIRED_VERSION
12607 glib-2.0 >= \$GLIB_REQUIRED_VERSION12618 glib-2.0 >= \$GLIB_REQUIRED_VERSION
12608 dbus-glib-1 >= \$DBUS_REQUIRED_VERSION12619 dbus-glib-1 >= \$DBUS_REQUIRED_VERSION
@@ -12621,14 +12632,15 @@
12621else12632else
12622 pkg_failed=yes12633 pkg_failed=yes
12623fi12634fi
12624 fi12635 else
12625else12636 pkg_failed=untried
12626 pkg_failed=untried
12627fi12637fi
1262812638
1262912639
1263012640
12631if test $pkg_failed = yes; then12641if test $pkg_failed = yes; then
12642 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12643$as_echo "no" >&6; }
1263212644
12633if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then12645if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
12634 _pkg_short_errors_supported=yes12646 _pkg_short_errors_supported=yes
@@ -12636,20 +12648,20 @@
12636 _pkg_short_errors_supported=no12648 _pkg_short_errors_supported=no
12637fi12649fi
12638 if test $_pkg_short_errors_supported = yes; then12650 if test $_pkg_short_errors_supported = yes; then
12639 DBUSMENUGTK_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "gtk+-2.0 >= $GTK_REQUIRED_VERSION12651 DBUSMENUGTK_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "gtk+-2.0 >= $GTK_REQUIRED_VERSION
12640 glib-2.0 >= $GLIB_REQUIRED_VERSION12652 glib-2.0 >= $GLIB_REQUIRED_VERSION
12641 dbus-glib-1 >= $DBUS_REQUIRED_VERSION12653 dbus-glib-1 >= $DBUS_REQUIRED_VERSION
12642 libxml-2.0 >= $XML_REQUIRED_VERSION"`12654 libxml-2.0 >= $XML_REQUIRED_VERSION" 2>&1`
12643 else12655 else
12644 DBUSMENUGTK_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "gtk+-2.0 >= $GTK_REQUIRED_VERSION12656 DBUSMENUGTK_PKG_ERRORS=`$PKG_CONFIG --print-errors "gtk+-2.0 >= $GTK_REQUIRED_VERSION
12645 glib-2.0 >= $GLIB_REQUIRED_VERSION12657 glib-2.0 >= $GLIB_REQUIRED_VERSION
12646 dbus-glib-1 >= $DBUS_REQUIRED_VERSION12658 dbus-glib-1 >= $DBUS_REQUIRED_VERSION
12647 libxml-2.0 >= $XML_REQUIRED_VERSION"`12659 libxml-2.0 >= $XML_REQUIRED_VERSION" 2>&1`
12648 fi12660 fi
12649 # Put the nasty error message in config.log where it belongs12661 # Put the nasty error message in config.log where it belongs
12650 echo "$DBUSMENUGTK_PKG_ERRORS" >&512662 echo "$DBUSMENUGTK_PKG_ERRORS" >&5
1265112663
12652 as_fn_error "Package requirements (gtk+-2.0 >= $GTK_REQUIRED_VERSION12664 as_fn_error $? "Package requirements (gtk+-2.0 >= $GTK_REQUIRED_VERSION
12653 glib-2.0 >= $GLIB_REQUIRED_VERSION12665 glib-2.0 >= $GLIB_REQUIRED_VERSION
12654 dbus-glib-1 >= $DBUS_REQUIRED_VERSION12666 dbus-glib-1 >= $DBUS_REQUIRED_VERSION
12655 libxml-2.0 >= $XML_REQUIRED_VERSION) were not met:12667 libxml-2.0 >= $XML_REQUIRED_VERSION) were not met:
@@ -12661,12 +12673,13 @@
1266112673
12662Alternatively, you may set the environment variables DBUSMENUGTK_CFLAGS12674Alternatively, you may set the environment variables DBUSMENUGTK_CFLAGS
12663and DBUSMENUGTK_LIBS to avoid the need to call pkg-config.12675and DBUSMENUGTK_LIBS to avoid the need to call pkg-config.
12664See the pkg-config man page for more details.12676See the pkg-config man page for more details." "$LINENO" 5
12665" "$LINENO" 5
12666elif test $pkg_failed = untried; then12677elif test $pkg_failed = untried; then
12678 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12679$as_echo "no" >&6; }
12667 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&512680 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
12668$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}12681$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
12669as_fn_error "The pkg-config script could not be found or is too old. Make sure it12682as_fn_error $? "The pkg-config script could not be found or is too old. Make sure it
12670is in your PATH or set the PKG_CONFIG environment variable to the full12683is in your PATH or set the PKG_CONFIG environment variable to the full
12671path to pkg-config.12684path to pkg-config.
1267212685
@@ -12675,13 +12688,13 @@
12675See the pkg-config man page for more details.12688See the pkg-config man page for more details.
1267612689
12677To get pkg-config, see <http://pkg-config.freedesktop.org/>.12690To get pkg-config, see <http://pkg-config.freedesktop.org/>.
12678See \`config.log' for more details." "$LINENO" 5; }12691See \`config.log' for more details" "$LINENO" 5 ; }
12679else12692else
12680 DBUSMENUGTK_CFLAGS=$pkg_cv_DBUSMENUGTK_CFLAGS12693 DBUSMENUGTK_CFLAGS=$pkg_cv_DBUSMENUGTK_CFLAGS
12681 DBUSMENUGTK_LIBS=$pkg_cv_DBUSMENUGTK_LIBS12694 DBUSMENUGTK_LIBS=$pkg_cv_DBUSMENUGTK_LIBS
12682 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&512695 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12683$as_echo "yes" >&6; }12696$as_echo "yes" >&6; }
12684 :12697
12685fi12698fi
1268612699
1268712700
@@ -12698,11 +12711,10 @@
12698{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for DBUSMENUDUMPER" >&512711{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for DBUSMENUDUMPER" >&5
12699$as_echo_n "checking for DBUSMENUDUMPER... " >&6; }12712$as_echo_n "checking for DBUSMENUDUMPER... " >&6; }
1270012713
12701if test -n "$PKG_CONFIG"; then12714if test -n "$DBUSMENUDUMPER_CFLAGS"; then
12702 if test -n "$DBUSMENUDUMPER_CFLAGS"; then12715 pkg_cv_DBUSMENUDUMPER_CFLAGS="$DBUSMENUDUMPER_CFLAGS"
12703 pkg_cv_DBUSMENUDUMPER_CFLAGS="$DBUSMENUDUMPER_CFLAGS"12716 elif test -n "$PKG_CONFIG"; then
12704 else12717 if test -n "$PKG_CONFIG" && \
12705 if test -n "$PKG_CONFIG" && \
12706 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"gtk+-2.0 >= \$GTK_REQUIRED_VERSION12718 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"gtk+-2.0 >= \$GTK_REQUIRED_VERSION
12707 x11 >= \$X11_REQUIRED_VERSION\""; } >&512719 x11 >= \$X11_REQUIRED_VERSION\""; } >&5
12708 ($PKG_CONFIG --exists --print-errors "gtk+-2.0 >= $GTK_REQUIRED_VERSION12720 ($PKG_CONFIG --exists --print-errors "gtk+-2.0 >= $GTK_REQUIRED_VERSION
@@ -12715,15 +12727,13 @@
12715else12727else
12716 pkg_failed=yes12728 pkg_failed=yes
12717fi12729fi
12718 fi12730 else
12719else12731 pkg_failed=untried
12720 pkg_failed=untried
12721fi12732fi
12722if test -n "$PKG_CONFIG"; then12733if test -n "$DBUSMENUDUMPER_LIBS"; then
12723 if test -n "$DBUSMENUDUMPER_LIBS"; then12734 pkg_cv_DBUSMENUDUMPER_LIBS="$DBUSMENUDUMPER_LIBS"
12724 pkg_cv_DBUSMENUDUMPER_LIBS="$DBUSMENUDUMPER_LIBS"12735 elif test -n "$PKG_CONFIG"; then
12725 else12736 if test -n "$PKG_CONFIG" && \
12726 if test -n "$PKG_CONFIG" && \
12727 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"gtk+-2.0 >= \$GTK_REQUIRED_VERSION12737 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"gtk+-2.0 >= \$GTK_REQUIRED_VERSION
12728 x11 >= \$X11_REQUIRED_VERSION\""; } >&512738 x11 >= \$X11_REQUIRED_VERSION\""; } >&5
12729 ($PKG_CONFIG --exists --print-errors "gtk+-2.0 >= $GTK_REQUIRED_VERSION12739 ($PKG_CONFIG --exists --print-errors "gtk+-2.0 >= $GTK_REQUIRED_VERSION
@@ -12736,14 +12746,15 @@
12736else12746else
12737 pkg_failed=yes12747 pkg_failed=yes
12738fi12748fi
12739 fi12749 else
12740else12750 pkg_failed=untried
12741 pkg_failed=untried
12742fi12751fi
1274312752
1274412753
1274512754
12746if test $pkg_failed = yes; then12755if test $pkg_failed = yes; then
12756 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12757$as_echo "no" >&6; }
1274712758
12748if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then12759if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
12749 _pkg_short_errors_supported=yes12760 _pkg_short_errors_supported=yes
@@ -12751,16 +12762,16 @@
12751 _pkg_short_errors_supported=no12762 _pkg_short_errors_supported=no
12752fi12763fi
12753 if test $_pkg_short_errors_supported = yes; then12764 if test $_pkg_short_errors_supported = yes; then
12754 DBUSMENUDUMPER_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "gtk+-2.0 >= $GTK_REQUIRED_VERSION12765 DBUSMENUDUMPER_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "gtk+-2.0 >= $GTK_REQUIRED_VERSION
12755 x11 >= $X11_REQUIRED_VERSION"`12766 x11 >= $X11_REQUIRED_VERSION" 2>&1`
12756 else12767 else
12757 DBUSMENUDUMPER_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "gtk+-2.0 >= $GTK_REQUIRED_VERSION12768 DBUSMENUDUMPER_PKG_ERRORS=`$PKG_CONFIG --print-errors "gtk+-2.0 >= $GTK_REQUIRED_VERSION
12758 x11 >= $X11_REQUIRED_VERSION"`12769 x11 >= $X11_REQUIRED_VERSION" 2>&1`
12759 fi12770 fi
12760 # Put the nasty error message in config.log where it belongs12771 # Put the nasty error message in config.log where it belongs
12761 echo "$DBUSMENUDUMPER_PKG_ERRORS" >&512772 echo "$DBUSMENUDUMPER_PKG_ERRORS" >&5
1276212773
12763 as_fn_error "Package requirements (gtk+-2.0 >= $GTK_REQUIRED_VERSION12774 as_fn_error $? "Package requirements (gtk+-2.0 >= $GTK_REQUIRED_VERSION
12764 x11 >= $X11_REQUIRED_VERSION) were not met:12775 x11 >= $X11_REQUIRED_VERSION) were not met:
1276512776
12766$DBUSMENUDUMPER_PKG_ERRORS12777$DBUSMENUDUMPER_PKG_ERRORS
@@ -12770,12 +12781,13 @@
1277012781
12771Alternatively, you may set the environment variables DBUSMENUDUMPER_CFLAGS12782Alternatively, you may set the environment variables DBUSMENUDUMPER_CFLAGS
12772and DBUSMENUDUMPER_LIBS to avoid the need to call pkg-config.12783and DBUSMENUDUMPER_LIBS to avoid the need to call pkg-config.
12773See the pkg-config man page for more details.12784See the pkg-config man page for more details." "$LINENO" 5
12774" "$LINENO" 5
12775elif test $pkg_failed = untried; then12785elif test $pkg_failed = untried; then
12786 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12787$as_echo "no" >&6; }
12776 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&512788 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
12777$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}12789$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
12778as_fn_error "The pkg-config script could not be found or is too old. Make sure it12790as_fn_error $? "The pkg-config script could not be found or is too old. Make sure it
12779is in your PATH or set the PKG_CONFIG environment variable to the full12791is in your PATH or set the PKG_CONFIG environment variable to the full
12780path to pkg-config.12792path to pkg-config.
1278112793
@@ -12784,13 +12796,13 @@
12784See the pkg-config man page for more details.12796See the pkg-config man page for more details.
1278512797
12786To get pkg-config, see <http://pkg-config.freedesktop.org/>.12798To get pkg-config, see <http://pkg-config.freedesktop.org/>.
12787See \`config.log' for more details." "$LINENO" 5; }12799See \`config.log' for more details" "$LINENO" 5 ; }
12788else12800else
12789 DBUSMENUDUMPER_CFLAGS=$pkg_cv_DBUSMENUDUMPER_CFLAGS12801 DBUSMENUDUMPER_CFLAGS=$pkg_cv_DBUSMENUDUMPER_CFLAGS
12790 DBUSMENUDUMPER_LIBS=$pkg_cv_DBUSMENUDUMPER_LIBS12802 DBUSMENUDUMPER_LIBS=$pkg_cv_DBUSMENUDUMPER_LIBS
12791 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&512803 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12792$as_echo "yes" >&6; }12804$as_echo "yes" >&6; }
12793 :12805
12794fi12806fi
1279512807
1279612808
@@ -12808,11 +12820,10 @@
12808{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for DBUSMENUTESTS" >&512820{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for DBUSMENUTESTS" >&5
12809$as_echo_n "checking for DBUSMENUTESTS... " >&6; }12821$as_echo_n "checking for DBUSMENUTESTS... " >&6; }
1281012822
12811if test -n "$PKG_CONFIG"; then12823if test -n "$DBUSMENUTESTS_CFLAGS"; then
12812 if test -n "$DBUSMENUTESTS_CFLAGS"; then12824 pkg_cv_DBUSMENUTESTS_CFLAGS="$DBUSMENUTESTS_CFLAGS"
12813 pkg_cv_DBUSMENUTESTS_CFLAGS="$DBUSMENUTESTS_CFLAGS"12825 elif test -n "$PKG_CONFIG"; then
12814 else12826 if test -n "$PKG_CONFIG" && \
12815 if test -n "$PKG_CONFIG" && \
12816 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"json-glib-1.0 >= \$JSON_GLIB_REQUIRED_VERSION12827 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"json-glib-1.0 >= \$JSON_GLIB_REQUIRED_VERSION
12817 gio-unix-2.0 >= \$GIO_UNIX_REQUIRED_VERSION\""; } >&512828 gio-unix-2.0 >= \$GIO_UNIX_REQUIRED_VERSION\""; } >&5
12818 ($PKG_CONFIG --exists --print-errors "json-glib-1.0 >= $JSON_GLIB_REQUIRED_VERSION12829 ($PKG_CONFIG --exists --print-errors "json-glib-1.0 >= $JSON_GLIB_REQUIRED_VERSION
@@ -12825,15 +12836,13 @@
12825else12836else
12826 pkg_failed=yes12837 pkg_failed=yes
12827fi12838fi
12828 fi12839 else
12829else12840 pkg_failed=untried
12830 pkg_failed=untried
12831fi12841fi
12832if test -n "$PKG_CONFIG"; then12842if test -n "$DBUSMENUTESTS_LIBS"; then
12833 if test -n "$DBUSMENUTESTS_LIBS"; then12843 pkg_cv_DBUSMENUTESTS_LIBS="$DBUSMENUTESTS_LIBS"
12834 pkg_cv_DBUSMENUTESTS_LIBS="$DBUSMENUTESTS_LIBS"12844 elif test -n "$PKG_CONFIG"; then
12835 else12845 if test -n "$PKG_CONFIG" && \
12836 if test -n "$PKG_CONFIG" && \
12837 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"json-glib-1.0 >= \$JSON_GLIB_REQUIRED_VERSION12846 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"json-glib-1.0 >= \$JSON_GLIB_REQUIRED_VERSION
12838 gio-unix-2.0 >= \$GIO_UNIX_REQUIRED_VERSION\""; } >&512847 gio-unix-2.0 >= \$GIO_UNIX_REQUIRED_VERSION\""; } >&5
12839 ($PKG_CONFIG --exists --print-errors "json-glib-1.0 >= $JSON_GLIB_REQUIRED_VERSION12848 ($PKG_CONFIG --exists --print-errors "json-glib-1.0 >= $JSON_GLIB_REQUIRED_VERSION
@@ -12846,14 +12855,15 @@
12846else12855else
12847 pkg_failed=yes12856 pkg_failed=yes
12848fi12857fi
12849 fi12858 else
12850else12859 pkg_failed=untried
12851 pkg_failed=untried
12852fi12860fi
1285312861
1285412862
1285512863
12856if test $pkg_failed = yes; then12864if test $pkg_failed = yes; then
12865 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12866$as_echo "no" >&6; }
1285712867
12858if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then12868if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
12859 _pkg_short_errors_supported=yes12869 _pkg_short_errors_supported=yes
@@ -12861,16 +12871,16 @@
12861 _pkg_short_errors_supported=no12871 _pkg_short_errors_supported=no
12862fi12872fi
12863 if test $_pkg_short_errors_supported = yes; then12873 if test $_pkg_short_errors_supported = yes; then
12864 DBUSMENUTESTS_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "json-glib-1.0 >= $JSON_GLIB_REQUIRED_VERSION12874 DBUSMENUTESTS_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "json-glib-1.0 >= $JSON_GLIB_REQUIRED_VERSION
12865 gio-unix-2.0 >= $GIO_UNIX_REQUIRED_VERSION"`12875 gio-unix-2.0 >= $GIO_UNIX_REQUIRED_VERSION" 2>&1`
12866 else12876 else
12867 DBUSMENUTESTS_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "json-glib-1.0 >= $JSON_GLIB_REQUIRED_VERSION12877 DBUSMENUTESTS_PKG_ERRORS=`$PKG_CONFIG --print-errors "json-glib-1.0 >= $JSON_GLIB_REQUIRED_VERSION
12868 gio-unix-2.0 >= $GIO_UNIX_REQUIRED_VERSION"`12878 gio-unix-2.0 >= $GIO_UNIX_REQUIRED_VERSION" 2>&1`
12869 fi12879 fi
12870 # Put the nasty error message in config.log where it belongs12880 # Put the nasty error message in config.log where it belongs
12871 echo "$DBUSMENUTESTS_PKG_ERRORS" >&512881 echo "$DBUSMENUTESTS_PKG_ERRORS" >&5
1287212882
12873 as_fn_error "Package requirements (json-glib-1.0 >= $JSON_GLIB_REQUIRED_VERSION12883 as_fn_error $? "Package requirements (json-glib-1.0 >= $JSON_GLIB_REQUIRED_VERSION
12874 gio-unix-2.0 >= $GIO_UNIX_REQUIRED_VERSION) were not met:12884 gio-unix-2.0 >= $GIO_UNIX_REQUIRED_VERSION) were not met:
1287512885
12876$DBUSMENUTESTS_PKG_ERRORS12886$DBUSMENUTESTS_PKG_ERRORS
@@ -12880,12 +12890,13 @@
1288012890
12881Alternatively, you may set the environment variables DBUSMENUTESTS_CFLAGS12891Alternatively, you may set the environment variables DBUSMENUTESTS_CFLAGS
12882and DBUSMENUTESTS_LIBS to avoid the need to call pkg-config.12892and DBUSMENUTESTS_LIBS to avoid the need to call pkg-config.
12883See the pkg-config man page for more details.12893See the pkg-config man page for more details." "$LINENO" 5
12884" "$LINENO" 5
12885elif test $pkg_failed = untried; then12894elif test $pkg_failed = untried; then
12895 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12896$as_echo "no" >&6; }
12886 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&512897 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
12887$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}12898$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
12888as_fn_error "The pkg-config script could not be found or is too old. Make sure it12899as_fn_error $? "The pkg-config script could not be found or is too old. Make sure it
12889is in your PATH or set the PKG_CONFIG environment variable to the full12900is in your PATH or set the PKG_CONFIG environment variable to the full
12890path to pkg-config.12901path to pkg-config.
1289112902
@@ -12894,13 +12905,13 @@
12894See the pkg-config man page for more details.12905See the pkg-config man page for more details.
1289512906
12896To get pkg-config, see <http://pkg-config.freedesktop.org/>.12907To get pkg-config, see <http://pkg-config.freedesktop.org/>.
12897See \`config.log' for more details." "$LINENO" 5; }12908See \`config.log' for more details" "$LINENO" 5 ; }
12898else12909else
12899 DBUSMENUTESTS_CFLAGS=$pkg_cv_DBUSMENUTESTS_CFLAGS12910 DBUSMENUTESTS_CFLAGS=$pkg_cv_DBUSMENUTESTS_CFLAGS
12900 DBUSMENUTESTS_LIBS=$pkg_cv_DBUSMENUTESTS_LIBS12911 DBUSMENUTESTS_LIBS=$pkg_cv_DBUSMENUTESTS_LIBS
12901 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&512912 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12902$as_echo "yes" >&6; }12913$as_echo "yes" >&6; }
12903 :12914
12904fi12915fi
1290512916
1290612917
@@ -12937,7 +12948,7 @@
12937 test $ac_status = 0; }; then12948 test $ac_status = 0; }; then
12938 :12949 :
12939else12950else
12940 as_fn_error "gobject-introspection-1.0 is not installed" "$LINENO" 512951 as_fn_error $? "gobject-introspection-1.0 is not installed" "$LINENO" 5
12941fi12952fi
12942 if test -n "$PKG_CONFIG" && \12953 if test -n "$PKG_CONFIG" && \
12943 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"gobject-introspection-1.0 >= 0.6.7\""; } >&512954 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"gobject-introspection-1.0 >= 0.6.7\""; } >&5
@@ -12947,7 +12958,7 @@
12947 test $ac_status = 0; }; then12958 test $ac_status = 0; }; then
12948 found_introspection=yes12959 found_introspection=yes
12949else12960else
12950 as_fn_error "You need to have gobject-introspection >= 0.6.7 installed to build libdbusmenu" "$LINENO" 512961 as_fn_error $? "You need to have gobject-introspection >= 0.6.7 installed to build libdbusmenu" "$LINENO" 5
12951fi12962fi
12952 ;; #(12963 ;; #(
12953 auto) :12964 auto) :
@@ -12963,7 +12974,7 @@
12963fi12974fi
12964 ;; #(12975 ;; #(
12965 *) :12976 *) :
12966 as_fn_error "invalid argument passed to --enable-introspection, should be one of [no/auto/yes]" "$LINENO" 512977 as_fn_error $? "invalid argument passed to --enable-introspection, should be one of [no/auto/yes]" "$LINENO" 5
12967 ;;12978 ;;
12968esac12979esac
12969 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $found_introspection" >&512980 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $found_introspection" >&5
@@ -13885,6 +13896,7 @@
1388513896
13886ac_libobjs=13897ac_libobjs=
13887ac_ltlibobjs=13898ac_ltlibobjs=
13899U=
13888for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue13900for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
13889 # 1. Remove the extension, and $U if already installed.13901 # 1. Remove the extension, and $U if already installed.
13890 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'13902 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
@@ -13908,15 +13920,15 @@
13908fi13920fi
1390913921
13910if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then13922if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
13911 as_fn_error "conditional \"MAINTAINER_MODE\" was never defined.13923 as_fn_error $? "conditional \"MAINTAINER_MODE\" was never defined.
13912Usually this means the macro was only invoked conditionally." "$LINENO" 513924Usually this means the macro was only invoked conditionally." "$LINENO" 5
13913fi13925fi
13914if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then13926if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
13915 as_fn_error "conditional \"AMDEP\" was never defined.13927 as_fn_error $? "conditional \"AMDEP\" was never defined.
13916Usually this means the macro was only invoked conditionally." "$LINENO" 513928Usually this means the macro was only invoked conditionally." "$LINENO" 5
13917fi13929fi
13918if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then13930if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
13919 as_fn_error "conditional \"am__fastdepCC\" was never defined.13931 as_fn_error $? "conditional \"am__fastdepCC\" was never defined.
13920Usually this means the macro was only invoked conditionally." "$LINENO" 513932Usually this means the macro was only invoked conditionally." "$LINENO" 5
13921fi13933fi
1392213934
@@ -13924,39 +13936,39 @@
1392413936
1392513937
13926if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then13938if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
13927 as_fn_error "conditional \"am__fastdepCC\" was never defined.13939 as_fn_error $? "conditional \"am__fastdepCC\" was never defined.
13928Usually this means the macro was only invoked conditionally." "$LINENO" 513940Usually this means the macro was only invoked conditionally." "$LINENO" 5
13929fi13941fi
13930if test -z "${ENABLE_GTK_DOC_TRUE}" && test -z "${ENABLE_GTK_DOC_FALSE}"; then13942if test -z "${ENABLE_GTK_DOC_TRUE}" && test -z "${ENABLE_GTK_DOC_FALSE}"; then
13931 as_fn_error "conditional \"ENABLE_GTK_DOC\" was never defined.13943 as_fn_error $? "conditional \"ENABLE_GTK_DOC\" was never defined.
13932Usually this means the macro was only invoked conditionally." "$LINENO" 513944Usually this means the macro was only invoked conditionally." "$LINENO" 5
13933fi13945fi
13934if test -z "${GTK_DOC_BUILD_HTML_TRUE}" && test -z "${GTK_DOC_BUILD_HTML_FALSE}"; then13946if test -z "${GTK_DOC_BUILD_HTML_TRUE}" && test -z "${GTK_DOC_BUILD_HTML_FALSE}"; then
13935 as_fn_error "conditional \"GTK_DOC_BUILD_HTML\" was never defined.13947 as_fn_error $? "conditional \"GTK_DOC_BUILD_HTML\" was never defined.
13936Usually this means the macro was only invoked conditionally." "$LINENO" 513948Usually this means the macro was only invoked conditionally." "$LINENO" 5
13937fi13949fi
13938if test -z "${GTK_DOC_BUILD_PDF_TRUE}" && test -z "${GTK_DOC_BUILD_PDF_FALSE}"; then13950if test -z "${GTK_DOC_BUILD_PDF_TRUE}" && test -z "${GTK_DOC_BUILD_PDF_FALSE}"; then
13939 as_fn_error "conditional \"GTK_DOC_BUILD_PDF\" was never defined.13951 as_fn_error $? "conditional \"GTK_DOC_BUILD_PDF\" was never defined.
13940Usually this means the macro was only invoked conditionally." "$LINENO" 513952Usually this means the macro was only invoked conditionally." "$LINENO" 5
13941fi13953fi
13942if test -z "${GTK_DOC_USE_LIBTOOL_TRUE}" && test -z "${GTK_DOC_USE_LIBTOOL_FALSE}"; then13954if test -z "${GTK_DOC_USE_LIBTOOL_TRUE}" && test -z "${GTK_DOC_USE_LIBTOOL_FALSE}"; then
13943 as_fn_error "conditional \"GTK_DOC_USE_LIBTOOL\" was never defined.13955 as_fn_error $? "conditional \"GTK_DOC_USE_LIBTOOL\" was never defined.
13944Usually this means the macro was only invoked conditionally." "$LINENO" 513956Usually this means the macro was only invoked conditionally." "$LINENO" 5
13945fi13957fi
13946if test -z "${GTK_DOC_USE_REBASE_TRUE}" && test -z "${GTK_DOC_USE_REBASE_FALSE}"; then13958if test -z "${GTK_DOC_USE_REBASE_TRUE}" && test -z "${GTK_DOC_USE_REBASE_FALSE}"; then
13947 as_fn_error "conditional \"GTK_DOC_USE_REBASE\" was never defined.13959 as_fn_error $? "conditional \"GTK_DOC_USE_REBASE\" was never defined.
13948Usually this means the macro was only invoked conditionally." "$LINENO" 513960Usually this means the macro was only invoked conditionally." "$LINENO" 5
13949fi13961fi
13950if test -z "${ENABLE_SK_TRUE}" && test -z "${ENABLE_SK_FALSE}"; then13962if test -z "${ENABLE_SK_TRUE}" && test -z "${ENABLE_SK_FALSE}"; then
13951 as_fn_error "conditional \"ENABLE_SK\" was never defined.13963 as_fn_error $? "conditional \"ENABLE_SK\" was never defined.
13952Usually this means the macro was only invoked conditionally." "$LINENO" 513964Usually this means the macro was only invoked conditionally." "$LINENO" 5
13953fi13965fi
13954if test -z "${HAVE_GNOME_DOC_UTILS_TRUE}" && test -z "${HAVE_GNOME_DOC_UTILS_FALSE}"; then13966if test -z "${HAVE_GNOME_DOC_UTILS_TRUE}" && test -z "${HAVE_GNOME_DOC_UTILS_FALSE}"; then
13955 as_fn_error "conditional \"HAVE_GNOME_DOC_UTILS\" was never defined.13967 as_fn_error $? "conditional \"HAVE_GNOME_DOC_UTILS\" was never defined.
13956Usually this means the macro was only invoked conditionally." "$LINENO" 513968Usually this means the macro was only invoked conditionally." "$LINENO" 5
13957fi13969fi
13958if test -z "${HAVE_INTROSPECTION_TRUE}" && test -z "${HAVE_INTROSPECTION_FALSE}"; then13970if test -z "${HAVE_INTROSPECTION_TRUE}" && test -z "${HAVE_INTROSPECTION_FALSE}"; then
13959 as_fn_error "conditional \"HAVE_INTROSPECTION\" was never defined.13971 as_fn_error $? "conditional \"HAVE_INTROSPECTION\" was never defined.
13960Usually this means the macro was only invoked conditionally." "$LINENO" 513972Usually this means the macro was only invoked conditionally." "$LINENO" 5
13961fi13973fi
1396213974
@@ -14106,19 +14118,19 @@
14106(unset CDPATH) >/dev/null 2>&1 && unset CDPATH14118(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
1410714119
1410814120
14109# as_fn_error ERROR [LINENO LOG_FD]14121# as_fn_error STATUS ERROR [LINENO LOG_FD]
14110# ---------------------------------14122# ----------------------------------------
14111# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are14123# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
14112# provided, also output the error to LOG_FD, referencing LINENO. Then exit the14124# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
14113# script with status $?, using 1 if that was 0.14125# script with STATUS, using 1 if that was 0.
14114as_fn_error ()14126as_fn_error ()
14115{14127{
14116 as_status=$?; test $as_status -eq 0 && as_status=114128 as_status=$1; test $as_status -eq 0 && as_status=1
14117 if test "$3"; then14129 if test "$4"; then
14118 as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack14130 as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
14119 $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$314131 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
14120 fi14132 fi
14121 $as_echo "$as_me: error: $1" >&214133 $as_echo "$as_me: error: $2" >&2
14122 as_fn_exit $as_status14134 as_fn_exit $as_status
14123} # as_fn_error14135} # as_fn_error
1412414136
@@ -14314,7 +14326,7 @@
14314 test -d "$as_dir" && break14326 test -d "$as_dir" && break
14315 done14327 done
14316 test -z "$as_dirs" || eval "mkdir $as_dirs"14328 test -z "$as_dirs" || eval "mkdir $as_dirs"
14317 } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"14329 } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
1431814330
1431914331
14320} # as_fn_mkdir_p14332} # as_fn_mkdir_p
@@ -14367,8 +14379,8 @@
14367# report actual input values of CONFIG_FILES etc. instead of their14379# report actual input values of CONFIG_FILES etc. instead of their
14368# values after options handling.14380# values after options handling.
14369ac_log="14381ac_log="
14370This file was extended by libdbusmenu $as_me 0.3.9, which was14382This file was extended by libdbusmenu $as_me 0.3.10, which was
14371generated by GNU Autoconf 2.65. Invocation command line was14383generated by GNU Autoconf 2.67. Invocation command line was
1437214384
14373 CONFIG_FILES = $CONFIG_FILES14385 CONFIG_FILES = $CONFIG_FILES
14374 CONFIG_HEADERS = $CONFIG_HEADERS14386 CONFIG_HEADERS = $CONFIG_HEADERS
@@ -14433,11 +14445,11 @@
14433cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=114445cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14434ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"14446ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
14435ac_cs_version="\\14447ac_cs_version="\\
14436libdbusmenu config.status 0.3.914448libdbusmenu config.status 0.3.10
14437configured by $0, generated by GNU Autoconf 2.65,14449configured by $0, generated by GNU Autoconf 2.67,
14438 with options \\"\$ac_cs_config\\"14450 with options \\"\$ac_cs_config\\"
1443914451
14440Copyright (C) 2009 Free Software Foundation, Inc.14452Copyright (C) 2010 Free Software Foundation, Inc.
14441This config.status script is free software; the Free Software Foundation14453This config.status script is free software; the Free Software Foundation
14442gives unlimited permission to copy, distribute and modify it."14454gives unlimited permission to copy, distribute and modify it."
1444314455
@@ -14455,11 +14467,16 @@
14455while test $# != 014467while test $# != 0
14456do14468do
14457 case $1 in14469 case $1 in
14458 --*=*)14470 --*=?*)
14459 ac_option=`expr "X$1" : 'X\([^=]*\)='`14471 ac_option=`expr "X$1" : 'X\([^=]*\)='`
14460 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`14472 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
14461 ac_shift=:14473 ac_shift=:
14462 ;;14474 ;;
14475 --*=)
14476 ac_option=`expr "X$1" : 'X\([^=]*\)='`
14477 ac_optarg=
14478 ac_shift=:
14479 ;;
14463 *)14480 *)
14464 ac_option=$114481 ac_option=$1
14465 ac_optarg=$214482 ac_optarg=$2
@@ -14481,6 +14498,7 @@
14481 $ac_shift14498 $ac_shift
14482 case $ac_optarg in14499 case $ac_optarg in
14483 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;14500 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
14501 '') as_fn_error $? "missing file argument" ;;
14484 esac14502 esac
14485 as_fn_append CONFIG_FILES " '$ac_optarg'"14503 as_fn_append CONFIG_FILES " '$ac_optarg'"
14486 ac_need_defaults=false;;14504 ac_need_defaults=false;;
@@ -14493,7 +14511,7 @@
14493 ac_need_defaults=false;;14511 ac_need_defaults=false;;
14494 --he | --h)14512 --he | --h)
14495 # Conflict between --help and --header14513 # Conflict between --help and --header
14496 as_fn_error "ambiguous option: \`$1'14514 as_fn_error $? "ambiguous option: \`$1'
14497Try \`$0 --help' for more information.";;14515Try \`$0 --help' for more information.";;
14498 --help | --hel | -h )14516 --help | --hel | -h )
14499 $as_echo "$ac_cs_usage"; exit ;;14517 $as_echo "$ac_cs_usage"; exit ;;
@@ -14502,7 +14520,7 @@
14502 ac_cs_silent=: ;;14520 ac_cs_silent=: ;;
1450314521
14504 # This is an error.14522 # This is an error.
14505 -*) as_fn_error "unrecognized option: \`$1'14523 -*) as_fn_error $? "unrecognized option: \`$1'
14506Try \`$0 --help' for more information." ;;14524Try \`$0 --help' for more information." ;;
1450714525
14508 *) as_fn_append ac_config_targets " $1"14526 *) as_fn_append ac_config_targets " $1"
@@ -14835,7 +14853,7 @@
14835 "docs/libdbusmenu-gtk/reference/version.xml") CONFIG_FILES="$CONFIG_FILES docs/libdbusmenu-gtk/reference/version.xml" ;;14853 "docs/libdbusmenu-gtk/reference/version.xml") CONFIG_FILES="$CONFIG_FILES docs/libdbusmenu-gtk/reference/version.xml" ;;
14836 "po/stamp-it") CONFIG_COMMANDS="$CONFIG_COMMANDS po/stamp-it" ;;14854 "po/stamp-it") CONFIG_COMMANDS="$CONFIG_COMMANDS po/stamp-it" ;;
1483714855
14838 *) as_fn_error "invalid argument: \`$ac_config_target'" "$LINENO" 5;;14856 *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5 ;;
14839 esac14857 esac
14840done14858done
1484114859
@@ -14873,7 +14891,7 @@
14873{14891{
14874 tmp=./conf$$-$RANDOM14892 tmp=./conf$$-$RANDOM
14875 (umask 077 && mkdir "$tmp")14893 (umask 077 && mkdir "$tmp")
14876} || as_fn_error "cannot create a temporary directory in ." "$LINENO" 514894} || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
1487714895
14878# Set up the scripts for CONFIG_FILES section.14896# Set up the scripts for CONFIG_FILES section.
14879# No need to generate them if there are no CONFIG_FILES.14897# No need to generate them if there are no CONFIG_FILES.
@@ -14890,7 +14908,7 @@
14890fi14908fi
14891ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`14909ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
14892if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then14910if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
14893 ac_cs_awk_cr='\r'14911 ac_cs_awk_cr='\\r'
14894else14912else
14895 ac_cs_awk_cr=$ac_cr14913 ac_cs_awk_cr=$ac_cr
14896fi14914fi
@@ -14904,18 +14922,18 @@
14904 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&14922 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
14905 echo "_ACEOF"14923 echo "_ACEOF"
14906} >conf$$subs.sh ||14924} >conf$$subs.sh ||
14907 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 514925 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
14908ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`14926ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
14909ac_delim='%!_!# '14927ac_delim='%!_!# '
14910for ac_last_try in false false false false false :; do14928for ac_last_try in false false false false false :; do
14911 . ./conf$$subs.sh ||14929 . ./conf$$subs.sh ||
14912 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 514930 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
1491314931
14914 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`14932 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
14915 if test $ac_delim_n = $ac_delim_num; then14933 if test $ac_delim_n = $ac_delim_num; then
14916 break14934 break
14917 elif $ac_last_try; then14935 elif $ac_last_try; then
14918 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 514936 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
14919 else14937 else
14920 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "14938 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
14921 fi14939 fi
@@ -15004,20 +15022,28 @@
15004else15022else
15005 cat15023 cat
15006fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \15024fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
15007 || as_fn_error "could not setup config files machinery" "$LINENO" 515025 || as_fn_error $? "could not setup config files machinery" "$LINENO" 5
15008_ACEOF15026_ACEOF
1500915027
15010# VPATH may cause trouble with some makes, so we remove $(srcdir),15028# VPATH may cause trouble with some makes, so we remove sole $(srcdir),
15011# ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and15029# ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and
15012# trailing colons and then remove the whole line if VPATH becomes empty15030# trailing colons and then remove the whole line if VPATH becomes empty
15013# (actually we leave an empty line to preserve line numbers).15031# (actually we leave an empty line to preserve line numbers).
15014if test "x$srcdir" = x.; then15032if test "x$srcdir" = x.; then
15015 ac_vpsub='/^[ ]*VPATH[ ]*=/{15033 ac_vpsub='/^[ ]*VPATH[ ]*=[ ]*/{
15016s/:*\$(srcdir):*/:/15034h
15017s/:*\${srcdir}:*/:/15035s///
15018s/:*@srcdir@:*/:/15036s/^/:/
15019s/^\([^=]*=[ ]*\):*/\1/15037s/[ ]*$/:/
15038s/:\$(srcdir):/:/g
15039s/:\${srcdir}:/:/g
15040s/:@srcdir@:/:/g
15041s/^:*//
15020s/:*$//15042s/:*$//
15043x
15044s/\(=[ ]*\).*/\1/
15045G
15046s/\n//
15021s/^[^=]*=[ ]*$//15047s/^[^=]*=[ ]*$//
15022}'15048}'
15023fi15049fi
@@ -15045,7 +15071,7 @@
15045 if test -z "$ac_t"; then15071 if test -z "$ac_t"; then
15046 break15072 break
15047 elif $ac_last_try; then15073 elif $ac_last_try; then
15048 as_fn_error "could not make $CONFIG_HEADERS" "$LINENO" 515074 as_fn_error $? "could not make $CONFIG_HEADERS" "$LINENO" 5
15049 else15075 else
15050 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "15076 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
15051 fi15077 fi
@@ -15130,7 +15156,7 @@
15130_ACAWK15156_ACAWK
15131_ACEOF15157_ACEOF
15132cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=115158cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15133 as_fn_error "could not setup config headers machinery" "$LINENO" 515159 as_fn_error $? "could not setup config headers machinery" "$LINENO" 5
15134fi # test -n "$CONFIG_HEADERS"15160fi # test -n "$CONFIG_HEADERS"
1513515161
1513615162
@@ -15143,7 +15169,7 @@
15143 esac15169 esac
15144 case $ac_mode$ac_tag in15170 case $ac_mode$ac_tag in
15145 :[FHL]*:*);;15171 :[FHL]*:*);;
15146 :L* | :C*:*) as_fn_error "invalid tag \`$ac_tag'" "$LINENO" 5;;15172 :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5 ;;
15147 :[FH]-) ac_tag=-:-;;15173 :[FH]-) ac_tag=-:-;;
15148 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;15174 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
15149 esac15175 esac
@@ -15171,7 +15197,7 @@
15171 [\\/$]*) false;;15197 [\\/$]*) false;;
15172 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;15198 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
15173 esac ||15199 esac ||
15174 as_fn_error "cannot find input file: \`$ac_f'" "$LINENO" 5;;15200 as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5 ;;
15175 esac15201 esac
15176 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac15202 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
15177 as_fn_append ac_file_inputs " '$ac_f'"15203 as_fn_append ac_file_inputs " '$ac_f'"
@@ -15198,7 +15224,7 @@
1519815224
15199 case $ac_tag in15225 case $ac_tag in
15200 *:-:* | *:-) cat >"$tmp/stdin" \15226 *:-:* | *:-) cat >"$tmp/stdin" \
15201 || as_fn_error "could not create $ac_file" "$LINENO" 5 ;;15227 || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;;
15202 esac15228 esac
15203 ;;15229 ;;
15204 esac15230 esac
@@ -15335,22 +15361,22 @@
15335$ac_datarootdir_hack15361$ac_datarootdir_hack
15336"15362"
15337eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \15363eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \
15338 || as_fn_error "could not create $ac_file" "$LINENO" 515364 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
1533915365
15340test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&15366test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
15341 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&15367 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
15342 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&15368 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
15343 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'15369 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
15344which seems to be undefined. Please make sure it is defined." >&515370which seems to be undefined. Please make sure it is defined" >&5
15345$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'15371$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
15346which seems to be undefined. Please make sure it is defined." >&2;}15372which seems to be undefined. Please make sure it is defined" >&2;}
1534715373
15348 rm -f "$tmp/stdin"15374 rm -f "$tmp/stdin"
15349 case $ac_file in15375 case $ac_file in
15350 -) cat "$tmp/out" && rm -f "$tmp/out";;15376 -) cat "$tmp/out" && rm -f "$tmp/out";;
15351 *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;15377 *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
15352 esac \15378 esac \
15353 || as_fn_error "could not create $ac_file" "$LINENO" 515379 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
15354 ;;15380 ;;
15355 :H)15381 :H)
15356 #15382 #
@@ -15361,19 +15387,19 @@
15361 $as_echo "/* $configure_input */" \15387 $as_echo "/* $configure_input */" \
15362 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"15388 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
15363 } >"$tmp/config.h" \15389 } >"$tmp/config.h" \
15364 || as_fn_error "could not create $ac_file" "$LINENO" 515390 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
15365 if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then15391 if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then
15366 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&515392 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
15367$as_echo "$as_me: $ac_file is unchanged" >&6;}15393$as_echo "$as_me: $ac_file is unchanged" >&6;}
15368 else15394 else
15369 rm -f "$ac_file"15395 rm -f "$ac_file"
15370 mv "$tmp/config.h" "$ac_file" \15396 mv "$tmp/config.h" "$ac_file" \
15371 || as_fn_error "could not create $ac_file" "$LINENO" 515397 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
15372 fi15398 fi
15373 else15399 else
15374 $as_echo "/* $configure_input */" \15400 $as_echo "/* $configure_input */" \
15375 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \15401 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
15376 || as_fn_error "could not create -" "$LINENO" 515402 || as_fn_error $? "could not create -" "$LINENO" 5
15377 fi15403 fi
15378# Compute "$ac_file"'s index in $config_headers.15404# Compute "$ac_file"'s index in $config_headers.
15379_am_arg="$ac_file"15405_am_arg="$ac_file"
@@ -16153,7 +16179,7 @@
16153 esac ;;16179 esac ;;
16154 "po/stamp-it":C)16180 "po/stamp-it":C)
16155 if ! grep "^# INTLTOOL_MAKEFILE$" "po/Makefile.in" > /dev/null ; then16181 if ! grep "^# INTLTOOL_MAKEFILE$" "po/Makefile.in" > /dev/null ; then
16156 as_fn_error "po/Makefile.in.in was not created by intltoolize." "$LINENO" 516182 as_fn_error $? "po/Makefile.in.in was not created by intltoolize." "$LINENO" 5
16157 fi16183 fi
16158 rm -f "po/stamp-it" "po/stamp-it.tmp" "po/POTFILES" "po/Makefile.tmp"16184 rm -f "po/stamp-it" "po/stamp-it.tmp" "po/POTFILES" "po/Makefile.tmp"
16159 >"po/stamp-it.tmp"16185 >"po/stamp-it.tmp"
@@ -16181,7 +16207,7 @@
16181ac_clean_files=$ac_clean_files_save16207ac_clean_files=$ac_clean_files_save
1618216208
16183test $ac_write_fail = 0 ||16209test $ac_write_fail = 0 ||
16184 as_fn_error "write failure creating $CONFIG_STATUS" "$LINENO" 516210 as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5
1618516211
1618616212
16187# configure is writing to config.log, and then calls config.status.16213# configure is writing to config.log, and then calls config.status.
@@ -16202,7 +16228,7 @@
16202 exec 5>>config.log16228 exec 5>>config.log
16203 # Use ||, not &&, to avoid exiting from the if with $? = 1, which16229 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
16204 # would make configure fail if this is the last instruction.16230 # would make configure fail if this is the last instruction.
16205 $ac_cs_success || as_fn_exit $?16231 $ac_cs_success || as_fn_exit 1
16206fi16232fi
16207if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then16233if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
16208 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&516234 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
1620916235
=== modified file 'configure.ac'
--- configure.ac 2010-08-03 01:26:00 +0000
+++ configure.ac 2010-08-12 16:32:44 +0000
@@ -1,11 +1,11 @@
11
2AC_INIT(libdbusmenu, 0.3.9, ted@canonical.com)2AC_INIT(libdbusmenu, 0.3.10, ted@canonical.com)
3AC_COPYRIGHT([Copyright 2009,2010 Canonical])3AC_COPYRIGHT([Copyright 2009,2010 Canonical])
44
5AC_PREREQ(2.62)5AC_PREREQ(2.62)
66
7AM_CONFIG_HEADER(config.h)7AM_CONFIG_HEADER(config.h)
8AM_INIT_AUTOMAKE(libdbusmenu, 0.3.9, [-Wno-portability])8AM_INIT_AUTOMAKE(libdbusmenu, 0.3.10, [-Wno-portability])
99
10AM_MAINTAINER_MODE10AM_MAINTAINER_MODE
1111
1212
=== modified file 'debian/changelog'
--- debian/changelog 2010-08-10 19:50:31 +0000
+++ debian/changelog 2010-08-12 16:32:44 +0000
@@ -1,3 +1,13 @@
1libdbusmenu (0.3.10-0ubuntu1~ppa1) maverick; urgency=low
2
3 * New upstream release.
4 * Fixes to dbusmenu-dumper
5 * debian/rules: Enabling running check at build time
6 * debian/control: Adding build deps xvfb and dbus-test-runner for new
7 make check rules
8
9 -- Ted Gould <ted@ubuntu.com> Thu, 12 Aug 2010 11:28:37 -0500
10
1libdbusmenu (0.3.9-0ubuntu2) maverick; urgency=low11libdbusmenu (0.3.9-0ubuntu2) maverick; urgency=low
212
3 * Rebuild with the current gobject introspection version13 * Rebuild with the current gobject introspection version
@@ -39,6 +49,14 @@
3949
40 -- Evgeni Golov <evgeni@debian.org> Sat, 17 Jul 2010 10:47:35 +020050 -- Evgeni Golov <evgeni@debian.org> Sat, 17 Jul 2010 10:47:35 +0200
4151
52libdbusmenu (0.3.6-0ubuntu2~ppa1) lucid; urgency=low
53
54 * Upstream Merge
55 * Making dbusmenu-dumper have a click to dump feature.
56 * Autogen update
57
58 -- Ted Gould <ted@ubuntu.com> Tue, 20 Jul 2010 16:40:29 -0500
59
42libdbusmenu (0.3.6-0ubuntu1) maverick; urgency=low60libdbusmenu (0.3.6-0ubuntu1) maverick; urgency=low
4361
44 * New upstream release.62 * New upstream release.
4563
=== modified file 'debian/control'
--- debian/control 2010-08-03 01:51:17 +0000
+++ debian/control 2010-08-12 16:32:44 +0000
@@ -20,7 +20,10 @@
20 gir1.0-glib-2.0,20 gir1.0-glib-2.0,
21 gir1.0-gtk-2.0,21 gir1.0-gtk-2.0,
22 libx11-dev (>= 1.3), 22 libx11-dev (>= 1.3),
23 valac23 valac,
24# Check dependencies
25 xvfb,
26 dbus-test-runner
24Standards-Version: 3.9.127Standards-Version: 3.9.1
25Homepage: https://launchpad.net/dbusmenu28Homepage: https://launchpad.net/dbusmenu
26Vcs-Bzr: https://code.launchpad.net/~dbusmenu-team/dbusmenu/ubuntu29Vcs-Bzr: https://code.launchpad.net/~dbusmenu-team/dbusmenu/ubuntu
2730
=== modified file 'debian/rules'
--- debian/rules 2010-06-24 14:30:46 +0000
+++ debian/rules 2010-08-12 16:32:44 +0000
@@ -3,6 +3,7 @@
3include /usr/share/cdbs/1/rules/debhelper.mk3include /usr/share/cdbs/1/rules/debhelper.mk
4include /usr/share/cdbs/1/class/gnome.mk4include /usr/share/cdbs/1/class/gnome.mk
55
6DEB_MAKE_CHECK_TARGET := check
6DEB_CONFIGURE_EXTRA_FLAGS += --disable-scrollkeeper --enable-gtk-doc7DEB_CONFIGURE_EXTRA_FLAGS += --disable-scrollkeeper --enable-gtk-doc
7LDFLAGS += -Wl,-z,defs -Wl,--as-needed8LDFLAGS += -Wl,-z,defs -Wl,--as-needed
89
910
=== modified file 'docs/Makefile.in'
--- docs/Makefile.in 2010-08-03 01:26:00 +0000
+++ docs/Makefile.in 2010-08-12 16:32:44 +0000
@@ -192,6 +192,8 @@
192PACKAGE_VERSION = @PACKAGE_VERSION@192PACKAGE_VERSION = @PACKAGE_VERSION@
193PATH_SEPARATOR = @PATH_SEPARATOR@193PATH_SEPARATOR = @PATH_SEPARATOR@
194PKG_CONFIG = @PKG_CONFIG@194PKG_CONFIG = @PKG_CONFIG@
195PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
196PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
195POFILES = @POFILES@197POFILES = @POFILES@
196POSUB = @POSUB@198POSUB = @POSUB@
197PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@199PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
198200
=== modified file 'docs/libdbusmenu-glib/Makefile.in'
--- docs/libdbusmenu-glib/Makefile.in 2010-08-03 01:26:00 +0000
+++ docs/libdbusmenu-glib/Makefile.in 2010-08-12 16:32:44 +0000
@@ -192,6 +192,8 @@
192PACKAGE_VERSION = @PACKAGE_VERSION@192PACKAGE_VERSION = @PACKAGE_VERSION@
193PATH_SEPARATOR = @PATH_SEPARATOR@193PATH_SEPARATOR = @PATH_SEPARATOR@
194PKG_CONFIG = @PKG_CONFIG@194PKG_CONFIG = @PKG_CONFIG@
195PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
196PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
195POFILES = @POFILES@197POFILES = @POFILES@
196POSUB = @POSUB@198POSUB = @POSUB@
197PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@199PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
198200
=== modified file 'docs/libdbusmenu-glib/reference/Makefile.in'
--- docs/libdbusmenu-glib/reference/Makefile.in 2010-08-03 01:26:00 +0000
+++ docs/libdbusmenu-glib/reference/Makefile.in 2010-08-12 16:32:44 +0000
@@ -159,6 +159,8 @@
159PACKAGE_VERSION = @PACKAGE_VERSION@159PACKAGE_VERSION = @PACKAGE_VERSION@
160PATH_SEPARATOR = @PATH_SEPARATOR@160PATH_SEPARATOR = @PATH_SEPARATOR@
161PKG_CONFIG = @PKG_CONFIG@161PKG_CONFIG = @PKG_CONFIG@
162PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
163PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
162POFILES = @POFILES@164POFILES = @POFILES@
163POSUB = @POSUB@165POSUB = @POSUB@
164PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@166PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
165167
=== modified file 'docs/libdbusmenu-glib/reference/html/annotation-glossary.html'
--- docs/libdbusmenu-glib/reference/html/annotation-glossary.html 2010-08-03 01:26:00 +0000
+++ docs/libdbusmenu-glib/reference/html/annotation-glossary.html 2010-08-12 16:32:44 +0000
@@ -7,7 +7,7 @@
7<link rel="home" href="index.html" title="libdbusmenu-glib Reference Manual">7<link rel="home" href="index.html" title="libdbusmenu-glib Reference Manual">
8<link rel="up" href="index.html" title="libdbusmenu-glib Reference Manual">8<link rel="up" href="index.html" title="libdbusmenu-glib Reference Manual">
9<link rel="prev" href="api-index-full.html" title="API Index">9<link rel="prev" href="api-index-full.html" title="API Index">
10<meta name="generator" content="GTK-Doc V1.14 (XML mode)">10<meta name="generator" content="GTK-Doc V1.15 (XML mode)">
11<link rel="stylesheet" href="style.css" type="text/css">11<link rel="stylesheet" href="style.css" type="text/css">
12</head>12</head>
13<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">13<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -57,6 +57,6 @@
57</div>57</div>
58<div class="footer">58<div class="footer">
59<hr>59<hr>
60 Generated by GTK-Doc V1.14</div>60 Generated by GTK-Doc V1.15</div>
61</body>61</body>
62</html>62</html>
63\ No newline at end of file63\ No newline at end of file
6464
=== modified file 'docs/libdbusmenu-glib/reference/html/api-index-full.html'
--- docs/libdbusmenu-glib/reference/html/api-index-full.html 2010-08-03 01:26:00 +0000
+++ docs/libdbusmenu-glib/reference/html/api-index-full.html 2010-08-12 16:32:44 +0000
@@ -8,7 +8,7 @@
8<link rel="up" href="index.html" title="libdbusmenu-glib Reference Manual">8<link rel="up" href="index.html" title="libdbusmenu-glib Reference Manual">
9<link rel="prev" href="object-tree.html" title="Object Hierarchy">9<link rel="prev" href="object-tree.html" title="Object Hierarchy">
10<link rel="next" href="annotation-glossary.html" title="Annotation Glossary">10<link rel="next" href="annotation-glossary.html" title="Annotation Glossary">
11<meta name="generator" content="GTK-Doc V1.14 (XML mode)">11<meta name="generator" content="GTK-Doc V1.15 (XML mode)">
12<link rel="stylesheet" href="style.css" type="text/css">12<link rel="stylesheet" href="style.css" type="text/css">
13</head>13</head>
14<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">14<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -409,6 +409,6 @@
409</div>409</div>
410<div class="footer">410<div class="footer">
411<hr>411<hr>
412 Generated by GTK-Doc V1.14</div>412 Generated by GTK-Doc V1.15</div>
413</body>413</body>
414</html>414</html>
415\ No newline at end of file415\ No newline at end of file
416416
=== modified file 'docs/libdbusmenu-glib/reference/html/ch01.html'
--- docs/libdbusmenu-glib/reference/html/ch01.html 2010-08-03 01:26:00 +0000
+++ docs/libdbusmenu-glib/reference/html/ch01.html 2010-08-12 16:32:44 +0000
@@ -8,7 +8,7 @@
8<link rel="up" href="index.html" title="libdbusmenu-glib Reference Manual">8<link rel="up" href="index.html" title="libdbusmenu-glib Reference Manual">
9<link rel="prev" href="index.html" title="libdbusmenu-glib Reference Manual">9<link rel="prev" href="index.html" title="libdbusmenu-glib Reference Manual">
10<link rel="next" href="libdbusmenu-glib-DbusmenuServer.html" title="DbusmenuServer">10<link rel="next" href="libdbusmenu-glib-DbusmenuServer.html" title="DbusmenuServer">
11<meta name="generator" content="GTK-Doc V1.14 (XML mode)">11<meta name="generator" content="GTK-Doc V1.15 (XML mode)">
12<link rel="stylesheet" href="style.css" type="text/css">12<link rel="stylesheet" href="style.css" type="text/css">
13</head>13</head>
14<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">14<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -21,7 +21,7 @@
21</tr></table>21</tr></table>
22<div class="chapter" title="API">22<div class="chapter" title="API">
23<div class="titlepage"><div><div><h2 class="title">23<div class="titlepage"><div><div><h2 class="title">
24<a name="id312978"></a>API</h2></div></div></div>24<a name="id404092"></a>API</h2></div></div></div>
25<div class="toc"><dl>25<div class="toc"><dl>
26<dt>26<dt>
27<span class="refentrytitle"><a href="libdbusmenu-glib-DbusmenuServer.html">DbusmenuServer</a></span><span class="refpurpose"></span>27<span class="refentrytitle"><a href="libdbusmenu-glib-DbusmenuServer.html">DbusmenuServer</a></span><span class="refpurpose"></span>
@@ -43,6 +43,6 @@
43</div>43</div>
44<div class="footer">44<div class="footer">
45<hr>45<hr>
46 Generated by GTK-Doc V1.14</div>46 Generated by GTK-Doc V1.15</div>
47</body>47</body>
48</html>48</html>
49\ No newline at end of file49\ No newline at end of file
5050
=== modified file 'docs/libdbusmenu-glib/reference/html/index.html'
--- docs/libdbusmenu-glib/reference/html/index.html 2010-08-03 01:26:00 +0000
+++ docs/libdbusmenu-glib/reference/html/index.html 2010-08-12 16:32:44 +0000
@@ -6,7 +6,7 @@
6<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">6<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
7<link rel="home" href="index.html" title="libdbusmenu-glib Reference Manual">7<link rel="home" href="index.html" title="libdbusmenu-glib Reference Manual">
8<link rel="next" href="ch01.html" title="API">8<link rel="next" href="ch01.html" title="API">
9<meta name="generator" content="GTK-Doc V1.14 (XML mode)">9<meta name="generator" content="GTK-Doc V1.15 (XML mode)">
10<link rel="stylesheet" href="style.css" type="text/css">10<link rel="stylesheet" href="style.css" type="text/css">
11</head>11</head>
12<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">12<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -41,6 +41,6 @@
41</div>41</div>
42<div class="footer">42<div class="footer">
43<hr>43<hr>
44 Generated by GTK-Doc V1.14</div>44 Generated by GTK-Doc V1.15</div>
45</body>45</body>
46</html>46</html>
47\ No newline at end of file47\ No newline at end of file
4848
=== modified file 'docs/libdbusmenu-glib/reference/html/libdbusmenu-glib-DbusmenuClient.html'
--- docs/libdbusmenu-glib/reference/html/libdbusmenu-glib-DbusmenuClient.html 2010-08-03 01:26:00 +0000
+++ docs/libdbusmenu-glib/reference/html/libdbusmenu-glib-DbusmenuClient.html 2010-08-12 16:32:44 +0000
@@ -8,7 +8,7 @@
8<link rel="up" href="ch01.html" title="API">8<link rel="up" href="ch01.html" title="API">
9<link rel="prev" href="libdbusmenu-glib-DbusmenuMenuitem.html" title="DbusmenuMenuitem">9<link rel="prev" href="libdbusmenu-glib-DbusmenuMenuitem.html" title="DbusmenuMenuitem">
10<link rel="next" href="libdbusmenu-glib-DbusmenuClientMenuitem.html" title="DbusmenuClientMenuitem">10<link rel="next" href="libdbusmenu-glib-DbusmenuClientMenuitem.html" title="DbusmenuClientMenuitem">
11<meta name="generator" content="GTK-Doc V1.14 (XML mode)">11<meta name="generator" content="GTK-Doc V1.15 (XML mode)">
12<link rel="stylesheet" href="style.css" type="text/css">12<link rel="stylesheet" href="style.css" type="text/css">
13</head>13</head>
14<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">14<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -54,24 +54,24 @@
54#define <a class="link" href="libdbusmenu-glib-DbusmenuClient.html#DBUSMENU-CLIENT-TYPES-IMAGE:CAPS" title="DBUSMENU_CLIENT_TYPES_IMAGE">DBUSMENU_CLIENT_TYPES_IMAGE</a>54#define <a class="link" href="libdbusmenu-glib-DbusmenuClient.html#DBUSMENU-CLIENT-TYPES-IMAGE:CAPS" title="DBUSMENU_CLIENT_TYPES_IMAGE">DBUSMENU_CLIENT_TYPES_IMAGE</a>
55 <a class="link" href="libdbusmenu-glib-DbusmenuClient.html#DbusmenuClient" title="DbusmenuClient">DbusmenuClient</a>;55 <a class="link" href="libdbusmenu-glib-DbusmenuClient.html#DbusmenuClient" title="DbusmenuClient">DbusmenuClient</a>;
56 <a class="link" href="libdbusmenu-glib-DbusmenuClient.html#DbusmenuClientClass" title="DbusmenuClientClass">DbusmenuClientClass</a>;56 <a class="link" href="libdbusmenu-glib-DbusmenuClient.html#DbusmenuClientClass" title="DbusmenuClientClass">DbusmenuClientClass</a>;
57<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>,57<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>,
58 <em class="parameter"><code><a class="link" href="libdbusmenu-glib-DbusmenuMenuitem.html#DbusmenuMenuitem" title="DbusmenuMenuitem"><span class="type">DbusmenuMenuitem</span></a> *parent</code></em>,58 <em class="parameter"><code><a class="link" href="libdbusmenu-glib-DbusmenuMenuitem.html#DbusmenuMenuitem" title="DbusmenuMenuitem"><span class="type">DbusmenuMenuitem</span></a> *parent</code></em>,
59 <em class="parameter"><code><a class="link" href="libdbusmenu-glib-DbusmenuClient.html#DbusmenuClient" title="DbusmenuClient"><span class="type">DbusmenuClient</span></a> *client</code></em>);59 <em class="parameter"><code><a class="link" href="libdbusmenu-glib-DbusmenuClient.html#DbusmenuClient" title="DbusmenuClient"><span class="type">DbusmenuClient</span></a> *client</code></em>);
60<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>,60<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>,
61 <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>);61 <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>);
62<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>);62<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>);
63<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>,63<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>,
64 <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>,64 <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>,
65 <em class="parameter"><code><a class="link" href="libdbusmenu-glib-DbusmenuClient.html#DbusmenuClientTypeHandler" title="DbusmenuClientTypeHandler ()"><span class="type">DbusmenuClientTypeHandler</span></a> newfunc</code></em>);65 <em class="parameter"><code><a class="link" href="libdbusmenu-glib-DbusmenuClient.html#DbusmenuClientTypeHandler" title="DbusmenuClientTypeHandler ()"><span class="type">DbusmenuClientTypeHandler</span></a> newfunc</code></em>);
66<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>,66<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>,
67 <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>,67 <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>,
68 <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>,68 <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>,
69 <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>,69 <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>,
70 <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>);70 <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>);
71<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>,71<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>,
72 <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>,72 <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>,
73 <em class="parameter"><code><span class="type">void</span> (cbgpointer user_data) ()</code></em>,73 <em class="parameter"><code><span class="type">void</span> (cbgpointer user_data) ()</code></em>,
74 <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>);74 <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>);
75</pre>75</pre>
76</div>76</div>
77<div class="refsect1" title="Description">77<div class="refsect1" title="Description">
@@ -172,9 +172,9 @@
172<div class="variablelist"><table border="0">172<div class="variablelist"><table border="0">
173<col align="left" valign="top">173<col align="left" valign="top">
174<tbody><tr>174<tbody><tr>
175<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>175<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>
176<td>176<td>
177<a href="/usr/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject"><span class="type">GObject</span></a>.177<a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject"><span class="type">GObject</span></a>.
178</td>178</td>
179</tr></tbody>179</tr></tbody>
180</table></div>180</table></div>
@@ -205,9 +205,9 @@
205<col align="left" valign="top">205<col align="left" valign="top">
206<tbody>206<tbody>
207<tr>207<tr>
208<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>208<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>
209<td>209<td>
210<a href="/usr/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObjectClass"><span class="type">GObjectClass</span></a>210<a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObjectClass"><span class="type">GObjectClass</span></a>
211</td>211</td>
212</tr>212</tr>
213<tr>213<tr>
@@ -251,7 +251,7 @@
251<hr>251<hr>
252<div class="refsect2" title="DbusmenuClientTypeHandler ()">252<div class="refsect2" title="DbusmenuClientTypeHandler ()">
253<a name="DbusmenuClientTypeHandler"></a><h3>DbusmenuClientTypeHandler ()</h3>253<a name="DbusmenuClientTypeHandler"></a><h3>DbusmenuClientTypeHandler ()</h3>
254<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>,254<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>,
255 <em class="parameter"><code><a class="link" href="libdbusmenu-glib-DbusmenuMenuitem.html#DbusmenuMenuitem" title="DbusmenuMenuitem"><span class="type">DbusmenuMenuitem</span></a> *parent</code></em>,255 <em class="parameter"><code><a class="link" href="libdbusmenu-glib-DbusmenuMenuitem.html#DbusmenuMenuitem" title="DbusmenuMenuitem"><span class="type">DbusmenuMenuitem</span></a> *parent</code></em>,
256 <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>256 <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>
257<p>257<p>
@@ -285,8 +285,8 @@
285<hr>285<hr>
286<div class="refsect2" title="dbusmenu_client_new ()">286<div class="refsect2" title="dbusmenu_client_new ()">
287<a name="dbusmenu-client-new"></a><h3>dbusmenu_client_new ()</h3>287<a name="dbusmenu-client-new"></a><h3>dbusmenu_client_new ()</h3>
288<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>,288<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>,
289 <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>289 <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>
290<p>290<p>
291This function creates a new client that connects to a specific291This function creates a new client that connects to a specific
292 server on DBus. That server is at a specific location sharing292 server on DBus. That server is at a specific location sharing
@@ -340,7 +340,7 @@
340<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>340<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
341<td> A <a class="link" href="libdbusmenu-glib-DbusmenuMenuitem.html#DbusmenuMenuitem" title="DbusmenuMenuitem"><span class="type">DbusmenuMenuitem</span></a> representing the root of341<td> A <a class="link" href="libdbusmenu-glib-DbusmenuMenuitem.html#DbusmenuMenuitem" title="DbusmenuMenuitem"><span class="type">DbusmenuMenuitem</span></a> representing the root of
342 menu on the server. If there is no server or there is342 menu on the server. If there is no server or there is
343 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>.343 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>.
344</td>344</td>
345</tr>345</tr>
346</tbody>346</tbody>
@@ -349,8 +349,8 @@
349<hr>349<hr>
350<div class="refsect2" title="dbusmenu_client_add_type_handler ()">350<div class="refsect2" title="dbusmenu_client_add_type_handler ()">
351<a name="dbusmenu-client-add-type-handler"></a><h3>dbusmenu_client_add_type_handler ()</h3>351<a name="dbusmenu-client-add-type-handler"></a><h3>dbusmenu_client_add_type_handler ()</h3>
352<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>,352<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>,
353 <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>,353 <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>,
354 <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>354 <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>
355<p>355<p>
356This 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>.356This 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>.
@@ -397,10 +397,10 @@
397<div class="refsect2" title="dbusmenu_client_send_event ()">397<div class="refsect2" title="dbusmenu_client_send_event ()">
398<a name="dbusmenu-client-send-event"></a><h3>dbusmenu_client_send_event ()</h3>398<a name="dbusmenu-client-send-event"></a><h3>dbusmenu_client_send_event ()</h3>
399<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>,399<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>,
400 <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>,400 <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>,
401 <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>,401 <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>,
402 <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>,402 <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>,
403 <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>403 <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>
404<p>404<p>
405</p>405</p>
406<div class="variablelist"><table border="0">406<div class="variablelist"><table border="0">
@@ -438,9 +438,9 @@
438<div class="refsect2" title="dbusmenu_client_send_about_to_show ()">438<div class="refsect2" title="dbusmenu_client_send_about_to_show ()">
439<a name="dbusmenu-client-send-about-to-show"></a><h3>dbusmenu_client_send_about_to_show ()</h3>439<a name="dbusmenu-client-send-about-to-show"></a><h3>dbusmenu_client_send_about_to_show ()</h3>
440<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>,440<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>,
441 <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>,441 <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>,
442 <em class="parameter"><code><span class="type">void</span> (cbgpointer user_data) ()</code></em>,442 <em class="parameter"><code><span class="type">void</span> (cbgpointer user_data) ()</code></em>,
443 <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>443 <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>
444<p>444<p>
445</p>445</p>
446<div class="variablelist"><table border="0">446<div class="variablelist"><table border="0">
@@ -456,6 +456,7 @@
456<td>456<td>
457<em class="parameter"><code>gpointer</code></em> user_data:457<em class="parameter"><code>gpointer</code></em> user_data:
458<em class="parameter"><code>gpointer</code></em> user_data:458<em class="parameter"><code>gpointer</code></em> user_data:
459<em class="parameter"><code>gpointer</code></em> user_data:
459</td>460</td>
460</tr>461</tr>
461<tr>462<tr>
@@ -470,6 +471,6 @@
470</div>471</div>
471<div class="footer">472<div class="footer">
472<hr>473<hr>
473 Generated by GTK-Doc V1.14</div>474 Generated by GTK-Doc V1.15</div>
474</body>475</body>
475</html>476</html>
476\ No newline at end of file477\ No newline at end of file
477478
=== removed file 'docs/libdbusmenu-glib/reference/html/libdbusmenu-glib-DbusmenuClientMenuitem.html'
--- docs/libdbusmenu-glib/reference/html/libdbusmenu-glib-DbusmenuClientMenuitem.html 2010-08-03 01:24:55 +0000
+++ docs/libdbusmenu-glib/reference/html/libdbusmenu-glib-DbusmenuClientMenuitem.html 1970-01-01 00:00:00 +0000
@@ -1,115 +0,0 @@
1<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2<html>
3<head>
4<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5<title>DbusmenuClientMenuitem</title>
6<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
7<link rel="home" href="index.html" title="libdbusmenu-glib Reference Manual">
8<link rel="up" href="ch01.html" title="API">
9<link rel="prev" href="libdbusmenu-glib-DbusmenuClient.html" title="DbusmenuClient">
10<link rel="next" href="object-tree.html" title="Object Hierarchy">
11<meta name="generator" content="GTK-Doc V1.14 (XML mode)">
12<link rel="stylesheet" href="style.css" type="text/css">
13</head>
14<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
15<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2">
16<tr valign="middle">
17<td><a accesskey="p" href="libdbusmenu-glib-DbusmenuClient.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
18<td><a accesskey="u" href="ch01.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td>
19<td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
20<th width="100%" align="center">libdbusmenu-glib Reference Manual</th>
21<td><a accesskey="n" href="object-tree.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
22</tr>
23<tr><td colspan="5" class="shortcuts">
24<a href="#libdbusmenu-glib-DbusmenuClientMenuitem.synopsis" class="shortcut">Top</a>
25  | 
26 <a href="#libdbusmenu-glib-DbusmenuClientMenuitem.description" class="shortcut">Description</a>
27</td></tr>
28</table>
29<div class="refentry" title="DbusmenuClientMenuitem">
30<a name="libdbusmenu-glib-DbusmenuClientMenuitem"></a><div class="titlepage"></div>
31<div class="refnamediv"><table width="100%"><tr>
32<td valign="top">
33<h2><span class="refentrytitle"><a name="libdbusmenu-glib-DbusmenuClientMenuitem.top_of_page"></a>DbusmenuClientMenuitem</span></h2>
34<p>DbusmenuClientMenuitem</p>
35</td>
36<td valign="top" align="right"></td>
37</tr></table></div>
38<div class="refsynopsisdiv" title="Synopsis">
39<a name="libdbusmenu-glib-DbusmenuClientMenuitem.synopsis"></a><h2>Synopsis</h2>
40<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>
41 <a class="link" href="libdbusmenu-glib-DbusmenuClientMenuitem.html#DbusmenuClientMenuitem" title="DbusmenuClientMenuitem">DbusmenuClientMenuitem</a>;
42 <a class="link" href="libdbusmenu-glib-DbusmenuClientMenuitem.html#DbusmenuClientMenuitemClass" title="DbusmenuClientMenuitemClass">DbusmenuClientMenuitemClass</a>;
43<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>,
44 <em class="parameter"><code><a class="link" href="libdbusmenu-glib-DbusmenuClient.html#DbusmenuClient" title="DbusmenuClient"><span class="type">DbusmenuClient</span></a> *client</code></em>);
45</pre>
46</div>
47<div class="refsect1" title="Description">
48<a name="libdbusmenu-glib-DbusmenuClientMenuitem.description"></a><h2>Description</h2>
49<p>
50</p>
51</div>
52<div class="refsect1" title="Details">
53<a name="libdbusmenu-glib-DbusmenuClientMenuitem.details"></a><h2>Details</h2>
54<div class="refsect2" title="DBUSMENU_CLIENT_MENUITEM_TYPE">
55<a name="DBUSMENU-CLIENT-MENUITEM-TYPE:CAPS"></a><h3>DBUSMENU_CLIENT_MENUITEM_TYPE</h3>
56<pre class="programlisting">#define DBUSMENU_CLIENT_MENUITEM_TYPE (dbusmenu_client_menuitem_get_type ())
57</pre>
58<p>
59</p>
60</div>
61<hr>
62<div class="refsect2" title="DbusmenuClientMenuitem">
63<a name="DbusmenuClientMenuitem"></a><h3>DbusmenuClientMenuitem</h3>
64<pre class="programlisting">typedef struct {
65 DbusmenuMenuitem parent;
66} DbusmenuClientMenuitem;
67</pre>
68<p>
69</p>
70</div>
71<hr>
72<div class="refsect2" title="DbusmenuClientMenuitemClass">
73<a name="DbusmenuClientMenuitemClass"></a><h3>DbusmenuClientMenuitemClass</h3>
74<pre class="programlisting">typedef struct {
75 DbusmenuMenuitemClass parent_class;
76} DbusmenuClientMenuitemClass;
77</pre>
78<p>
79</p>
80</div>
81<hr>
82<div class="refsect2" title="dbusmenu_client_menuitem_new ()">
83<a name="dbusmenu-client-menuitem-new"></a><h3>dbusmenu_client_menuitem_new ()</h3>
84<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>,
85 <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>
86<p>
87</p>
88<div class="variablelist"><table border="0">
89<col align="left" valign="top">
90<tbody>
91<tr>
92<td><p><span class="term"><em class="parameter"><code>id</code></em> :</span></p></td>
93<td>
94</td>
95</tr>
96<tr>
97<td><p><span class="term"><em class="parameter"><code>client</code></em> :</span></p></td>
98<td>
99</td>
100</tr>
101<tr>
102<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
103<td>
104</td>
105</tr>
106</tbody>
107</table></div>
108</div>
109</div>
110</div>
111<div class="footer">
112<hr>
113 Generated by GTK-Doc V1.14</div>
114</body>
115</html>
116\ No newline at end of file0\ No newline at end of file
1171
=== modified file 'docs/libdbusmenu-glib/reference/html/libdbusmenu-glib-DbusmenuMenuitem.html'
--- docs/libdbusmenu-glib/reference/html/libdbusmenu-glib-DbusmenuMenuitem.html 2010-08-03 01:24:55 +0000
+++ docs/libdbusmenu-glib/reference/html/libdbusmenu-glib-DbusmenuMenuitem.html 2010-08-12 16:32:44 +0000
@@ -8,7 +8,7 @@
8<link rel="up" href="ch01.html" title="API">8<link rel="up" href="ch01.html" title="API">
9<link rel="prev" href="libdbusmenu-glib-DbusmenuMenuitemProxy.html" title="DbusmenuMenuitemProxy">9<link rel="prev" href="libdbusmenu-glib-DbusmenuMenuitemProxy.html" title="DbusmenuMenuitemProxy">
10<link rel="next" href="libdbusmenu-glib-DbusmenuClient.html" title="DbusmenuClient">10<link rel="next" href="libdbusmenu-glib-DbusmenuClient.html" title="DbusmenuClient">
11<meta name="generator" content="GTK-Doc V1.14 (XML mode)">11<meta name="generator" content="GTK-Doc V1.15 (XML mode)">
12<link rel="stylesheet" href="style.css" type="text/css">12<link rel="stylesheet" href="style.css" type="text/css">
13</head>13</head>
14<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">14<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -70,80 +70,80 @@
70 <a class="link" href="libdbusmenu-glib-DbusmenuMenuitem.html#DbusmenuMenuitem" title="DbusmenuMenuitem">DbusmenuMenuitem</a>;70 <a class="link" href="libdbusmenu-glib-DbusmenuMenuitem.html#DbusmenuMenuitem" title="DbusmenuMenuitem">DbusmenuMenuitem</a>;
71<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>)71<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>)
72 (<em class="parameter"><code><a class="link" href="libdbusmenu-glib-DbusmenuMenuitem.html#DbusmenuMenuitem" title="DbusmenuMenuitem"><span class="type">DbusmenuMenuitem</span></a> *mi</code></em>,72 (<em class="parameter"><code><a class="link" href="libdbusmenu-glib-DbusmenuMenuitem.html#DbusmenuMenuitem" title="DbusmenuMenuitem"><span class="type">DbusmenuMenuitem</span></a> *mi</code></em>,
73 <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>);73 <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>);
74<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>)74<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>)
75 (<em class="parameter"><code><a class="link" href="libdbusmenu-glib-DbusmenuMenuitem.html#DbusmenuMenuitem" title="DbusmenuMenuitem"><span class="type">DbusmenuMenuitem</span></a> *mi</code></em>,75 (<em class="parameter"><code><a class="link" href="libdbusmenu-glib-DbusmenuMenuitem.html#DbusmenuMenuitem" title="DbusmenuMenuitem"><span class="type">DbusmenuMenuitem</span></a> *mi</code></em>,
76 <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>);76 <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>);
77 <a class="link" href="libdbusmenu-glib-DbusmenuMenuitem.html#DbusmenuMenuitemClass" title="DbusmenuMenuitemClass">DbusmenuMenuitemClass</a>;77 <a class="link" href="libdbusmenu-glib-DbusmenuMenuitem.html#DbusmenuMenuitemClass" title="DbusmenuMenuitemClass">DbusmenuMenuitemClass</a>;
78<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>);78<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>);
79<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>);79<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>);
80<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>);80<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>);
81<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>);81<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>);
82<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>);82<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>);
83<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>,83<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>,
84 <em class="parameter"><code><a class="link" href="libdbusmenu-glib-DbusmenuMenuitem.html#DbusmenuMenuitem" title="DbusmenuMenuitem"><span class="type">DbusmenuMenuitem</span></a> *parent</code></em>);84 <em class="parameter"><code><a class="link" href="libdbusmenu-glib-DbusmenuMenuitem.html#DbusmenuMenuitem" title="DbusmenuMenuitem"><span class="type">DbusmenuMenuitem</span></a> *parent</code></em>);
85<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>85<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>
86 (<em class="parameter"><code><a class="link" href="libdbusmenu-glib-DbusmenuMenuitem.html#DbusmenuMenuitem" title="DbusmenuMenuitem"><span class="type">DbusmenuMenuitem</span></a> *mi</code></em>,86 (<em class="parameter"><code><a class="link" href="libdbusmenu-glib-DbusmenuMenuitem.html#DbusmenuMenuitem" title="DbusmenuMenuitem"><span class="type">DbusmenuMenuitem</span></a> *mi</code></em>,
87 <em class="parameter"><code><a class="link" href="libdbusmenu-glib-DbusmenuMenuitem.html#DbusmenuMenuitem" title="DbusmenuMenuitem"><span class="type">DbusmenuMenuitem</span></a> *parent</code></em>);87 <em class="parameter"><code><a class="link" href="libdbusmenu-glib-DbusmenuMenuitem.html#DbusmenuMenuitem" title="DbusmenuMenuitem"><span class="type">DbusmenuMenuitem</span></a> *parent</code></em>);
88<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>,88<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>,
89 <em class="parameter"><code><a class="link" href="libdbusmenu-glib-DbusmenuMenuitem.html#DbusmenuMenuitem" title="DbusmenuMenuitem"><span class="type">DbusmenuMenuitem</span></a> *child</code></em>);89 <em class="parameter"><code><a class="link" href="libdbusmenu-glib-DbusmenuMenuitem.html#DbusmenuMenuitem" title="DbusmenuMenuitem"><span class="type">DbusmenuMenuitem</span></a> *child</code></em>);
90<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>,90<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>,
91 <em class="parameter"><code><a class="link" href="libdbusmenu-glib-DbusmenuMenuitem.html#DbusmenuMenuitem" title="DbusmenuMenuitem"><span class="type">DbusmenuMenuitem</span></a> *child</code></em>);91 <em class="parameter"><code><a class="link" href="libdbusmenu-glib-DbusmenuMenuitem.html#DbusmenuMenuitem" title="DbusmenuMenuitem"><span class="type">DbusmenuMenuitem</span></a> *child</code></em>);
92<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>,92<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>,
93 <em class="parameter"><code><a class="link" href="libdbusmenu-glib-DbusmenuMenuitem.html#DbusmenuMenuitem" title="DbusmenuMenuitem"><span class="type">DbusmenuMenuitem</span></a> *child</code></em>);93 <em class="parameter"><code><a class="link" href="libdbusmenu-glib-DbusmenuMenuitem.html#DbusmenuMenuitem" title="DbusmenuMenuitem"><span class="type">DbusmenuMenuitem</span></a> *child</code></em>);
94<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>94<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>
95 (<em class="parameter"><code><a class="link" href="libdbusmenu-glib-DbusmenuMenuitem.html#DbusmenuMenuitem" title="DbusmenuMenuitem"><span class="type">DbusmenuMenuitem</span></a> *mi</code></em>,95 (<em class="parameter"><code><a class="link" href="libdbusmenu-glib-DbusmenuMenuitem.html#DbusmenuMenuitem" title="DbusmenuMenuitem"><span class="type">DbusmenuMenuitem</span></a> *mi</code></em>,
96 <em class="parameter"><code><a class="link" href="libdbusmenu-glib-DbusmenuMenuitem.html#DbusmenuMenuitem" title="DbusmenuMenuitem"><span class="type">DbusmenuMenuitem</span></a> *child</code></em>,96 <em class="parameter"><code><a class="link" href="libdbusmenu-glib-DbusmenuMenuitem.html#DbusmenuMenuitem" title="DbusmenuMenuitem"><span class="type">DbusmenuMenuitem</span></a> *child</code></em>,
97 <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>);97 <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>);
98<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>,98<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>,
99 <em class="parameter"><code><a class="link" href="libdbusmenu-glib-DbusmenuMenuitem.html#DbusmenuMenuitem" title="DbusmenuMenuitem"><span class="type">DbusmenuMenuitem</span></a> *child</code></em>,99 <em class="parameter"><code><a class="link" href="libdbusmenu-glib-DbusmenuMenuitem.html#DbusmenuMenuitem" title="DbusmenuMenuitem"><span class="type">DbusmenuMenuitem</span></a> *child</code></em>,
100 <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>);100 <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>);
101<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>,101<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>,
102 <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>);102 <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>);
103<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>,103<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>,
104 <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>);104 <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>);
105<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>,105<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>,
106 <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>,106 <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>,
107 <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>);107 <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>);
108<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>108<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>
109 (<em class="parameter"><code><a class="link" href="libdbusmenu-glib-DbusmenuMenuitem.html#DbusmenuMenuitem" title="DbusmenuMenuitem"><span class="type">DbusmenuMenuitem</span></a> *mi</code></em>,109 (<em class="parameter"><code><a class="link" href="libdbusmenu-glib-DbusmenuMenuitem.html#DbusmenuMenuitem" title="DbusmenuMenuitem"><span class="type">DbusmenuMenuitem</span></a> *mi</code></em>,
110 <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>,110 <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>,
111 <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>);111 <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>);
112<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>,112<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>,
113 <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>,113 <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>,
114 <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>);114 <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>);
115<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>,115<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>,
116 <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>,116 <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>,
117 <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>);117 <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>);
118const <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>,118const <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>,
119 <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>);119 <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>);
120const <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>120const <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>
121 (<em class="parameter"><code><a class="link" href="libdbusmenu-glib-DbusmenuMenuitem.html#DbusmenuMenuitem" title="DbusmenuMenuitem"><span class="type">DbusmenuMenuitem</span></a> *mi</code></em>,121 (<em class="parameter"><code><a class="link" href="libdbusmenu-glib-DbusmenuMenuitem.html#DbusmenuMenuitem" title="DbusmenuMenuitem"><span class="type">DbusmenuMenuitem</span></a> *mi</code></em>,
122 <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>);122 <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>);
123<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>,123<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>,
124 <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>);124 <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>);
125<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>,125<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>,
126 <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>);126 <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>);
127<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>,127<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>,
128 <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>);128 <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>);
129<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>);129<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>);
130<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>);130<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>);
131<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>,131<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>,
132 <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>);132 <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>);
133<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>,133<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>,
134 <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>);134 <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>);
135<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>);135<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>);
136<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>,136<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>,
137 <em class="parameter"><code><span class="type">void</span> (funcDbusmenuMenuitem * mi, gpointer data) ()</code></em>,137 <em class="parameter"><code><span class="type">void</span> (funcDbusmenuMenuitem * mi, gpointer data) ()</code></em>,
138 <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>);138 <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>);
139<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>,139<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>,
140 <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>,140 <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>,
141 <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>,141 <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>,
142 <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>);142 <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>);
143<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>143<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>
144 (<em class="parameter"><code><a class="link" href="libdbusmenu-glib-DbusmenuMenuitem.html#DbusmenuMenuitem" title="DbusmenuMenuitem"><span class="type">DbusmenuMenuitem</span></a> *mi</code></em>,144 (<em class="parameter"><code><a class="link" href="libdbusmenu-glib-DbusmenuMenuitem.html#DbusmenuMenuitem" title="DbusmenuMenuitem"><span class="type">DbusmenuMenuitem</span></a> *mi</code></em>,
145 <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>,145 <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>,
146 <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>);146 <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>);
147</pre>147</pre>
148</div>148</div>
149<div class="refsect1" title="Description">149<div class="refsect1" title="Description">
@@ -356,7 +356,7 @@
356} DbusmenuMenuitem;356} DbusmenuMenuitem;
357</pre>357</pre>
358<p>358<p>
359This 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 menu359This 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
360item. It gets created the same on both the client and360item. It gets created the same on both the client and
361the server side and libdbusmenu-glib does the work of making361the server side and libdbusmenu-glib does the work of making
362this object model appear on both sides of DBus. Simple362this object model appear on both sides of DBus. Simple
@@ -369,7 +369,7 @@
369<a name="dbusmenu-menuitem-about-to-show-cb"></a><h3>dbusmenu_menuitem_about_to_show_cb ()</h3>369<a name="dbusmenu-menuitem-about-to-show-cb"></a><h3>dbusmenu_menuitem_about_to_show_cb ()</h3>
370<pre class="programlisting"><span class="returnvalue">void</span> (*dbusmenu_menuitem_about_to_show_cb)370<pre class="programlisting"><span class="returnvalue">void</span> (*dbusmenu_menuitem_about_to_show_cb)
371 (<em class="parameter"><code><a class="link" href="libdbusmenu-glib-DbusmenuMenuitem.html#DbusmenuMenuitem" title="DbusmenuMenuitem"><span class="type">DbusmenuMenuitem</span></a> *mi</code></em>,371 (<em class="parameter"><code><a class="link" href="libdbusmenu-glib-DbusmenuMenuitem.html#DbusmenuMenuitem" title="DbusmenuMenuitem"><span class="type">DbusmenuMenuitem</span></a> *mi</code></em>,
372 <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>372 <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>
373<p>373<p>
374Callback prototype for a callback that is called when the374Callback prototype for a callback that is called when the
375menu should be shown.375menu should be shown.
@@ -384,7 +384,8 @@
384</tr>384</tr>
385<tr>385<tr>
386<td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>386<td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
387<td> Extra user data sent with the function. closure</td>387<td> Extra user data sent with the function. <span class="annotation">[closure]</span>
388</td>
388</tr>389</tr>
389</tbody>390</tbody>
390</table></div>391</table></div>
@@ -394,7 +395,7 @@
394<a name="dbusmenu-menuitem-buildxml-slot-t"></a><h3>dbusmenu_menuitem_buildxml_slot_t ()</h3>395<a name="dbusmenu-menuitem-buildxml-slot-t"></a><h3>dbusmenu_menuitem_buildxml_slot_t ()</h3>
395<pre class="programlisting"><span class="returnvalue">void</span> (*dbusmenu_menuitem_buildxml_slot_t)396<pre class="programlisting"><span class="returnvalue">void</span> (*dbusmenu_menuitem_buildxml_slot_t)
396 (<em class="parameter"><code><a class="link" href="libdbusmenu-glib-DbusmenuMenuitem.html#DbusmenuMenuitem" title="DbusmenuMenuitem"><span class="type">DbusmenuMenuitem</span></a> *mi</code></em>,397 (<em class="parameter"><code><a class="link" href="libdbusmenu-glib-DbusmenuMenuitem.html#DbusmenuMenuitem" title="DbusmenuMenuitem"><span class="type">DbusmenuMenuitem</span></a> *mi</code></em>,
397 <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>398 <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>
398<p>399<p>
399This is the function that is called to represent this menu item400This is the function that is called to represent this menu item
400as an XML fragment. Should call it's own children.401as an XML fragment. Should call it's own children.
@@ -404,11 +405,13 @@
404<tbody>405<tbody>
405<tr>406<tr>
406<td><p><span class="term"><em class="parameter"><code>mi</code></em> :</span></p></td>407<td><p><span class="term"><em class="parameter"><code>mi</code></em> :</span></p></td>
407<td> Menu item that should be built from. <acronym title="Parameter for input. Default is transfer none."><span class="acronym">in</span></acronym>. </td>408<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>
409</td>
408</tr>410</tr>
409<tr>411<tr>
410<td><p><span class="term"><em class="parameter"><code>stringarray</code></em> :</span></p></td>412<td><p><span class="term"><em class="parameter"><code>stringarray</code></em> :</span></p></td>
411<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>413<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>
414</td>
412</tr>415</tr>
413</tbody>416</tbody>
414</table></div>417</table></div>
@@ -442,7 +445,7 @@
442<col align="left" valign="top">445<col align="left" valign="top">
443<tbody>446<tbody>
444<tr>447<tr>
445<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>448<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>
446<td>449<td>
447</td>450</td>
448</tr>451</tr>
@@ -518,7 +521,7 @@
518<hr>521<hr>
519<div class="refsect2" title="dbusmenu_menuitem_new_with_id ()">522<div class="refsect2" title="dbusmenu_menuitem_new_with_id ()">
520<a name="dbusmenu-menuitem-new-with-id"></a><h3>dbusmenu_menuitem_new_with_id ()</h3>523<a name="dbusmenu-menuitem-new-with-id"></a><h3>dbusmenu_menuitem_new_with_id ()</h3>
521<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>524<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>
522<p>525<p>
523This creates a blank <a class="link" href="libdbusmenu-glib-DbusmenuMenuitem.html#DbusmenuMenuitem" title="DbusmenuMenuitem"><span class="type">DbusmenuMenuitem</span></a> with a specific ID.526This creates a blank <a class="link" href="libdbusmenu-glib-DbusmenuMenuitem.html#DbusmenuMenuitem" title="DbusmenuMenuitem"><span class="type">DbusmenuMenuitem</span></a> with a specific ID.
524</p>527</p>
@@ -541,7 +544,7 @@
541<hr>544<hr>
542<div class="refsect2" title="dbusmenu_menuitem_get_id ()">545<div class="refsect2" title="dbusmenu_menuitem_get_id ()">
543<a name="dbusmenu-menuitem-get-id"></a><h3>dbusmenu_menuitem_get_id ()</h3>546<a name="dbusmenu-menuitem-get-id"></a><h3>dbusmenu_menuitem_get_id ()</h3>
544<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>547<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>
545<p>548<p>
546Gets the unique ID for <em class="parameter"><code>mi</code></em>.549Gets the unique ID for <em class="parameter"><code>mi</code></em>.
547</p>550</p>
@@ -564,7 +567,7 @@
564<hr>567<hr>
565<div class="refsect2" title="dbusmenu_menuitem_get_children ()">568<div class="refsect2" title="dbusmenu_menuitem_get_children ()">
566<a name="dbusmenu-menuitem-get-children"></a><h3>dbusmenu_menuitem_get_children ()</h3>569<a name="dbusmenu-menuitem-get-children"></a><h3>dbusmenu_menuitem_get_children ()</h3>
567<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>570<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>
568<p>571<p>
569Returns simply the list of children that this menu item572Returns simply the list of children that this menu item
570 has. The list is valid until another child related function573 has. The list is valid until another child related function
@@ -580,7 +583,7 @@
580</tr>583</tr>
581<tr>584<tr>
582<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>585<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
583<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.586<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.
584</td>587</td>
585</tr>588</tr>
586</tbody>589</tbody>
@@ -589,7 +592,7 @@
589<hr>592<hr>
590<div class="refsect2" title="dbusmenu_menuitem_take_children ()">593<div class="refsect2" title="dbusmenu_menuitem_take_children ()">
591<a name="dbusmenu-menuitem-take-children"></a><h3>dbusmenu_menuitem_take_children ()</h3>594<a name="dbusmenu-menuitem-take-children"></a><h3>dbusmenu_menuitem_take_children ()</h3>
592<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>595<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>
593<p>596<p>
594While the name sounds devious that's exactly what this function597While the name sounds devious that's exactly what this function
595 does. It takes the list of children from the <em class="parameter"><code>mi</code></em> and clears the598 does. It takes the list of children from the <em class="parameter"><code>mi</code></em> and clears the
@@ -607,7 +610,7 @@
607</tr>610</tr>
608<tr>611<tr>
609<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>612<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
610<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.613<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.
611</td>614</td>
612</tr>615</tr>
613</tbody>616</tbody>
@@ -616,7 +619,7 @@
616<hr>619<hr>
617<div class="refsect2" title="dbusmenu_menuitem_get_position ()">620<div class="refsect2" title="dbusmenu_menuitem_get_position ()">
618<a name="dbusmenu-menuitem-get-position"></a><h3>dbusmenu_menuitem_get_position ()</h3>621<a name="dbusmenu-menuitem-get-position"></a><h3>dbusmenu_menuitem_get_position ()</h3>
619<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>,622<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>,
620 <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>623 <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>
621<p>624<p>
622This function returns the position of the menu item <em class="parameter"><code>mi</code></em>625This function returns the position of the menu item <em class="parameter"><code>mi</code></em>
@@ -647,7 +650,7 @@
647<hr>650<hr>
648<div class="refsect2" title="dbusmenu_menuitem_get_position_realized ()">651<div class="refsect2" title="dbusmenu_menuitem_get_position_realized ()">
649<a name="dbusmenu-menuitem-get-position-realized"></a><h3>dbusmenu_menuitem_get_position_realized ()</h3>652<a name="dbusmenu-menuitem-get-position-realized"></a><h3>dbusmenu_menuitem_get_position_realized ()</h3>
650<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_realized653<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
651 (<em class="parameter"><code><a class="link" href="libdbusmenu-glib-DbusmenuMenuitem.html#DbusmenuMenuitem" title="DbusmenuMenuitem"><span class="type">DbusmenuMenuitem</span></a> *mi</code></em>,654 (<em class="parameter"><code><a class="link" href="libdbusmenu-glib-DbusmenuMenuitem.html#DbusmenuMenuitem" title="DbusmenuMenuitem"><span class="type">DbusmenuMenuitem</span></a> *mi</code></em>,
652 <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>655 <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>
653<p>656<p>
@@ -678,7 +681,7 @@
678<hr>681<hr>
679<div class="refsect2" title="dbusmenu_menuitem_child_append ()">682<div class="refsect2" title="dbusmenu_menuitem_child_append ()">
680<a name="dbusmenu-menuitem-child-append"></a><h3>dbusmenu_menuitem_child_append ()</h3>683<a name="dbusmenu-menuitem-child-append"></a><h3>dbusmenu_menuitem_child_append ()</h3>
681<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>,684<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>,
682 <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>685 <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>
683<p>686<p>
684This function adds <em class="parameter"><code>child</code></em> to the list of children on <em class="parameter"><code>mi</code></em> at687This function adds <em class="parameter"><code>child</code></em> to the list of children on <em class="parameter"><code>mi</code></em> at
@@ -708,7 +711,7 @@
708<hr>711<hr>
709<div class="refsect2" title="dbusmenu_menuitem_child_prepend ()">712<div class="refsect2" title="dbusmenu_menuitem_child_prepend ()">
710<a name="dbusmenu-menuitem-child-prepend"></a><h3>dbusmenu_menuitem_child_prepend ()</h3>713<a name="dbusmenu-menuitem-child-prepend"></a><h3>dbusmenu_menuitem_child_prepend ()</h3>
711<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>,714<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>,
712 <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>715 <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>
713<p>716<p>
714This function adds <em class="parameter"><code>child</code></em> to the list of children on <em class="parameter"><code>mi</code></em> at717This function adds <em class="parameter"><code>child</code></em> to the list of children on <em class="parameter"><code>mi</code></em> at
@@ -738,11 +741,11 @@
738<hr>741<hr>
739<div class="refsect2" title="dbusmenu_menuitem_child_delete ()">742<div class="refsect2" title="dbusmenu_menuitem_child_delete ()">
740<a name="dbusmenu-menuitem-child-delete"></a><h3>dbusmenu_menuitem_child_delete ()</h3>743<a name="dbusmenu-menuitem-child-delete"></a><h3>dbusmenu_menuitem_child_delete ()</h3>
741<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>,744<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>,
742 <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>745 <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>
743<p>746<p>
744This function removes <em class="parameter"><code>child</code></em> from the children list of <em class="parameter"><code>mi</code></em>. It does747This function removes <em class="parameter"><code>child</code></em> from the children list of <em class="parameter"><code>mi</code></em>. It does
745 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>.748 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>.
746</p>749</p>
747<div class="variablelist"><table border="0">750<div class="variablelist"><table border="0">
748<col align="left" valign="top">751<col align="left" valign="top">
@@ -769,10 +772,10 @@
769<hr>772<hr>
770<div class="refsect2" title="dbusmenu_menuitem_child_add_position ()">773<div class="refsect2" title="dbusmenu_menuitem_child_add_position ()">
771<a name="dbusmenu-menuitem-child-add-position"></a><h3>dbusmenu_menuitem_child_add_position ()</h3>774<a name="dbusmenu-menuitem-child-add-position"></a><h3>dbusmenu_menuitem_child_add_position ()</h3>
772<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_position775<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
773 (<em class="parameter"><code><a class="link" href="libdbusmenu-glib-DbusmenuMenuitem.html#DbusmenuMenuitem" title="DbusmenuMenuitem"><span class="type">DbusmenuMenuitem</span></a> *mi</code></em>,776 (<em class="parameter"><code><a class="link" href="libdbusmenu-glib-DbusmenuMenuitem.html#DbusmenuMenuitem" title="DbusmenuMenuitem"><span class="type">DbusmenuMenuitem</span></a> *mi</code></em>,
774 <em class="parameter"><code><a class="link" href="libdbusmenu-glib-DbusmenuMenuitem.html#DbusmenuMenuitem" title="DbusmenuMenuitem"><span class="type">DbusmenuMenuitem</span></a> *child</code></em>,777 <em class="parameter"><code><a class="link" href="libdbusmenu-glib-DbusmenuMenuitem.html#DbusmenuMenuitem" title="DbusmenuMenuitem"><span class="type">DbusmenuMenuitem</span></a> *child</code></em>,
775 <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>778 <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>
776<p>779<p>
777Puts <em class="parameter"><code>child</code></em> in the list of children for <em class="parameter"><code>mi</code></em> at the location780Puts <em class="parameter"><code>child</code></em> in the list of children for <em class="parameter"><code>mi</code></em> at the location
778 specified in <em class="parameter"><code>position</code></em>. If there is not enough entires available781 specified in <em class="parameter"><code>position</code></em>. If there is not enough entires available
@@ -807,9 +810,9 @@
807<hr>810<hr>
808<div class="refsect2" title="dbusmenu_menuitem_child_reorder ()">811<div class="refsect2" title="dbusmenu_menuitem_child_reorder ()">
809<a name="dbusmenu-menuitem-child-reorder"></a><h3>dbusmenu_menuitem_child_reorder ()</h3>812<a name="dbusmenu-menuitem-child-reorder"></a><h3>dbusmenu_menuitem_child_reorder ()</h3>
810<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>,813<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>,
811 <em class="parameter"><code><a class="link" href="libdbusmenu-glib-DbusmenuMenuitem.html#DbusmenuMenuitem" title="DbusmenuMenuitem"><span class="type">DbusmenuMenuitem</span></a> *child</code></em>,814 <em class="parameter"><code><a class="link" href="libdbusmenu-glib-DbusmenuMenuitem.html#DbusmenuMenuitem" title="DbusmenuMenuitem"><span class="type">DbusmenuMenuitem</span></a> *child</code></em>,
812 <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>815 <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>
813<p>816<p>
814This function moves a child on the list of children. It is817This function moves a child on the list of children. It is
815 for a child that is already in the list, but simply needs a 818 for a child that is already in the list, but simply needs a
@@ -845,10 +848,10 @@
845<div class="refsect2" title="dbusmenu_menuitem_child_find ()">848<div class="refsect2" title="dbusmenu_menuitem_child_find ()">
846<a name="dbusmenu-menuitem-child-find"></a><h3>dbusmenu_menuitem_child_find ()</h3>849<a name="dbusmenu-menuitem-child-find"></a><h3>dbusmenu_menuitem_child_find ()</h3>
847<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>,850<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>,
848 <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>851 <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>
849<p>852<p>
850Search the children of <em class="parameter"><code>mi</code></em> to find one with the ID of <em class="parameter"><code>id</code></em>.853Search the children of <em class="parameter"><code>mi</code></em> to find one with the ID of <em class="parameter"><code>id</code></em>.
851 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>.854 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>.
852</p>855</p>
853<div class="variablelist"><table border="0">856<div class="variablelist"><table border="0">
854<col align="left" valign="top">857<col align="left" valign="top">
@@ -865,7 +868,7 @@
865</tr>868</tr>
866<tr>869<tr>
867<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>870<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
868<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 it871<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
869 can't be found.872 can't be found.
870</td>873</td>
871</tr>874</tr>
@@ -876,7 +879,7 @@
876<div class="refsect2" title="dbusmenu_menuitem_find_id ()">879<div class="refsect2" title="dbusmenu_menuitem_find_id ()">
877<a name="dbusmenu-menuitem-find-id"></a><h3>dbusmenu_menuitem_find_id ()</h3>880<a name="dbusmenu-menuitem-find-id"></a><h3>dbusmenu_menuitem_find_id ()</h3>
878<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>,881<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>,
879 <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>882 <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>
880<p>883<p>
881This function searchs the whole tree of children that884This function searchs the whole tree of children that
882 are attached to <em class="parameter"><code>mi</code></em>. This could be quite a few nodes, all885 are attached to <em class="parameter"><code>mi</code></em>. This could be quite a few nodes, all
@@ -899,7 +902,7 @@
899<tr>902<tr>
900<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>903<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
901<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>904<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>
902 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 tree905 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
903 represented by <em class="parameter"><code>mi</code></em>.906 represented by <em class="parameter"><code>mi</code></em>.
904</td>907</td>
905</tr>908</tr>
@@ -909,9 +912,9 @@
909<hr>912<hr>
910<div class="refsect2" title="dbusmenu_menuitem_property_set ()">913<div class="refsect2" title="dbusmenu_menuitem_property_set ()">
911<a name="dbusmenu-menuitem-property-set"></a><h3>dbusmenu_menuitem_property_set ()</h3>914<a name="dbusmenu-menuitem-property-set"></a><h3>dbusmenu_menuitem_property_set ()</h3>
912<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>,915<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>,
913 <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>,916 <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>,
914 <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>917 <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>
915<p>918<p>
916Takes the pair of <em class="parameter"><code>property</code></em> and <em class="parameter"><code>value</code></em> and places them as a919Takes the pair of <em class="parameter"><code>property</code></em> and <em class="parameter"><code>value</code></em> and places them as a
917 property on <em class="parameter"><code>mi</code></em>. If a property already exists by that name,920 property on <em class="parameter"><code>mi</code></em>. If a property already exists by that name,
@@ -949,10 +952,10 @@
949<hr>952<hr>
950<div class="refsect2" title="dbusmenu_menuitem_property_set_value ()">953<div class="refsect2" title="dbusmenu_menuitem_property_set_value ()">
951<a name="dbusmenu-menuitem-property-set-value"></a><h3>dbusmenu_menuitem_property_set_value ()</h3>954<a name="dbusmenu-menuitem-property-set-value"></a><h3>dbusmenu_menuitem_property_set_value ()</h3>
952<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_value955<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
953 (<em class="parameter"><code><a class="link" href="libdbusmenu-glib-DbusmenuMenuitem.html#DbusmenuMenuitem" title="DbusmenuMenuitem"><span class="type">DbusmenuMenuitem</span></a> *mi</code></em>,956 (<em class="parameter"><code><a class="link" href="libdbusmenu-glib-DbusmenuMenuitem.html#DbusmenuMenuitem" title="DbusmenuMenuitem"><span class="type">DbusmenuMenuitem</span></a> *mi</code></em>,
954 <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>,957 <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>,
955 <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>958 <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>
956<p>959<p>
957</p>960</p>
958<div class="variablelist"><table border="0">961<div class="variablelist"><table border="0">
@@ -984,9 +987,9 @@
984<hr>987<hr>
985<div class="refsect2" title="dbusmenu_menuitem_property_set_bool ()">988<div class="refsect2" title="dbusmenu_menuitem_property_set_bool ()">
986<a name="dbusmenu-menuitem-property-set-bool"></a><h3>dbusmenu_menuitem_property_set_bool ()</h3>989<a name="dbusmenu-menuitem-property-set-bool"></a><h3>dbusmenu_menuitem_property_set_bool ()</h3>
987<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>,990<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>,
988 <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>,991 <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>,
989 <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>992 <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>
990<p>993<p>
991Takes a boolean <em class="parameter"><code>value</code></em> and sets it on <em class="parameter"><code>property</code></em> as a994Takes a boolean <em class="parameter"><code>value</code></em> and sets it on <em class="parameter"><code>property</code></em> as a
992 property on <em class="parameter"><code>mi</code></em>. If a property already exists by that name,995 property on <em class="parameter"><code>mi</code></em>. If a property already exists by that name,
@@ -1024,9 +1027,9 @@
1024<hr>1027<hr>
1025<div class="refsect2" title="dbusmenu_menuitem_property_set_int ()">1028<div class="refsect2" title="dbusmenu_menuitem_property_set_int ()">
1026<a name="dbusmenu-menuitem-property-set-int"></a><h3>dbusmenu_menuitem_property_set_int ()</h3>1029<a name="dbusmenu-menuitem-property-set-int"></a><h3>dbusmenu_menuitem_property_set_int ()</h3>
1027<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>,1030<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>,
1028 <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>,1031 <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>,
1029 <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>1032 <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>
1030<p>1033<p>
1031Takes a boolean <em class="parameter"><code>value</code></em> and sets it on <em class="parameter"><code>property</code></em> as a1034Takes a boolean <em class="parameter"><code>value</code></em> and sets it on <em class="parameter"><code>property</code></em> as a
1032 property on <em class="parameter"><code>mi</code></em>. If a property already exists by that name,1035 property on <em class="parameter"><code>mi</code></em>. If a property already exists by that name,
@@ -1064,11 +1067,11 @@
1064<hr>1067<hr>
1065<div class="refsect2" title="dbusmenu_menuitem_property_get ()">1068<div class="refsect2" title="dbusmenu_menuitem_property_get ()">
1066<a name="dbusmenu-menuitem-property-get"></a><h3>dbusmenu_menuitem_property_get ()</h3>1069<a name="dbusmenu-menuitem-property-get"></a><h3>dbusmenu_menuitem_property_get ()</h3>
1067<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>,1070<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>,
1068 <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>1071 <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>
1069<p>1072<p>
1070Look up a property on <em class="parameter"><code>mi</code></em> and return the value of it if1073Look up a property on <em class="parameter"><code>mi</code></em> and return the value of it if
1071 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't1074 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
1072 exist.1075 exist.
1073</p>1076</p>
1074<div class="variablelist"><table border="0">1077<div class="variablelist"><table border="0">
@@ -1087,7 +1090,7 @@
1087<tr>1090<tr>
1088<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>1091<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
1089<td> A string with the value of the property1092<td> A string with the value of the property
1090 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 property1093 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
1091 is not set or is not a string.1094 is not set or is not a string.
1092</td>1095</td>
1093</tr>1096</tr>
@@ -1097,12 +1100,12 @@
1097<hr>1100<hr>
1098<div class="refsect2" title="dbusmenu_menuitem_property_get_value ()">1101<div class="refsect2" title="dbusmenu_menuitem_property_get_value ()">
1099<a name="dbusmenu-menuitem-property-get-value"></a><h3>dbusmenu_menuitem_property_get_value ()</h3>1102<a name="dbusmenu-menuitem-property-get-value"></a><h3>dbusmenu_menuitem_property_get_value ()</h3>
1100<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_value1103<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
1101 (<em class="parameter"><code><a class="link" href="libdbusmenu-glib-DbusmenuMenuitem.html#DbusmenuMenuitem" title="DbusmenuMenuitem"><span class="type">DbusmenuMenuitem</span></a> *mi</code></em>,1104 (<em class="parameter"><code><a class="link" href="libdbusmenu-glib-DbusmenuMenuitem.html#DbusmenuMenuitem" title="DbusmenuMenuitem"><span class="type">DbusmenuMenuitem</span></a> *mi</code></em>,
1102 <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>1105 <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>
1103<p>1106<p>
1104Look up a property on <em class="parameter"><code>mi</code></em> and return the value of it if1107Look up a property on <em class="parameter"><code>mi</code></em> and return the value of it if
1105 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't1108 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
1106 exist.1109 exist.
1107</p>1110</p>
1108<div class="variablelist"><table border="0">1111<div class="variablelist"><table border="0">
@@ -1129,11 +1132,11 @@
1129<hr>1132<hr>
1130<div class="refsect2" title="dbusmenu_menuitem_property_get_bool ()">1133<div class="refsect2" title="dbusmenu_menuitem_property_get_bool ()">
1131<a name="dbusmenu-menuitem-property-get-bool"></a><h3>dbusmenu_menuitem_property_get_bool ()</h3>1134<a name="dbusmenu-menuitem-property-get-bool"></a><h3>dbusmenu_menuitem_property_get_bool ()</h3>
1132<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>,1135<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>,
1133 <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>1136 <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>
1134<p>1137<p>
1135Look up a property on <em class="parameter"><code>mi</code></em> and return the value of it if1138Look up a property on <em class="parameter"><code>mi</code></em> and return the value of it if
1136 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.1139 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.
1137</p>1140</p>
1138<div class="variablelist"><table border="0">1141<div class="variablelist"><table border="0">
1139<col align="left" valign="top">1142<col align="left" valign="top">
@@ -1150,7 +1153,7 @@
1150</tr>1153</tr>
1151<tr>1154<tr>
1152<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>1155<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
1153<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>.1156<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>.
1154</td>1157</td>
1155</tr>1158</tr>
1156</tbody>1159</tbody>
@@ -1159,8 +1162,8 @@
1159<hr>1162<hr>
1160<div class="refsect2" title="dbusmenu_menuitem_property_get_int ()">1163<div class="refsect2" title="dbusmenu_menuitem_property_get_int ()">
1161<a name="dbusmenu-menuitem-property-get-int"></a><h3>dbusmenu_menuitem_property_get_int ()</h3>1164<a name="dbusmenu-menuitem-property-get-int"></a><h3>dbusmenu_menuitem_property_get_int ()</h3>
1162<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>,1165<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>,
1163 <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>1166 <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>
1164<p>1167<p>
1165Look up a property on <em class="parameter"><code>mi</code></em> and return the value of it if1168Look up a property on <em class="parameter"><code>mi</code></em> and return the value of it if
1166 it exits. Returns zero if the property doesn't exist.1169 it exits. Returns zero if the property doesn't exist.
@@ -1189,8 +1192,8 @@
1189<hr>1192<hr>
1190<div class="refsect2" title="dbusmenu_menuitem_property_exist ()">1193<div class="refsect2" title="dbusmenu_menuitem_property_exist ()">
1191<a name="dbusmenu-menuitem-property-exist"></a><h3>dbusmenu_menuitem_property_exist ()</h3>1194<a name="dbusmenu-menuitem-property-exist"></a><h3>dbusmenu_menuitem_property_exist ()</h3>
1192<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>,1195<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>,
1193 <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>1196 <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>
1194<p>1197<p>
1195</p>1198</p>
1196<div class="variablelist"><table border="0">1199<div class="variablelist"><table border="0">
@@ -1217,12 +1220,12 @@
1217<hr>1220<hr>
1218<div class="refsect2" title="dbusmenu_menuitem_properties_list ()">1221<div class="refsect2" title="dbusmenu_menuitem_properties_list ()">
1219<a name="dbusmenu-menuitem-properties-list"></a><h3>dbusmenu_menuitem_properties_list ()</h3>1222<a name="dbusmenu-menuitem-properties-list"></a><h3>dbusmenu_menuitem_properties_list ()</h3>
1220<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>1223<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>
1221<p>1224<p>
1222This functiong gets a list of the names of all the properties1225This functiong gets a list of the names of all the properties
1223 that are set on this menu item. This data on the list is owned1226 that are set on this menu item. This data on the list is owned
1224 by the menuitem but the list is not and should be freed using1227 by the menuitem but the list is not and should be freed using
1225 <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.1228 <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.
1226</p>1229</p>
1227<div class="variablelist"><table border="0">1230<div class="variablelist"><table border="0">
1228<col align="left" valign="top">1231<col align="left" valign="top">
@@ -1244,14 +1247,14 @@
1244<hr>1247<hr>
1245<div class="refsect2" title="dbusmenu_menuitem_properties_copy ()">1248<div class="refsect2" title="dbusmenu_menuitem_properties_copy ()">
1246<a name="dbusmenu-menuitem-properties-copy"></a><h3>dbusmenu_menuitem_properties_copy ()</h3>1249<a name="dbusmenu-menuitem-properties-copy"></a><h3>dbusmenu_menuitem_properties_copy ()</h3>
1247<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>1250<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>
1248<p>1251<p>
1249This function takes the properties of a <a class="link" href="libdbusmenu-glib-DbusmenuMenuitem.html#DbusmenuMenuitem" title="DbusmenuMenuitem"><span class="type">DbusmenuMenuitem</span></a>1252This function takes the properties of a <a class="link" href="libdbusmenu-glib-DbusmenuMenuitem.html#DbusmenuMenuitem" title="DbusmenuMenuitem"><span class="type">DbusmenuMenuitem</span></a>
1250 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 the1253 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
1251 key of a string and has the value of a string. The hash1254 key of a string and has the value of a string. The hash
1252 table may not have any entries if there aren't any or there1255 table may not have any entries if there aren't any or there
1253 is an error in processing. It is the caller's responsibility1256 is an error in processing. It is the caller's responsibility
1254 to destroy the created <a href="/usr/share/gtk-doc/html/glib/glib-Hash-Tables.html#GHashTable"><span class="type">GHashTable</span></a>.1257 to destroy the created <a href="http://library.gnome.org/devel/glib/unstable/glib-Hash-Tables.html#GHashTable"><span class="type">GHashTable</span></a>.
1255</p>1258</p>
1256<div class="variablelist"><table border="0">1259<div class="variablelist"><table border="0">
1257<col align="left" valign="top">1260<col align="left" valign="top">
@@ -1264,7 +1267,7 @@
1264</tr>1267</tr>
1265<tr>1268<tr>
1266<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>1269<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
1267<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 the1270<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
1268 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>.1271 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>.
1269</td>1272</td>
1270</tr>1273</tr>
@@ -1275,7 +1278,7 @@
1275<div class="refsect2" title="dbusmenu_menuitem_property_remove ()">1278<div class="refsect2" title="dbusmenu_menuitem_property_remove ()">
1276<a name="dbusmenu-menuitem-property-remove"></a><h3>dbusmenu_menuitem_property_remove ()</h3>1279<a name="dbusmenu-menuitem-property-remove"></a><h3>dbusmenu_menuitem_property_remove ()</h3>
1277<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>,1280<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>,
1278 <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>1281 <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>
1279<p>1282<p>
1280Removes a property from the menuitem.1283Removes a property from the menuitem.
1281</p>1284</p>
@@ -1299,7 +1302,7 @@
1299<div class="refsect2" title="dbusmenu_menuitem_set_root ()">1302<div class="refsect2" title="dbusmenu_menuitem_set_root ()">
1300<a name="dbusmenu-menuitem-set-root"></a><h3>dbusmenu_menuitem_set_root ()</h3>1303<a name="dbusmenu-menuitem-set-root"></a><h3>dbusmenu_menuitem_set_root ()</h3>
1301<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>,1304<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>,
1302 <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>1305 <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>
1303<p>1306<p>
1304This function sets the internal value of whether this is a1307This function sets the internal value of whether this is a
1305 root node or not.1308 root node or not.
@@ -1324,7 +1327,7 @@
1324<hr>1327<hr>
1325<div class="refsect2" title="dbusmenu_menuitem_get_root ()">1328<div class="refsect2" title="dbusmenu_menuitem_get_root ()">
1326<a name="dbusmenu-menuitem-get-root"></a><h3>dbusmenu_menuitem_get_root ()</h3>1329<a name="dbusmenu-menuitem-get-root"></a><h3>dbusmenu_menuitem_get_root ()</h3>
1327<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>1330<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>
1328<p>1331<p>
1329This function returns the internal value of whether this is a1332This function returns the internal value of whether this is a
1330 root node or not.1333 root node or not.
@@ -1340,7 +1343,7 @@
1340</tr>1343</tr>
1341<tr>1344<tr>
1342<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>1345<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
1343<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 node1346<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
1344</td>1347</td>
1345</tr>1348</tr>
1346</tbody>1349</tbody>
@@ -1351,7 +1354,7 @@
1351<a name="dbusmenu-menuitem-foreach"></a><h3>dbusmenu_menuitem_foreach ()</h3>1354<a name="dbusmenu-menuitem-foreach"></a><h3>dbusmenu_menuitem_foreach ()</h3>
1352<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>,1355<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>,
1353 <em class="parameter"><code><span class="type">void</span> (funcDbusmenuMenuitem * mi, gpointer data) ()</code></em>,1356 <em class="parameter"><code><span class="type">void</span> (funcDbusmenuMenuitem * mi, gpointer data) ()</code></em>,
1354 <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>1357 <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>
1355<p>1358<p>
1356This calls the function <em class="parameter"><code>func</code></em> on this menu item and all1359This calls the function <em class="parameter"><code>func</code></em> on this menu item and all
1357 of the children of this item. And their children. And1360 of the children of this item. And their children. And
@@ -1368,7 +1371,8 @@
1368</tr>1371</tr>
1369<tr>1372<tr>
1370<td><p><span class="term"><em class="parameter"><code>data</code></em> :</span></p></td>1373<td><p><span class="term"><em class="parameter"><code>data</code></em> :</span></p></td>
1371<td> User data to pass to the function. closure</td>1374<td> User data to pass to the function. <span class="annotation">[closure]</span>
1375</td>
1372</tr>1376</tr>
1373</tbody>1377</tbody>
1374</table></div>1378</table></div>
@@ -1377,9 +1381,9 @@
1377<div class="refsect2" title="dbusmenu_menuitem_handle_event ()">1381<div class="refsect2" title="dbusmenu_menuitem_handle_event ()">
1378<a name="dbusmenu-menuitem-handle-event"></a><h3>dbusmenu_menuitem_handle_event ()</h3>1382<a name="dbusmenu-menuitem-handle-event"></a><h3>dbusmenu_menuitem_handle_event ()</h3>
1379<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>,1383<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>,
1380 <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>,1384 <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>,
1381 <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>,1385 <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>,
1382 <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>1386 <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>
1383<p>1387<p>
1384This function is called to create an event. It is likely1388This function is called to create an event. It is likely
1385 to be overrided by subclasses. The default menu item1389 to be overrided by subclasses. The default menu item
@@ -1427,7 +1431,7 @@
1427<pre class="programlisting"><span class="returnvalue">void</span> dbusmenu_menuitem_send_about_to_show1431<pre class="programlisting"><span class="returnvalue">void</span> dbusmenu_menuitem_send_about_to_show
1428 (<em class="parameter"><code><a class="link" href="libdbusmenu-glib-DbusmenuMenuitem.html#DbusmenuMenuitem" title="DbusmenuMenuitem"><span class="type">DbusmenuMenuitem</span></a> *mi</code></em>,1432 (<em class="parameter"><code><a class="link" href="libdbusmenu-glib-DbusmenuMenuitem.html#DbusmenuMenuitem" title="DbusmenuMenuitem"><span class="type">DbusmenuMenuitem</span></a> *mi</code></em>,
1429 <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>,1433 <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>,
1430 <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>1434 <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>
1431<p>1435<p>
1432This function is used to send the even that the submenu1436This function is used to send the even that the submenu
1433 of this item is about to be shown. Callers to this event1437 of this item is about to be shown. Callers to this event
@@ -1449,7 +1453,8 @@
1449</tr>1453</tr>
1450<tr>1454<tr>
1451<td><p><span class="term"><em class="parameter"><code>cb_data</code></em> :</span></p></td>1455<td><p><span class="term"><em class="parameter"><code>cb_data</code></em> :</span></p></td>
1452<td> Data to pass to the callback.. closure</td>1456<td> Data to pass to the callback. <span class="annotation">[closure]</span>
1457</td>
1453</tr>1458</tr>
1454</tbody>1459</tbody>
1455</table></div>1460</table></div>
@@ -1458,6 +1463,6 @@
1458</div>1463</div>
1459<div class="footer">1464<div class="footer">
1460<hr>1465<hr>
1461 Generated by GTK-Doc V1.14</div>1466 Generated by GTK-Doc V1.15</div>
1462</body>1467</body>
1463</html>1468</html>
1464\ No newline at end of file1469\ No newline at end of file
14651470
=== modified file 'docs/libdbusmenu-glib/reference/html/libdbusmenu-glib-DbusmenuMenuitemProxy.html'
--- docs/libdbusmenu-glib/reference/html/libdbusmenu-glib-DbusmenuMenuitemProxy.html 2010-08-03 01:24:55 +0000
+++ docs/libdbusmenu-glib/reference/html/libdbusmenu-glib-DbusmenuMenuitemProxy.html 2010-08-12 16:32:44 +0000
@@ -8,7 +8,7 @@
8<link rel="up" href="ch01.html" title="API">8<link rel="up" href="ch01.html" title="API">
9<link rel="prev" href="libdbusmenu-glib-DbusmenuServer.html" title="DbusmenuServer">9<link rel="prev" href="libdbusmenu-glib-DbusmenuServer.html" title="DbusmenuServer">
10<link rel="next" href="libdbusmenu-glib-DbusmenuMenuitem.html" title="DbusmenuMenuitem">10<link rel="next" href="libdbusmenu-glib-DbusmenuMenuitem.html" title="DbusmenuMenuitem">
11<meta name="generator" content="GTK-Doc V1.14 (XML mode)">11<meta name="generator" content="GTK-Doc V1.15 (XML mode)">
12<link rel="stylesheet" href="style.css" type="text/css">12<link rel="stylesheet" href="style.css" type="text/css">
13</head>13</head>
14<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">14<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -121,7 +121,7 @@
121</tr>121</tr>
122<tr>122<tr>
123<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>123<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
124<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 we124<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
125 don't have one or there is an error.125 don't have one or there is an error.
126</td>126</td>
127</tr>127</tr>
@@ -132,6 +132,6 @@
132</div>132</div>
133<div class="footer">133<div class="footer">
134<hr>134<hr>
135 Generated by GTK-Doc V1.14</div>135 Generated by GTK-Doc V1.15</div>
136</body>136</body>
137</html>137</html>
138\ No newline at end of file138\ No newline at end of file
139139
=== modified file 'docs/libdbusmenu-glib/reference/html/libdbusmenu-glib-DbusmenuServer.html'
--- docs/libdbusmenu-glib/reference/html/libdbusmenu-glib-DbusmenuServer.html 2010-08-03 01:26:00 +0000
+++ docs/libdbusmenu-glib/reference/html/libdbusmenu-glib-DbusmenuServer.html 2010-08-12 16:32:44 +0000
@@ -8,7 +8,7 @@
8<link rel="up" href="ch01.html" title="API">8<link rel="up" href="ch01.html" title="API">
9<link rel="prev" href="ch01.html" title="API">9<link rel="prev" href="ch01.html" title="API">
10<link rel="next" href="libdbusmenu-glib-DbusmenuMenuitemProxy.html" title="DbusmenuMenuitemProxy">10<link rel="next" href="libdbusmenu-glib-DbusmenuMenuitemProxy.html" title="DbusmenuMenuitemProxy">
11<meta name="generator" content="GTK-Doc V1.14 (XML mode)">11<meta name="generator" content="GTK-Doc V1.15 (XML mode)">
12<link rel="stylesheet" href="style.css" type="text/css">12<link rel="stylesheet" href="style.css" type="text/css">
13</head>13</head>
14<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">14<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -46,7 +46,7 @@
46#define <a class="link" href="libdbusmenu-glib-DbusmenuServer.html#DBUSMENU-SERVER-PROP-VERSION:CAPS" title="DBUSMENU_SERVER_PROP_VERSION">DBUSMENU_SERVER_PROP_VERSION</a>46#define <a class="link" href="libdbusmenu-glib-DbusmenuServer.html#DBUSMENU-SERVER-PROP-VERSION:CAPS" title="DBUSMENU_SERVER_PROP_VERSION">DBUSMENU_SERVER_PROP_VERSION</a>
47 <a class="link" href="libdbusmenu-glib-DbusmenuServer.html#DbusmenuServer" title="DbusmenuServer">DbusmenuServer</a>;47 <a class="link" href="libdbusmenu-glib-DbusmenuServer.html#DbusmenuServer" title="DbusmenuServer">DbusmenuServer</a>;
48 <a class="link" href="libdbusmenu-glib-DbusmenuServer.html#DbusmenuServerClass" title="DbusmenuServerClass">DbusmenuServerClass</a>;48 <a class="link" href="libdbusmenu-glib-DbusmenuServer.html#DbusmenuServerClass" title="DbusmenuServerClass">DbusmenuServerClass</a>;
49<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>);49<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>);
50<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>,50<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>,
51 <em class="parameter"><code><a class="link" href="libdbusmenu-glib-DbusmenuMenuitem.html#DbusmenuMenuitem" title="DbusmenuMenuitem"><span class="type">DbusmenuMenuitem</span></a> *root</code></em>);51 <em class="parameter"><code><a class="link" href="libdbusmenu-glib-DbusmenuMenuitem.html#DbusmenuMenuitem" title="DbusmenuMenuitem"><span class="type">DbusmenuMenuitem</span></a> *root</code></em>);
52</pre>52</pre>
@@ -127,9 +127,9 @@
127<div class="variablelist"><table border="0">127<div class="variablelist"><table border="0">
128<col align="left" valign="top">128<col align="left" valign="top">
129<tbody><tr>129<tbody><tr>
130<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>130<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>
131<td>131<td>
132<a href="/usr/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject"><span class="type">GObject</span></a>132<a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject"><span class="type">GObject</span></a>
133</td>133</td>
134</tr></tbody>134</tr></tbody>
135</table></div>135</table></div>
@@ -144,12 +144,12 @@
144 void (*id_prop_update)(gint id, gchar * property, gchar * value);144 void (*id_prop_update)(gint id, gchar * property, gchar * value);
145 void (*id_update)(gint id);145 void (*id_update)(gint id);
146 void (*layout_updated)(gint revision);146 void (*layout_updated)(gint revision);
147 void (*item_activation)(gint id, guint timestamp);
147148
148 /* Reserved */149 /* Reserved */
149 void (*dbusmenu_server_reserved1)(void);150 void (*dbusmenu_server_reserved1)(void);
150 void (*dbusmenu_server_reserved2)(void);151 void (*dbusmenu_server_reserved2)(void);
151 void (*dbusmenu_server_reserved3)(void);152 void (*dbusmenu_server_reserved3)(void);
152 void (*dbusmenu_server_reserved4)(void);
153} DbusmenuServerClass;153} DbusmenuServerClass;
154</pre>154</pre>
155<p>155<p>
@@ -159,9 +159,9 @@
159<col align="left" valign="top">159<col align="left" valign="top">
160<tbody>160<tbody>
161<tr>161<tr>
162<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>162<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>
163<td>163<td>
164<a href="/usr/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObjectClass"><span class="type">GObjectClass</span></a>164<a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObjectClass"><span class="type">GObjectClass</span></a>
165</td>165</td>
166</tr>166</tr>
167<tr>167<tr>
@@ -180,6 +180,11 @@
180</td>180</td>
181</tr>181</tr>
182<tr>182<tr>
183<td><p><span class="term"><em class="structfield"><code><a name="DbusmenuServerClass.item-activation"></a>item_activation</code></em> ()</span></p></td>
184<td>
185</td>
186</tr>
187<tr>
183<td><p><span class="term"><em class="structfield"><code><a name="DbusmenuServerClass.dbusmenu-server-reserved1"></a>dbusmenu_server_reserved1</code></em> ()</span></p></td>188<td><p><span class="term"><em class="structfield"><code><a name="DbusmenuServerClass.dbusmenu-server-reserved1"></a>dbusmenu_server_reserved1</code></em> ()</span></p></td>
184<td>Reserved for future use.189<td>Reserved for future use.
185</td>190</td>
@@ -194,18 +199,13 @@
194<td>Reserved for future use.199<td>Reserved for future use.
195</td>200</td>
196</tr>201</tr>
197<tr>
198<td><p><span class="term"><em class="structfield"><code><a name="DbusmenuServerClass.dbusmenu-server-reserved4"></a>dbusmenu_server_reserved4</code></em> ()</span></p></td>
199<td>Reserved for future use.
200</td>
201</tr>
202</tbody>202</tbody>
203</table></div>203</table></div>
204</div>204</div>
205<hr>205<hr>
206<div class="refsect2" title="dbusmenu_server_new ()">206<div class="refsect2" title="dbusmenu_server_new ()">
207<a name="dbusmenu-server-new"></a><h3>dbusmenu_server_new ()</h3>207<a name="dbusmenu-server-new"></a><h3>dbusmenu_server_new ()</h3>
208<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>208<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>
209<p>209<p>
210Creates a new <a class="link" href="libdbusmenu-glib-DbusmenuServer.html#DbusmenuServer" title="DbusmenuServer"><span class="type">DbusmenuServer</span></a> object with a specific object210Creates a new <a class="link" href="libdbusmenu-glib-DbusmenuServer.html#DbusmenuServer" title="DbusmenuServer"><span class="type">DbusmenuServer</span></a> object with a specific object
211 path on DBus. If <em class="parameter"><code>object</code></em> is set to NULL the default object211 path on DBus. If <em class="parameter"><code>object</code></em> is set to NULL the default object
@@ -234,7 +234,7 @@
234<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>,234<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>,
235 <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>235 <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>
236<p>236<p>
237This function contains all of the <a href="/usr/share/gtk-doc/html/gobject/gobject-Generic-values.html#GValue"><span class="type">GValue</span></a> wrapping237This 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
238 required to set the property <span class="type">"root-node"</span>238 required to set the property <span class="type">"root-node"</span>
239 on the server <em class="parameter"><code>self</code></em>.239 on the server <em class="parameter"><code>self</code></em>.
240</p>240</p>
@@ -258,6 +258,6 @@
258</div>258</div>
259<div class="footer">259<div class="footer">
260<hr>260<hr>
261 Generated by GTK-Doc V1.14</div>261 Generated by GTK-Doc V1.15</div>
262</body>262</body>
263</html>263</html>
264\ No newline at end of file264\ No newline at end of file
265265
=== modified file 'docs/libdbusmenu-glib/reference/html/object-tree.html'
--- docs/libdbusmenu-glib/reference/html/object-tree.html 2010-08-03 01:26:00 +0000
+++ docs/libdbusmenu-glib/reference/html/object-tree.html 2010-08-12 16:32:44 +0000
@@ -8,7 +8,7 @@
8<link rel="up" href="index.html" title="libdbusmenu-glib Reference Manual">8<link rel="up" href="index.html" title="libdbusmenu-glib Reference Manual">
9<link rel="prev" href="libdbusmenu-glib-DbusmenuClientMenuitem.html" title="DbusmenuClientMenuitem">9<link rel="prev" href="libdbusmenu-glib-DbusmenuClientMenuitem.html" title="DbusmenuClientMenuitem">
10<link rel="next" href="api-index-full.html" title="API Index">10<link rel="next" href="api-index-full.html" title="API Index">
11<meta name="generator" content="GTK-Doc V1.14 (XML mode)">11<meta name="generator" content="GTK-Doc V1.15 (XML mode)">
12<link rel="stylesheet" href="style.css" type="text/css">12<link rel="stylesheet" href="style.css" type="text/css">
13</head>13</head>
14<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">14<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -27,6 +27,6 @@
27</div>27</div>
28<div class="footer">28<div class="footer">
29<hr>29<hr>
30 Generated by GTK-Doc V1.14</div>30 Generated by GTK-Doc V1.15</div>
31</body>31</body>
32</html>32</html>
33\ No newline at end of file33\ No newline at end of file
3434
=== modified file 'docs/libdbusmenu-glib/reference/html/style.css'
--- docs/libdbusmenu-glib/reference/html/style.css 2010-08-03 01:26:00 +0000
+++ docs/libdbusmenu-glib/reference/html/style.css 2010-08-12 16:32:44 +0000
@@ -209,6 +209,14 @@
209 font-weight: normal;209 font-weight: normal;
210}210}
211211
212.annotation
213{
214 /* tango:aluminium 5 */
215 color: #555753;
216 font-size: 80%;
217 font-weight: normal;
218}
219
212/* code listings */220/* code listings */
213221
214.listing_code .programlisting .cbracket { color: #a40000; } /* tango: scarlet red 3 */222.listing_code .programlisting .cbracket { color: #a40000; } /* tango: scarlet red 3 */
215223
=== modified file 'docs/libdbusmenu-glib/reference/tmpl/client.sgml'
--- docs/libdbusmenu-glib/reference/tmpl/client.sgml 2010-07-30 18:24:01 +0000
+++ docs/libdbusmenu-glib/reference/tmpl/client.sgml 2010-08-12 16:32:44 +0000
@@ -158,6 +158,7 @@
158@client: 158@client:
159@id: 159@id:
160@gpointer user_data:160@gpointer user_data:
161@gpointer user_data:
161@gpointer user_data: 162@gpointer user_data:
162@cb_data: 163@cb_data:
163164
164165
=== modified file 'docs/libdbusmenu-glib/reference/tmpl/menuitem.sgml'
--- docs/libdbusmenu-glib/reference/tmpl/menuitem.sgml 2010-07-30 18:24:01 +0000
+++ docs/libdbusmenu-glib/reference/tmpl/menuitem.sgml 2010-08-12 16:32:44 +0000
@@ -506,6 +506,7 @@
506506
507@mi: 507@mi:
508@DbusmenuMenuitem * mi, gpointer data:508@DbusmenuMenuitem * mi, gpointer data:
509@DbusmenuMenuitem * mi, gpointer data:
509@DbusmenuMenuitem * mi, gpointer data: 510@DbusmenuMenuitem * mi, gpointer data:
510@data: 511@data:
511512
512513
=== modified file 'docs/libdbusmenu-glib/reference/tmpl/server.sgml'
--- docs/libdbusmenu-glib/reference/tmpl/server.sgml 2010-08-03 01:26:00 +0000
+++ docs/libdbusmenu-glib/reference/tmpl/server.sgml 2010-08-12 16:32:44 +0000
@@ -85,10 +85,10 @@
85@id_prop_update: 85@id_prop_update:
86@id_update: 86@id_update:
87@layout_updated: 87@layout_updated:
88@item_activation:
88@dbusmenu_server_reserved1: 89@dbusmenu_server_reserved1:
89@dbusmenu_server_reserved2: 90@dbusmenu_server_reserved2:
90@dbusmenu_server_reserved3: 91@dbusmenu_server_reserved3:
91@dbusmenu_server_reserved4:
9292
93<!-- ##### FUNCTION dbusmenu_server_new ##### -->93<!-- ##### FUNCTION dbusmenu_server_new ##### -->
94<para>94<para>
9595
=== modified file 'docs/libdbusmenu-glib/reference/version.xml'
--- docs/libdbusmenu-glib/reference/version.xml 2010-08-03 01:26:00 +0000
+++ docs/libdbusmenu-glib/reference/version.xml 2010-08-12 16:32:44 +0000
@@ -1,1 +1,1 @@
10.3.910.3.10
22
=== modified file 'docs/libdbusmenu-glib/reference/xml/client.xml'
--- docs/libdbusmenu-glib/reference/xml/client.xml 2010-07-30 18:24:01 +0000
+++ docs/libdbusmenu-glib/reference/xml/client.xml 2010-08-12 16:32:44 +0000
@@ -343,6 +343,7 @@
343<listitem><simpara>343<listitem><simpara>
344<parameter>gpointer</parameter> user_data:344<parameter>gpointer</parameter> user_data:
345<parameter>gpointer</parameter> user_data:345<parameter>gpointer</parameter> user_data:
346<parameter>gpointer</parameter> user_data:
346</simpara></listitem></varlistentry>347</simpara></listitem></varlistentry>
347<varlistentry><term><parameter>cb_data</parameter>&#160;:</term>348<varlistentry><term><parameter>cb_data</parameter>&#160;:</term>
348<listitem><simpara>349<listitem><simpara>
349350
=== modified file 'docs/libdbusmenu-glib/reference/xml/menuitem.xml'
--- docs/libdbusmenu-glib/reference/xml/menuitem.xml 2010-08-03 01:26:00 +0000
+++ docs/libdbusmenu-glib/reference/xml/menuitem.xml 2010-08-12 16:32:44 +0000
@@ -339,7 +339,7 @@
339<listitem><simpara>Menu item that should be shown339<listitem><simpara>Menu item that should be shown
340</simpara></listitem></varlistentry>340</simpara></listitem></varlistentry>
341<varlistentry><term><parameter>user_data</parameter>&#160;:</term>341<varlistentry><term><parameter>user_data</parameter>&#160;:</term>
342<listitem><simpara> Extra user data sent with the function. closure</simpara></listitem></varlistentry>342<listitem><simpara> Extra user data sent with the function. <emphasis role="annotation">[closure]</emphasis></simpara></listitem></varlistentry>
343</variablelist></refsect2>343</variablelist></refsect2>
344<refsect2 id="dbusmenu-menuitem-buildxml-slot-t" role="function">344<refsect2 id="dbusmenu-menuitem-buildxml-slot-t" role="function">
345<title>dbusmenu_menuitem_buildxml_slot_t ()</title>345<title>dbusmenu_menuitem_buildxml_slot_t ()</title>
@@ -352,9 +352,9 @@
352as an XML fragment. Should call it's own children.352as an XML fragment. Should call it's own children.
353</para><variablelist role="params">353</para><variablelist role="params">
354<varlistentry><term><parameter>mi</parameter>&#160;:</term>354<varlistentry><term><parameter>mi</parameter>&#160;:</term>
355<listitem><simpara> Menu item that should be built from. <acronym>in</acronym>. </simpara></listitem></varlistentry>355<listitem><simpara> Menu item that should be built from. <emphasis role="annotation">[<acronym>in</acronym>]</emphasis></simpara></listitem></varlistentry>
356<varlistentry><term><parameter>stringarray</parameter>&#160;:</term>356<varlistentry><term><parameter>stringarray</parameter>&#160;:</term>
357<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>357<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>
358</variablelist></refsect2>358</variablelist></refsect2>
359<refsect2 id="DbusmenuMenuitemClass" role="struct">359<refsect2 id="DbusmenuMenuitemClass" role="struct">
360<title>DbusmenuMenuitemClass</title>360<title>DbusmenuMenuitemClass</title>
@@ -963,7 +963,7 @@
963<listitem><simpara>The <link linkend="DbusmenItem"><type>DbusmenItem</type></link> to start from963<listitem><simpara>The <link linkend="DbusmenItem"><type>DbusmenItem</type></link> to start from
964</simpara></listitem></varlistentry>964</simpara></listitem></varlistentry>
965<varlistentry><term><parameter>data</parameter>&#160;:</term>965<varlistentry><term><parameter>data</parameter>&#160;:</term>
966<listitem><simpara> User data to pass to the function. closure</simpara></listitem></varlistentry>966<listitem><simpara> User data to pass to the function. <emphasis role="annotation">[closure]</emphasis></simpara></listitem></varlistentry>
967</variablelist></refsect2>967</variablelist></refsect2>
968<refsect2 id="dbusmenu-menuitem-handle-event" role="function">968<refsect2 id="dbusmenu-menuitem-handle-event" role="function">
969<title>dbusmenu_menuitem_handle_event ()</title>969<title>dbusmenu_menuitem_handle_event ()</title>
@@ -1020,7 +1020,7 @@
1020<listitem><simpara>Callback to call when the call has returned.1020<listitem><simpara>Callback to call when the call has returned.
1021</simpara></listitem></varlistentry>1021</simpara></listitem></varlistentry>
1022<varlistentry><term><parameter>cb_data</parameter>&#160;:</term>1022<varlistentry><term><parameter>cb_data</parameter>&#160;:</term>
1023<listitem><simpara> Data to pass to the callback.. closure</simpara></listitem></varlistentry>1023<listitem><simpara> Data to pass to the callback. <emphasis role="annotation">[closure]</emphasis></simpara></listitem></varlistentry>
1024</variablelist></refsect2>1024</variablelist></refsect2>
10251025
1026</refsect1>1026</refsect1>
10271027
=== modified file 'docs/libdbusmenu-glib/reference/xml/server.xml'
--- docs/libdbusmenu-glib/reference/xml/server.xml 2010-08-03 01:26:00 +0000
+++ docs/libdbusmenu-glib/reference/xml/server.xml 2010-08-12 16:32:44 +0000
@@ -117,12 +117,12 @@
117 void (*id_prop_update)(gint id, gchar * property, gchar * value);117 void (*id_prop_update)(gint id, gchar * property, gchar * value);
118 void (*id_update)(gint id);118 void (*id_update)(gint id);
119 void (*layout_updated)(gint revision);119 void (*layout_updated)(gint revision);
120 void (*item_activation)(gint id, guint timestamp);
120121
121 /* Reserved */122 /* Reserved */
122 void (*dbusmenu_server_reserved1)(void);123 void (*dbusmenu_server_reserved1)(void);
123 void (*dbusmenu_server_reserved2)(void);124 void (*dbusmenu_server_reserved2)(void);
124 void (*dbusmenu_server_reserved3)(void);125 void (*dbusmenu_server_reserved3)(void);
125 void (*dbusmenu_server_reserved4)(void);
126} DbusmenuServerClass;126} DbusmenuServerClass;
127</programlisting>127</programlisting>
128<para>128<para>
@@ -144,6 +144,10 @@
144<listitem><simpara>Slot for <link linkend="DbusmenuServer-layout-update"><type>"layout-update"</type></link>.144<listitem><simpara>Slot for <link linkend="DbusmenuServer-layout-update"><type>"layout-update"</type></link>.
145</simpara></listitem>145</simpara></listitem>
146</varlistentry>146</varlistentry>
147<varlistentry><term><structfield id="DbusmenuServerClass.item-activation">item_activation</structfield>&#160;()</term>
148<listitem><simpara>
149</simpara></listitem>
150</varlistentry>
147<varlistentry><term><structfield id="DbusmenuServerClass.dbusmenu-server-reserved1">dbusmenu_server_reserved1</structfield>&#160;()</term>151<varlistentry><term><structfield id="DbusmenuServerClass.dbusmenu-server-reserved1">dbusmenu_server_reserved1</structfield>&#160;()</term>
148<listitem><simpara>Reserved for future use.152<listitem><simpara>Reserved for future use.
149</simpara></listitem>153</simpara></listitem>
@@ -156,10 +160,6 @@
156<listitem><simpara>Reserved for future use.160<listitem><simpara>Reserved for future use.
157</simpara></listitem>161</simpara></listitem>
158</varlistentry>162</varlistentry>
159<varlistentry><term><structfield id="DbusmenuServerClass.dbusmenu-server-reserved4">dbusmenu_server_reserved4</structfield>&#160;()</term>
160<listitem><simpara>Reserved for future use.
161</simpara></listitem>
162</varlistentry>
163</variablelist></refsect2>163</variablelist></refsect2>
164<refsect2 id="dbusmenu-server-new" role="function">164<refsect2 id="dbusmenu-server-new" role="function">
165<title>dbusmenu_server_new ()</title>165<title>dbusmenu_server_new ()</title>
166166
=== modified file 'docs/libdbusmenu-gtk/Makefile.in'
--- docs/libdbusmenu-gtk/Makefile.in 2010-08-03 01:26:00 +0000
+++ docs/libdbusmenu-gtk/Makefile.in 2010-08-12 16:32:44 +0000
@@ -192,6 +192,8 @@
192PACKAGE_VERSION = @PACKAGE_VERSION@192PACKAGE_VERSION = @PACKAGE_VERSION@
193PATH_SEPARATOR = @PATH_SEPARATOR@193PATH_SEPARATOR = @PATH_SEPARATOR@
194PKG_CONFIG = @PKG_CONFIG@194PKG_CONFIG = @PKG_CONFIG@
195PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
196PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
195POFILES = @POFILES@197POFILES = @POFILES@
196POSUB = @POSUB@198POSUB = @POSUB@
197PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@199PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
198200
=== modified file 'docs/libdbusmenu-gtk/reference/Makefile.in'
--- docs/libdbusmenu-gtk/reference/Makefile.in 2010-08-03 01:26:00 +0000
+++ docs/libdbusmenu-gtk/reference/Makefile.in 2010-08-12 16:32:44 +0000
@@ -159,6 +159,8 @@
159PACKAGE_VERSION = @PACKAGE_VERSION@159PACKAGE_VERSION = @PACKAGE_VERSION@
160PATH_SEPARATOR = @PATH_SEPARATOR@160PATH_SEPARATOR = @PATH_SEPARATOR@
161PKG_CONFIG = @PKG_CONFIG@161PKG_CONFIG = @PKG_CONFIG@
162PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
163PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
162POFILES = @POFILES@164POFILES = @POFILES@
163POSUB = @POSUB@165POSUB = @POSUB@
164PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@166PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
165167
=== modified file 'docs/libdbusmenu-gtk/reference/html/Genericmenuitem.html'
--- docs/libdbusmenu-gtk/reference/html/Genericmenuitem.html 2010-08-03 01:26:00 +0000
+++ docs/libdbusmenu-gtk/reference/html/Genericmenuitem.html 2010-08-12 16:32:44 +0000
@@ -8,7 +8,7 @@
8<link rel="up" href="ch01.html" title="API">8<link rel="up" href="ch01.html" title="API">
9<link rel="prev" href="libdbusmenu-gtk-DbusmenuGtkClient.html" title="DbusmenuGtkClient">9<link rel="prev" href="libdbusmenu-gtk-DbusmenuGtkClient.html" title="DbusmenuGtkClient">
10<link rel="next" href="libdbusmenu-gtk-menuitem.html" title="menuitem">10<link rel="next" href="libdbusmenu-gtk-menuitem.html" title="menuitem">
11<meta name="generator" content="GTK-Doc V1.14 (XML mode)">11<meta name="generator" content="GTK-Doc V1.15 (XML mode)">
12<link rel="stylesheet" href="style.css" type="text/css">12<link rel="stylesheet" href="style.css" type="text/css">
13</head>13</head>
14<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">14<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -52,28 +52,28 @@
52 <a class="link" href="Genericmenuitem.html#GenericmenuitemPrivate" title="GenericmenuitemPrivate">GenericmenuitemPrivate</a>;52 <a class="link" href="Genericmenuitem.html#GenericmenuitemPrivate" title="GenericmenuitemPrivate">GenericmenuitemPrivate</a>;
53enum <a class="link" href="Genericmenuitem.html#GenericmenuitemCheckType" title="enum GenericmenuitemCheckType">GenericmenuitemCheckType</a>;53enum <a class="link" href="Genericmenuitem.html#GenericmenuitemCheckType" title="enum GenericmenuitemCheckType">GenericmenuitemCheckType</a>;
54enum <a class="link" href="Genericmenuitem.html#GenericmenuitemState" title="enum GenericmenuitemState">GenericmenuitemState</a>;54enum <a class="link" href="Genericmenuitem.html#GenericmenuitemState" title="enum GenericmenuitemState">GenericmenuitemState</a>;
55<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>);55<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>);
56<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>,56<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>,
57 <em class="parameter"><code><a class="link" href="Genericmenuitem.html#GenericmenuitemCheckType" title="enum GenericmenuitemCheckType"><span class="type">GenericmenuitemCheckType</span></a> check_type</code></em>);57 <em class="parameter"><code><a class="link" href="Genericmenuitem.html#GenericmenuitemCheckType" title="enum GenericmenuitemCheckType"><span class="type">GenericmenuitemCheckType</span></a> check_type</code></em>);
58<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>,58<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>,
59 <em class="parameter"><code><a class="link" href="Genericmenuitem.html#GenericmenuitemState" title="enum GenericmenuitemState"><span class="type">GenericmenuitemState</span></a> state</code></em>);59 <em class="parameter"><code><a class="link" href="Genericmenuitem.html#GenericmenuitemState" title="enum GenericmenuitemState"><span class="type">GenericmenuitemState</span></a> state</code></em>);
60<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>,60<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>,
61 <em class="parameter"><code><a href="/usr/share/gtk-doc/html/gtk/GtkWidget.html"><span class="type">GtkWidget</span></a> *image</code></em>);61 <em class="parameter"><code><a href="http://library.gnome.org/devel/gtk/unstable/GtkWidget.html"><span class="type">GtkWidget</span></a> *image</code></em>);
62<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>);62<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>);
63</pre>63</pre>
64</div>64</div>
65<div class="refsect1" title="Object Hierarchy">65<div class="refsect1" title="Object Hierarchy">
66<a name="Genericmenuitem.object-hierarchy"></a><h2>Object Hierarchy</h2>66<a name="Genericmenuitem.object-hierarchy"></a><h2>Object Hierarchy</h2>
67<pre class="synopsis">67<pre class="synopsis">
68 <a href="/usr/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject">GObject</a>68 <a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject">GObject</a>
69 +----<a href="/usr/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GInitiallyUnowned">GInitiallyUnowned</a>69 +----<a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GInitiallyUnowned">GInitiallyUnowned</a>
70 +----<a href="/usr/share/gtk-doc/html/gtk/GtkObject.html">GtkObject</a>70 +----<a href="http://library.gnome.org/devel/gtk/unstable/GtkObject.html">GtkObject</a>
71 +----<a href="/usr/share/gtk-doc/html/gtk/GtkWidget.html">GtkWidget</a>71 +----<a href="http://library.gnome.org/devel/gtk/unstable/GtkWidget.html">GtkWidget</a>
72 +----<a href="/usr/share/gtk-doc/html/gtk/GtkContainer.html">GtkContainer</a>72 +----<a href="http://library.gnome.org/devel/gtk/unstable/GtkContainer.html">GtkContainer</a>
73 +----<a href="/usr/share/gtk-doc/html/gtk/GtkBin.html">GtkBin</a>73 +----<a href="http://library.gnome.org/devel/gtk/unstable/GtkBin.html">GtkBin</a>
74 +----<a href="/usr/share/gtk-doc/html/gtk/GtkItem.html">GtkItem</a>74 +----<a href="http://library.gnome.org/devel/gtk/unstable/GtkItem.html">GtkItem</a>
75 +----<a href="/usr/share/gtk-doc/html/gtk/GtkMenuItem.html">GtkMenuItem</a>75 +----<a href="http://library.gnome.org/devel/gtk/unstable/GtkMenuItem.html">GtkMenuItem</a>
76 +----<a href="/usr/share/gtk-doc/html/gtk/gtk-gtkcheckmenuitem.html#GtkCheckMenuItem">GtkCheckMenuItem</a>76 +----<a href="http://library.gnome.org/devel/gtk/unstable/gtk-gtkcheckmenuitem.html#GtkCheckMenuItem">GtkCheckMenuItem</a>
77 +----Genericmenuitem77 +----Genericmenuitem
78</pre>78</pre>
79</div>79</div>
@@ -81,7 +81,7 @@
81<a name="Genericmenuitem.implemented-interfaces"></a><h2>Implemented Interfaces</h2>81<a name="Genericmenuitem.implemented-interfaces"></a><h2>Implemented Interfaces</h2>
82<p>82<p>
83Genericmenuitem implements83Genericmenuitem implements
84 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>84 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>
85</div>85</div>
86<div class="refsect1" title="Description">86<div class="refsect1" title="Description">
87<a name="Genericmenuitem.description"></a><h2>Description</h2>87<a name="Genericmenuitem.description"></a><h2>Description</h2>
@@ -238,7 +238,7 @@
238<hr>238<hr>
239<div class="refsect2" title="genericmenuitem_get_type ()">239<div class="refsect2" title="genericmenuitem_get_type ()">
240<a name="genericmenuitem-get-type"></a><h3>genericmenuitem_get_type ()</h3>240<a name="genericmenuitem-get-type"></a><h3>genericmenuitem_get_type ()</h3>
241<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>241<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>
242<p>242<p>
243</p>243</p>
244<div class="variablelist"><table border="0">244<div class="variablelist"><table border="0">
@@ -307,7 +307,7 @@
307<div class="refsect2" title="genericmenuitem_set_image ()">307<div class="refsect2" title="genericmenuitem_set_image ()">
308<a name="genericmenuitem-set-image"></a><h3>genericmenuitem_set_image ()</h3>308<a name="genericmenuitem-set-image"></a><h3>genericmenuitem_set_image ()</h3>
309<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>,309<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>,
310 <em class="parameter"><code><a href="/usr/share/gtk-doc/html/gtk/GtkWidget.html"><span class="type">GtkWidget</span></a> *image</code></em>);</pre>310 <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>
311<p>311<p>
312Sets the image of the menu item.312Sets the image of the menu item.
313</p>313</p>
@@ -330,7 +330,7 @@
330<hr>330<hr>
331<div class="refsect2" title="genericmenuitem_get_image ()">331<div class="refsect2" title="genericmenuitem_get_image ()">
332<a name="genericmenuitem-get-image"></a><h3>genericmenuitem_get_image ()</h3>332<a name="genericmenuitem-get-image"></a><h3>genericmenuitem_get_image ()</h3>
333<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>333<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>
334<p>334<p>
335Returns the image if there is one.335Returns the image if there is one.
336</p>336</p>
@@ -344,7 +344,7 @@
344</tr>344</tr>
345<tr>345<tr>
346<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>346<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
347<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>347<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>
348 if there isn't one.348 if there isn't one.
349</td>349</td>
350</tr>350</tr>
@@ -355,6 +355,6 @@
355</div>355</div>
356<div class="footer">356<div class="footer">
357<hr>357<hr>
358 Generated by GTK-Doc V1.14</div>358 Generated by GTK-Doc V1.15</div>
359</body>359</body>
360</html>360</html>
361\ No newline at end of file361\ No newline at end of file
362362
=== modified file 'docs/libdbusmenu-gtk/reference/html/api-index-full.html'
--- docs/libdbusmenu-gtk/reference/html/api-index-full.html 2010-08-03 01:26:00 +0000
+++ docs/libdbusmenu-gtk/reference/html/api-index-full.html 2010-08-12 16:32:44 +0000
@@ -7,7 +7,7 @@
7<link rel="home" href="index.html" title="libdbusmenu-gtk Reference Manual">7<link rel="home" href="index.html" title="libdbusmenu-gtk Reference Manual">
8<link rel="up" href="index.html" title="libdbusmenu-gtk Reference Manual">8<link rel="up" href="index.html" title="libdbusmenu-gtk Reference Manual">
9<link rel="prev" href="object-tree.html" title="Object Hierarchy">9<link rel="prev" href="object-tree.html" title="Object Hierarchy">
10<meta name="generator" content="GTK-Doc V1.14 (XML mode)">10<meta name="generator" content="GTK-Doc V1.15 (XML mode)">
11<link rel="stylesheet" href="style.css" type="text/css">11<link rel="stylesheet" href="style.css" type="text/css">
12</head>12</head>
13<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">13<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -167,6 +167,6 @@
167</div>167</div>
168<div class="footer">168<div class="footer">
169<hr>169<hr>
170 Generated by GTK-Doc V1.14</div>170 Generated by GTK-Doc V1.15</div>
171</body>171</body>
172</html>172</html>
173\ No newline at end of file173\ No newline at end of file
174174
=== modified file 'docs/libdbusmenu-gtk/reference/html/ch01.html'
--- docs/libdbusmenu-gtk/reference/html/ch01.html 2010-08-03 01:26:00 +0000
+++ docs/libdbusmenu-gtk/reference/html/ch01.html 2010-08-12 16:32:44 +0000
@@ -8,7 +8,7 @@
8<link rel="up" href="index.html" title="libdbusmenu-gtk Reference Manual">8<link rel="up" href="index.html" title="libdbusmenu-gtk Reference Manual">
9<link rel="prev" href="index.html" title="libdbusmenu-gtk Reference Manual">9<link rel="prev" href="index.html" title="libdbusmenu-gtk Reference Manual">
10<link rel="next" href="libdbusmenu-gtk-DbusmenuGtkMenu.html" title="DbusmenuGtkMenu">10<link rel="next" href="libdbusmenu-gtk-DbusmenuGtkMenu.html" title="DbusmenuGtkMenu">
11<meta name="generator" content="GTK-Doc V1.14 (XML mode)">11<meta name="generator" content="GTK-Doc V1.15 (XML mode)">
12<link rel="stylesheet" href="style.css" type="text/css">12<link rel="stylesheet" href="style.css" type="text/css">
13</head>13</head>
14<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">14<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -21,7 +21,7 @@
21</tr></table>21</tr></table>
22<div class="chapter" title="API">22<div class="chapter" title="API">
23<div class="titlepage"><div><div><h2 class="title">23<div class="titlepage"><div><div><h2 class="title">
24<a name="id414490"></a>API</h2></div></div></div>24<a name="id373680"></a>API</h2></div></div></div>
25<div class="toc"><dl>25<div class="toc"><dl>
26<dt>26<dt>
27<span class="refentrytitle"><a href="libdbusmenu-gtk-DbusmenuGtkMenu.html">DbusmenuGtkMenu</a></span><span class="refpurpose"></span>27<span class="refentrytitle"><a href="libdbusmenu-gtk-DbusmenuGtkMenu.html">DbusmenuGtkMenu</a></span><span class="refpurpose"></span>
@@ -39,6 +39,6 @@
39</div>39</div>
40<div class="footer">40<div class="footer">
41<hr>41<hr>
42 Generated by GTK-Doc V1.14</div>42 Generated by GTK-Doc V1.15</div>
43</body>43</body>
44</html>44</html>
45\ No newline at end of file45\ No newline at end of file
4646
=== modified file 'docs/libdbusmenu-gtk/reference/html/index.html'
--- docs/libdbusmenu-gtk/reference/html/index.html 2010-08-03 01:26:00 +0000
+++ docs/libdbusmenu-gtk/reference/html/index.html 2010-08-12 16:32:44 +0000
@@ -6,7 +6,7 @@
6<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">6<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
7<link rel="home" href="index.html" title="libdbusmenu-gtk Reference Manual">7<link rel="home" href="index.html" title="libdbusmenu-gtk Reference Manual">
8<link rel="next" href="ch01.html" title="API">8<link rel="next" href="ch01.html" title="API">
9<meta name="generator" content="GTK-Doc V1.14 (XML mode)">9<meta name="generator" content="GTK-Doc V1.15 (XML mode)">
10<link rel="stylesheet" href="style.css" type="text/css">10<link rel="stylesheet" href="style.css" type="text/css">
11</head>11</head>
12<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">12<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -37,6 +37,6 @@
37</div>37</div>
38<div class="footer">38<div class="footer">
39<hr>39<hr>
40 Generated by GTK-Doc V1.14</div>40 Generated by GTK-Doc V1.15</div>
41</body>41</body>
42</html>42</html>
43\ No newline at end of file43\ No newline at end of file
4444
=== modified file 'docs/libdbusmenu-gtk/reference/html/libdbusmenu-gtk-DbusmenuGtkClient.html'
--- docs/libdbusmenu-gtk/reference/html/libdbusmenu-gtk-DbusmenuGtkClient.html 2010-08-03 01:26:00 +0000
+++ docs/libdbusmenu-gtk/reference/html/libdbusmenu-gtk-DbusmenuGtkClient.html 2010-08-12 16:32:44 +0000
@@ -8,7 +8,7 @@
8<link rel="up" href="ch01.html" title="API">8<link rel="up" href="ch01.html" title="API">
9<link rel="prev" href="libdbusmenu-gtk-DbusmenuGtkMenu.html" title="DbusmenuGtkMenu">9<link rel="prev" href="libdbusmenu-gtk-DbusmenuGtkMenu.html" title="DbusmenuGtkMenu">
10<link rel="next" href="Genericmenuitem.html" title="Genericmenuitem">10<link rel="next" href="Genericmenuitem.html" title="Genericmenuitem">
11<meta name="generator" content="GTK-Doc V1.14 (XML mode)">11<meta name="generator" content="GTK-Doc V1.15 (XML mode)">
12<link rel="stylesheet" href="style.css" type="text/css">12<link rel="stylesheet" href="style.css" type="text/css">
13</head>13</head>
14<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">14<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -40,16 +40,16 @@
40<pre class="synopsis">#define <a class="link" href="libdbusmenu-gtk-DbusmenuGtkClient.html#DBUSMENU-GTKCLIENT-TYPE:CAPS" title="DBUSMENU_GTKCLIENT_TYPE">DBUSMENU_GTKCLIENT_TYPE</a>40<pre class="synopsis">#define <a class="link" href="libdbusmenu-gtk-DbusmenuGtkClient.html#DBUSMENU-GTKCLIENT-TYPE:CAPS" title="DBUSMENU_GTKCLIENT_TYPE">DBUSMENU_GTKCLIENT_TYPE</a>
41#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>41#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>
42 <a class="link" href="libdbusmenu-gtk-DbusmenuGtkClient.html#DbusmenuGtkClientClass" title="DbusmenuGtkClientClass">DbusmenuGtkClientClass</a>;42 <a class="link" href="libdbusmenu-gtk-DbusmenuGtkClient.html#DbusmenuGtkClientClass" title="DbusmenuGtkClientClass">DbusmenuGtkClientClass</a>;
43<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>,43<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>,
44 <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>);44 <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>);
45<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>,45<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>,
46 <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>);46 <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>);
47<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>47<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>
48 (<em class="parameter"><code><span class="type">DbusmenuGtkClient</span> *client</code></em>,48 (<em class="parameter"><code><span class="type">DbusmenuGtkClient</span> *client</code></em>,
49 <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>);49 <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>);
50<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>,50<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>,
51 <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>,51 <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>,
52 <em class="parameter"><code><a href="/usr/share/gtk-doc/html/gtk/GtkMenuItem.html"><span class="type">GtkMenuItem</span></a> *gmi</code></em>,52 <em class="parameter"><code><a href="http://library.gnome.org/devel/gtk/unstable/GtkMenuItem.html"><span class="type">GtkMenuItem</span></a> *gmi</code></em>,
53 <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>);53 <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>);
54</pre>54</pre>
55</div>55</div>
@@ -131,8 +131,8 @@
131<hr>131<hr>
132<div class="refsect2" title="dbusmenu_gtkclient_new ()">132<div class="refsect2" title="dbusmenu_gtkclient_new ()">
133<a name="dbusmenu-gtkclient-new"></a><h3>dbusmenu_gtkclient_new ()</h3>133<a name="dbusmenu-gtkclient-new"></a><h3>dbusmenu_gtkclient_new ()</h3>
134<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>,134<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>,
135 <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>135 <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>
136<p>136<p>
137Creates 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>137Creates 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>
138 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>.138 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>.
@@ -161,10 +161,10 @@
161<hr>161<hr>
162<div class="refsect2" title="dbusmenu_gtkclient_menuitem_get ()">162<div class="refsect2" title="dbusmenu_gtkclient_menuitem_get ()">
163<a name="dbusmenu-gtkclient-menuitem-get"></a><h3>dbusmenu_gtkclient_menuitem_get ()</h3>163<a name="dbusmenu-gtkclient-menuitem-get"></a><h3>dbusmenu_gtkclient_menuitem_get ()</h3>
164<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>,164<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>,
165 <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>165 <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>
166<p>166<p>
167This grabs the <a href="/usr/share/gtk-doc/html/gtk/GtkMenuItem.html"><span class="type">GtkMenuItem</span></a> that is associated with the167This grabs the <a href="http://library.gnome.org/devel/gtk/unstable/GtkMenuItem.html"><span class="type">GtkMenuItem</span></a> that is associated with the
168 <a href="/usr/share/gtk-doc/html/libdbusmenu-glib/libdbusmenu-glib-DbusmenuMenuitem.html#DbusmenuMenuitem"><span class="type">DbusmenuMenuitem</span></a>.168 <a href="/usr/share/gtk-doc/html/libdbusmenu-glib/libdbusmenu-glib-DbusmenuMenuitem.html#DbusmenuMenuitem"><span class="type">DbusmenuMenuitem</span></a>.
169</p>169</p>
170<div class="variablelist"><table border="0">170<div class="variablelist"><table border="0">
@@ -178,12 +178,12 @@
178<tr>178<tr>
179<td><p><span class="term"><em class="parameter"><code>item</code></em> :</span></p></td>179<td><p><span class="term"><em class="parameter"><code>item</code></em> :</span></p></td>
180<td>180<td>
181<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.181<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.
182</td>182</td>
183</tr>183</tr>
184<tr>184<tr>
185<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>185<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
186<td> The <a href="/usr/share/gtk-doc/html/gtk/GtkMenuItem.html"><span class="type">GtkMenuItem</span></a> that can be played with.186<td> The <a href="http://library.gnome.org/devel/gtk/unstable/GtkMenuItem.html"><span class="type">GtkMenuItem</span></a> that can be played with.
187</td>187</td>
188</tr>188</tr>
189</tbody>189</tbody>
@@ -192,7 +192,7 @@
192<hr>192<hr>
193<div class="refsect2" title="dbusmenu_gtkclient_menuitem_get_submenu ()">193<div class="refsect2" title="dbusmenu_gtkclient_menuitem_get_submenu ()">
194<a name="dbusmenu-gtkclient-menuitem-get-submenu"></a><h3>dbusmenu_gtkclient_menuitem_get_submenu ()</h3>194<a name="dbusmenu-gtkclient-menuitem-get-submenu"></a><h3>dbusmenu_gtkclient_menuitem_get_submenu ()</h3>
195<pre class="programlisting"><a href="/usr/share/gtk-doc/html/gtk/GtkMenu.html"><span class="returnvalue">GtkMenu</span></a> * dbusmenu_gtkclient_menuitem_get_submenu195<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
196 (<em class="parameter"><code><span class="type">DbusmenuGtkClient</span> *client</code></em>,196 (<em class="parameter"><code><span class="type">DbusmenuGtkClient</span> *client</code></em>,
197 <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>197 <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>
198<p>198<p>
@@ -209,12 +209,12 @@
209<tr>209<tr>
210<td><p><span class="term"><em class="parameter"><code>item</code></em> :</span></p></td>210<td><p><span class="term"><em class="parameter"><code>item</code></em> :</span></p></td>
211<td>211<td>
212<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.212<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.
213</td>213</td>
214</tr>214</tr>
215<tr>215<tr>
216<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>216<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
217<td> The <a href="/usr/share/gtk-doc/html/gtk/GtkMenu.html"><span class="type">GtkMenu</span></a> if there is one.217<td> The <a href="http://library.gnome.org/devel/gtk/unstable/GtkMenu.html"><span class="type">GtkMenu</span></a> if there is one.
218</td>218</td>
219</tr>219</tr>
220</tbody>220</tbody>
@@ -225,7 +225,7 @@
225<a name="dbusmenu-gtkclient-newitem-base"></a><h3>dbusmenu_gtkclient_newitem_base ()</h3>225<a name="dbusmenu-gtkclient-newitem-base"></a><h3>dbusmenu_gtkclient_newitem_base ()</h3>
226<pre class="programlisting"><span class="returnvalue">void</span> dbusmenu_gtkclient_newitem_base (<em class="parameter"><code><span class="type">DbusmenuGtkClient</span> *client</code></em>,226<pre class="programlisting"><span class="returnvalue">void</span> dbusmenu_gtkclient_newitem_base (<em class="parameter"><code><span class="type">DbusmenuGtkClient</span> *client</code></em>,
227 <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>,227 <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>,
228 <em class="parameter"><code><a href="/usr/share/gtk-doc/html/gtk/GtkMenuItem.html"><span class="type">GtkMenuItem</span></a> *gmi</code></em>,228 <em class="parameter"><code><a href="http://library.gnome.org/devel/gtk/unstable/GtkMenuItem.html"><span class="type">GtkMenuItem</span></a> *gmi</code></em>,
229 <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>229 <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>
230<p>230<p>
231This function provides some of the basic connectivity for being in231This function provides some of the basic connectivity for being in
@@ -253,7 +253,7 @@
253</tr>253</tr>
254<tr>254<tr>
255<td><p><span class="term"><em class="parameter"><code>gmi</code></em> :</span></p></td>255<td><p><span class="term"><em class="parameter"><code>gmi</code></em> :</span></p></td>
256<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 menuitem256<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
257</td>257</td>
258</tr>258</tr>
259<tr>259<tr>
@@ -268,6 +268,6 @@
268</div>268</div>
269<div class="footer">269<div class="footer">
270<hr>270<hr>
271 Generated by GTK-Doc V1.14</div>271 Generated by GTK-Doc V1.15</div>
272</body>272</body>
273</html>273</html>
274\ No newline at end of file274\ No newline at end of file
275275
=== modified file 'docs/libdbusmenu-gtk/reference/html/libdbusmenu-gtk-DbusmenuGtkMenu.html'
--- docs/libdbusmenu-gtk/reference/html/libdbusmenu-gtk-DbusmenuGtkMenu.html 2010-08-03 01:26:00 +0000
+++ docs/libdbusmenu-gtk/reference/html/libdbusmenu-gtk-DbusmenuGtkMenu.html 2010-08-12 16:32:44 +0000
@@ -8,7 +8,7 @@
8<link rel="up" href="ch01.html" title="API">8<link rel="up" href="ch01.html" title="API">
9<link rel="prev" href="ch01.html" title="API">9<link rel="prev" href="ch01.html" title="API">
10<link rel="next" href="libdbusmenu-gtk-DbusmenuGtkClient.html" title="DbusmenuGtkClient">10<link rel="next" href="libdbusmenu-gtk-DbusmenuGtkClient.html" title="DbusmenuGtkClient">
11<meta name="generator" content="GTK-Doc V1.14 (XML mode)">11<meta name="generator" content="GTK-Doc V1.15 (XML mode)">
12<link rel="stylesheet" href="style.css" type="text/css">12<link rel="stylesheet" href="style.css" type="text/css">
13</head>13</head>
14<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">14<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -39,8 +39,8 @@
39<a name="libdbusmenu-gtk-DbusmenuGtkMenu.synopsis"></a><h2>Synopsis</h2>39<a name="libdbusmenu-gtk-DbusmenuGtkMenu.synopsis"></a><h2>Synopsis</h2>
40<pre class="synopsis">#define <a class="link" href="libdbusmenu-gtk-DbusmenuGtkMenu.html#DBUSMENU-GTKMENU-TYPE:CAPS" title="DBUSMENU_GTKMENU_TYPE">DBUSMENU_GTKMENU_TYPE</a>40<pre class="synopsis">#define <a class="link" href="libdbusmenu-gtk-DbusmenuGtkMenu.html#DBUSMENU-GTKMENU-TYPE:CAPS" title="DBUSMENU_GTKMENU_TYPE">DBUSMENU_GTKMENU_TYPE</a>
41 <a class="link" href="libdbusmenu-gtk-DbusmenuGtkMenu.html#DbusmenuGtkMenuClass" title="DbusmenuGtkMenuClass">DbusmenuGtkMenuClass</a>;41 <a class="link" href="libdbusmenu-gtk-DbusmenuGtkMenu.html#DbusmenuGtkMenuClass" title="DbusmenuGtkMenuClass">DbusmenuGtkMenuClass</a>;
42<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>,42<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>,
43 <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>);43 <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>);
44<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>);44<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>);
45</pre>45</pre>
46</div>46</div>
@@ -106,8 +106,8 @@
106<hr>106<hr>
107<div class="refsect2" title="dbusmenu_gtkmenu_new ()">107<div class="refsect2" title="dbusmenu_gtkmenu_new ()">
108<a name="dbusmenu-gtkmenu-new"></a><h3>dbusmenu_gtkmenu_new ()</h3>108<a name="dbusmenu-gtkmenu-new"></a><h3>dbusmenu_gtkmenu_new ()</h3>
109<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>,109<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>,
110 <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>110 <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>
111<p>111<p>
112Creates 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>112Creates 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>
113 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>.113 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>.
@@ -161,6 +161,6 @@
161</div>161</div>
162<div class="footer">162<div class="footer">
163<hr>163<hr>
164 Generated by GTK-Doc V1.14</div>164 Generated by GTK-Doc V1.15</div>
165</body>165</body>
166</html>166</html>
167\ No newline at end of file167\ No newline at end of file
168168
=== modified file 'docs/libdbusmenu-gtk/reference/html/libdbusmenu-gtk-menuitem.html'
--- docs/libdbusmenu-gtk/reference/html/libdbusmenu-gtk-menuitem.html 2010-08-03 01:26:00 +0000
+++ docs/libdbusmenu-gtk/reference/html/libdbusmenu-gtk-menuitem.html 2010-08-12 16:32:44 +0000
@@ -8,7 +8,7 @@
8<link rel="up" href="ch01.html" title="API">8<link rel="up" href="ch01.html" title="API">
9<link rel="prev" href="Genericmenuitem.html" title="Genericmenuitem">9<link rel="prev" href="Genericmenuitem.html" title="Genericmenuitem">
10<link rel="next" href="object-tree.html" title="Object Hierarchy">10<link rel="next" href="object-tree.html" title="Object Hierarchy">
11<meta name="generator" content="GTK-Doc V1.14 (XML mode)">11<meta name="generator" content="GTK-Doc V1.15 (XML mode)">
12<link rel="stylesheet" href="style.css" type="text/css">12<link rel="stylesheet" href="style.css" type="text/css">
13</head>13</head>
14<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">14<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -37,13 +37,13 @@
37</tr></table></div>37</tr></table></div>
38<div class="refsynopsisdiv" title="Synopsis">38<div class="refsynopsisdiv" title="Synopsis">
39<a name="libdbusmenu-gtk-menuitem.synopsis"></a><h2>Synopsis</h2>39<a name="libdbusmenu-gtk-menuitem.synopsis"></a><h2>Synopsis</h2>
40<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>40<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>
41 (<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>,41 (<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>,
42 <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>,42 <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>,
43 <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>);43 <em class="parameter"><code>const <span class="type">GdkPixbuf</span> *data</code></em>);
44<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>44<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>
45 (<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>,45 (<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>,
46 <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>);46 <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>);
47</pre>47</pre>
48</div>48</div>
49<div class="refsect1" title="Description">49<div class="refsect1" title="Description">
@@ -55,10 +55,10 @@
55<a name="libdbusmenu-gtk-menuitem.details"></a><h2>Details</h2>55<a name="libdbusmenu-gtk-menuitem.details"></a><h2>Details</h2>
56<div class="refsect2" title="dbusmenu_menuitem_property_set_image ()">56<div class="refsect2" title="dbusmenu_menuitem_property_set_image ()">
57<a name="dbusmenu-menuitem-property-set-image"></a><h3>dbusmenu_menuitem_property_set_image ()</h3>57<a name="dbusmenu-menuitem-property-set-image"></a><h3>dbusmenu_menuitem_property_set_image ()</h3>
58<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_image58<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
59 (<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>,59 (<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>,
60 <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>,60 <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>,
61 <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>61 <em class="parameter"><code>const <span class="type">GdkPixbuf</span> *data</code></em>);</pre>
62<p>62<p>
63This function takes the pixbuf that is stored in <em class="parameter"><code>data</code></em> and63This function takes the pixbuf that is stored in <em class="parameter"><code>data</code></em> and
64 turns it into a base64 encoded PNG so that it can be placed64 turns it into a base64 encoded PNG so that it can be placed
@@ -94,13 +94,13 @@
94<hr>94<hr>
95<div class="refsect2" title="dbusmenu_menuitem_property_get_image ()">95<div class="refsect2" title="dbusmenu_menuitem_property_get_image ()">
96<a name="dbusmenu-menuitem-property-get-image"></a><h3>dbusmenu_menuitem_property_get_image ()</h3>96<a name="dbusmenu-menuitem-property-get-image"></a><h3>dbusmenu_menuitem_property_get_image ()</h3>
97<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_image97<pre class="programlisting"><span class="returnvalue">GdkPixbuf</span> * dbusmenu_menuitem_property_get_image
98 (<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>,98 (<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>,
99 <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>99 <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>
100<p>100<p>
101This function looks on the menu item for a property by the101This function looks on the menu item for a property by the
102 name of <em class="parameter"><code>property</code></em>. If one exists it tries to turn it into102 name of <em class="parameter"><code>property</code></em>. If one exists it tries to turn it into
103 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 encoded103 a <span class="type">GdkPixbuf</span>. It assumes that the property is a base64 encoded
104 PNG file like the one created by <span class="type">dbusmenu_menuite_property_set_image</span>.104 PNG file like the one created by <span class="type">dbusmenu_menuite_property_set_image</span>.
105</p>105</p>
106<div class="variablelist"><table border="0">106<div class="variablelist"><table border="0">
@@ -118,7 +118,7 @@
118</tr>118</tr>
119<tr>119<tr>
120<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>120<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
121<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.121<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.
122</td>122</td>
123</tr>123</tr>
124</tbody>124</tbody>
@@ -128,6 +128,6 @@
128</div>128</div>
129<div class="footer">129<div class="footer">
130<hr>130<hr>
131 Generated by GTK-Doc V1.14</div>131 Generated by GTK-Doc V1.15</div>
132</body>132</body>
133</html>133</html>
134\ No newline at end of file134\ No newline at end of file
135135
=== modified file 'docs/libdbusmenu-gtk/reference/html/object-tree.html'
--- docs/libdbusmenu-gtk/reference/html/object-tree.html 2010-08-03 01:26:00 +0000
+++ docs/libdbusmenu-gtk/reference/html/object-tree.html 2010-08-12 16:32:44 +0000
@@ -8,7 +8,7 @@
8<link rel="up" href="index.html" title="libdbusmenu-gtk Reference Manual">8<link rel="up" href="index.html" title="libdbusmenu-gtk Reference Manual">
9<link rel="prev" href="libdbusmenu-gtk-menuitem.html" title="menuitem">9<link rel="prev" href="libdbusmenu-gtk-menuitem.html" title="menuitem">
10<link rel="next" href="api-index-full.html" title="API Index">10<link rel="next" href="api-index-full.html" title="API Index">
11<meta name="generator" content="GTK-Doc V1.14 (XML mode)">11<meta name="generator" content="GTK-Doc V1.15 (XML mode)">
12<link rel="stylesheet" href="style.css" type="text/css">12<link rel="stylesheet" href="style.css" type="text/css">
13</head>13</head>
14<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">14<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -23,20 +23,20 @@
23<div class="titlepage"><div><div><h2 class="title">23<div class="titlepage"><div><div><h2 class="title">
24<a name="object-tree"></a>Object Hierarchy</h2></div></div></div>24<a name="object-tree"></a>Object Hierarchy</h2></div></div></div>
25<pre class="screen">25<pre class="screen">
26 <a href="/usr/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject">GObject</a>26 <a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject">GObject</a>
27 <a href="/usr/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GInitiallyUnowned">GInitiallyUnowned</a>27 <a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GInitiallyUnowned">GInitiallyUnowned</a>
28 <a href="/usr/share/gtk-doc/html/gtk/GtkObject.html">GtkObject</a>28 <a href="http://library.gnome.org/devel/gtk/unstable/GtkObject.html">GtkObject</a>
29 <a href="/usr/share/gtk-doc/html/gtk/GtkWidget.html">GtkWidget</a>29 <a href="http://library.gnome.org/devel/gtk/unstable/GtkWidget.html">GtkWidget</a>
30 <a href="/usr/share/gtk-doc/html/gtk/GtkContainer.html">GtkContainer</a>30 <a href="http://library.gnome.org/devel/gtk/unstable/GtkContainer.html">GtkContainer</a>
31 <a href="/usr/share/gtk-doc/html/gtk/GtkBin.html">GtkBin</a>31 <a href="http://library.gnome.org/devel/gtk/unstable/GtkBin.html">GtkBin</a>
32 <a href="/usr/share/gtk-doc/html/gtk/GtkItem.html">GtkItem</a>32 <a href="http://library.gnome.org/devel/gtk/unstable/GtkItem.html">GtkItem</a>
33 <a href="/usr/share/gtk-doc/html/gtk/GtkMenuItem.html">GtkMenuItem</a>33 <a href="http://library.gnome.org/devel/gtk/unstable/GtkMenuItem.html">GtkMenuItem</a>
34 <a href="/usr/share/gtk-doc/html/gtk/gtk-gtkcheckmenuitem.html#GtkCheckMenuItem">GtkCheckMenuItem</a>34 <a href="http://library.gnome.org/devel/gtk/unstable/gtk-gtkcheckmenuitem.html#GtkCheckMenuItem">GtkCheckMenuItem</a>
35 <a class="link" href="Genericmenuitem.html" title="Genericmenuitem">Genericmenuitem</a>35 <a class="link" href="Genericmenuitem.html" title="Genericmenuitem">Genericmenuitem</a>
36</pre>36</pre>
37</div>37</div>
38<div class="footer">38<div class="footer">
39<hr>39<hr>
40 Generated by GTK-Doc V1.14</div>40 Generated by GTK-Doc V1.15</div>
41</body>41</body>
42</html>42</html>
43\ No newline at end of file43\ No newline at end of file
4444
=== modified file 'docs/libdbusmenu-gtk/reference/html/style.css'
--- docs/libdbusmenu-gtk/reference/html/style.css 2010-08-03 01:26:00 +0000
+++ docs/libdbusmenu-gtk/reference/html/style.css 2010-08-12 16:32:44 +0000
@@ -209,6 +209,14 @@
209 font-weight: normal;209 font-weight: normal;
210}210}
211211
212.annotation
213{
214 /* tango:aluminium 5 */
215 color: #555753;
216 font-size: 80%;
217 font-weight: normal;
218}
219
212/* code listings */220/* code listings */
213221
214.listing_code .programlisting .cbracket { color: #a40000; } /* tango: scarlet red 3 */222.listing_code .programlisting .cbracket { color: #a40000; } /* tango: scarlet red 3 */
215223
=== modified file 'docs/libdbusmenu-gtk/reference/version.xml'
--- docs/libdbusmenu-gtk/reference/version.xml 2010-08-03 01:26:00 +0000
+++ docs/libdbusmenu-gtk/reference/version.xml 2010-08-12 16:32:44 +0000
@@ -1,1 +1,1 @@
10.3.910.3.10
22
=== modified file 'libdbusmenu-glib/Makefile.in'
--- libdbusmenu-glib/Makefile.in 2010-08-03 01:26:00 +0000
+++ libdbusmenu-glib/Makefile.in 2010-08-12 16:32:44 +0000
@@ -226,6 +226,8 @@
226PACKAGE_VERSION = @PACKAGE_VERSION@226PACKAGE_VERSION = @PACKAGE_VERSION@
227PATH_SEPARATOR = @PATH_SEPARATOR@227PATH_SEPARATOR = @PATH_SEPARATOR@
228PKG_CONFIG = @PKG_CONFIG@228PKG_CONFIG = @PKG_CONFIG@
229PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
230PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
229POFILES = @POFILES@231POFILES = @POFILES@
230POSUB = @POSUB@232POSUB = @POSUB@
231PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@233PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
232234
=== modified file 'libdbusmenu-gtk/Makefile.in'
--- libdbusmenu-gtk/Makefile.in 2010-08-03 01:26:00 +0000
+++ libdbusmenu-gtk/Makefile.in 2010-08-12 16:32:44 +0000
@@ -223,6 +223,8 @@
223PACKAGE_VERSION = @PACKAGE_VERSION@223PACKAGE_VERSION = @PACKAGE_VERSION@
224PATH_SEPARATOR = @PATH_SEPARATOR@224PATH_SEPARATOR = @PATH_SEPARATOR@
225PKG_CONFIG = @PKG_CONFIG@225PKG_CONFIG = @PKG_CONFIG@
226PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
227PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
226POFILES = @POFILES@228POFILES = @POFILES@
227POSUB = @POSUB@229POSUB = @POSUB@
228PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@230PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
229231
=== modified file 'tests/Makefile.am'
--- tests/Makefile.am 2010-07-22 19:05:53 +0000
+++ tests/Makefile.am 2010-08-12 16:32:44 +0000
@@ -10,6 +10,7 @@
10 test-glib-proxy \10 test-glib-proxy \
11 test-glib-simple-items \11 test-glib-simple-items \
12 test-glib-submenu \12 test-glib-submenu \
13 test-json \
13 test-gtk-objects-test \14 test-gtk-objects-test \
14 test-gtk-label \15 test-gtk-label \
15 test-gtk-shortcut \16 test-gtk-shortcut \
1617
=== modified file 'tests/Makefile.in'
--- tests/Makefile.in 2010-08-03 01:26:00 +0000
+++ tests/Makefile.in 2010-08-12 16:32:44 +0000
@@ -38,8 +38,9 @@
38host_triplet = @host@38host_triplet = @host@
39TESTS = test-glib-objects-test test-glib-layout test-glib-properties \39TESTS = test-glib-objects-test test-glib-layout test-glib-properties \
40 test-glib-proxy test-glib-simple-items$(EXEEXT) \40 test-glib-proxy test-glib-simple-items$(EXEEXT) \
41 test-glib-submenu test-gtk-objects-test test-gtk-label \41 test-glib-submenu test-json test-gtk-objects-test \
42 test-gtk-shortcut test-gtk-reorder test-gtk-submenu42 test-gtk-label test-gtk-shortcut test-gtk-reorder \
43 test-gtk-submenu
43check_PROGRAMS = glib-server-nomenu$(EXEEXT) \44check_PROGRAMS = glib-server-nomenu$(EXEEXT) \
44 test-glib-objects$(EXEEXT) test-glib-layout-client$(EXEEXT) \45 test-glib-objects$(EXEEXT) test-glib-layout-client$(EXEEXT) \
45 test-glib-layout-server$(EXEEXT) \46 test-glib-layout-server$(EXEEXT) \
@@ -510,6 +511,8 @@
510PACKAGE_VERSION = @PACKAGE_VERSION@511PACKAGE_VERSION = @PACKAGE_VERSION@
511PATH_SEPARATOR = @PATH_SEPARATOR@512PATH_SEPARATOR = @PATH_SEPARATOR@
512PKG_CONFIG = @PKG_CONFIG@513PKG_CONFIG = @PKG_CONFIG@
514PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
515PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
513POFILES = @POFILES@516POFILES = @POFILES@
514POSUB = @POSUB@517POSUB = @POSUB@
515PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@518PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
516519
=== modified file 'tests/test-json-01.json'
--- tests/test-json-01.json 2010-06-29 03:27:09 +0000
+++ tests/test-json-01.json 2010-08-12 16:32:44 +0000
@@ -4,30 +4,30 @@
4 "submenu": [4 "submenu": [
5 {5 {
6 "id": 5,6 "id": 5,
7 "children-display": "submenu",
7 "enabled": true,8 "enabled": true,
8 "label": "File",9 "label": "File",
9 "children-display": "submenu",
10 "visible": true,10 "visible": true,
11 "submenu": [11 "submenu": [
12 {12 {
13 "id": 6,13 "id": 6,
14 "enabled": true,
15 "label": "Quit",
14 "shortcut": [["Control", "q"]],16 "shortcut": [["Control", "q"]],
15 "enabled": true,
16 "label": "Quit",
17 "visible": true17 "visible": true
18 },18 },
19 {19 {
20 "id": 7,20 "id": 7,
21 "enabled": true,
22 "label": "Close all",
21 "shortcut": [["Control", "Shift", "w"]],23 "shortcut": [["Control", "Shift", "w"]],
22 "enabled": true,
23 "label": "Close all",
24 "visible": true24 "visible": true
25 },25 },
26 {26 {
27 "id": 8,27 "id": 8,
28 "enabled": true,
29 "label": "Close",
28 "shortcut": [["Control", "w"]],30 "shortcut": [["Control", "w"]],
29 "enabled": true,
30 "label": "Close",
31 "visible": true31 "visible": true
32 },32 },
33 {33 {
@@ -42,9 +42,9 @@
42 },42 },
43 {43 {
44 "id": 11,44 "id": 11,
45 "enabled": true,
46 "label": "Print...",
45 "shortcut": [["Control", "p"]],47 "shortcut": [["Control", "p"]],
46 "enabled": true,
47 "label": "Print...",
48 "visible": true48 "visible": true
49 },49 },
50 {50 {
@@ -77,16 +77,16 @@
77 },77 },
78 {78 {
79 "id": 17,79 "id": 17,
80 "enabled": true,
81 "label": "Save As...",
80 "shortcut": [["Control", "Shift", "s"]],82 "shortcut": [["Control", "Shift", "s"]],
81 "enabled": true,
82 "label": "Save As...",
83 "visible": true83 "visible": true
84 },84 },
85 {85 {
86 "id": 18,86 "id": 18,
87 "enabled": true,
88 "label": "Save",
87 "shortcut": [["Control", "s"]],89 "shortcut": [["Control", "s"]],
88 "enabled": true,
89 "label": "Save",
90 "visible": true90 "visible": true
91 },91 },
92 {92 {
@@ -95,9 +95,9 @@
95 },95 },
96 {96 {
97 "id": 20,97 "id": 20,
98 "children-display": "submenu",
98 "enabled": true,99 "enabled": true,
99 "label": "Open Recent",100 "label": "Open Recent",
100 "children-display": "submenu",
101 "visible": true,101 "visible": true,
102 "submenu": [102 "submenu": [
103 {103 {
@@ -112,16 +112,16 @@
112 },112 },
113 {113 {
114 "id": 23,114 "id": 23,
115 "enabled": true,
116 "label": "giggity.jpg",
115 "shortcut": [["Control", "2"]],117 "shortcut": [["Control", "2"]],
116 "enabled": true,
117 "label": "giggity.jpg",
118 "visible": true118 "visible": true
119 },119 },
120 {120 {
121 "id": 24,121 "id": 24,
122 "enabled": true,
123 "label": "Icon Height.svg",
122 "shortcut": [["Control", "1"]],124 "shortcut": [["Control", "1"]],
123 "enabled": true,
124 "label": "Icon Height.svg",
125 "visible": true125 "visible": true
126 }126 }
127 ]127 ]
@@ -134,37 +134,37 @@
134 },134 },
135 {135 {
136 "id": 26,136 "id": 26,
137 "enabled": true,
138 "label": "Open as Layers...",
137 "shortcut": [["Control", "Alt", "o"]],139 "shortcut": [["Control", "Alt", "o"]],
138 "enabled": true,
139 "label": "Open as Layers...",
140 "visible": true140 "visible": true
141 },141 },
142 {142 {
143 "id": 27,143 "id": 27,
144 "enabled": true,
145 "label": "Open...",
144 "shortcut": [["Control", "o"]],146 "shortcut": [["Control", "o"]],
145 "enabled": true,
146 "label": "Open...",
147 "visible": true147 "visible": true
148 },148 },
149 {149 {
150 "id": 28,150 "id": 28,
151 "children-display": "submenu",
151 "enabled": true,152 "enabled": true,
152 "label": "Create",153 "label": "Create",
153 "children-display": "submenu",
154 "visible": true,154 "visible": true,
155 "submenu": [155 "submenu": [
156 {156 {
157 "id": 29,157 "id": 29,
158 "children-display": "submenu",
158 "enabled": true,159 "enabled": true,
159 "label": "Web Page Themes",160 "label": "Web Page Themes",
160 "children-display": "submenu",
161 "visible": true,161 "visible": true,
162 "submenu": [162 "submenu": [
163 {163 {
164 "id": 30,164 "id": 30,
165 "children-display": "submenu",
165 "enabled": true,166 "enabled": true,
166 "label": "Classic.Gimp.Org",167 "label": "Classic.Gimp.Org",
167 "children-display": "submenu",
168 "visible": true,168 "visible": true,
169 "submenu": [169 "submenu": [
170 {170 {
@@ -207,9 +207,9 @@
207 },207 },
208 {208 {
209 "id": 37,209 "id": 37,
210 "children-display": "submenu",
210 "enabled": true,211 "enabled": true,
211 "label": "Beveled Pattern",212 "label": "Beveled Pattern",
212 "children-display": "submenu",
213 "visible": true,213 "visible": true,
214 "submenu": [214 "submenu": [
215 {215 {
@@ -246,9 +246,9 @@
246 },246 },
247 {247 {
248 "id": 43,248 "id": 43,
249 "children-display": "submenu",
249 "enabled": true,250 "enabled": true,
250 "label": "Alien Glow",251 "label": "Alien Glow",
251 "children-display": "submenu",
252 "visible": true,252 "visible": true,
253 "submenu": [253 "submenu": [
254 {254 {
@@ -281,9 +281,9 @@
281 },281 },
282 {282 {
283 "id": 48,283 "id": 48,
284 "children-display": "submenu",
284 "enabled": true,285 "enabled": true,
285 "label": "Patterns",286 "label": "Patterns",
286 "children-display": "submenu",
287 "visible": true,287 "visible": true,
288 "submenu": [288 "submenu": [
289 {289 {
@@ -338,9 +338,9 @@
338 },338 },
339 {339 {
340 "id": 57,340 "id": 57,
341 "children-display": "submenu",
341 "enabled": true,342 "enabled": true,
342 "label": "Logos",343 "label": "Logos",
343 "children-display": "submenu",
344 "visible": true,344 "visible": true,
345 "submenu": [345 "submenu": [
346 {346 {
@@ -515,9 +515,9 @@
515 },515 },
516 {516 {
517 "id": 86,517 "id": 86,
518 "children-display": "submenu",
518 "enabled": true,519 "enabled": true,
519 "label": "Buttons",520 "label": "Buttons",
520 "children-display": "submenu",
521 "visible": true,521 "visible": true,
522 "submenu": [522 "submenu": [
523 {523 {
@@ -540,9 +540,9 @@
540 },540 },
541 {541 {
542 "id": 90,542 "id": 90,
543 "children-display": "submenu",
543 "enabled": true,544 "enabled": true,
544 "label": "xscanimage",545 "label": "xscanimage",
545 "children-display": "submenu",
546 "visible": true,546 "visible": true,
547 "submenu": [547 "submenu": [
548 {548 {
@@ -561,27 +561,27 @@
561 },561 },
562 {562 {
563 "id": 93,563 "id": 93,
564 "shortcut": [["Control", "Shift", "v"]],
565 "enabled": true,564 "enabled": true,
566 "label": "From Clipboard",565 "label": "From Clipboard",
566 "shortcut": [["Control", "Shift", "v"]],
567 "visible": true567 "visible": true
568 }568 }
569 ]569 ]
570 },570 },
571 {571 {
572 "id": 94,572 "id": 94,
573 "enabled": true,
574 "label": "New...",
573 "shortcut": [["Control", "n"]],575 "shortcut": [["Control", "n"]],
574 "enabled": true,
575 "label": "New...",
576 "visible": true576 "visible": true
577 }577 }
578 ]578 ]
579 },579 },
580 {580 {
581 "id": 95,581 "id": 95,
582 "children-display": "submenu",
582 "enabled": true,583 "enabled": true,
583 "label": "Edit",584 "label": "Edit",
584 "children-display": "submenu",
585 "visible": true,585 "visible": true,
586 "submenu": [586 "submenu": [
587 {587 {
@@ -626,30 +626,30 @@
626 },626 },
627 {627 {
628 "id": 103,628 "id": 103,
629 "enabled": true,
630 "label": "Fill with Pattern",
629 "shortcut": [["Control", "semicolon"]],631 "shortcut": [["Control", "semicolon"]],
630 "enabled": true,
631 "label": "Fill with Pattern",
632 "visible": true632 "visible": true
633 },633 },
634 {634 {
635 "id": 104,635 "id": 104,
636 "enabled": true,
637 "label": "Fill with BG Color",
636 "shortcut": [["Control", "period"]],638 "shortcut": [["Control", "period"]],
637 "enabled": true,
638 "label": "Fill with BG Color",
639 "visible": true639 "visible": true
640 },640 },
641 {641 {
642 "id": 105,642 "id": 105,
643 "enabled": true,
644 "label": "Fill with FG Color",
643 "shortcut": [["Control", "comma"]],645 "shortcut": [["Control", "comma"]],
644 "enabled": true,
645 "label": "Fill with FG Color",
646 "visible": true646 "visible": true
647 },647 },
648 {648 {
649 "id": 106,649 "id": 106,
650 "enabled": true,
651 "label": "Clear",
650 "shortcut": [["Delete"]],652 "shortcut": [["Delete"]],
651 "enabled": true,
652 "label": "Clear",
653 "visible": true653 "visible": true
654 },654 },
655 {655 {
@@ -658,9 +658,9 @@
658 },658 },
659 {659 {
660 "id": 108,660 "id": 108,
661 "children-display": "submenu",
661 "enabled": true,662 "enabled": true,
662 "label": "Buffer",663 "label": "Buffer",
663 "children-display": "submenu",
664 "visible": true,664 "visible": true,
665 "submenu": [665 "submenu": [
666 {666 {
@@ -691,9 +691,9 @@
691 },691 },
692 {692 {
693 "id": 113,693 "id": 113,
694 "children-display": "submenu",
694 "enabled": true,695 "enabled": true,
695 "label": "Paste as",696 "label": "Paste as",
696 "children-display": "submenu",
697 "visible": true,697 "visible": true,
698 "submenu": [698 "submenu": [
699 {699 {
@@ -716,9 +716,9 @@
716 },716 },
717 {717 {
718 "id": 117,718 "id": 117,
719 "shortcut": [["Control", "Shift", "v"]],
720 "enabled": true,719 "enabled": true,
721 "label": "New Image",720 "label": "New Image",
721 "shortcut": [["Control", "Shift", "v"]],
722 "visible": true722 "visible": true
723 }723 }
724 ]724 ]
@@ -731,30 +731,30 @@
731 },731 },
732 {732 {
733 "id": 119,733 "id": 119,
734 "enabled": true,
735 "label": "Paste",
734 "shortcut": [["Control", "v"]],736 "shortcut": [["Control", "v"]],
735 "enabled": true,
736 "label": "Paste",
737 "visible": true737 "visible": true
738 },738 },
739 {739 {
740 "id": 120,740 "id": 120,
741 "enabled": true,
742 "label": "Copy Visible",
741 "shortcut": [["Control", "Shift", "c"]],743 "shortcut": [["Control", "Shift", "c"]],
742 "enabled": true,
743 "label": "Copy Visible",
744 "visible": true744 "visible": true
745 },745 },
746 {746 {
747 "id": 121,747 "id": 121,
748 "enabled": true,
749 "label": "Copy",
748 "shortcut": [["Control", "c"]],750 "shortcut": [["Control", "c"]],
749 "enabled": true,
750 "label": "Copy",
751 "visible": true751 "visible": true
752 },752 },
753 {753 {
754 "id": 122,754 "id": 122,
755 "enabled": true,
756 "label": "Cut",
755 "shortcut": [["Control", "x"]],757 "shortcut": [["Control", "x"]],
756 "enabled": true,
757 "label": "Cut",
758 "visible": true758 "visible": true
759 },759 },
760 {760 {
@@ -775,25 +775,25 @@
775 },775 },
776 {776 {
777 "id": 2,777 "id": 2,
778 "enabled": false,
779 "label": "_Redo",
778 "shortcut": [["Control", "y"]],780 "shortcut": [["Control", "y"]],
779 "enabled": false,
780 "label": "_Redo",
781 "visible": true781 "visible": true
782 },782 },
783 {783 {
784 "id": 1,784 "id": 1,
785 "enabled": false,
786 "label": "_Undo",
785 "shortcut": [["Control", "z"]],787 "shortcut": [["Control", "z"]],
786 "enabled": false,
787 "label": "_Undo",
788 "visible": true788 "visible": true
789 }789 }
790 ]790 ]
791 },791 },
792 {792 {
793 "id": 125,793 "id": 125,
794 "children-display": "submenu",
794 "enabled": true,795 "enabled": true,
795 "label": "Select",796 "label": "Select",
796 "children-display": "submenu",
797 "visible": true,797 "visible": true,
798 "submenu": [798 "submenu": [
799 {799 {
@@ -810,10 +810,10 @@
810 },810 },
811 {811 {
812 "id": 128,812 "id": 128,
813 "enabled": true,
814 "label": "Toggle Quick Mask",
813 "shortcut": [["Shift", "q"]],815 "shortcut": [["Shift", "q"]],
814 "enabled": true,
815 "toggle-state": 0,816 "toggle-state": 0,
816 "label": "Toggle Quick Mask",
817 "toggle-type": "checkmark",817 "toggle-type": "checkmark",
818 "visible": true818 "visible": true
819 },819 },
@@ -869,93 +869,93 @@
869 },869 },
870 {870 {
871 "id": 138,871 "id": 138,
872 "enabled": false,
873 "label": "From Path",
872 "shortcut": [["Shift", "v"]],874 "shortcut": [["Shift", "v"]],
873 "enabled": false,
874 "label": "From Path",
875 "visible": true875 "visible": true
876 },876 },
877 {877 {
878 "id": 139,878 "id": 139,
879 "enabled": true,
880 "label": "By Color",
879 "shortcut": [["Shift", "o"]],881 "shortcut": [["Shift", "o"]],
880 "enabled": true,
881 "label": "By Color",
882 "visible": true882 "visible": true
883 },883 },
884 {884 {
885 "id": 140,885 "id": 140,
886 "enabled": false,
887 "label": "Float",
886 "shortcut": [["Control", "Shift", "l"]],888 "shortcut": [["Control", "Shift", "l"]],
887 "enabled": false,
888 "label": "Float",
889 "visible": true889 "visible": true
890 },890 },
891 {891 {
892 "id": 141,892 "id": 141,
893 "enabled": true,
894 "label": "Invert",
893 "shortcut": [["Control", "i"]],895 "shortcut": [["Control", "i"]],
894 "enabled": true,
895 "label": "Invert",
896 "visible": true896 "visible": true
897 },897 },
898 {898 {
899 "id": 142,899 "id": 142,
900 "enabled": false,
901 "label": "None",
900 "shortcut": [["Control", "Shift", "a"]],902 "shortcut": [["Control", "Shift", "a"]],
901 "enabled": false,
902 "label": "None",
903 "visible": true903 "visible": true
904 },904 },
905 {905 {
906 "id": 143,906 "id": 143,
907 "enabled": true,
908 "label": "All",
907 "shortcut": [["Control", "a"]],909 "shortcut": [["Control", "a"]],
908 "enabled": true,
909 "label": "All",
910 "visible": true910 "visible": true
911 }911 }
912 ]912 ]
913 },913 },
914 {914 {
915 "id": 144,915 "id": 144,
916 "children-display": "submenu",
916 "enabled": true,917 "enabled": true,
917 "label": "View",918 "label": "View",
918 "children-display": "submenu",
919 "visible": true,919 "visible": true,
920 "submenu": [920 "submenu": [
921 {921 {
922 "id": 145,922 "id": 145,
923 "enabled": true,923 "enabled": true,
924 "toggle-state": 1,
925 "label": "Show Statusbar",924 "label": "Show Statusbar",
925 "toggle-state": 1,
926 "toggle-type": "checkmark",926 "toggle-type": "checkmark",
927 "visible": true927 "visible": true
928 },928 },
929 {929 {
930 "id": 146,930 "id": 146,
931 "enabled": true,931 "enabled": true,
932 "toggle-state": 0,
933 "label": "Show Scrollbars",932 "label": "Show Scrollbars",
933 "toggle-state": 0,
934 "toggle-type": "checkmark",934 "toggle-type": "checkmark",
935 "visible": true935 "visible": true
936 },936 },
937 {937 {
938 "id": 147,938 "id": 147,
939 "enabled": true,
940 "label": "Show Rulers",
939 "shortcut": [["Control", "Shift", "r"]],941 "shortcut": [["Control", "Shift", "r"]],
940 "enabled": true,
941 "toggle-state": 0,942 "toggle-state": 0,
942 "label": "Show Rulers",
943 "toggle-type": "checkmark",943 "toggle-type": "checkmark",
944 "visible": true944 "visible": true
945 },945 },
946 {946 {
947 "id": 148,947 "id": 148,
948 "enabled": true,948 "enabled": true,
949 "toggle-state": 1,
950 "label": "Show Menubar",949 "label": "Show Menubar",
950 "toggle-state": 1,
951 "toggle-type": "checkmark",951 "toggle-type": "checkmark",
952 "visible": true952 "visible": true
953 },953 },
954 {954 {
955 "id": 149,955 "id": 149,
956 "children-display": "submenu",
956 "enabled": true,957 "enabled": true,
957 "label": "Padding Color",958 "label": "Padding Color",
958 "children-display": "submenu",
959 "visible": true,959 "visible": true,
960 "submenu": [960 "submenu": [
961 {961 {
@@ -1001,32 +1001,32 @@
1001 {1001 {
1002 "id": 157,1002 "id": 157,
1003 "enabled": true,1003 "enabled": true,
1004 "toggle-state": 0,
1005 "label": "Snap to Active Path",1004 "label": "Snap to Active Path",
1005 "toggle-state": 0,
1006 "toggle-type": "checkmark",1006 "toggle-type": "checkmark",
1007 "visible": true1007 "visible": true
1008 },1008 },
1009 {1009 {
1010 "id": 158,1010 "id": 158,
1011 "enabled": true,1011 "enabled": true,
1012 "toggle-state": 0,
1013 "label": "Snap to Canvas Edges",1012 "label": "Snap to Canvas Edges",
1013 "toggle-state": 0,
1014 "toggle-type": "checkmark",1014 "toggle-type": "checkmark",
1015 "visible": true1015 "visible": true
1016 },1016 },
1017 {1017 {
1018 "id": 159,1018 "id": 159,
1019 "enabled": true,1019 "enabled": true,
1020 "toggle-state": 0,
1021 "label": "Snap to Grid",1020 "label": "Snap to Grid",
1021 "toggle-state": 0,
1022 "toggle-type": "checkmark",1022 "toggle-type": "checkmark",
1023 "visible": true1023 "visible": true
1024 },1024 },
1025 {1025 {
1026 "id": 160,1026 "id": 160,
1027 "enabled": true,1027 "enabled": true,
1028 "toggle-state": 1,
1029 "label": "Snap to Guides",1028 "label": "Snap to Guides",
1029 "toggle-state": 1,
1030 "toggle-type": "checkmark",1030 "toggle-type": "checkmark",
1031 "visible": true1031 "visible": true
1032 },1032 },
@@ -1037,42 +1037,42 @@
1037 {1037 {
1038 "id": 162,1038 "id": 162,
1039 "enabled": true,1039 "enabled": true,
1040 "toggle-state": 0,
1041 "label": "Show Sample Points",1040 "label": "Show Sample Points",
1041 "toggle-state": 0,
1042 "toggle-type": "checkmark",1042 "toggle-type": "checkmark",
1043 "visible": true1043 "visible": true
1044 },1044 },
1045 {1045 {
1046 "id": 163,1046 "id": 163,
1047 "enabled": true,1047 "enabled": true,
1048 "toggle-state": 0,
1049 "label": "Show Grid",1048 "label": "Show Grid",
1049 "toggle-state": 0,
1050 "toggle-type": "checkmark",1050 "toggle-type": "checkmark",
1051 "visible": true1051 "visible": true
1052 },1052 },
1053 {1053 {
1054 "id": 164,1054 "id": 164,
1055 "enabled": true,
1056 "label": "Show Guides",
1055 "shortcut": [["Control", "Shift", "t"]],1057 "shortcut": [["Control", "Shift", "t"]],
1056 "enabled": true,
1057 "toggle-state": 0,1058 "toggle-state": 0,
1058 "label": "Show Guides",
1059 "toggle-type": "checkmark",1059 "toggle-type": "checkmark",
1060 "visible": true1060 "visible": true
1061 },1061 },
1062 {1062 {
1063 "id": 165,1063 "id": 165,
1064 "enabled": true,1064 "enabled": true,
1065 "toggle-state": 0,
1066 "label": "Show Layer Boundary",1065 "label": "Show Layer Boundary",
1066 "toggle-state": 0,
1067 "toggle-type": "checkmark",1067 "toggle-type": "checkmark",
1068 "visible": true1068 "visible": true
1069 },1069 },
1070 {1070 {
1071 "id": 166,1071 "id": 166,
1072 "enabled": true,
1073 "label": "Show Selection",
1072 "shortcut": [["Control", "t"]],1074 "shortcut": [["Control", "t"]],
1073 "enabled": true,
1074 "toggle-state": 0,1075 "toggle-state": 0,
1075 "label": "Show Selection",
1076 "toggle-type": "checkmark",1076 "toggle-type": "checkmark",
1077 "visible": true1077 "visible": true
1078 },1078 },
@@ -1098,12 +1098,12 @@
1098 },1098 },
1099 {1099 {
1100 "id": 171,1100 "id": 171,
1101 "children-display": "submenu",
1101 "enabled": true,1102 "enabled": true,
1103 "label": "Fullscreen",
1102 "shortcut": [["F11"]],1104 "shortcut": [["F11"]],
1103 "toggle-state": 0,1105 "toggle-state": 0,
1104 "label": "Fullscreen",
1105 "toggle-type": "checkmark",1106 "toggle-type": "checkmark",
1106 "children-display": "submenu",
1107 "visible": true,1107 "visible": true,
1108 "submenu": [1108 "submenu": [
1109 {1109 {
@@ -1116,9 +1116,9 @@
1116 },1116 },
1117 {1117 {
1118 "id": 173,1118 "id": 173,
1119 "enabled": true,
1120 "label": "Shrink Wrap",
1119 "shortcut": [["Control", "e"]],1121 "shortcut": [["Control", "e"]],
1120 "enabled": true,
1121 "label": "Shrink Wrap",
1122 "visible": true1122 "visible": true
1123 },1123 },
1124 {1124 {
@@ -1127,16 +1127,16 @@
1127 },1127 },
1128 {1128 {
1129 "id": 175,1129 "id": 175,
1130 "children-display": "submenu",
1130 "enabled": true,1131 "enabled": true,
1131 "label": "_Zoom (67%)",1132 "label": "_Zoom (67%)",
1132 "children-display": "submenu",
1133 "visible": true,1133 "visible": true,
1134 "submenu": [1134 "submenu": [
1135 {1135 {
1136 "id": 176,1136 "id": 176,
1137 "enabled": true,1137 "enabled": true,
1138 "toggle-state": 0,
1139 "label": "Othe_r (67%)...",1138 "label": "Othe_r (67%)...",
1139 "toggle-state": 0,
1140 "toggle-type": "checkmark",1140 "toggle-type": "checkmark",
1141 "visible": true1141 "visible": true
1142 },1142 },
@@ -1147,73 +1147,73 @@
1147 {1147 {
1148 "id": 178,1148 "id": 178,
1149 "enabled": true,1149 "enabled": true,
1150 "toggle-state": 0,
1151 "label": "1:16 (6.25%)",1150 "label": "1:16 (6.25%)",
1151 "toggle-state": 0,
1152 "toggle-type": "checkmark",1152 "toggle-type": "checkmark",
1153 "visible": true1153 "visible": true
1154 },1154 },
1155 {1155 {
1156 "id": 179,1156 "id": 179,
1157 "enabled": true,1157 "enabled": true,
1158 "toggle-state": 0,
1159 "label": "1:8 (12.5%)",1158 "label": "1:8 (12.5%)",
1159 "toggle-state": 0,
1160 "toggle-type": "checkmark",1160 "toggle-type": "checkmark",
1161 "visible": true1161 "visible": true
1162 },1162 },
1163 {1163 {
1164 "id": 180,1164 "id": 180,
1165 "enabled": true,1165 "enabled": true,
1166 "toggle-state": 0,
1167 "label": "1:4 (25%)",1166 "label": "1:4 (25%)",
1167 "toggle-state": 0,
1168 "toggle-type": "checkmark",1168 "toggle-type": "checkmark",
1169 "visible": true1169 "visible": true
1170 },1170 },
1171 {1171 {
1172 "id": 181,1172 "id": 181,
1173 "enabled": true,1173 "enabled": true,
1174 "toggle-state": 0,
1175 "label": "1:2 (50%)",1174 "label": "1:2 (50%)",
1175 "toggle-state": 0,
1176 "toggle-type": "checkmark",1176 "toggle-type": "checkmark",
1177 "visible": true1177 "visible": true
1178 },1178 },
1179 {1179 {
1180 "id": 182,1180 "id": 182,
1181 "enabled": true,
1182 "label": "1:1 (100%)",
1181 "shortcut": [["1"]],1183 "shortcut": [["1"]],
1182 "enabled": true,
1183 "toggle-state": 1,1184 "toggle-state": 1,
1184 "label": "1:1 (100%)",
1185 "toggle-type": "checkmark",1185 "toggle-type": "checkmark",
1186 "visible": true1186 "visible": true
1187 },1187 },
1188 {1188 {
1189 "id": 183,1189 "id": 183,
1190 "enabled": true,1190 "enabled": true,
1191 "toggle-state": 0,
1192 "label": "2:1 (200%)",1191 "label": "2:1 (200%)",
1192 "toggle-state": 0,
1193 "toggle-type": "checkmark",1193 "toggle-type": "checkmark",
1194 "visible": true1194 "visible": true
1195 },1195 },
1196 {1196 {
1197 "id": 184,1197 "id": 184,
1198 "enabled": true,1198 "enabled": true,
1199 "toggle-state": 0,
1200 "label": "4:1 (400%)",1199 "label": "4:1 (400%)",
1200 "toggle-state": 0,
1201 "toggle-type": "checkmark",1201 "toggle-type": "checkmark",
1202 "visible": true1202 "visible": true
1203 },1203 },
1204 {1204 {
1205 "id": 185,1205 "id": 185,
1206 "enabled": true,1206 "enabled": true,
1207 "toggle-state": 0,
1208 "label": "8:1 (800%)",1207 "label": "8:1 (800%)",
1208 "toggle-state": 0,
1209 "toggle-type": "checkmark",1209 "toggle-type": "checkmark",
1210 "visible": true1210 "visible": true
1211 },1211 },
1212 {1212 {
1213 "id": 186,1213 "id": 186,
1214 "enabled": true,1214 "enabled": true,
1215 "toggle-state": 0,
1216 "label": "16:1 (1600%)",1215 "label": "16:1 (1600%)",
1216 "toggle-state": 0,
1217 "toggle-type": "checkmark",1217 "toggle-type": "checkmark",
1218 "visible": true1218 "visible": true
1219 },1219 },
@@ -1229,30 +1229,30 @@
1229 },1229 },
1230 {1230 {
1231 "id": 189,1231 "id": 189,
1232 "enabled": true,
1233 "label": "Fit Image in Window",
1232 "shortcut": [["Control", "Shift", "e"]],1234 "shortcut": [["Control", "Shift", "e"]],
1233 "enabled": true,
1234 "label": "Fit Image in Window",
1235 "visible": true1235 "visible": true
1236 },1236 },
1237 {1237 {
1238 "id": 190,1238 "id": 190,
1239 "enabled": true,
1240 "label": "Zoom In",
1239 "shortcut": [["plus"]],1241 "shortcut": [["plus"]],
1240 "enabled": true,
1241 "label": "Zoom In",
1242 "visible": true1242 "visible": true
1243 },1243 },
1244 {1244 {
1245 "id": 191,1245 "id": 191,
1246 "enabled": true,
1247 "label": "Zoom Out",
1246 "shortcut": [["minus"]],1248 "shortcut": [["minus"]],
1247 "enabled": true,
1248 "label": "Zoom Out",
1249 "visible": true1249 "visible": true
1250 },1250 },
1251 {1251 {
1252 "id": 4,1252 "id": 4,
1253 "enabled": true,
1254 "label": "Re_vert Zoom (67%)",
1253 "shortcut": [["grave"]],1255 "shortcut": [["grave"]],
1254 "enabled": true,
1255 "label": "Re_vert Zoom (67%)",
1256 "visible": true1256 "visible": true
1257 }1257 }
1258 ]1258 ]
@@ -1260,8 +1260,8 @@
1260 {1260 {
1261 "id": 192,1261 "id": 192,
1262 "enabled": true,1262 "enabled": true,
1263 "toggle-state": 1,
1264 "label": "Dot for Dot",1263 "label": "Dot for Dot",
1264 "toggle-state": 1,
1265 "toggle-type": "checkmark",1265 "toggle-type": "checkmark",
1266 "visible": true1266 "visible": true
1267 },1267 },
@@ -1275,16 +1275,16 @@
1275 },1275 },
1276 {1276 {
1277 "id": 194,1277 "id": 194,
1278 "children-display": "submenu",
1278 "enabled": true,1279 "enabled": true,
1279 "label": "Image",1280 "label": "Image",
1280 "children-display": "submenu",
1281 "visible": true,1281 "visible": true,
1282 "submenu": [1282 "submenu": [
1283 {1283 {
1284 "id": 195,1284 "id": 195,
1285 "enabled": true,
1286 "label": "Image Properties",
1285 "shortcut": [["Alt", "Return"]],1287 "shortcut": [["Alt", "Return"]],
1286 "enabled": true,
1287 "label": "Image Properties",
1288 "visible": true1288 "visible": true
1289 },1289 },
1290 {1290 {
@@ -1295,9 +1295,9 @@
1295 },1295 },
1296 {1296 {
1297 "id": 197,1297 "id": 197,
1298 "children-display": "submenu",
1298 "enabled": true,1299 "enabled": true,
1299 "label": "Guides",1300 "label": "Guides",
1300 "children-display": "submenu",
1301 "visible": true,1301 "visible": true,
1302 "submenu": [1302 "submenu": [
1303 {1303 {
@@ -1344,9 +1344,9 @@
1344 },1344 },
1345 {1345 {
1346 "id": 205,1346 "id": 205,
1347 "enabled": true,
1348 "label": "Merge Visible Layers...",
1347 "shortcut": [["Control", "m"]],1349 "shortcut": [["Control", "m"]],
1348 "enabled": true,
1349 "label": "Merge Visible Layers...",
1350 "visible": true1350 "visible": true
1351 },1351 },
1352 {1352 {
@@ -1411,9 +1411,9 @@
1411 },1411 },
1412 {1412 {
1413 "id": 217,1413 "id": 217,
1414 "children-display": "submenu",
1414 "enabled": true,1415 "enabled": true,
1415 "label": "Transform",1416 "label": "Transform",
1416 "children-display": "submenu",
1417 "visible": true,1417 "visible": true,
1418 "submenu": [1418 "submenu": [
1419 {1419 {
@@ -1464,9 +1464,9 @@
1464 },1464 },
1465 {1465 {
1466 "id": 226,1466 "id": 226,
1467 "children-display": "submenu",
1467 "enabled": true,1468 "enabled": true,
1468 "label": "Mode",1469 "label": "Mode",
1469 "children-display": "submenu",
1470 "visible": true,1470 "visible": true,
1471 "submenu": [1471 "submenu": [
1472 {1472 {
@@ -1488,24 +1488,24 @@
The diff has been truncated for viewing.

Subscribers

People subscribed via source and target branches

to all changes: