~compiz-team/compiz/0.9.12

« back to all changes in this revision

Viewing changes to compizconfig/libcompizconfig/include/ccs-backend.h

  • Committer: CI Train Bot
  • Author(s): Marco Trevisan (Treviño)
  • Date: 2015-12-11 10:00:29 UTC
  • mfrom: (3988.2.3 compiz)
  • Revision ID: ci-train-bot@canonical.com-20151211100029-5tq13bj2xvpejtdv
backends: drop gconf support
Approved by: Sebastien Bacher

Show diffs side-by-side

added added

removed removed

Lines of Context:
380
380
    CCSBackendGetInfoFunc      backendGetInfo;
381
381
 
382
382
    /* something like a event loop call for the backend,
383
 
       so it can check for file changes (gconf changes in the gconf backend)
 
383
       so it can check for file changes
384
384
       no need for reload settings signals anymore */
385
385
    CCSBackendExecuteEventsFunc executeEvents;
386
386
 
423
423
 * @param flags ProcessEventsGlibMainLoopMask or 0
424
424
 *
425
425
 * something like a event loop call for the backend,
426
 
 * so it can check for file changes (gconf changes in the gconf backend)
 
426
 * so it can check for file changes
427
427
 */
428
428
void ccsBackendExecuteEvents (CCSBackend *backend, unsigned int flags);
429
429