[mutter] compositor: Export meta_shadow_factory_get_shadow to introspection



commit a191554cf6dd5c400a09a4816ef9e60d439a400a
Author: Jasper St. Pierre <jstpierre mecheye net>
Date:   Mon Jul 6 00:27:03 2015 -0700

    compositor: Export meta_shadow_factory_get_shadow to introspection
    
    I forgot we had a separate list of headers for introspection to scan.

 src/Makefile.am                      |    1 +
 src/compositor/meta-shadow-factory.c |    2 +-
 2 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/src/Makefile.am b/src/Makefile.am
index 592d858..0718c6b 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -323,6 +323,7 @@ libmutterinclude_headers =                  \
        meta/meta-shaped-texture.h              \
        meta/meta-shadow-factory.h              \
        meta/meta-window-actor.h                \
+       meta/meta-window-shape.h                \
        meta/prefs.h                            \
        meta/screen.h                           \
        meta/theme.h                            \
diff --git a/src/compositor/meta-shadow-factory.c b/src/compositor/meta-shadow-factory.c
index a72c91d..1ac2e46 100644
--- a/src/compositor/meta-shadow-factory.c
+++ b/src/compositor/meta-shadow-factory.c
@@ -845,7 +845,7 @@ get_shadow_params (MetaShadowFactory *factory,
 }
 
 /**
- * meta_shadow_factory_get_shadow: (skip)
+ * meta_shadow_factory_get_shadow:
  * @factory: a #MetaShadowFactory
  * @shape: the size-invariant shape of the window's region
  * @width: the actual width of the window's region


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