mirror of
https://github.com/brl/mutter.git
synced 2024-11-12 09:16:10 -05:00
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
This commit is contained in:
parent
9df2d83aa0
commit
f80a15f312
@ -94,6 +94,7 @@ IGNORE_HFILES= \
|
|||||||
mutter-enum-types.h \
|
mutter-enum-types.h \
|
||||||
mutter-Xatomtype.h \
|
mutter-Xatomtype.h \
|
||||||
place.h \
|
place.h \
|
||||||
|
preview-widget.h \
|
||||||
region-utils.h \
|
region-utils.h \
|
||||||
resizepopup.h \
|
resizepopup.h \
|
||||||
screen-private.h \
|
screen-private.h \
|
||||||
@ -102,6 +103,7 @@ IGNORE_HFILES= \
|
|||||||
stack-tracker.h \
|
stack-tracker.h \
|
||||||
stamp-mutter-enum-types.h \
|
stamp-mutter-enum-types.h \
|
||||||
tabpopup.h \
|
tabpopup.h \
|
||||||
|
theme.h \
|
||||||
theme-private.h \
|
theme-private.h \
|
||||||
tile-preview.h \
|
tile-preview.h \
|
||||||
ui.h \
|
ui.h \
|
||||||
|
@ -37,9 +37,7 @@
|
|||||||
<xi:include href="xml/meta-shadow-factory.xml"/>
|
<xi:include href="xml/meta-shadow-factory.xml"/>
|
||||||
<xi:include href="xml/meta-shaped-texture.xml"/>
|
<xi:include href="xml/meta-shaped-texture.xml"/>
|
||||||
<xi:include href="xml/meta-window-actor.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/screen.xml"/>
|
||||||
<xi:include href="xml/theme.xml"/>
|
|
||||||
<xi:include href="xml/window.xml"/>
|
<xi:include href="xml/window.xml"/>
|
||||||
<xi:include href="xml/workspace.xml"/>
|
<xi:include href="xml/workspace.xml"/>
|
||||||
</part>
|
</part>
|
||||||
|
@ -452,29 +452,6 @@ MetaKeyHandler
|
|||||||
meta_key_binding_get_type
|
meta_key_binding_get_type
|
||||||
</SECTION>
|
</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>
|
<SECTION>
|
||||||
<FILE>screen</FILE>
|
<FILE>screen</FILE>
|
||||||
MetaScreen
|
MetaScreen
|
||||||
@ -514,17 +491,6 @@ META_TYPE_SCREEN
|
|||||||
meta_screen_get_type
|
meta_screen_get_type
|
||||||
</SECTION>
|
</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>
|
<SECTION>
|
||||||
<FILE>util</FILE>
|
<FILE>util</FILE>
|
||||||
meta_is_verbose
|
meta_is_verbose
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
* 02111-1307, USA.
|
* 02111-1307, USA.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/*
|
||||||
* SECTION:preview-widget
|
* SECTION:preview-widget
|
||||||
* @title: MetaPreview
|
* @title: MetaPreview
|
||||||
* @short_description: Mutter theme preview widget
|
* @short_description: Mutter theme preview widget
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
* 02111-1307, USA.
|
* 02111-1307, USA.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/*
|
||||||
* SECTION:theme
|
* SECTION:theme
|
||||||
* @title: MetaTheme
|
* @title: MetaTheme
|
||||||
* @short_description: Metacity Theme Rendering
|
* @short_description: Metacity Theme Rendering
|
||||||
|
Loading…
Reference in New Issue
Block a user