Bug 278363 - KSharedDataCache is not wrapped in PyKDE4
Summary: KSharedDataCache is not wrapped in PyKDE4
Status: RESOLVED UNMAINTAINED
Alias: None
Product: bindings
Classification: Developer tools
Component: pykde (show other bugs)
Version: unspecified
Platform: openSUSE Linux
: NOR normal
Target Milestone: ---
Assignee: kde-bindings
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-07-23 20:59 UTC by Luca Beltrame
Modified: 2016-03-13 08:02 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Luca Beltrame 2011-07-23 20:59:18 UTC
Version:           unspecified (using Devel) 
OS:                Linux

From the 4.5 version of the Development Platform, kdelibs comes with a much better cache than KPixmapCache: KSharedDataCache and KImageCache, in kdecore and kdeui, respectively.

However, both classes aren't wrapped in Python, and hence are not available.

Reproducible: Didn't try

Steps to Reproduce:
Open Python interpreter
import PyKDE4.kdecore as kdecore
"KImageCache" in dir(kdeui)


Actual Results:  
Returns False (hence not present)

Expected Results:  
Returns True, indicating the presence

As further proof, there are no .sip files for kimagecache and kshareddatacache.
Comment 1 Luca Beltrame 2011-07-23 21:06:01 UTC
Taking a look at the twine2 configuration for kdelibs, these classes are explicitly ignored. Is it because they are not wrappable in Python?