diff options
author | Damien Lespiau <damien.lespiau@intel.com> | 2010-01-09 13:45:15 +0000 |
---|---|---|
committer | Damien Lespiau <damien.lespiau@intel.com> | 2010-01-09 16:29:29 +0000 |
commit | fdc60bea8efbded08dd454b9fedb8c24c263d5ad (patch) | |
tree | 74abdc0dddd8036e06f55c7e8b4dd617b519d645 /doc | |
parent | 104e542f70bd9e6cb753e97b4fcdbacf0114bc89 (diff) |
[misc] Intern the strings of property names
So glib does not have to copy them, less things to do, less memory used,
happy bunnies.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/reference/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/reference/Makefile.am b/doc/reference/Makefile.am index a3967cf..80c9167 100644 --- a/doc/reference/Makefile.am +++ b/doc/reference/Makefile.am @@ -52,8 +52,9 @@ IGNORE_HFILES= \ I420.h \ YV12.h \ clutter-gst.h \ - clutter-gst-shaders.h \ clutter-gst-debug.h \ + clutter-gst-private.h \ + clutter-gst-shaders.h \ $(NULL) # Images to copy into HTML directory. |