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 revision
Previous revision
Next revisionBoth sides next revision
apps:screensaver:dbus [2018/11/22 16:55] bluesabreapps:screensaver:dbus [2019/11/21 21:51] – added bottom of page navigation kevinbowen
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:+[[|Back To Top]] 
 +---- 
 +[[ :apps:screensaver:start:|Return to Main xfce4-screensaver page]]
  
-<code> 
-dbus-monitor --session \ 
-          "type='signal',interface='org.xfce.ScreenSaver',member='SessionIdleChanged'" 
-</code>