Bug 278363

Summary: KSharedDataCache is not wrapped in PyKDE4
Product: [Developer tools] bindings Reporter: Luca Beltrame <lbeltrame>
Component: pykdeAssignee: kde-bindings
Status: RESOLVED UNMAINTAINED    
Severity: normal    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: openSUSE   
OS: Linux   
Latest Commit: Version Fixed In:

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?