Warning, /utilities/rsibreak/TODO is written in an unsupported language. File is not indexed.
0001 Remarks: 0002 - D-Bus notes: 0003 * Exported functions must be under public Q_SLOTS: in src/rsiwidget.h 0004 i've added slotShowWhereIAm as an example. 0005 0006 rsiwidget.h: 0007 0008 /* Available through D-Bus */ 0009 public Q_SLOTS: 0010 void slotShowWhereIAm(); 0011 0012 After adding new functions you must regenerate org.rsibreak.rsiwidget.xml 0013 to include the new functions. 0014 It's done like this: 0015 qdbuscpp2xml -M -s rsiwidget.h -o org.rsibreak.rsiwidget.xml 0016 0017 More info at: http://techbase.kde.org/Development/Tutorials/D-Bus/Creating_Interfaces 0018 0019 - fdoving 0020 0021 Wishes: 0022 - rsi instructions <---- please contact us if you can do this.... 0023 0024 Bugs: 0025 - image extension are hardcoded 0026