From ba24704988964a1f211e82e87cbe8aca29641979 Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Tue, 18 Aug 2009 11:52:09 -0500 Subject: Deleting everything only leaving libindicator --- docs/reference/Makefile.am | 87 ----------------------------- docs/reference/libindicate-docs.sgml | 32 ----------- docs/reference/libindicate-sections.txt | 63 --------------------- docs/reference/libindicate.types | 9 --- docs/reference/tmpl/libindicate-unused.sgml | 23 -------- docs/reference/version.xml.in | 1 - 6 files changed, 215 deletions(-) delete mode 100644 docs/reference/Makefile.am delete mode 100644 docs/reference/libindicate-docs.sgml delete mode 100644 docs/reference/libindicate-sections.txt delete mode 100644 docs/reference/libindicate.types delete mode 100644 docs/reference/tmpl/libindicate-unused.sgml delete mode 100644 docs/reference/version.xml.in (limited to 'docs/reference') diff --git a/docs/reference/Makefile.am b/docs/reference/Makefile.am deleted file mode 100644 index 2589179..0000000 --- a/docs/reference/Makefile.am +++ /dev/null @@ -1,87 +0,0 @@ -## Process this file with automake to produce Makefile.in - -# We require automake 1.6 at least. -AUTOMAKE_OPTIONS = 1.6 - -# This is a blank Makefile.am for using gtk-doc. -# Copy this to your project's API docs directory and modify the variables to -# suit your project. See the GTK+ Makefiles in gtk+/docs/reference for examples -# of using the various options. - -# The name of the module, e.g. 'glib'. -DOC_MODULE=libindicate - -# The top-level SGML file. You can change this if you want to. -DOC_MAIN_SGML_FILE=$(DOC_MODULE)-docs.sgml - -# The directory containing the source code. Relative to $(srcdir). -# gtk-doc will search all .c & .h files beneath here for inline comments -# documenting the functions and macros. -# e.g. DOC_SOURCE_DIR=../../../gtk -DOC_SOURCE_DIR=../../libindicate - -# Extra options to pass to gtkdoc-scangobj. Not normally needed. -SCANGOBJ_OPTIONS=--nogtkinit --type-init-func="g_type_init()" - -# Extra options to supply to gtkdoc-scan. -# e.g. SCAN_OPTIONS=--deprecated-guards="GTK_DISABLE_DEPRECATED" -SCAN_OPTIONS= - -# Extra options to supply to gtkdoc-mkdb. -# e.g. MKDB_OPTIONS=--sgml-mode --output-format=xml -MKDB_OPTIONS=--sgml-mode --output-format=xml - -# Extra options to supply to gtkdoc-mktmpl -# e.g. MKTMPL_OPTIONS=--only-section-tmpl -MKTMPL_OPTIONS= - -# Extra options to supply to gtkdoc-fixref. Not normally needed. -# e.g. FIXXREF_OPTIONS=--extra-dir=../gdk-pixbuf/html --extra-dir=../gdk/html -FIXXREF_OPTIONS= - -# Used for dependencies. The docs will be rebuilt if any of these change. -# e.g. HFILE_GLOB=$(top_srcdir)/gtk/*.h -# e.g. CFILE_GLOB=$(top_srcdir)/gtk/*.c -HFILE_GLOB=$(top_srcdir)/libindicate/*.h -CFILE_GLOB=$(top_srcdir)/libindicate/*.c - -# Header files to ignore when scanning. -# e.g. IGNORE_HFILES=gtkdebug.h gtkintl.h -IGNORE_HFILES=dbus-indicate-client.h dbus-indicate-server.h dbus-listener-client.h dbus-listener-server.h listener-marshal.h - -# Images to copy into HTML directory. -# e.g. HTML_IMAGES=$(top_srcdir)/gtk/stock-icons/stock_about_24.png -HTML_IMAGES= - -# Extra SGML files that are included by $(DOC_MAIN_SGML_FILE). -# e.g. content_files=running.sgml building.sgml changes-2.0.sgml -content_files=version.xml - -# SGML files where gtk-doc abbrevations (#GtkWidget) are expanded -# These files must be listed here *and* in content_files -# e.g. expand_content_files=running.sgml -expand_content_files= - -# CFLAGS and LDFLAGS for compiling gtkdoc-scangobj with your library. -# Only needed if you are using gtkdoc-scangobj to dynamically query widget -# signals and properties. -# e.g. INCLUDES=-I$(top_srcdir) -I$(top_builddir) $(GTK_DEBUG_FLAGS) -# e.g. GTKDOC_LIBS=$(top_builddir)/gtk/$(gtktargetlib) -INCLUDES=-I$(top_srcdir) $(LIBINDICATE_CFLAGS) -GTKDOC_LIBS=$(top_builddir)/libindicate/libindicate.la - -# This includes the standard gtk-doc make rules, copied by gtkdocize. -include $(top_srcdir)/gtk-doc.make - -# Other files to distribute -# e.g. EXTRA_DIST += version.xml.in -EXTRA_DIST += version.xml.in - -# Files not to distribute -# for --rebuild-types in $(SCAN_OPTIONS), e.g. $(DOC_MODULE).types -# for --rebuild-sections in $(SCAN_OPTIONS) e.g. $(DOC_MODULE)-sections.txt -#DISTCLEANFILES += - -# Comment this out if you want your docs-status tested during 'make check' -#TESTS = $(GTKDOC_CHECK) - diff --git a/docs/reference/libindicate-docs.sgml b/docs/reference/libindicate-docs.sgml deleted file mode 100644 index c3038d3..0000000 --- a/docs/reference/libindicate-docs.sgml +++ /dev/null @@ -1,32 +0,0 @@ - - - - - - libindicate Reference Manual - - - - Base Classes for Applications - - - - - - Subclasses for specific indicators - - - - - Classes for Listeners - - - - - - Index of all Symbols - - - - diff --git a/docs/reference/libindicate-sections.txt b/docs/reference/libindicate-sections.txt deleted file mode 100644 index 6e2a8cd..0000000 --- a/docs/reference/libindicate-sections.txt +++ /dev/null @@ -1,63 +0,0 @@ -indicator.h - -
-indicator -IndicateIndicator -IndicateIndicator -IndicateIndicatorClass -indicate_indicator_get_id -indicate_indicator_get_indicator_type -indicate_indicator_get_property -indicate_indicator_hide -indicate_indicator_is_visible -indicate_indicator_list_properties -indicate_indicator_new -indicate_indicator_set_property -indicate_indicator_set_property_icon -indicate_indicator_set_property_time -indicate_indicator_show -indicate_indicator_user_display -
- -
-indicator-message -IndicateIndicatorMessage -IndicateIndicatorMessage -IndicateIndicatorMessageClass -indicate_indicator_message_new -
- -
-server -IndicateServer -IndicateServer -IndicateServerClass -indicate_server_add_indicator -indicate_server_check_interest -indicate_server_emit_indicator_added -indicate_server_emit_indicator_modified -indicate_server_emit_indicator_removed -indicate_server_emit_server_display -indicate_server_get_next_id -indicate_server_hide -indicate_server_ref_default -indicate_server_remove_indicator -indicate_server_set_default -indicate_server_set_desktop_file -indicate_server_set_type -indicate_server_show -
- -
-listener -IndicateListener -IndicateListener -IndicateListenerClass -IndicateListenerIndicator -IndicateListenerServer -indicate_listener_display -indicate_listener_get_property -indicate_listener_get_property_cb -indicate_listener_new -
- diff --git a/docs/reference/libindicate.types b/docs/reference/libindicate.types deleted file mode 100644 index d96055f..0000000 --- a/docs/reference/libindicate.types +++ /dev/null @@ -1,9 +0,0 @@ -#include -#include -#include -#include - -indicate_indicator_get_type -indicate_indicator_message_get_type -indicate_server_get_type -indicate_listener_get_type diff --git a/docs/reference/tmpl/libindicate-unused.sgml b/docs/reference/tmpl/libindicate-unused.sgml deleted file mode 100644 index 83a53a7..0000000 --- a/docs/reference/tmpl/libindicate-unused.sgml +++ /dev/null @@ -1,23 +0,0 @@ - - - - - -@indicator: -@key: -@data: - - - - - - -@Returns: - - - - - - -@obj: - diff --git a/docs/reference/version.xml.in b/docs/reference/version.xml.in deleted file mode 100644 index d78bda9..0000000 --- a/docs/reference/version.xml.in +++ /dev/null @@ -1 +0,0 @@ -@VERSION@ -- cgit v1.2.3