mirror of
git://projects.qi-hardware.com/gmenu2x.git
synced 2025-04-21 12:27:27 +03:00
Added a static function GMenu2X::getHome() that returns GMenu2X's user-specific directory (usually ~/.gmenu2x).
This commit is contained in:
@@ -155,6 +155,10 @@ public:
|
||||
~GMenu2X();
|
||||
void quit();
|
||||
|
||||
/* Returns the home directory of gmenu2x, usually
|
||||
* ~/.gmenu2x */
|
||||
static const string getHome(void);
|
||||
|
||||
/*
|
||||
* Variables needed for elements disposition
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user