AC_MSG_RESULT([$target_android])
AM_CONDITIONAL(TARGET_ANDROID, [test $target_android = yes])
-GTK_DOC_CHECK([1.0])
+GTK_DOC_CHECK([1.14], [--flavour no-tmpl])
AC_CONFIG_FILES([
Makefile
# Extra options to supply to gtkdoc-mkdb.
# e.g. MKDB_OPTIONS=--sgml-mode --output-format=xml
-MKDB_OPTIONS=--sgml-mode --output-format=xml
+MKDB_OPTIONS=--xml-mode --output-format=xml
# Extra options to supply to gtkdoc-mktmpl
# e.g. MKTMPL_OPTIONS=--only-section-tmpl
# signals and properties.
# e.g. INCLUDES=-I$(top_srcdir) -I$(top_builddir) $(GTK_DEBUG_FLAGS)
# e.g. GTKDOC_LIBS=$(top_builddir)/gtk/$(gtktargetlib)
-AM_CPPFLAGS=-I$(top_srcdir) $(LIBGSSDP_CFLAGS)
+GTKDOC_CFLAGS=-I$(top_srcdir) $(LIBGSSDP_CFLAGS)
GTKDOC_LIBS=$(top_builddir)/libgssdp/libgssdp-1.0.la $(LIBGSSDP_LIBS)
# This includes the standard gtk-doc make rules, copied by gtkdocize.
/**
* gssdp_resource_browser_new:
* @client: The #GSSDPClient to associate with
+ * @target: A SSDP search target
+ *
+ * @target is a generic string the resource browser listens for on the SSDP
+ * bus. There are several possible targets such as
+ * <itemizedlist>
+ * <listitem><para>"ssdp:all" for everything</para></listitem>
+ * <listitem><para>
+ * "upnp:rootdevice" for UPnP device entry points, not caring about the
+ * device type</para></listitem>
+ * <listitem><para>The UUID of a specific device</para></listitem>
+ * <listitem><para>Device types such as
+ * "urn:schemas-upnp-org:device:MediaServer:1"</para></listitem>
+ * <listitem><para>Service types such as
+ * "urn:schemas-upnp-org:service:ContentDirectory:1"</para></listitem>
+ * </itemizedlist>
*
* Return value: A new #GSSDPResourceBrowser object.
**/