On 24 авг 2011 22:40:20 Valentin Rusu wrote:
> On 08/24/2011 09:30 PM, 4ernov wrote:
> >>> Sorry for unclear text, yes, I meant KWallet API, you're right.
> >>> Here's
> >>> those method itself:
> >>>
> >>> bool MicroBlog::enterWalletFolder(const QString &folder)
> >>> {
> >>>
> >>> //TODO: s
On 08/24/2011 09:30 PM, 4ernov wrote:
>>> Sorry for unclear text, yes, I meant KWallet API, you're right. Here's
>>> those method itself:
>>>
>>> bool MicroBlog::enterWalletFolder(const QString &folder)
>>> {
>>> //TODO: seems a bit silly to have a function just for this here
>>> //why does
> > Sorry for unclear text, yes, I meant KWallet API, you're right. Here's
> > those method itself:
> >
> > bool MicroBlog::enterWalletFolder(const QString &folder)
> > {
> > //TODO: seems a bit silly to have a function just for this here
> > //why doesn't kwallet have this itself?
> What's
nobody
--
Tsiapaliwkas Giorgos (terietor)
KDE Developer
terietor.gr
>> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<
Hi,
Solved it by adding the following line to protocol file: -
listing=Name,Type,Size,Date,Access,Owner,Group,Link
Regards,
-- Forwarded message --
From: Yogesh Marwaha
Date: 24 August 2011 12:30
Subject: Need help in writing a simple kio slave
To: kde-devel@kde.org
Hi,
I ne
Hi,
I need your help in writing a simple kio slave to display contents of
a xml file (xml file follows a structure like a filesystem though
there will only be folders).
API documentation has not proved much useful. The easiest
example/source of kio slave implementation I could find was
'applicati