Xfce Wiki

Sub domains
 

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
apps:screensaver:dbus [2018/11/22 16:55] bluesabreapps:screensaver:dbus [2018/11/22 17:02] bluesabre
Line 86: Line 86:
 ^ Direction ^ Type ^ Description ^ ^ Direction ^ Type ^ Description ^
 | out | unsigned integer | Active time in seconds | | out | unsigned integer | Active time in seconds |
- 
-''**GetSessionIdle**'' 
- 
-Returns the value of the current state of session idleness. 
- 
-^ Direction ^ Type ^ Description ^ 
-| out | boolean | If the session is idle | 
  
 ===== Signals ===== ===== Signals =====
Line 104: Line 97:
 ^ Direction ^ Type ^ Description ^ ^ Direction ^ Type ^ Description ^
 | out | boolean | Returns the value of the current state of activity. | | out | boolean | Returns the value of the current state of activity. |
- 
-''**SessionIdleChanged**'' 
- 
-See method GetActive(). 
- 
-^ Direction ^ Type ^ Description ^ 
-| out | boolean | Returns the value of the current state of activity. | 
- 
-''**AuthenticationRequestBegin**'' 
- 
-Emitted before an authentication request 
- 
-''**AuthenticationRequestEnd**'' 
- 
-Emitted after an authentication request 
  
 ===== Examples ===== ===== Examples =====
Line 142: Line 120:
 </code> </code>
  
-Or watch for a specific screensaver signal: 
- 
-<code> 
-dbus-monitor --session \ 
-          "type='signal',interface='org.xfce.ScreenSaver',member='SessionIdleChanged'" 
-</code>