THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.

A new Flyspray task has been opened.  Details are below. 

User who did this - Uli Schlachter (psychon) 

Attached to Project - awesome
Summary - Add direct access to X11 properties
Task Type - Bug Report
Category - Core
Status - New
Assigned To - 
Operating System - All
Severity - Low
Priority - Normal
Reported Version - git/master
Due in Version - 3.5.3
Due Date - Undecided
Details - Add new API:

  client.register_xproperty(name, type)
  c:get_xproperty(name)
  c:set_xproperty(name, value)

Possible types would be "string" (maps to UTF8_STRING) and "number" (maps to 
"CARDINAL", can only access X11 properties that contain a single CARDINAL, no 
arrays).

As soon as a xproperty is registered, awesome would start emitting 
xproperty::NAME signals on all clients (and drawins?) when that property 
changes. The signal gets no arguments. (We already receive those PropertyNotify 
events anyway)

get and set would treat "nil" as "property does not exist (or has wrong type)" 
/ "please delete this property".

More information can be found at the following URL:
https://awesome.naquadah.org/bugs/index.php?do=details&task_id=1212

You are receiving this message because you have requested it from the Flyspray 
bugtracking system.  If you did not expect this message or don't want to 
receive mails in future, you can change your notification settings at the URL 
shown above.

--
To unsubscribe, send mail to [email protected].

Reply via email to