[gtk+] Forgotten file
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+] Forgotten file
- Date: Thu, 24 Jan 2013 22:54:08 +0000 (UTC)
commit 2d479ee5ccd9b3d5c232265139926f37b6665501
Author: Matthias Clasen <mclasen redhat com>
Date: Thu Jan 24 17:54:13 2013 -0500
Forgotten file
docs/reference/gtk/broadwayd.xml | 77 ++++++++++++++++++++++++++++++++++++++
1 files changed, 77 insertions(+), 0 deletions(-)
---
diff --git a/docs/reference/gtk/broadwayd.xml b/docs/reference/gtk/broadwayd.xml
new file mode 100644
index 0000000..be41c1a
--- /dev/null
+++ b/docs/reference/gtk/broadwayd.xml
@@ -0,0 +1,77 @@
+<?xml version="1.0"?>
+<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
+ "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
+]>
+<refentry id="broadwayd">
+
+<refentryinfo>
+ <title>broadwayd</title>
+ <productname>GTK+</productname>
+ <authorgroup>
+ <author>
+ <contrib>Developer</contrib>
+ <firstname>Alexander</firstname>
+ <surname>Larsson</surname>
+ </author>
+ </authorgroup>
+</refentryinfo>
+
+<refmeta>
+ <refentrytitle>broadwayd</refentrytitle>
+ <manvolnum>1</manvolnum>
+ <refmiscinfo class="manual">User Commands</refmiscinfo>
+</refmeta>
+
+<refnamediv>
+ <refname>broadwayd</refname>
+ <refpurpose>Broadway display server</refpurpose>
+</refnamediv>
+
+<refsynopsisdiv>
+<cmdsynopsis>
+<command>broadwayd</command>
+<arg choice="opt">--port <replaceable>PORT</replaceable></arg>
+<arg choice="opt">--address <replaceable>ADDRESS</replaceable></arg>
+<arg choice="opt"><replaceable>:DISPLAY</replaceable></arg>
+</cmdsynopsis>
+</refsynopsisdiv>
+
+<refsect1><title>Description</title>
+<para>
+<command>broadwayd</command> is a display server for the Broadway
+GDK backend. It allows multiple GTK+ applications to display their
+windows in the same web browser, by connecting to broadwayd.
+</para>
+<para>
+When using broadwayd, specify the display number to use, prefixed
+with a colon, similar to X. The default display number is 1.
+<programlisting>
+broadwayd :5
+</programlisting>
+Then point your web browser at <literal>http://127.0.0.1:8084</literal>.
+Start your applications like this:
+<programlisting>
+BROADWAY_DISPLAY=:5 gtk3-demo
+</programlisting>
+
+</para>
+</refsect1>
+
+<refsect1><title>Options</title>
+<variablelist>
+ <varlistentry>
+ <term>--port</term>
+ <listitem><para>Use <replaceable>PORT</replaceable> as the HTTP
+ port, instead of the default 8080 + (<replaceable>DISPLAY</replaceable> - 1).
+ </para></listitem>
+ </varlistentry>
+ <varlistentry>
+ <term>--address</term>
+ <listitem><para>Use <replaceable>ADDRESS</replaceable> as the HTTP
+ address, instead of the default <literal>http://127.0.0.1:<replaceable>PORT</replaceable></literal>.
+ </para></listitem>
+ </varlistentry>
+</variablelist>
+</refsect1>
+
+</refentry>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]