| <?xml version="1.0"?> |
| <def format="2"> |
| |
| |
| |
| |
| |
| <define name="K_GLOBAL_STATIC_STRUCT_NAME(NAME)" value="_k_##NAME##__LINE__"/> |
| <define name="K_GLOBAL_STATIC(TYPE, NAME)" value="K_GLOBAL_STATIC_WITH_ARGS(TYPE, NAME, ())"/> |
| <define name="K_GLOBAL_STATIC_WITH_ARGS(TYPE, NAME, ARGS)" value="static struct K_GLOBAL_STATIC_STRUCT_NAME(NAME) NAME;"/> |
| <define name="KDE_ISLIKELY(x)" value="(x)"/> |
| <define name="KDE_ISUNLIKELY(x)" value="(x)"/> |
| <define name="KDE_IS_VERSION(a, b, c)" value="( KDE_VERSION >= KDE_MAKE_VERSION(a,b,c) )"/> |
| <define name="KDE_EXPORT" value=""/> |
| <define name="KDE_IMPORT" value=""/> |
| <define name="KDE_MAKE_VERSION(a, b, c)" value="(((a) << 16) | ((b) << 8) | (c))"/> |
| <define name="KDE_MUST_USE_RESULT" value="__attribute__((__warn_unused_result__))"/> |
| <define name="KDE_NO_DEPRECATED" value=""/> |
| <define name="KDE_NO_EXPORT" value=""/> |
| <define name="KDE_PACKED" value=""/> |
| <define name="KDE_VERSION" value="KDE_MAKE_VERSION(KDE_VERSION_MAJOR,KDE_VERSION_MINOR,KDE_VERSION_RELEASE)"/> |
| <define name="KDE_WEAK_SYMBOL" value=""/> |
| <define name="K_PLUGIN_CLASS_WITH_JSON(class_name, json_name)" value=""/> |
| <define name="K_PLUGIN_CLASS(class_name)" value=""/> |
| <define name="K_PLUGIN_FACTORY(class_name, ...)" value=""/> |
| <define name="K_PLUGIN_FACTORY_WITH_JSON(class_name, json_name, ...)" value=""/> |
| <define name="EXPORT_KONTACT_PLUGIN_WITH_JSON(class_name, json_name)" value=""/> |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| <function name="KConfigGroup::readEntry"> |
| <noreturn>false</noreturn> |
| <use-retval/> |
| <leak-ignore/> |
| <const/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| </arg> |
| <arg nr="2" direction="in" default="0"> |
| <not-uninit/> |
| </arg> |
| </function> |
| |
| |
| <function name="i18n,xi18n"> |
| <noreturn>false</noreturn> |
| <pure/> |
| <leak-ignore/> |
| <returnValue type="QString"/> |
| <arg nr="1" direction="in"/> |
| </function> |
| |
| <function name="ki18n"> |
| <noreturn>false</noreturn> |
| <pure/> |
| <leak-ignore/> |
| <returnValue type="KLocalizedString"/> |
| <arg nr="1" direction="in"/> |
| </function> |
| |
| |
| <function name="i18nc,xi18nc"> |
| <noreturn>false</noreturn> |
| <pure/> |
| <leak-ignore/> |
| <returnValue type="QString"/> |
| <arg nr="1" direction="in"/> |
| <arg nr="2" direction="in"/> |
| </function> |
| |
| <function name="ki18nc"> |
| <noreturn>false</noreturn> |
| <pure/> |
| <leak-ignore/> |
| <returnValue type="KLocalizedString"/> |
| <arg nr="1" direction="in"/> |
| <arg nr="2" direction="in"/> |
| </function> |
| </def> |
|
|