Warning: Can't synchronize with repository "(default)" (No changeset 96d22ec3fa3ef6de3ea8dc0d7d398adc9aa071cf in the repository). Look in the Trac log for more information.

Changeset 5f3243f in Dbus API specifications


Ignore:
Timestamp:
02/04/09 08:37:36 (4 years ago)
Author:
Michael 'Mickey' Lauer <mickey@…>
Branches:
820cacfd324a623a04b3e22f319e9220819d6ec4, 0.11, 675acad2f1510526a93c9777d03664766c823aab, morphis/pending, morphis/sms-rework
Children:
262afc1
Parents:
140fda8
git-author:
Michael 'Mickey' Lauer <mickey@…> (02/04/09 08:37:36)
git-committer:
Michael 'Mickey' Lauer <mickey@…> (02/04/09 08:37:36)
Message:

usage: document resource policy handling

File:
1 edited

Legend:

Unmodified
Added
Removed
  • html/usage-intro.html

    r140fda8 r5f3243f  
    103103  Once a client starts up again, it has to treat all resources as being released and need to request them again. 
    104104</p> 
     105<p> 
     106  Note that the automatic release behaviour especially affects dbus command line tools such as <b>dbus-send</b> or <b>mdbus</b>, which usually only stay on the bus for very short periods. If a client can not stay on the bus while it wants to access a resource, you need to resort to the policy interface (see next section). 
     107</p> 
    105108 
    106109<h1>Resource Policies</h1> 
    107110<p> 
    108   ... when and how to use the policy interface 
     111  Once in a while, reference counted handling of resources gets in your way, for example when you are running legacy applications or want to configure or debug peripherals. In that case it may become necessary for a resource to be always enabled or always disabled. While not recommended, it is possible to switch from automatic resource control to manual control by calling <a href="http://docs.freesmartphone.org/org.freesmartphone.Usage.html#SetResourcePolicy"><tt>SetResourcePolicy</tt></a>. 
     112  Valid values are <b>auto</b> (which is the default on system startup), <b>enabled</b>, and <b>disabled</b>. 
    109113</p> 
    110114 
Note: See TracChangeset for help on using the changeset viewer.