[grilo-plugins] Revert "tmdb: Add documentation."
- From: Murray Cumming <murrayc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [grilo-plugins] Revert "tmdb: Add documentation."
- Date: Fri, 9 Nov 2012 10:01:23 +0000 (UTC)
commit f551f35880a807772c79335791e3c6ad4eb1d08f
Author: Murray Cumming <murrayc murrayc com>
Date: Fri Nov 9 11:00:32 2012 +0100
Revert "tmdb: Add documentation."
This reverts commit 48b454fab37ed53013aedbf256fd8ea45d6e5bcc.
Makefile.am | 2 +-
configure.ac | 1 -
examples/.gitignore | 1 -
examples/Makefile.am | 14 -----
examples/example-tmdb.c | 149 -----------------------------------------------
src/tmdb/grl-tmdb.c | 21 -------
6 files changed, 1 insertions(+), 187 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index b04c6cb..55d8b37 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -7,7 +7,7 @@
ACLOCAL_AMFLAGS = -I m4
-SUBDIRS = src doc examples
+SUBDIRS = src doc
MAINTAINERCLEANFILES = \
aclocal.m4 \
diff --git a/configure.ac b/configure.ac
index 85ead7c..0bac445 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1032,7 +1032,6 @@ AC_CONFIG_FILES([
src/youtube/Makefile
doc/Makefile
doc/grilo-plugins/Makefile
- examples/Makefile
])
AC_OUTPUT
diff --git a/src/tmdb/grl-tmdb.c b/src/tmdb/grl-tmdb.c
index f6d99d7..d8e5108 100644
--- a/src/tmdb/grl-tmdb.c
+++ b/src/tmdb/grl-tmdb.c
@@ -25,28 +25,7 @@
* SECTION:grl-tmdb
* @short_description: A Grilo Plugin for TMDb
*
- * The TMDb plugin retrieves information about movies from the
- * TMDb online service at themoviedb.org, which is a
- * community-maintained movie database.
*
- * Before using this plugin, you should set the TMDB API Key with
- * grl_config_set_api_key().
- *
- * You may then use grl_source_resolve() to discover details about
- * an existing GrlMediaItem.
- *
- * This plugin does not support search via grl_source_search()
- * or queries via grl_source_query().
- *
- * Here is a simple example of the use of the Grilo TMDb plugin:
- *
- * <informalexample id="grilo-tmdb">
- * <programlisting language="c">
- * <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" parse="text" href="../../../examples/example-tmdb.c">
- * <xi:fallback>FIXME: MISSING XINCLUDE CONTENT</xi:fallback>
- * </xi:include>
- * </programlisting>
- * </informalexample>
*/
#ifdef HAVE_CONFIG_H
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]