~shnatsel/+junk/cairo-compmgr

« back to all changes in this revision

Viewing changes to doc/reference/cairo-compmgr.types

  • Committer: Sergey "Shnatsel" Davidoff
  • Date: 2012-03-04 22:53:22 UTC
  • Revision ID: shnatsel@gmail.com-20120304225322-q2hz82j51yxv1qqw
fixed up build dependencies

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#include "ccm.h"
 
2
#include "ccm-drawable.h"
 
3
#include "ccm-pixmap.h"
 
4
#include "ccm-window.h"
 
5
#include "ccm-window-plugin.h"
 
6
#include "ccm-screen.h"
 
7
#include "ccm-screen-plugin.h"
 
8
#include "ccm-display.h"
 
9
#include "ccm-preferences.h"
 
10
#include "ccm-preferences-page.h"
 
11
#include "ccm-preferences-page-plugin.h"
 
12
#include "ccm-region.h"
 
13
#include "ccm-keybind.h"
 
14
#include "ccm-config.h"
 
15
#include "ccm-timeline.h"
 
16
 
 
17
ccm_drawable_get_type
 
18
ccm_pixmap_get_type
 
19
ccm_window_get_type
 
20
ccm_window_plugin_get_type
 
21
ccm_screen_get_type
 
22
ccm_screen_plugin_get_type
 
23
ccm_display_get_type
 
24
ccm_preferences_page_get_type
 
25
ccm_preferences_page_plugin_get_type
 
26
ccm_keybind_get_type
 
27
ccm_config_get_type
 
28
ccm_timeline_get_type
 
29