~ubuntu-branches/ubuntu/quantal/colord/quantal-proposed

« back to all changes in this revision

Viewing changes to src/org.freedesktop.ColorManager.xml

  • Committer: Package Import Robot
  • Author(s): Christopher James Halse Rogers
  • Date: 2012-03-01 17:33:00 UTC
  • mto: (1.1.4) (2.1.7 sid)
  • mto: This revision was merged to the branch mainline in revision 11.
  • Revision ID: package-import@ubuntu.com-20120301173300-q1s2bs8yubnybln8
ImportĀ upstreamĀ versionĀ 0.1.18

Show diffs side-by-side

added added

removed removed

Lines of Context:
341
341
    </method>
342
342
 
343
343
    <!--***********************************************************-->
344
 
    <method name='CreateProfile'>
 
344
    <method name='CreateProfileWithFd'>
345
345
      <doc:doc>
346
346
        <doc:description>
347
347
          <doc:para>
409
409
          </doc:list>
410
410
        </doc:doc>
411
411
      </arg>
 
412
      <arg type='h' name='handle' direction='in'>
 
413
        <doc:doc>
 
414
          <doc:summary>
 
415
            <doc:para>
 
416
              An index into the array of file descriptors that may have
 
417
              been sent with the DBus message.
 
418
            </doc:para>
 
419
          </doc:summary>
 
420
        </doc:doc>
 
421
      </arg>
412
422
      <arg type='a{ss}' name='properties' direction='in'>
413
423
        <doc:doc>
414
424
          <doc:summary>
440
450
    </method>
441
451
 
442
452
    <!--***********************************************************-->
 
453
    <method name='CreateProfile'>
 
454
      <doc:doc>
 
455
        <doc:description>
 
456
          <doc:para>
 
457
            Creates a profile without using a file descriptor.
 
458
            It is recomended you use CreateProfileWithFd() as the
 
459
            daemon may not be running as root and have read access
 
460
            to profiles in the users home directory.
 
461
          </doc:para>
 
462
        </doc:description>
 
463
      </doc:doc>
 
464
      <arg type='s' name='profile_id' direction='in'>
 
465
        <doc:doc>
 
466
          <doc:summary>
 
467
            <doc:para>
 
468
              A unique profile ID that is used to map to the profile.
 
469
            </doc:para>
 
470
          </doc:summary>
 
471
        </doc:doc>
 
472
      </arg>
 
473
      <arg type='s' name='scope' direction='in'>
 
474
        <doc:doc>
 
475
          <doc:summary>
 
476
            <doc:para>
 
477
              Options for creating the profile.
 
478
              See CreateProfileWithFd() for the allowed values.
 
479
            </doc:para>
 
480
          </doc:summary>
 
481
        </doc:doc>
 
482
      </arg>
 
483
      <arg type='a{ss}' name='properties' direction='in'>
 
484
        <doc:doc>
 
485
          <doc:summary>
 
486
            <doc:para>
 
487
              Properties to be used when constructing the profile.
 
488
              See CreateProfileWithFd() for the allowed values.
 
489
            </doc:para>
 
490
          </doc:summary>
 
491
        </doc:doc>
 
492
      </arg>
 
493
      <arg type='o' name='object_path' direction='out'>
 
494
        <doc:doc>
 
495
          <doc:summary>
 
496
            <doc:para>
 
497
              A profile path.
 
498
            </doc:para>
 
499
          </doc:summary>
 
500
        </doc:doc>
 
501
      </arg>
 
502
    </method>
 
503
 
 
504
    <!--***********************************************************-->
443
505
    <method name='CreateDevice'>
444
506
      <doc:doc>
445
507
        <doc:description>