/usr/include/compizconfig/ccs.h is in libcompizconfig0-dev 0.9.7.0~bzr428-0ubuntu6.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 889 890 891 892 893 894 895 896 897 898 899 900 901 902 903 904 905 906 907 908 909 910 911 912 913 914 915 916 | /*
* Compiz configuration system library
*
* Copyright (C) 2007 Dennis Kasprzyk <onestone@beryl-project.org>
* Copyright (C) 2007 Danny Baumann <maniac@beryl-project.org>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2.1 of the License, or (at your option) any later version.
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Lesser General Public License for more details.
* You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
#ifndef _CSS_H
#define _CSS_H
#define D_NONE 0
#define D_NORMAL 1
#define D_FULL 2
#ifndef DEBUGLEVEL
# define DEBUGLEVEL D_FULL
#endif
#define D(x, fmt, args...) { if (x <= DEBUGLEVEL) fprintf(stderr, fmt, ##args); }
#ifndef Bool
#define Bool int
#endif
#ifndef TRUE
#define TRUE ~0
#endif
#ifndef FALSE
#define FALSE 0
#endif
/**
* list functions:
* for each list there is a set of functions, explained using String as example
*
* ccsStringListAppend (list, item)
* Adds an item at the end of the list. Returns the new list.
*
* ccsStringListPrepend (list, item)
* Adds an item at the beginning of the list. Returns the new list.
*
* ccsStringListInsert (list, item, position)
* Adds an item at a given position. Position is 0-based. If position is
* larger than the amount of items in the list, the item is inserted at the
* end of the list. Returns the new list.
*
* ccsStringListInsertBefore (list, sibling, item)
* Inserts item before sibling into the list. If sibling is no list member,
* item is inserted at the end. Returns the new list.
*
* ccsStringListLength (list)
* Returns the amount of items in list.
*
* ccsStringListFind (list, item)
* Finds and returns an item matching <item>. If nothing is found, returns NULL.
*
* ccsStringListGetItem (list, index)
* Returns the list item at position <index>. If index is larger than the
* amount of items in the list, returns NULL.
*
* ccsStringListRemove (list, item, freeObj)
* Removes item from the list. If freeObj is TRUE, also frees the data item.
* Returns the new list.
*
* ccsStringListFree (list, freeObj)
* Frees the complete list. If freeObj is TRUE, also frees the data items.
* Returns the new list (NULL).
*/
#define CCSLIST_HDR(type,dtype) \
typedef struct _CCS##type##List * CCS##type##List;\
struct _CCS##type##List \
{ \
dtype * data; \
CCS##type##List next; \
}; \
CCS##type##List ccs##type##ListAppend (CCS##type##List list, dtype *data); \
CCS##type##List ccs##type##ListPrepend (CCS##type##List list, dtype *data); \
CCS##type##List ccs##type##ListInsert (CCS##type##List list, dtype *data, int position); \
CCS##type##List ccs##type##ListInsertBefore (CCS##type##List list, CCS##type##List sibling, dtype *data); \
unsigned int ccs##type##ListLength (CCS##type##List list); \
CCS##type##List ccs##type##ListFind (CCS##type##List list, dtype *data); \
CCS##type##List ccs##type##ListGetItem (CCS##type##List list, unsigned int index); \
CCS##type##List ccs##type##ListRemove (CCS##type##List list, dtype *data, Bool freeObj); \
CCS##type##List ccs##type##ListFree (CCS##type##List list, Bool freeObj);
typedef struct _CCSContext CCSContext;
typedef struct _CCSPlugin CCSPlugin;
typedef struct _CCSSetting CCSSetting;
typedef struct _CCSGroup CCSGroup;
typedef struct _CCSSubGroup CCSSubGroup;
typedef struct _CCSPluginCategory CCSPluginCategory;
typedef struct _CCSSettingValue CCSSettingValue;
typedef struct _CCSPluginConflict CCSPluginConflict;
typedef struct _CCSBackendInfo CCSBackendInfo;
typedef struct _CCSIntDesc CCSIntDesc;
typedef struct _CCSStrRestriction CCSStrRestriction;
typedef struct _CCSStrExtension CCSStrExtension;
typedef struct _CCSString CCSString;
CCSLIST_HDR (Plugin, CCSPlugin)
CCSLIST_HDR (Setting, CCSSetting)
CCSLIST_HDR (String, CCSString)
CCSLIST_HDR (Group, CCSGroup)
CCSLIST_HDR (SubGroup, CCSSubGroup)
CCSLIST_HDR (SettingValue, CCSSettingValue)
CCSLIST_HDR (PluginConflict, CCSPluginConflict)
CCSLIST_HDR (BackendInfo, CCSBackendInfo)
CCSLIST_HDR (IntDesc, CCSIntDesc)
CCSLIST_HDR (StrRestriction, CCSStrRestriction)
CCSLIST_HDR (StrExtension, CCSStrExtension)
/**
* reference counting
*
* ccsSettingRef
* References the settings object so it can be kept in a list and
* unreferenced later with freeObj (mixed with objects that need
* to be freed and need not be freed)
*
* ccsSettingUnref
* Unreferences the settings object, when the reference count reaches
* zero, the object is freed
*
*/
#define CCSREF_HDR(type,dtype) \
void ccs##type##Ref (dtype *); \
void ccs##type##Unref (dtype *);
CCSREF_HDR (Plugin, CCSPlugin)
CCSREF_HDR (Setting, CCSSetting)
CCSREF_HDR (String, CCSString)
CCSREF_HDR (Group, CCSGroup)
CCSREF_HDR (SubGroup, CCSSubGroup)
CCSREF_HDR (SettingValue, CCSSettingValue)
CCSREF_HDR (PluginConflict, CCSPluginConflict)
CCSREF_HDR (BackendInfo, CCSBackendInfo)
CCSREF_HDR (IntDesc, CCSIntDesc)
CCSREF_HDR (StrRestriction, CCSStrRestriction)
CCSREF_HDR (StrExtension, CCSStrExtension)
struct _CCSContext
{
CCSPluginList plugins; /* list of plugins settings
were loaded for */
CCSPluginCategory *categories; /* list of plugin categories */
void *privatePtr; /* private pointer that can be used
by the caller */
void *ccsPrivate; /* private pointer for compizconfig
internal usage */
CCSSettingList changedSettings; /* list of settings changed since last
settings write */
unsigned int screenNum; /* screen number this context is assigned to */
};
struct _CCSBackendInfo
{
char *name; /* name of the backend */
char *shortDesc; /* backend's short description */
char *longDesc; /* backend's long description */
Bool integrationSupport; /* does the backend support DE integration? */
Bool profileSupport; /* does the backend support profiles? */
unsigned int refCount; /* reference count */
};
struct _CCSPlugin
{
char *name; /* plugin name */
char *shortDesc; /* plugin short description */
char *longDesc; /* plugin long description */
char *hints; /* currently unused */
char *category; /* plugin category name */
CCSStringList loadAfter; /* list of plugin names this plugin needs to
be loaded after */
CCSStringList loadBefore; /* list of plugin names this plugin needs to
be loaded before */
CCSStringList requiresPlugin; /* list of plugin names this plugin
requires */
CCSStringList conflictPlugin; /* list of plugin names this plugin
conflicts with */
CCSStringList conflictFeature; /* list of feature names this plugin
conflicts with */
CCSStringList providesFeature; /* list of feature names this plugin
provides */
CCSStringList requiresFeature; /* list of feature names this plugin
requires */
void *privatePtr; /* private pointer that can be used
by the caller */
CCSContext *context; /* context this plugin belongs to */
void *ccsPrivate; /* private pointer for compizconfig
internal usage */
unsigned int refCount; /* reference count */
};
typedef enum _CCSSettingType
{
/* This needs to be in the same order as CompOptionType for consistency */
TypeBool,
TypeInt,
TypeFloat,
TypeString,
TypeColor,
TypeAction,
TypeKey,
TypeButton,
TypeEdge,
TypeBell,
TypeMatch,
TypeList,
TypeNum
} CCSSettingType;
struct _CCSSubGroup
{
char *name; /* sub group name in current locale */
CCSSettingList settings; /* list of settings in this sub group */
unsigned int refCount; /* reference count */
};
struct _CCSGroup
{
char *name; /* group name in current locale */
CCSSubGroupList subGroups; /* list of sub groups in this group */
unsigned int refCount; /* reference count */
};
typedef enum _CCSPluginConflictType
{
/* produced on plugin activation */
ConflictRequiresPlugin,
ConflictRequiresFeature,
ConflictFeature,
ConflictPlugin,
/* produced on plugin deactivation */
ConflictFeatureNeeded,
ConflictPluginNeeded,
ConflictPluginError,
} CCSPluginConflictType;
struct _CCSPluginConflict
{
char * value; /* item (plugin / feature) name that
caused the conflict */
CCSPluginConflictType type; /* type of the conflict */
CCSPluginList plugins; /* list of conflicting plugins */
unsigned int refCount; /* reference count */
};
union _CCSSettingInfo;
struct _CCSString
{
char *value;
unsigned int refCount;
};
struct _CCSIntDesc
{
int value; /* value the description is assigned to */
char *name; /* description */
unsigned int refCount; /* reference count */
};
struct _CCSStrRestriction
{
char *value; /* value the restriction is assigned to */
char *name; /* description */
unsigned int refCount; /* reference count */
};
struct _CCSStrExtension
{
char *basePlugin; /* plugin this extension extends */
CCSStringList baseSettings; /* list of settings this extension extends */
CCSStrRestrictionList restriction; /* list of added restriction items */
unsigned int refCount; /* reference count */
};
typedef struct _CCSSettingIntInfo
{
int min; /* minimum value for this setting */
int max; /* maximum value */
CCSIntDescList desc; /* list of item descriptions */
} CCSSettingIntInfo;
typedef struct _CCSSettingFloatInfo
{
float min; /* minimum value for this setting */
float max; /* maximum value */
float precision; /* precision (allowed increment) */
} CCSSettingFloatInfo;
typedef struct _CCSSettingStringInfo
{
CCSStrRestrictionList restriction; /* list of restriction items */
int sortStartsAt; /* the restriction index to start sorting
at (defaults to -1 for no sorting) */
Bool extensible; /* whether extension is allowed for
this setting */
} CCSSettingStringInfo;
typedef struct _CCSSettingListInfo
{
CCSSettingType listType; /* type of setting this list contains */
union _CCSSettingInfo *listInfo; /* list of settings */
} CCSSettingListInfo;
typedef struct _CCSSettingActionInfo
{
Bool internal; /* is this binding global or plugin internal*/
} CCSSettingActionInfo;
typedef union _CCSSettingInfo
{
CCSSettingIntInfo forInt;
CCSSettingFloatInfo forFloat;
CCSSettingStringInfo forString;
CCSSettingListInfo forList;
CCSSettingActionInfo forAction;
} CCSSettingInfo;
typedef struct _CCSSettingColorValueColor
{
unsigned short red;
unsigned short green;
unsigned short blue;
unsigned short alpha;
}
CCSSettingColorValueColor;
typedef struct _CCSSettingColorValueArray
{
unsigned short array[4];
}
CCSSettingColorValueArray;
typedef union _CCSSettingColorValue
{
CCSSettingColorValueColor color;
CCSSettingColorValueArray array;
} CCSSettingColorValue;
typedef struct _CCSSettingKeyValue
{
int keysym;
unsigned int keyModMask;
} CCSSettingKeyValue;
typedef struct _CCSSettingButtonValue
{
int button;
unsigned int buttonModMask;
unsigned int edgeMask;
} CCSSettingButtonValue;
typedef union _CCSSettingValueUnion
{
Bool asBool;
int asInt;
float asFloat;
char * asString;
char * asMatch;
CCSSettingColorValue asColor;
CCSSettingValueList asList;
CCSSettingKeyValue asKey;
CCSSettingButtonValue asButton;
unsigned int asEdge;
Bool asBell;
} CCSSettingValueUnion;
struct _CCSSettingValue
{
CCSSettingValueUnion value;
CCSSetting * parent;
Bool isListChild;
unsigned int refCount; /* reference count */
};
struct _CCSSetting
{
char *name; /* setting name */
char *shortDesc; /* setting short description in current locale */
char *longDesc; /* setting long description in current locale */
CCSSettingType type; /* setting type */
CCSSettingInfo info; /* information assigned to this setting,
valid if the setting is an int, float, string
or list setting */
char *group; /* group name in current locale */
char *subGroup; /* sub group name in current locale */
char *hints; /* hints in current locale */
CCSSettingValue defaultValue; /* default value of this setting */
CCSSettingValue *value; /* actual value of this setting */
Bool isDefault; /* does the actual value match the default
value? */
CCSPlugin *parent; /* plugin this setting belongs to */
void *privatePtr; /* private pointer for usage by the caller */
unsigned int refCount; /* reference count */
};
struct _CCSPluginCategory
{
const char *name; /* plugin category name */
const char *shortDesc; /* plugin category short description */
const char *longDesc; /* plugin category long description */
CCSStringList plugins; /* list of plugins in this category */
unsigned int refCount; /* reference count */
};
/* set basic metadata to TRUE and no additional
metadata informations will be parsed */
void ccsSetBasicMetadata (Bool value);
/* Creates a new context for the given screen.
All plugin settings are automatically enumerated. */
CCSContext* ccsContextNew (unsigned int screenNum);
/* Creates a new context without auto-enumerating any plugin or setting.
Behaves otherwise exactly like ccsContextNew. */
CCSContext* ccsEmptyContextNew (unsigned int screenNum);
/* Destroys the allocated context. */
void ccsContextDestroy (CCSContext * context);
/* Load the plugin and setting metadata for a given plugin.
Returns TRUE on success, FALSE otherwise. */
Bool ccsLoadPlugin (CCSContext *context,
char *name);
/* Searches for a plugin identified by its name in the context.
Returns the plugin struct if it could be found, NULL otherwise. */
CCSPlugin* ccsFindPlugin (CCSContext *context,
const char *name);
/* Searches for a setting in a plugin.
Returns the setting struct if the search was successful (setting with
name <name> found), NULL otherwise. */
CCSSetting* ccsFindSetting (CCSPlugin *plugin,
const char *name);
/* Returns TRUE if the named plugin is in the context and marked as currently
active in Compiz, FALSE otherwise. */
Bool ccsPluginIsActive (CCSContext *context,
char *name);
void ccsFreeContext (CCSContext *context);
void ccsFreePlugin (CCSPlugin *plugin);
void ccsFreeSetting (CCSSetting *setting);
void ccsFreeGroup (CCSGroup *group);
void ccsFreeSubGroup (CCSSubGroup *subGroup);
void ccsFreeSettingValue (CCSSettingValue *value);
void ccsFreePluginConflict (CCSPluginConflict *value);
void ccsFreeBackendInfo (CCSBackendInfo *value);
void ccsFreeIntDesc (CCSIntDesc *value);
void ccsFreeStrRestriction (CCSStrRestriction *restriction);
void ccsFreeStrExtension (CCSStrExtension *extension);
void ccsFreeString (CCSString *str);
/* Setting setters. Set <setting> to value <data>. Return TRUE if new value
matches data. If the new value doesn't match the old value, the setting
is added to the context's changedSettings list. */
Bool ccsSetInt (CCSSetting *setting,
int data,
Bool processChanged);
Bool ccsSetFloat (CCSSetting *setting,
float data,
Bool processChanged);
Bool ccsSetBool (CCSSetting *setting,
Bool data,
Bool processChanged);
Bool ccsSetString (CCSSetting *setting,
const char *data,
Bool processChanged);
Bool ccsSetColor (CCSSetting *setting,
CCSSettingColorValue data,
Bool processChanged);
Bool ccsSetMatch (CCSSetting *setting,
const char *data,
Bool processChanged);
Bool ccsSetKey (CCSSetting *setting,
CCSSettingKeyValue data,
Bool processChanged);
Bool ccsSetButton (CCSSetting *setting,
CCSSettingButtonValue data,
Bool processChanged);
Bool ccsSetEdge (CCSSetting *setting,
unsigned int data,
Bool processChanged);
Bool ccsSetBell (CCSSetting *setting,
Bool data,
Bool processChanged);
Bool ccsSetList (CCSSetting *setting,
CCSSettingValueList data,
Bool processChanged);
Bool ccsSetValue (CCSSetting *setting,
CCSSettingValue *data,
Bool processChanged);
/* Compares two setting values. Returns TRUE if values match,
FALSE otherwise. */
Bool ccsIsEqualColor (CCSSettingColorValue c1,
CCSSettingColorValue c2);
Bool ccsIsEqualKey (CCSSettingKeyValue c1,
CCSSettingKeyValue c2);
Bool ccsIsEqualButton (CCSSettingButtonValue c1,
CCSSettingButtonValue c2);
/* Setting getters. Returns TRUE if the setting value was successfully
copied into <data>, FALSE otherwise. */
Bool ccsGetInt (CCSSetting *setting,
int *data);
Bool ccsGetFloat (CCSSetting *setting,
float *data);
Bool ccsGetBool (CCSSetting *setting,
Bool *data);
Bool ccsGetString (CCSSetting *setting,
char **data);
Bool ccsGetColor (CCSSetting *setting,
CCSSettingColorValue *data);
Bool ccsGetMatch (CCSSetting *setting,
char **data);
Bool ccsGetKey (CCSSetting *setting,
CCSSettingKeyValue *data);
Bool ccsGetButton (CCSSetting *setting,
CCSSettingButtonValue *data);
Bool ccsGetEdge (CCSSetting *setting,
unsigned int *data);
Bool ccsGetBell (CCSSetting *setting,
Bool *data);
Bool ccsGetList (CCSSetting *setting,
CCSSettingValueList *data);
/* Retrieves a list of settings in a plugin */
CCSSettingList ccsGetPluginSettings (CCSPlugin *plugin);
/* Retrieves a list of setting groups in a plugin */
CCSGroupList ccsGetPluginGroups (CCSPlugin *plugin);
/* Converts a string list into a list of string settings.
Return value needs to be freed by the caller. */
CCSSettingValueList ccsGetValueListFromStringList (CCSStringList list,
CCSSetting *parent);
/* Converts a string setting value list into a string list.
Return value needs to be freed by the caller. */
CCSStringList ccsGetStringListFromValueList (CCSSettingValueList list);
/* Converts a string list into a string array. If the return value is not
NULL, the item count is copied into <num>. Return value needs to be freed
by the caller. */
char** ccsGetStringArrayFromList (CCSStringList list,
int *num);
/* Converts a string array with <num> items into a string list. Return value
needs to be freed by the caller. */
CCSStringList ccsGetListFromStringArray (char **array,
int num);
/* Converts a setting value list into an array of the setting item data type.
Behaves similar to ccsGetStringArrayFromList. */
char** ccsGetStringArrayFromValueList (CCSSettingValueList list,
int *num);
char** ccsGetMatchArrayFromValueList (CCSSettingValueList list,
int *num);
int* ccsGetIntArrayFromValueList (CCSSettingValueList list,
int *num);
float* ccsGetFloatArrayFromValueList (CCSSettingValueList list,
int *num);
Bool * ccsGetBoolArrayFromValueList (CCSSettingValueList list,
int *num);
CCSSettingColorValue* ccsGetColorArrayFromValueList (CCSSettingValueList list,
int *num);
/* Converts an array of data items to a setting value list. Behaves similar
to ccsGetListFromStringArray */
CCSSettingValueList ccsGetValueListFromStringArray (char **array,
int num,
CCSSetting *parent);
CCSSettingValueList ccsGetValueListFromMatchArray (char **array,
int num,
CCSSetting *parent);
CCSSettingValueList ccsGetValueListFromIntArray (int *array,
int num,
CCSSetting *parent);
CCSSettingValueList ccsGetValueListFromFloatArray (float *array,
int num,
CCSSetting *parent);
CCSSettingValueList ccsGetValueListFromBoolArray (Bool *array,
int num,
CCSSetting *parent);
CCSSettingValueList ccsGetValueListFromColorArray (CCSSettingColorValue *array,
int num,
CCSSetting *parent);
/* Retrieves a list of plugins marked as active in Compiz for this context */
CCSPluginList ccsGetActivePluginList (CCSContext *context);
/* Retrieves a list of plugin names which are active in Compiz for a given
context, sorted as needed according to load after/before/etc. rules */
CCSStringList ccsGetSortedPluginStringList (CCSContext *context);
/* Switches the backend for a context. Returns TRUE on successful switch,
FALSE otherwise. */
Bool ccsSetBackend (CCSContext *context,
char *name);
/* Retrieves the name of the backend active for the context. */
char * ccsGetBackend (CCSContext *context);
/* Enable/disable DE integration for a context. */
void ccsSetIntegrationEnabled (CCSContext *context,
Bool value);
/* Sets the profile for a context. */
void ccsSetProfile (CCSContext *context,
char *name);
/* Set plugin list autosort for a context. */
void ccsSetPluginListAutoSort (CCSContext *context,
Bool value);
/* Retrieve current profile of the context. */
char * ccsGetProfile (CCSContext *context);
/* Retrieves current DE integration status for a context */
Bool ccsGetIntegrationEnabled (CCSContext *context);
/* Retrieves the autosort setting for a context. */
Bool ccsGetPluginListAutoSort (CCSContext *context);
/* Changes the plugin activeness status in compiz. If plugin list autosort
is enabled, automatically writes a new sorted plugin list to the
active_plugins setting. If autosort is disabled, it's up to the caller
to do that. */
Bool ccsPluginSetActive (CCSPlugin *plugin,
Bool value);
/* functions parsing/creating an action string -
the returned strings must be free'd after usage! */
char * ccsModifiersToString (unsigned int modMask);
char * ccsEdgesToString (unsigned int edge);
char * ccsEdgesToModString (unsigned int edge);
char * ccsKeyBindingToString (CCSSettingKeyValue *key);
char * ccsButtonBindingToString (CCSSettingButtonValue *button);
char * ccsColorToString (CCSSettingColorValue *color);
unsigned int ccsStringToModifiers (const char *binding);
unsigned int ccsStringToEdges (const char *edge);
unsigned int ccsModStringToEdges (const char *edge);
Bool ccsStringToKeyBinding (const char *binding,
CCSSettingKeyValue *key);
Bool ccsStringToButtonBinding (const char *binding,
CCSSettingButtonValue *button);
Bool ccsStringToColor (const char *value,
CCSSettingColorValue *color);
/* flag values for ccsProcessEvents */
#define ProcessEventsNoGlibMainLoopMask (1 << 0)
void ccsProcessEvents (CCSContext *context,
unsigned int flags);
/* Read all setting values from disk */
void ccsReadSettings (CCSContext *context);
/* Read setting values for a given plugin */
void ccsReadPluginSettings (CCSPlugin *plugin);
/* Write all settings to disk */
void ccsWriteSettings (CCSContext *context);
/* Write changed settings to disk */
void ccsWriteChangedSettings (CCSContext *context);
/* Reset all settings to defaults. Settings that were non-default
previously are added to the changedSettings list of the context. */
void ccsResetToDefault (CCSSetting * setting, Bool processChanged);
/* Exports a profile to a file. If skipDefaults is TRUE, only exports
non-default settings. Returns TRUE on successful export, FALSE otherwise. */
Bool ccsExportToFile (CCSContext *context,
const char *fileName,
Bool skipDefaults);
/* Imports a profile from a file. If overwriteNonDefault is TRUE, also
overwrites settings that were non-default before. Returns TRUE on success,
FALSE otherwise. */
Bool ccsImportFromFile (CCSContext *context,
const char *fileName,
Bool overwriteNonDefault);
/* File watch stuff */
typedef void (*FileWatchCallbackProc) (unsigned int watchId, void *closure);
unsigned int ccsAddFileWatch (const char *fileName,
Bool enable,
FileWatchCallbackProc callback,
void *closure);
void ccsRemoveFileWatch (unsigned int watchId);
void ccsDisableFileWatch (unsigned int watchId);
void ccsEnableFileWatch (unsigned int watchId);
/* INI file stuff
* FIXME: This should not be part of the
* public API */
typedef struct _dictionary_
{
/** Number of entries in dictionary */
int n;
/** Storage size */
int size;
/** List of string values */
char **val;
/** List of string keys */
char **key ;
/** List of hash values for keys */
unsigned *hash;
} IniDictionary;
IniDictionary* ccsIniNew (void);
IniDictionary* ccsIniOpen (const char *fileName);
void ccsIniClose (IniDictionary *dictionary);
void ccsIniSave (IniDictionary *dictionary,
const char *fileName);
Bool ccsCreateDirFor (const char *fileName);
Bool ccsIniParseString (char *str,
char **value);
Bool ccsIniGetString (IniDictionary *dictionary,
const char *section,
const char *entry,
char **value);
Bool ccsIniParseInt (const char *str,
int *value);
Bool ccsIniGetInt (IniDictionary *dictionary,
const char *section,
const char *entry,
int *value);
Bool ccsIniParseFloat (const char *str,
float *value);
Bool ccsIniGetFloat (IniDictionary *dictionary,
const char *section,
const char *entry,
float *value);
Bool ccsIniParseBool (const char *str,
Bool *value);
Bool ccsIniGetBool (IniDictionary *dictionary,
const char *section,
const char *entry,
Bool *value);
Bool ccsIniParseColor (const char *str,
CCSSettingColorValue *value);
Bool ccsIniGetColor (IniDictionary *dictionary,
const char *section,
const char *entry,
CCSSettingColorValue *value);
Bool ccsIniParseKey (const char *str,
CCSSettingKeyValue *value);
Bool ccsIniGetKey (IniDictionary *dictionary,
const char *section,
const char *entry,
CCSSettingKeyValue *value);
Bool ccsIniParseButton (const char *str,
CCSSettingButtonValue *value);
Bool ccsIniGetButton (IniDictionary *dictionary,
const char *section,
const char *entry,
CCSSettingButtonValue *value);
Bool ccsIniParseEdge (const char *str,
unsigned int *value);
Bool ccsIniGetEdge (IniDictionary *dictionary,
const char *section,
const char *entry,
unsigned int *value);
Bool ccsIniGetBell (IniDictionary *dictionary,
const char *section,
const char *entry,
Bool *value);
Bool ccsIniParseList (const char *str,
CCSSettingValueList *value,
CCSSetting *parent);
Bool ccsIniGetList (IniDictionary *dictionary,
const char *section,
const char *entry,
CCSSettingValueList *value,
CCSSetting *parent);
void ccsIniSetString (IniDictionary *dictionary,
const char *section,
const char *entry,
char *value);
void ccsIniSetInt (IniDictionary *dictionary,
const char *section,
const char *entry,
int value);
void ccsIniSetFloat (IniDictionary *dictionary,
const char *section,
const char *entry,
float value);
void ccsIniSetBool (IniDictionary *dictionary,
const char *section,
const char *entry,
Bool value);
void ccsIniSetColor (IniDictionary *dictionary,
const char *section,
const char *entry,
CCSSettingColorValue value);
void ccsIniSetKey (IniDictionary *dictionary,
const char *section,
const char *entry,
CCSSettingKeyValue value);
void ccsIniSetButton (IniDictionary *dictionary,
const char *section,
const char *entry,
CCSSettingButtonValue value);
void ccsIniSetEdge (IniDictionary *dictionary,
const char *section,
const char *entry,
unsigned int value);
void ccsIniSetBell (IniDictionary *dictionary,
const char *section,
const char *entry,
Bool value);
void ccsIniSetList (IniDictionary *dictionary,
const char *section,
const char *entry,
CCSSettingValueList value,
CCSSettingType listType);
void ccsIniRemoveEntry (IniDictionary *dictionary,
const char *section,
const char *entry);
/* Checks if a plugin can be enabled. Returns a list of conflicts that
would occur when loading the plugin. A return value of NULL means that
the plugin can be enabled without problems. */
CCSPluginConflictList ccsCanEnablePlugin (CCSContext *context,
CCSPlugin *plugin);
/* Checks if a plugin can be disabled. The meaning of the return value is the
same as for ccsCanEnablePlugin */
CCSPluginConflictList ccsCanDisablePlugin (CCSContext *context,
CCSPlugin *plugin);
/* Enumerates the available profiles for the current backend. */
CCSStringList ccsGetExistingProfiles (CCSContext * context);
/* Deletes the profile with the given name. */
void ccsDeleteProfile (CCSContext *context,
char *name);
/* Enumerates the available backends. */
CCSBackendInfoList ccsGetExistingBackends (void);
/* Checks if a given setting is integrated in the desktop environment. */
Bool ccsSettingIsIntegrated (CCSSetting *setting);
/* Checks if a given setting is read-only. */
Bool ccsSettingIsReadOnly (CCSSetting *setting);
CCSStrExtensionList ccsGetPluginStrExtensions (CCSPlugin *plugin);
/* Checks if settings need to be constrained */
Bool ccsContextNeedsConstraining (CCSContext *context);
#endif
|