Definition at line 106 of file proxyconf.cpp.
◆ GConfItemFast()
Maemo::GConfItemFast::GConfItemFast |
( |
const QString & |
k | ) |
|
|
inline |
◆ getEntries()
Definition at line 118 of file proxyconf.cpp.
Referenced by GConfItemFast(), Maemo::getHttpValues(), and Maemo::getValues().
124 GSList *
entries = gconf_client_all_entries(client, k.
data(), NULL);
125 for (GSList *e = entries; e; e = e->next) {
126 char *key_name = strrchr(((GConfEntry *)e->data)->key,
'/');
128 key_name = ((GConfEntry *)e->data)->key;
133 gconf_entry_unref((GConfEntry *)e->data);
137 g_slist_free (entries);
The QVariant class acts like a union for the most common Qt data types.
char * data()
Returns a pointer to the data stored in the byte array.
QByteArray toUtf8() const Q_REQUIRED_RESULT
Returns a UTF-8 representation of the string as a QByteArray.
The QByteArray class provides an array of bytes.
The QString class provides a Unicode character string.
static QVariant convertValue(GConfValue *src)
iterator insert(const Key &key, const T &value)
Inserts a new item with the key and a value of value.
static QString convertKey(const char *key)
static const MacSpecialKey entries[NumEntries]
◆ key
The documentation for this class was generated from the following file: