compositor: Export meta_shadow_factory_get_shadow to introspection

I forgot we had a separate list of headers for introspection to scan.
This commit is contained in:
Jasper St. Pierre 2015-07-06 00:27:03 -07:00
parent b33a82eb7c
commit a191554cf6
2 changed files with 2 additions and 1 deletions

View File

@ -323,6 +323,7 @@ libmutterinclude_headers = \
meta/meta-shaped-texture.h \ meta/meta-shaped-texture.h \
meta/meta-shadow-factory.h \ meta/meta-shadow-factory.h \
meta/meta-window-actor.h \ meta/meta-window-actor.h \
meta/meta-window-shape.h \
meta/prefs.h \ meta/prefs.h \
meta/screen.h \ meta/screen.h \
meta/theme.h \ meta/theme.h \

View File

@ -845,7 +845,7 @@ get_shadow_params (MetaShadowFactory *factory,
} }
/** /**
* meta_shadow_factory_get_shadow: (skip) * meta_shadow_factory_get_shadow:
* @factory: a #MetaShadowFactory * @factory: a #MetaShadowFactory
* @shape: the size-invariant shape of the window's region * @shape: the size-invariant shape of the window's region
* @width: the actual width of the window's region * @width: the actual width of the window's region