Drop a no-longer-existing example from the docs
authorMatthias Clasen <mclasen@redhat.com>
Sat, 25 Jan 2014 23:18:42 +0000 (18:18 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Sat, 25 Jan 2014 23:19:58 +0000 (18:19 -0500)
gapplication-example-menu.c was dropped in
0c094d660769a00564ef33a775a387f62cf2ff41, two years ago.
Time to remove its inclusion in the docs too.

https://bugzilla.gnome.org/show_bug.cgi?id=722973

gio/gapplication.c

index ffc1c27..106c19c 100644 (file)
  * </programlisting>
  * </example>
  *
- * <example id="gapplication-example-menu"><title>A GApplication with menus</title>
- * <programlisting>
- * <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" parse="text" href="../../../../gio/tests/gapplication-example-menu.c">
- *   <xi:fallback>FIXME: MISSING XINCLUDE CONTENT</xi:fallback>
- * </xi:include>
- * </programlisting>
- * </example>
- *
  * <example id="gapplication-example-dbushooks"><title>Using extra D-Bus hooks with a GApplication</title>
  * <programlisting>
  * <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" parse="text" href="../../../../gio/tests/gapplication-example-dbushooks.c">