[mutter] Remove theme.h and preview-widget.h from the API docs



commit f80a15f312474e6a5a3e7eabdaeed6edcc630147
Author: Tomeu Vizoso <tomeu vizoso collabora com>
Date:   Fri Mar 15 18:21:14 2013 +0100

    Remove theme.h and preview-widget.h from the API docs
    
    As they are of no use to plugins and to be removed in the future
    
    https://bugzilla.gnome.org/show_bug.cgi?id=695935

 doc/reference/Makefile.am       |    2 ++
 doc/reference/meta-docs.sgml.in |    2 --
 doc/reference/meta-sections.txt |   34 ----------------------------------
 src/ui/preview-widget.c         |    2 +-
 src/ui/theme.c                  |    2 +-
 5 files changed, 4 insertions(+), 38 deletions(-)
---
diff --git a/doc/reference/Makefile.am b/doc/reference/Makefile.am
index aebfd76..0f98e43 100644
--- a/doc/reference/Makefile.am
+++ b/doc/reference/Makefile.am
@@ -94,6 +94,7 @@ IGNORE_HFILES= \
        mutter-enum-types.h \
        mutter-Xatomtype.h \
        place.h \
+       preview-widget.h \
        region-utils.h \
        resizepopup.h \
        screen-private.h \
@@ -102,6 +103,7 @@ IGNORE_HFILES= \
        stack-tracker.h \
        stamp-mutter-enum-types.h \
        tabpopup.h \
+       theme.h \
        theme-private.h \
        tile-preview.h \
        ui.h \
diff --git a/doc/reference/meta-docs.sgml.in b/doc/reference/meta-docs.sgml.in
index fe6f904..5c8b967 100644
--- a/doc/reference/meta-docs.sgml.in
+++ b/doc/reference/meta-docs.sgml.in
@@ -37,9 +37,7 @@
     <xi:include href="xml/meta-shadow-factory.xml"/>
     <xi:include href="xml/meta-shaped-texture.xml"/>
     <xi:include href="xml/meta-window-actor.xml"/>
-    <xi:include href="xml/preview-widget.xml"/>
     <xi:include href="xml/screen.xml"/>
-    <xi:include href="xml/theme.xml"/>
     <xi:include href="xml/window.xml"/>
     <xi:include href="xml/workspace.xml"/>
   </part>
diff --git a/doc/reference/meta-sections.txt b/doc/reference/meta-sections.txt
index 754fe9e..73935ac 100644
--- a/doc/reference/meta-sections.txt
+++ b/doc/reference/meta-sections.txt
@@ -453,29 +453,6 @@ meta_key_binding_get_type
 </SECTION>
 
 <SECTION>
-<FILE>preview-widget</FILE>
-<TITLE>MetaPreview</TITLE>
-MetaPreview
-MetaPreviewClass
-meta_preview_new
-meta_preview_set_theme
-meta_preview_set_title
-meta_preview_set_frame_type
-meta_preview_set_frame_flags
-meta_preview_set_button_layout
-meta_preview_get_icon
-meta_preview_get_mini_icon
-<SUBSECTION Standard>
-META_IS_PREVIEW
-META_IS_PREVIEW_CLASS
-META_PREVIEW
-META_PREVIEW_CLASS
-META_PREVIEW_GET_CLASS
-META_TYPE_PREVIEW
-meta_preview_get_type
-</SECTION>
-
-<SECTION>
 <FILE>screen</FILE>
 MetaScreen
 MetaScreenClass
@@ -515,17 +492,6 @@ meta_screen_get_type
 </SECTION>
 
 <SECTION>
-<FILE>theme</FILE>
-meta_theme_get_current
-meta_theme_set_current
-meta_theme_new
-meta_theme_free
-meta_theme_validate
-meta_theme_load
-MetaTheme
-</SECTION>
-
-<SECTION>
 <FILE>util</FILE>
 meta_is_verbose
 meta_set_verbose
diff --git a/src/ui/preview-widget.c b/src/ui/preview-widget.c
index 799a086..1aa64a2 100644
--- a/src/ui/preview-widget.c
+++ b/src/ui/preview-widget.c
@@ -19,7 +19,7 @@
  * 02111-1307, USA.
  */
 
-/**
+/*
  * SECTION:preview-widget
  * @title: MetaPreview
  * @short_description: Mutter theme preview widget
diff --git a/src/ui/theme.c b/src/ui/theme.c
index e1543cf..357a8bb 100644
--- a/src/ui/theme.c
+++ b/src/ui/theme.c
@@ -19,7 +19,7 @@
  * 02111-1307, USA.
  */
 
-/**
+/*
  * SECTION:theme
  * @title: MetaTheme
  * @short_description: Metacity Theme Rendering


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]