diff --git a/.gitignore b/.gitignore index 71068f1b..6512b790 100644 --- a/.gitignore +++ b/.gitignore @@ -25,6 +25,7 @@ missing stamp-h1 config.h.in stamp-* +gtk-doc.make xdg-app xdg-app-helper xdg-app-session-helper diff --git a/autogen.sh b/autogen.sh index 619802ee..46433bea 100755 --- a/autogen.sh +++ b/autogen.sh @@ -24,6 +24,21 @@ fi # Workaround automake bug with subdir-objects and computed paths sed -e 's,$(libglnx_srcpath),'${srcdir}/libglnx,g < libglnx/Makefile-libglnx.am >libglnx/Makefile-libglnx.am.inc +GTKDOCIZE=$(which gtkdocize 2>/dev/null) +if test -z $GTKDOCIZE; then + echo "*** You don't have gtk-doc installed, and thus won't be able to generate the documentation. ***" + rm -f gtk-doc.make + cat > gtk-doc.make < + +]> + + + xdg-app Reference Manual + + for xdg-app 1.0. + + + + + XDG-App + + + + + + + + + Object Hierarchy + + + + + API Index + + + + + Index of deprecated API + + + + + diff --git a/doc/reference/xdg-app-sections.txt b/doc/reference/xdg-app-sections.txt new file mode 100644 index 00000000..8585f86e --- /dev/null +++ b/doc/reference/xdg-app-sections.txt @@ -0,0 +1,53 @@ +
+xdg-app-installation +XdgAppInstallation +XdgAppInstallation +XdgAppInstallationClass + +XDG_APP_INSTALLATION +XDG_APP_IS_INSTALLATION +XDG_APP_TYPE_INSTALLATION +
+ +
+xdg-app-installed-ref +XdgAppInstalledRef +XdgAppInstalledRef +XdgAppInstalledRefClass + +XDG_APP_INSTALLED_REF +XDG_APP_IS_INSTALLED_REF +XDG_APP_TYPE_INSTALLED_REF +
+ +
+xdg-app-ref +XdgAppRef +XdgAppRef +XdgAppRefClass +XdgAppRefKind + +XDG_APP_IS_REF +XDG_APP_REF +XDG_APP_TYPE_REF +
+ +
+xdg-app-remote +XdgAppRemote +XdgAppRemote +XdgAppRemoteClass + +XDG_APP_IS_REMOTE +XDG_APP_REMOTE +XDG_APP_TYPE_REMOTE +
+ +
+xdg-app-version-macros +XDG_APP_MAJOR_VERSION +XDG_APP_MINOR_VERSION +XDG_APP_MICRO_VERSION +XDG_APP_EXTERN +
+