mirror of
https://github.com/brl/mutter.git
synced 2025-08-01 14:15:30 +00:00
cally: Clean up the headers
Make Cally follow the single-include header file policy of Clutter and Cogl; this means making cally.h the single include header, and requires a new cally-main.h file for the functions defined by cally.h. Also: • clean up the licensing notice and remove the FSF address; • document the object structures (instance and class); • G_GNUC_CONST-ify the get_type() functions; • reduce the padding for CallyActor sub-classes; • reduce the amount of headers included.
This commit is contained in:
@@ -53,7 +53,7 @@ CFILE_GLOB=$(top_srcdir)/clutter/cally/*.c $(top_builddir)/clutter/cally/*.c
|
||||
|
||||
# Header files to ignore when scanning.
|
||||
# e.g. IGNORE_HFILES=gtkdebug.h gtkintl.h
|
||||
IGNORE_HFILES=cally-actor-private.h
|
||||
IGNORE_HFILES=cally-actor-private.h cally.h
|
||||
|
||||
EXTRA_HFILES=
|
||||
|
||||
|
Reference in New Issue
Block a user