]> Pileus Git - ~andy/gtk/blob - docs/reference/gtk/broadwayd.xml
stylecontext: Do invalidation on first resize container
[~andy/gtk] / docs / reference / gtk / broadwayd.xml
1 <?xml version="1.0"?>
2 <!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
3                "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
4 ]>
5 <refentry id="broadwayd">
6
7 <refentryinfo>
8   <title>broadwayd</title>
9   <productname>GTK+</productname>
10   <authorgroup>
11     <author>
12       <contrib>Developer</contrib>
13       <firstname>Alexander</firstname>
14       <surname>Larsson</surname>
15     </author>
16   </authorgroup>
17 </refentryinfo>
18
19 <refmeta>
20   <refentrytitle>broadwayd</refentrytitle>
21   <manvolnum>1</manvolnum>
22   <refmiscinfo class="manual">User Commands</refmiscinfo>
23 </refmeta>
24
25 <refnamediv>
26   <refname>broadwayd</refname>
27   <refpurpose>Broadway display server</refpurpose>
28 </refnamediv>
29
30 <refsynopsisdiv>
31 <cmdsynopsis>
32 <command>broadwayd</command>
33 <arg choice="opt">--port <replaceable>PORT</replaceable></arg>
34 <arg choice="opt">--address <replaceable>ADDRESS</replaceable></arg>
35 <arg choice="opt"><replaceable>:DISPLAY</replaceable></arg>
36 </cmdsynopsis>
37 </refsynopsisdiv>
38
39 <refsect1><title>Description</title>
40 <para>
41 <command>broadwayd</command> is a display server for the Broadway
42 GDK backend. It allows multiple GTK+ applications to display their
43 windows in the same web browser, by connecting to broadwayd.
44 </para>
45 <para>
46 When using broadwayd, specify the display number to use, prefixed
47 with a colon, similar to X. The default display number is 1.
48 <programlisting>
49 broadwayd :5
50 </programlisting>
51 Then point your web browser at <literal>http://127.0.0.1:8084</literal>.
52 Start your applications like this:
53 <programlisting>
54 BROADWAY_DISPLAY=:5 gtk3-demo
55 </programlisting>
56
57 </para>
58 </refsect1>
59
60 <refsect1><title>Options</title>
61 <variablelist>
62   <varlistentry>
63     <term>--port</term>
64     <listitem><para>Use <replaceable>PORT</replaceable> as the HTTP
65       port, instead of the default 8080 + (<replaceable>DISPLAY</replaceable> - 1).
66       </para></listitem>
67   </varlistentry>
68   <varlistentry>
69     <term>--address</term>
70     <listitem><para>Use <replaceable>ADDRESS</replaceable> as the HTTP
71       address, instead of the default <literal>http://127.0.0.1:<replaceable>PORT</replaceable></literal>.
72       </para></listitem>
73   </varlistentry>
74 </variablelist>
75 </refsect1>
76
77 </refentry>