1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386
|
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<!DOCTYPE book PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "">
<book xmlns="http://www.devhelp.net/book" title="Listaller Reference Manual" link="index.html" author="" name="listaller" version="2" language="c">
<chapters>
<sub name="Listaller API Reference" link="ch01.html">
<sub name="ListallerAppItem" link="ListallerAppItem.html"/>
<sub name="ListallerErrorItem" link="ListallerErrorItem.html"/>
<sub name="ListallerUpdater" link="ListallerUpdater.html"/>
<sub name="ListallerManager" link="ListallerManager.html"/>
<sub name="ListallerSetup" link="ListallerSetup.html"/>
<sub name="ListallerSetupSettings" link="ListallerSetupSettings.html"/>
<sub name="ListallerKeyManager" link="ListallerKeyManager.html"/>
<sub name="ListallerIPKSecurityInfo" link="ListallerIPKSecurityInfo.html"/>
<sub name="ListallerIPKControl" link="ListallerIPKControl.html"/>
<sub name="ListallerDependency" link="ListallerDependency.html"/>
<sub name="ListallerIPKChangelog" link="ListallerIPKChangelog.html"/>
<sub name="ListallerMessageObject" link="ListallerMessageObject.html"/>
<sub name="database-internal" link="listaller-database-internal.html"/>
<sub name="logging" link="listaller-logging.html"/>
<sub name="utils" link="listaller-utils.html"/>
<sub name="version" link="listaller-version.html"/>
</sub>
<sub name="More Information" link="more.html">
<sub name="Object Hierarchy" link="object-tree.html"/>
<sub name="API Index" link="more.html#api-index-full"/>
<sub name="Index of deprecated API" link="more.html#deprecated-api-index"/>
<sub name="Annotation Glossary" link="more.html#annotation-glossary"/>
</sub>
<sub name="Listaller Tools Manual Pages" link="manpages.html">
<sub name="appcompile" link="re17.html"/>
<sub name="depscan" link="re18.html"/>
<sub name="lig++" link="re19.html"/>
<sub name="ligcc" link="re20.html"/>
<sub name="likey" link="re21.html"/>
<sub name="lipa" link="re22.html"/>
<sub name="lipkgen" link="re23.html"/>
<sub name="relaytool" link="re24.html"/>
<sub name="runapp" link="re25.html"/>
</sub>
</chapters>
<functions>
<keyword type="macro" name="LISTALLER_TYPE_APP_ITEM" link="ListallerAppItem.html#LISTALLER-TYPE-APP-ITEM:CAPS"/>
<keyword type="function" name="listaller_app_item_load_xml_file ()" link="ListallerAppItem.html#listaller-app-item-load-xml-file"/>
<keyword type="function" name="listaller_app_item_load_xml_data ()" link="ListallerAppItem.html#listaller-app-item-load-xml-data"/>
<keyword type="function" name="listaller_app_item_set_origin_local ()" link="ListallerAppItem.html#listaller-app-item-set-origin-local"/>
<keyword type="function" name="listaller_app_item_to_string ()" link="ListallerAppItem.html#listaller-app-item-to-string"/>
<keyword type="function" name="listaller_app_item_fast_check ()" link="ListallerAppItem.html#listaller-app-item-fast-check"/>
<keyword type="function" name="listaller_app_item_set_license_name ()" link="ListallerAppItem.html#listaller-app-item-set-license-name"/>
<keyword type="function" name="listaller_app_item_set_license_text ()" link="ListallerAppItem.html#listaller-app-item-set-license-text"/>
<keyword type="function" name="listaller_app_item_update_with_appid ()" link="ListallerAppItem.html#listaller-app-item-update-with-appid"/>
<keyword type="function" name="listaller_app_item_build_pk_package_id ()" link="ListallerAppItem.html#listaller-app-item-build-pk-package-id"/>
<keyword type="function" name="listaller_app_item_update_with_metadata_file ()" link="ListallerAppItem.html#listaller-app-item-update-with-metadata-file"/>
<keyword type="function" name="listaller_app_item_get_raw_cmd ()" link="ListallerAppItem.html#listaller-app-item-get-raw-cmd"/>
<keyword type="function" name="listaller_app_item_get_metadata_xml ()" link="ListallerAppItem.html#listaller-app-item-get-metadata-xml"/>
<keyword type="function" name="listaller_app_item_compare_version_with ()" link="ListallerAppItem.html#listaller-app-item-compare-version-with"/>
<keyword type="function" name="listaller_app_item_new ()" link="ListallerAppItem.html#listaller-app-item-new"/>
<keyword type="function" name="listaller_app_item_new_from_id ()" link="ListallerAppItem.html#listaller-app-item-new-from-id"/>
<keyword type="function" name="listaller_app_item_get_unique_name ()" link="ListallerAppItem.html#listaller-app-item-get-unique-name"/>
<keyword type="function" name="listaller_app_item_get_version ()" link="ListallerAppItem.html#listaller-app-item-get-version"/>
<keyword type="function" name="listaller_app_item_set_version ()" link="ListallerAppItem.html#listaller-app-item-set-version"/>
<keyword type="function" name="listaller_app_item_get_license ()" link="ListallerAppItem.html#listaller-app-item-get-license"/>
<keyword type="function" name="listaller_app_item_set_license ()" link="ListallerAppItem.html#listaller-app-item-set-license"/>
<keyword type="function" name="listaller_app_item_get_metainfo ()" link="ListallerAppItem.html#listaller-app-item-get-metainfo"/>
<keyword type="function" name="listaller_app_item_set_metainfo ()" link="ListallerAppItem.html#listaller-app-item-set-metainfo"/>
<keyword type="function" name="listaller_app_item_get_size_installed ()" link="ListallerAppItem.html#listaller-app-item-get-size-installed"/>
<keyword type="function" name="listaller_app_item_set_size_installed ()" link="ListallerAppItem.html#listaller-app-item-set-size-installed"/>
<keyword type="function" name="listaller_app_item_get_metadata_file ()" link="ListallerAppItem.html#listaller-app-item-get-metadata-file"/>
<keyword type="function" name="listaller_app_item_set_metadata_file ()" link="ListallerAppItem.html#listaller-app-item-set-metadata-file"/>
<keyword type="function" name="listaller_app_item_get_desktop_file ()" link="ListallerAppItem.html#listaller-app-item-get-desktop-file"/>
<keyword type="function" name="listaller_app_item_set_desktop_file ()" link="ListallerAppItem.html#listaller-app-item-set-desktop-file"/>
<keyword type="function" name="listaller_app_item_get_state ()" link="ListallerAppItem.html#listaller-app-item-get-state"/>
<keyword type="function" name="listaller_app_item_set_state ()" link="ListallerAppItem.html#listaller-app-item-set-state"/>
<keyword type="function" name="listaller_app_item_get_install_time ()" link="ListallerAppItem.html#listaller-app-item-get-install-time"/>
<keyword type="function" name="listaller_app_item_set_install_time ()" link="ListallerAppItem.html#listaller-app-item-set-install-time"/>
<keyword type="function" name="listaller_app_item_get_replaces ()" link="ListallerAppItem.html#listaller-app-item-get-replaces"/>
<keyword type="function" name="listaller_app_item_set_replaces ()" link="ListallerAppItem.html#listaller-app-item-set-replaces"/>
<keyword type="function" name="listaller_app_item_get_origin ()" link="ListallerAppItem.html#listaller-app-item-get-origin"/>
<keyword type="function" name="listaller_app_item_set_origin ()" link="ListallerAppItem.html#listaller-app-item-set-origin"/>
<keyword type="function" name="listaller_app_item_get_appid ()" link="ListallerAppItem.html#listaller-app-item-get-appid"/>
<keyword type="function" name="listaller_app_item_get_dependencies ()" link="ListallerAppItem.html#listaller-app-item-get-dependencies"/>
<keyword type="function" name="listaller_app_item_set_dependencies ()" link="ListallerAppItem.html#listaller-app-item-set-dependencies"/>
<keyword type="function" name="listaller_app_item_validate_appid ()" link="ListallerAppItem.html#listaller-app-item-validate-appid"/>
<keyword type="function" name="listaller_app_state_to_string ()" link="ListallerAppItem.html#listaller-app-state-to-string"/>
<keyword type="function" name="listaller_app_state_is_all_set ()" link="ListallerAppItem.html#listaller-app-state-is-all-set"/>
<keyword type="function" name="listaller_app_state_is_any_set ()" link="ListallerAppItem.html#listaller-app-state-is-any-set"/>
<keyword type="function" name="listaller_app_state_set ()" link="ListallerAppItem.html#listaller-app-state-set"/>
<keyword type="function" name="listaller_app_state_unset ()" link="ListallerAppItem.html#listaller-app-state-unset"/>
<keyword type="function" name="listaller_app_license_dup ()" link="ListallerAppItem.html#listaller-app-license-dup"/>
<keyword type="function" name="listaller_app_license_free ()" link="ListallerAppItem.html#listaller-app-license-free"/>
<keyword type="function" name="listaller_app_license_copy ()" link="ListallerAppItem.html#listaller-app-license-copy"/>
<keyword type="function" name="listaller_app_license_destroy ()" link="ListallerAppItem.html#listaller-app-license-destroy"/>
<keyword type="struct" name="struct ListallerAppItem" link="ListallerAppItem.html#ListallerAppItem-struct"/>
<keyword type="struct" name="struct ListallerAppItemClass" link="ListallerAppItem.html#ListallerAppItemClass"/>
<keyword type="enum" name="enum ListallerAppState" link="ListallerAppItem.html#ListallerAppState"/>
<keyword type="struct" name="struct ListallerAppLicense" link="ListallerAppItem.html#ListallerAppLicense-struct"/>
<keyword type="property" name="The “appid” property" link="ListallerAppItem.html#ListallerAppItem--appid"/>
<keyword type="property" name="The “dbid” property" link="ListallerAppItem.html#ListallerAppItem--dbid"/>
<keyword type="property" name="The “dependencies” property" link="ListallerAppItem.html#ListallerAppItem--dependencies"/>
<keyword type="property" name="The “desktop-file” property" link="ListallerAppItem.html#ListallerAppItem--desktop-file"/>
<keyword type="property" name="The “install-time” property" link="ListallerAppItem.html#ListallerAppItem--install-time"/>
<keyword type="property" name="The “license” property" link="ListallerAppItem.html#ListallerAppItem--license"/>
<keyword type="property" name="The “metadata-file” property" link="ListallerAppItem.html#ListallerAppItem--metadata-file"/>
<keyword type="property" name="The “metainfo” property" link="ListallerAppItem.html#ListallerAppItem--metainfo"/>
<keyword type="property" name="The “origin” property" link="ListallerAppItem.html#ListallerAppItem--origin"/>
<keyword type="property" name="The “replaces” property" link="ListallerAppItem.html#ListallerAppItem--replaces"/>
<keyword type="property" name="The “size-installed” property" link="ListallerAppItem.html#ListallerAppItem--size-installed"/>
<keyword type="property" name="The “state” property" link="ListallerAppItem.html#ListallerAppItem--state"/>
<keyword type="property" name="The “unique-name” property" link="ListallerAppItem.html#ListallerAppItem--unique-name"/>
<keyword type="property" name="The “version” property" link="ListallerAppItem.html#ListallerAppItem--version"/>
<keyword type="macro" name="LISTALLER_TYPE_ERROR_ITEM" link="ListallerErrorItem.html#LISTALLER-TYPE-ERROR-ITEM:CAPS"/>
<keyword type="function" name="listaller_error_item_to_string ()" link="ListallerErrorItem.html#listaller-error-item-to-string"/>
<keyword type="function" name="listaller_error_item_new ()" link="ListallerErrorItem.html#listaller-error-item-new"/>
<keyword type="function" name="listaller_error_item_get_error ()" link="ListallerErrorItem.html#listaller-error-item-get-error"/>
<keyword type="function" name="listaller_error_item_get_details ()" link="ListallerErrorItem.html#listaller-error-item-get-details"/>
<keyword type="macro" name="LISTALLER_TYPE_MESSAGE_ITEM" link="ListallerErrorItem.html#LISTALLER-TYPE-MESSAGE-ITEM:CAPS"/>
<keyword type="function" name="listaller_message_item_to_string ()" link="ListallerErrorItem.html#listaller-message-item-to-string"/>
<keyword type="function" name="listaller_message_item_new ()" link="ListallerErrorItem.html#listaller-message-item-new"/>
<keyword type="function" name="listaller_message_item_get_mtype ()" link="ListallerErrorItem.html#listaller-message-item-get-mtype"/>
<keyword type="function" name="listaller_message_item_get_details ()" link="ListallerErrorItem.html#listaller-message-item-get-details"/>
<keyword type="macro" name="LISTALLER_TYPE_STATUS_ITEM" link="ListallerErrorItem.html#LISTALLER-TYPE-STATUS-ITEM:CAPS"/>
<keyword type="function" name="listaller_status_item_new ()" link="ListallerErrorItem.html#listaller-status-item-new"/>
<keyword type="function" name="listaller_status_item_get_status ()" link="ListallerErrorItem.html#listaller-status-item-get-status"/>
<keyword type="function" name="listaller_status_item_get_info ()" link="ListallerErrorItem.html#listaller-status-item-get-info"/>
<keyword type="macro" name="LISTALLER_TYPE_PROGRESS_ITEM" link="ListallerErrorItem.html#LISTALLER-TYPE-PROGRESS-ITEM:CAPS"/>
<keyword type="function" name="listaller_progress_item_new ()" link="ListallerErrorItem.html#listaller-progress-item-new"/>
<keyword type="function" name="listaller_progress_item_get_prog_type ()" link="ListallerErrorItem.html#listaller-progress-item-get-prog-type"/>
<keyword type="function" name="listaller_progress_item_get_item_id ()" link="ListallerErrorItem.html#listaller-progress-item-get-item-id"/>
<keyword type="function" name="listaller_progress_item_get_value ()" link="ListallerErrorItem.html#listaller-progress-item-get-value"/>
<keyword type="macro" name="LISTALLER_TYPE_UPDATE_ITEM" link="ListallerErrorItem.html#LISTALLER-TYPE-UPDATE-ITEM:CAPS"/>
<keyword type="function" name="listaller_update_item_new ()" link="ListallerErrorItem.html#listaller-update-item-new"/>
<keyword type="function" name="listaller_update_item_get_sw_type ()" link="ListallerErrorItem.html#listaller-update-item-get-sw-type"/>
<keyword type="function" name="listaller_update_item_get_sw_old ()" link="ListallerErrorItem.html#listaller-update-item-get-sw-old"/>
<keyword type="function" name="listaller_update_item_get_sw_new ()" link="ListallerErrorItem.html#listaller-update-item-get-sw-new"/>
<keyword type="function" name="listaller_update_item_get_architecture ()" link="ListallerErrorItem.html#listaller-update-item-get-architecture"/>
<keyword type="function" name="listaller_update_item_get_changelog ()" link="ListallerErrorItem.html#listaller-update-item-get-changelog"/>
<keyword type="function" name="listaller_update_item_get_completed ()" link="ListallerErrorItem.html#listaller-update-item-get-completed"/>
<keyword type="function" name="listaller_error_enum_to_string ()" link="ListallerErrorItem.html#listaller-error-enum-to-string"/>
<keyword type="function" name="listaller_message_enum_to_string ()" link="ListallerErrorItem.html#listaller-message-enum-to-string"/>
<keyword type="struct" name="struct ListallerErrorItem" link="ListallerErrorItem.html#ListallerErrorItem-struct"/>
<keyword type="struct" name="struct ListallerErrorItemClass" link="ListallerErrorItem.html#ListallerErrorItemClass"/>
<keyword type="struct" name="struct ListallerMessageItem" link="ListallerErrorItem.html#ListallerMessageItem-struct"/>
<keyword type="struct" name="struct ListallerMessageItemClass" link="ListallerErrorItem.html#ListallerMessageItemClass"/>
<keyword type="struct" name="struct ListallerStatusItem" link="ListallerErrorItem.html#ListallerStatusItem-struct"/>
<keyword type="struct" name="struct ListallerStatusItemClass" link="ListallerErrorItem.html#ListallerStatusItemClass"/>
<keyword type="struct" name="struct ListallerProgressItem" link="ListallerErrorItem.html#ListallerProgressItem-struct"/>
<keyword type="struct" name="struct ListallerProgressItemClass" link="ListallerErrorItem.html#ListallerProgressItemClass"/>
<keyword type="struct" name="struct ListallerUpdateItem" link="ListallerErrorItem.html#ListallerUpdateItem-struct"/>
<keyword type="struct" name="struct ListallerUpdateItemClass" link="ListallerErrorItem.html#ListallerUpdateItemClass"/>
<keyword type="enum" name="enum ListallerErrorEnum" link="ListallerErrorItem.html#ListallerErrorEnum"/>
<keyword type="enum" name="enum ListallerStatusEnum" link="ListallerErrorItem.html#ListallerStatusEnum"/>
<keyword type="enum" name="enum ListallerMessageEnum" link="ListallerErrorItem.html#ListallerMessageEnum"/>
<keyword type="enum" name="enum ListallerProgressEnum" link="ListallerErrorItem.html#ListallerProgressEnum"/>
<keyword type="property" name="The “details” property" link="ListallerErrorItem.html#ListallerErrorItem--details"/>
<keyword type="property" name="The “error” property" link="ListallerErrorItem.html#ListallerErrorItem--error"/>
<keyword type="property" name="The “details” property" link="ListallerErrorItem.html#ListallerMessageItem--details"/>
<keyword type="property" name="The “mtype” property" link="ListallerErrorItem.html#ListallerMessageItem--mtype"/>
<keyword type="property" name="The “info” property" link="ListallerErrorItem.html#ListallerStatusItem--info"/>
<keyword type="property" name="The “status” property" link="ListallerErrorItem.html#ListallerStatusItem--status"/>
<keyword type="property" name="The “item-id” property" link="ListallerErrorItem.html#ListallerProgressItem--item-id"/>
<keyword type="property" name="The “prog-type” property" link="ListallerErrorItem.html#ListallerProgressItem--prog-type"/>
<keyword type="property" name="The “value” property" link="ListallerErrorItem.html#ListallerProgressItem--value"/>
<keyword type="property" name="The “architecture” property" link="ListallerErrorItem.html#ListallerUpdateItem--architecture"/>
<keyword type="property" name="The “changelog” property" link="ListallerErrorItem.html#ListallerUpdateItem--changelog"/>
<keyword type="property" name="The “completed” property" link="ListallerErrorItem.html#ListallerUpdateItem--completed"/>
<keyword type="property" name="The “sw-new” property" link="ListallerErrorItem.html#ListallerUpdateItem--sw-new"/>
<keyword type="property" name="The “sw-old” property" link="ListallerErrorItem.html#ListallerUpdateItem--sw-old"/>
<keyword type="property" name="The “sw-type” property" link="ListallerErrorItem.html#ListallerUpdateItem--sw-type"/>
<keyword type="macro" name="LISTALLER_TYPE_UPDATER" link="ListallerUpdater.html#LISTALLER-TYPE-UPDATER:CAPS"/>
<keyword type="function" name="listaller_updater_find_updates ()" link="ListallerUpdater.html#listaller-updater-find-updates"/>
<keyword type="function" name="listaller_updater_apply_updates ()" link="ListallerUpdater.html#listaller-updater-apply-updates"/>
<keyword type="function" name="listaller_updater_apply_updates_all ()" link="ListallerUpdater.html#listaller-updater-apply-updates-all"/>
<keyword type="function" name="listaller_updater_new ()" link="ListallerUpdater.html#listaller-updater-new"/>
<keyword type="function" name="listaller_updater_get_settings ()" link="ListallerUpdater.html#listaller-updater-get-settings"/>
<keyword type="function" name="listaller_updater_set_settings ()" link="ListallerUpdater.html#listaller-updater-set-settings"/>
<keyword type="function" name="listaller_updater_get_available_updates ()" link="ListallerUpdater.html#listaller-updater-get-available-updates"/>
<keyword type="struct" name="struct ListallerUpdater" link="ListallerUpdater.html#ListallerUpdater-struct"/>
<keyword type="struct" name="struct ListallerUpdaterClass" link="ListallerUpdater.html#ListallerUpdaterClass"/>
<keyword type="property" name="The “available-updates” property" link="ListallerUpdater.html#ListallerUpdater--available-updates"/>
<keyword type="property" name="The “settings” property" link="ListallerUpdater.html#ListallerUpdater--settings"/>
<keyword type="signal" name="The “update” signal" link="ListallerUpdater.html#ListallerUpdater-update"/>
<keyword type="macro" name="LISTALLER_TYPE_MANAGER" link="ListallerManager.html#LISTALLER-TYPE-MANAGER:CAPS"/>
<keyword type="function" name="listaller_manager_filter_applications ()" link="ListallerManager.html#listaller-manager-filter-applications"/>
<keyword type="function" name="listaller_manager_find_applications_by_values ()" link="ListallerManager.html#listaller-manager-find-applications-by-values"/>
<keyword type="function" name="listaller_manager_get_applications_by_fullname ()" link="ListallerManager.html#listaller-manager-get-applications-by-fullname"/>
<keyword type="function" name="listaller_manager_get_application_by_unique_name ()" link="ListallerManager.html#listaller-manager-get-application-by-unique-name"/>
<keyword type="function" name="listaller_manager_remove_application ()" link="ListallerManager.html#listaller-manager-remove-application"/>
<keyword type="function" name="listaller_manager_refresh_appitem_data ()" link="ListallerManager.html#listaller-manager-refresh-appitem-data"/>
<keyword type="function" name="listaller_manager_get_application_filelist ()" link="ListallerManager.html#listaller-manager-get-application-filelist"/>
<keyword type="function" name="listaller_manager_get_app_ld_environment ()" link="ListallerManager.html#listaller-manager-get-app-ld-environment"/>
<keyword type="function" name="listaller_manager_refresh_repository_cache ()" link="ListallerManager.html#listaller-manager-refresh-repository-cache"/>
<keyword type="function" name="listaller_manager_prepare_setup_for_app ()" link="ListallerManager.html#listaller-manager-prepare-setup-for-app"/>
<keyword type="function" name="listaller_manager_new ()" link="ListallerManager.html#listaller-manager-new"/>
<keyword type="function" name="listaller_manager_get_settings ()" link="ListallerManager.html#listaller-manager-get-settings"/>
<keyword type="struct" name="struct ListallerManager" link="ListallerManager.html#ListallerManager-struct"/>
<keyword type="struct" name="struct ListallerManagerClass" link="ListallerManager.html#ListallerManagerClass"/>
<keyword type="property" name="The “settings” property" link="ListallerManager.html#ListallerManager--settings"/>
<keyword type="signal" name="The “application” signal" link="ListallerManager.html#ListallerManager-application"/>
<keyword type="signal" name="The “status-changed” signal" link="ListallerManager.html#ListallerManager-status-changed"/>
<keyword type="macro" name="LISTALLER_TYPE_SETUP" link="ListallerSetup.html#LISTALLER-TYPE-SETUP:CAPS"/>
<keyword type="function" name="listaller_setup_supported_install_modes ()" link="ListallerSetup.html#listaller-setup-supported-install-modes"/>
<keyword type="function" name="listaller_setup_set_install_mode ()" link="ListallerSetup.html#listaller-setup-set-install-mode"/>
<keyword type="function" name="listaller_setup_get_install_mode ()" link="ListallerSetup.html#listaller-setup-get-install-mode"/>
<keyword type="function" name="listaller_setup_initialize ()" link="ListallerSetup.html#listaller-setup-initialize"/>
<keyword type="function" name="listaller_setup_get_current_application ()" link="ListallerSetup.html#listaller-setup-get-current-application"/>
<keyword type="function" name="listaller_setup_kill_installation_process ()" link="ListallerSetup.html#listaller-setup-kill-installation-process"/>
<keyword type="function" name="listaller_setup_get_replaced_native_packs ()" link="ListallerSetup.html#listaller-setup-get-replaced-native-packs"/>
<keyword type="function" name="listaller_setup_run_installation ()" link="ListallerSetup.html#listaller-setup-run-installation"/>
<keyword type="function" name="listaller_setup_get_security_info ()" link="ListallerSetup.html#listaller-setup-get-security-info"/>
<keyword type="function" name="listaller_setup_new ()" link="ListallerSetup.html#listaller-setup-new"/>
<keyword type="function" name="listaller_setup_get_fname ()" link="ListallerSetup.html#listaller-setup-get-fname"/>
<keyword type="function" name="listaller_setup_get_settings ()" link="ListallerSetup.html#listaller-setup-get-settings"/>
<keyword type="function" name="listaller_setup_get_control ()" link="ListallerSetup.html#listaller-setup-get-control"/>
<keyword type="struct" name="struct ListallerSetup" link="ListallerSetup.html#ListallerSetup-struct"/>
<keyword type="struct" name="struct ListallerSetupClass" link="ListallerSetup.html#ListallerSetupClass"/>
<keyword type="property" name="The “control” property" link="ListallerSetup.html#ListallerSetup--control"/>
<keyword type="property" name="The “fname” property" link="ListallerSetup.html#ListallerSetup--fname"/>
<keyword type="property" name="The “settings” property" link="ListallerSetup.html#ListallerSetup--settings"/>
<keyword type="signal" name="The “status-changed” signal" link="ListallerSetup.html#ListallerSetup-status-changed"/>
<keyword type="macro" name="LISTALLER_TYPE_SETUP_SETTINGS" link="ListallerSetupSettings.html#LISTALLER-TYPE-SETUP-SETTINGS:CAPS"/>
<keyword type="function" name="listaller_setup_settings_lock ()" link="ListallerSetupSettings.html#listaller-setup-settings-lock"/>
<keyword type="function" name="listaller_setup_settings_unlock ()" link="ListallerSetupSettings.html#listaller-setup-settings-unlock"/>
<keyword type="function" name="listaller_setup_settings_database_file ()" link="ListallerSetupSettings.html#listaller-setup-settings-database-file"/>
<keyword type="function" name="listaller_setup_settings_appregister_dir ()" link="ListallerSetupSettings.html#listaller-setup-settings-appregister-dir"/>
<keyword type="function" name="listaller_setup_settings_appdata_dir ()" link="ListallerSetupSettings.html#listaller-setup-settings-appdata-dir"/>
<keyword type="function" name="listaller_setup_settings_depdata_dir ()" link="ListallerSetupSettings.html#listaller-setup-settings-depdata-dir"/>
<keyword type="function" name="listaller_setup_settings_icon_base_dir ()" link="ListallerSetupSettings.html#listaller-setup-settings-icon-base-dir"/>
<keyword type="function" name="listaller_setup_settings_icon_size_dir ()" link="ListallerSetupSettings.html#listaller-setup-settings-icon-size-dir"/>
<keyword type="function" name="listaller_setup_settings_applications_dir ()" link="ListallerSetupSettings.html#listaller-setup-settings-applications-dir"/>
<keyword type="function" name="listaller_setup_settings_get_current_mode ()" link="ListallerSetupSettings.html#listaller-setup-settings-get-current-mode"/>
<keyword type="function" name="listaller_setup_settings_get_locked ()" link="ListallerSetupSettings.html#listaller-setup-settings-get-locked"/>
<keyword type="function" name="listaller_setup_settings_get_shared_mode ()" link="ListallerSetupSettings.html#listaller-setup-settings-get-shared-mode"/>
<keyword type="function" name="listaller_setup_settings_get_private_mode ()" link="ListallerSetupSettings.html#listaller-setup-settings-get-private-mode"/>
<keyword type="function" name="listaller_setup_settings_get_test_mode ()" link="ListallerSetupSettings.html#listaller-setup-settings-get-test-mode"/>
<keyword type="function" name="listaller_ipk_install_mode_is_all_set ()" link="ListallerSetupSettings.html#listaller-ipk-install-mode-is-all-set"/>
<keyword type="function" name="listaller_ipk_install_mode_is_any_set ()" link="ListallerSetupSettings.html#listaller-ipk-install-mode-is-any-set"/>
<keyword type="function" name="listaller_ipk_install_mode_set ()" link="ListallerSetupSettings.html#listaller-ipk-install-mode-set"/>
<keyword type="function" name="listaller_ipk_install_mode_unset ()" link="ListallerSetupSettings.html#listaller-ipk-install-mode-unset"/>
<keyword type="struct" name="struct ListallerSetupSettings" link="ListallerSetupSettings.html#ListallerSetupSettings-struct"/>
<keyword type="struct" name="struct ListallerSetupSettingsClass" link="ListallerSetupSettings.html#ListallerSetupSettingsClass"/>
<keyword type="enum" name="enum ListallerIPKInstallMode" link="ListallerSetupSettings.html#ListallerIPKInstallMode"/>
<keyword type="property" name="The “current-mode” property" link="ListallerSetupSettings.html#ListallerSetupSettings--current-mode"/>
<keyword type="property" name="The “locked” property" link="ListallerSetupSettings.html#ListallerSetupSettings--locked"/>
<keyword type="property" name="The “private-mode” property" link="ListallerSetupSettings.html#ListallerSetupSettings--private-mode"/>
<keyword type="property" name="The “shared-mode” property" link="ListallerSetupSettings.html#ListallerSetupSettings--shared-mode"/>
<keyword type="property" name="The “test-mode” property" link="ListallerSetupSettings.html#ListallerSetupSettings--test-mode"/>
<keyword type="macro" name="LISTALLER_TYPE_KEY_MANAGER" link="ListallerKeyManager.html#LISTALLER-TYPE-KEY-MANAGER:CAPS"/>
<keyword type="function" name="listaller_key_manager_import_key ()" link="ListallerKeyManager.html#listaller-key-manager-import-key"/>
<keyword type="function" name="listaller_key_manager_get_key_info ()" link="ListallerKeyManager.html#listaller-key-manager-get-key-info"/>
<keyword type="function" name="listaller_key_manager_new ()" link="ListallerKeyManager.html#listaller-key-manager-new"/>
<keyword type="struct" name="struct ListallerKeyManager" link="ListallerKeyManager.html#ListallerKeyManager-struct"/>
<keyword type="struct" name="struct ListallerKeyManagerClass" link="ListallerKeyManager.html#ListallerKeyManagerClass"/>
<keyword type="macro" name="LISTALLER_IPK_TYPE_SECURITY_INFO" link="ListallerIPKSecurityInfo.html#LISTALLER-IPK-TYPE-SECURITY-INFO:CAPS"/>
<keyword type="function" name="listaller_ipk_security_info_get_level ()" link="ListallerIPKSecurityInfo.html#listaller-ipk-security-info-get-level"/>
<keyword type="function" name="listaller_ipk_security_info_get_level_as_sentence ()" link="ListallerIPKSecurityInfo.html#listaller-ipk-security-info-get-level-as-sentence"/>
<keyword type="function" name="listaller_ipk_security_info_get_level_as_string ()" link="ListallerIPKSecurityInfo.html#listaller-ipk-security-info-get-level-as-string"/>
<keyword type="function" name="listaller_ipk_security_info_get_signature_status ()" link="ListallerIPKSecurityInfo.html#listaller-ipk-security-info-get-signature-status"/>
<keyword type="function" name="listaller_ipk_security_info_get_signature_trustlevel ()" link="ListallerIPKSecurityInfo.html#listaller-ipk-security-info-get-signature-trustlevel"/>
<keyword type="function" name="listaller_ipk_security_info_get_user_names ()" link="ListallerIPKSecurityInfo.html#listaller-ipk-security-info-get-user-names"/>
<keyword type="function" name="listaller_ipk_security_info_get_key_fpr ()" link="ListallerIPKSecurityInfo.html#listaller-ipk-security-info-get-key-fpr"/>
<keyword type="function" name="listaller_ipk_security_info_get_trust_reason ()" link="ListallerIPKSecurityInfo.html#listaller-ipk-security-info-get-trust-reason"/>
<keyword type="function" name="listaller_security_level_to_string ()" link="ListallerIPKSecurityInfo.html#listaller-security-level-to-string"/>
<keyword type="function" name="listaller_security_level_from_string ()" link="ListallerIPKSecurityInfo.html#listaller-security-level-from-string"/>
<keyword type="function" name="listaller_sign_status_to_string ()" link="ListallerIPKSecurityInfo.html#listaller-sign-status-to-string"/>
<keyword type="function" name="listaller_sign_trust_to_string ()" link="ListallerIPKSecurityInfo.html#listaller-sign-trust-to-string"/>
<keyword type="struct" name="struct ListallerIPKSecurityInfo" link="ListallerIPKSecurityInfo.html#ListallerIPKSecurityInfo-struct"/>
<keyword type="struct" name="struct ListallerIPKSecurityInfoClass" link="ListallerIPKSecurityInfo.html#ListallerIPKSecurityInfoClass"/>
<keyword type="enum" name="enum ListallerSecurityLevel" link="ListallerIPKSecurityInfo.html#ListallerSecurityLevel"/>
<keyword type="enum" name="enum ListallerSignStatus" link="ListallerIPKSecurityInfo.html#ListallerSignStatus"/>
<keyword type="enum" name="enum ListallerSignTrust" link="ListallerIPKSecurityInfo.html#ListallerSignTrust"/>
<keyword type="property" name="The “key-fpr” property" link="ListallerIPKSecurityInfo.html#ListallerIPKSecurityInfo--key-fpr"/>
<keyword type="property" name="The “signature-status” property" link="ListallerIPKSecurityInfo.html#ListallerIPKSecurityInfo--signature-status"/>
<keyword type="property" name="The “signature-trustlevel” property" link="ListallerIPKSecurityInfo.html#ListallerIPKSecurityInfo--signature-trustlevel"/>
<keyword type="property" name="The “trust-reason” property" link="ListallerIPKSecurityInfo.html#ListallerIPKSecurityInfo--trust-reason"/>
<keyword type="property" name="The “user-names” property" link="ListallerIPKSecurityInfo.html#ListallerIPKSecurityInfo--user-names"/>
<keyword type="macro" name="LISTALLER_IPK_TYPE_CONTROL" link="ListallerIPKControl.html#LISTALLER-IPK-TYPE-CONTROL:CAPS"/>
<keyword type="function" name="listaller_ipk_control_load_appstream_data ()" link="ListallerIPKControl.html#listaller-ipk-control-load-appstream-data"/>
<keyword type="function" name="listaller_ipk_control_open_packsetting ()" link="ListallerIPKControl.html#listaller-ipk-control-open-packsetting"/>
<keyword type="function" name="listaller_ipk_control_get_ipk_version ()" link="ListallerIPKControl.html#listaller-ipk-control-get-ipk-version"/>
<keyword type="function" name="listaller_ipk_control_set_ipk_version ()" link="ListallerIPKControl.html#listaller-ipk-control-set-ipk-version"/>
<keyword type="function" name="listaller_ipk_control_get_architectures ()" link="ListallerIPKControl.html#listaller-ipk-control-get-architectures"/>
<keyword type="function" name="listaller_ipk_control_set_architectures ()" link="ListallerIPKControl.html#listaller-ipk-control-set-architectures"/>
<keyword type="function" name="listaller_ipk_control_get_replaces ()" link="ListallerIPKControl.html#listaller-ipk-control-get-replaces"/>
<keyword type="function" name="listaller_ipk_control_set_replaces ()" link="ListallerIPKControl.html#listaller-ipk-control-set-replaces"/>
<keyword type="function" name="listaller_ipk_control_set_install_modes ()" link="ListallerIPKControl.html#listaller-ipk-control-set-install-modes"/>
<keyword type="function" name="listaller_ipk_control_get_install_modes ()" link="ListallerIPKControl.html#listaller-ipk-control-get-install-modes"/>
<keyword type="function" name="listaller_ipk_control_get_application ()" link="ListallerIPKControl.html#listaller-ipk-control-get-application"/>
<keyword type="function" name="listaller_ipk_control_set_dependencies ()" link="ListallerIPKControl.html#listaller-ipk-control-set-dependencies"/>
<keyword type="function" name="listaller_ipk_control_get_dependencies ()" link="ListallerIPKControl.html#listaller-ipk-control-get-dependencies"/>
<keyword type="function" name="listaller_ipk_control_set_license_text_from_file ()" link="ListallerIPKControl.html#listaller-ipk-control-set-license-text-from-file"/>
<keyword type="function" name="listaller_ipk_control_set_license_text ()" link="ListallerIPKControl.html#listaller-ipk-control-set-license-text"/>
<keyword type="function" name="listaller_ipk_control_get_user_accept_license ()" link="ListallerIPKControl.html#listaller-ipk-control-get-user-accept-license"/>
<keyword type="function" name="listaller_ipk_control_set_user_accept_license ()" link="ListallerIPKControl.html#listaller-ipk-control-set-user-accept-license"/>
<keyword type="macro" name="LISTALLER_IPK_TYPE_PACK_CONTROL" link="ListallerIPKControl.html#LISTALLER-IPK-TYPE-PACK-CONTROL:CAPS"/>
<keyword type="function" name="listaller_ipk_pack_control_open_control ()" link="ListallerIPKControl.html#listaller-ipk-pack-control-open-control"/>
<keyword type="function" name="listaller_ipk_pack_control_create_new ()" link="ListallerIPKControl.html#listaller-ipk-pack-control-create-new"/>
<keyword type="function" name="listaller_ipk_pack_control_is_delta_pkg ()" link="ListallerIPKControl.html#listaller-ipk-pack-control-is-delta-pkg"/>
<keyword type="function" name="listaller_ipk_pack_control_save_to_dir ()" link="ListallerIPKControl.html#listaller-ipk-pack-control-save-to-dir"/>
<keyword type="function" name="listaller_ipk_pack_control_get_files ()" link="ListallerIPKControl.html#listaller-ipk-pack-control-get-files"/>
<keyword type="function" name="listaller_ipk_pack_control_update_installmode_data ()" link="ListallerIPKControl.html#listaller-ipk-pack-control-update-installmode-data"/>
<keyword type="function" name="listaller_ipk_pack_control_new ()" link="ListallerIPKControl.html#listaller-ipk-pack-control-new"/>
<keyword type="macro" name="LISTALLER_IPK_TYPE_CONTROL_DIR" link="ListallerIPKControl.html#LISTALLER-IPK-TYPE-CONTROL-DIR:CAPS"/>
<keyword type="function" name="listaller_ipk_control_dir_open_dir ()" link="ListallerIPKControl.html#listaller-ipk-control-dir-open-dir"/>
<keyword type="function" name="listaller_ipk_control_dir_get_files_rootdir ()" link="ListallerIPKControl.html#listaller-ipk-control-dir-get-files-rootdir"/>
<keyword type="function" name="listaller_ipk_control_dir_auto_dependency_search ()" link="ListallerIPKControl.html#listaller-ipk-control-dir-auto-dependency-search"/>
<keyword type="function" name="listaller_ipk_control_dir_get_appstream_data ()" link="ListallerIPKControl.html#listaller-ipk-control-dir-get-appstream-data"/>
<keyword type="function" name="listaller_ipk_control_dir_save_control ()" link="ListallerIPKControl.html#listaller-ipk-control-dir-save-control"/>
<keyword type="function" name="listaller_ipk_control_dir_new ()" link="ListallerIPKControl.html#listaller-ipk-control-dir-new"/>
<keyword type="struct" name="struct ListallerIPKControl" link="ListallerIPKControl.html#ListallerIPKControl-struct"/>
<keyword type="struct" name="struct ListallerIPKControlClass" link="ListallerIPKControl.html#ListallerIPKControlClass"/>
<keyword type="struct" name="struct ListallerIPKPackControl" link="ListallerIPKControl.html#ListallerIPKPackControl-struct"/>
<keyword type="struct" name="struct ListallerIPKPackControlClass" link="ListallerIPKControl.html#ListallerIPKPackControlClass"/>
<keyword type="struct" name="struct ListallerIPKControlDir" link="ListallerIPKControl.html#ListallerIPKControlDir-struct"/>
<keyword type="struct" name="struct ListallerIPKControlDirClass" link="ListallerIPKControl.html#ListallerIPKControlDirClass"/>
<keyword type="enum" name="enum ListallerIPKControlDataError" link="ListallerIPKControl.html#ListallerIPKControlDataError"/>
<keyword type="property" name="The “user-accept-license” property" link="ListallerIPKControl.html#ListallerIPKControl--user-accept-license"/>
<keyword type="macro" name="LISTALLER_TYPE_DEPENDENCY" link="ListallerDependency.html#LISTALLER-TYPE-DEPENDENCY:CAPS"/>
<keyword type="function" name="listaller_dependency_load_xml_data ()" link="ListallerDependency.html#listaller-dependency-load-xml-data"/>
<keyword type="function" name="listaller_dependency_load_from_file ()" link="ListallerDependency.html#listaller-dependency-load-from-file"/>
<keyword type="function" name="listaller_dependency_contains_directive ()" link="ListallerDependency.html#listaller-dependency-contains-directive"/>
<keyword type="function" name="listaller_dependency_process_directives ()" link="ListallerDependency.html#listaller-dependency-process-directives"/>
<keyword type="function" name="listaller_dependency_get_version ()" link="ListallerDependency.html#listaller-dependency-get-version"/>
<keyword type="function" name="listaller_dependency_set_version ()" link="ListallerDependency.html#listaller-dependency-set-version"/>
<keyword type="function" name="listaller_dependency_has_item ()" link="ListallerDependency.html#listaller-dependency-has-item"/>
<keyword type="function" name="listaller_dependency_has_matching_item ()" link="ListallerDependency.html#listaller-dependency-has-matching-item"/>
<keyword type="function" name="listaller_dependency_has_items ()" link="ListallerDependency.html#listaller-dependency-has-items"/>
<keyword type="function" name="listaller_dependency_get_installed_items_as_string ()" link="ListallerDependency.html#listaller-dependency-get-installed-items-as-string"/>
<keyword type="function" name="listaller_dependency_has_installed_items ()" link="ListallerDependency.html#listaller-dependency-has-installed-items"/>
<keyword type="function" name="listaller_dependency_has_feed ()" link="ListallerDependency.html#listaller-dependency-has-feed"/>
<keyword type="function" name="listaller_dependency_get_install_dir_for_setting ()" link="ListallerDependency.html#listaller-dependency-get-install-dir-for-setting"/>
<keyword type="function" name="listaller_dependency_get_metadata_xml ()" link="ListallerDependency.html#listaller-dependency-get-metadata-xml"/>
<keyword type="function" name="listaller_dependency_build_pk_package_id ()" link="ListallerDependency.html#listaller-dependency-build-pk-package-id"/>
<keyword type="function" name="listaller_dependency_is_valid ()" link="ListallerDependency.html#listaller-dependency-is-valid"/>
<keyword type="function" name="listaller_dependency_new ()" link="ListallerDependency.html#listaller-dependency-new"/>
<keyword type="function" name="listaller_dependency_get_metainfo ()" link="ListallerDependency.html#listaller-dependency-get-metainfo"/>
<keyword type="function" name="listaller_dependency_get_unique_name ()" link="ListallerDependency.html#listaller-dependency-get-unique-name"/>
<keyword type="function" name="listaller_dependency_get_architecture ()" link="ListallerDependency.html#listaller-dependency-get-architecture"/>
<keyword type="function" name="listaller_dependency_get_installed ()" link="ListallerDependency.html#listaller-dependency-get-installed"/>
<keyword type="function" name="listaller_dependency_set_installed ()" link="ListallerDependency.html#listaller-dependency-set-installed"/>
<keyword type="function" name="listaller_dependency_get_origin ()" link="ListallerDependency.html#listaller-dependency-get-origin"/>
<keyword type="function" name="listaller_dependency_get_install_time ()" link="ListallerDependency.html#listaller-dependency-get-install-time"/>
<keyword type="function" name="listaller_dependency_get_environment ()" link="ListallerDependency.html#listaller-dependency-get-environment"/>
<keyword type="function" name="listaller_dependency_get_feed_url ()" link="ListallerDependency.html#listaller-dependency-get-feed-url"/>
<keyword type="function" name="listaller_dependency_get_installed_items ()" link="ListallerDependency.html#listaller-dependency-get-installed-items"/>
<keyword type="struct" name="struct ListallerDependency" link="ListallerDependency.html#ListallerDependency-struct"/>
<keyword type="struct" name="struct ListallerDependencyClass" link="ListallerDependency.html#ListallerDependencyClass"/>
<keyword type="enum" name="enum ListallerDepComponentError" link="ListallerDependency.html#ListallerDepComponentError"/>
<keyword type="property" name="The “architecture” property" link="ListallerDependency.html#ListallerDependency--architecture"/>
<keyword type="property" name="The “dbid” property" link="ListallerDependency.html#ListallerDependency--dbid"/>
<keyword type="property" name="The “environment” property" link="ListallerDependency.html#ListallerDependency--environment"/>
<keyword type="property" name="The “feed-url” property" link="ListallerDependency.html#ListallerDependency--feed-url"/>
<keyword type="property" name="The “install-time” property" link="ListallerDependency.html#ListallerDependency--install-time"/>
<keyword type="property" name="The “installed” property" link="ListallerDependency.html#ListallerDependency--installed"/>
<keyword type="property" name="The “installed-items” property" link="ListallerDependency.html#ListallerDependency--installed-items"/>
<keyword type="property" name="The “metainfo” property" link="ListallerDependency.html#ListallerDependency--metainfo"/>
<keyword type="property" name="The “origin” property" link="ListallerDependency.html#ListallerDependency--origin"/>
<keyword type="property" name="The “unique-name” property" link="ListallerDependency.html#ListallerDependency--unique-name"/>
<keyword type="macro" name="LISTALLER_IPK_TYPE_CHANGELOG" link="ListallerIPKChangelog.html#LISTALLER-IPK-TYPE-CHANGELOG:CAPS"/>
<keyword type="function" name="listaller_ipk_changelog_open ()" link="ListallerIPKChangelog.html#listaller-ipk-changelog-open"/>
<keyword type="function" name="listaller_ipk_changelog_new ()" link="ListallerIPKChangelog.html#listaller-ipk-changelog-new"/>
<keyword type="struct" name="struct ListallerIPKChangelog" link="ListallerIPKChangelog.html#ListallerIPKChangelog-struct"/>
<keyword type="struct" name="struct ListallerIPKChangelogClass" link="ListallerIPKChangelog.html#ListallerIPKChangelogClass"/>
<keyword type="macro" name="LISTALLER_TYPE_MESSAGE_OBJECT" link="ListallerMessageObject.html#LISTALLER-TYPE-MESSAGE-OBJECT:CAPS"/>
<keyword type="function" name="listaller_message_object_set_error_hint_str ()" link="ListallerMessageObject.html#listaller-message-object-set-error-hint-str"/>
<keyword type="function" name="listaller_message_object_connect_with_object ()" link="ListallerMessageObject.html#listaller-message-object-connect-with-object"/>
<keyword type="function" name="listaller_message_object_connect_with_object_all ()" link="ListallerMessageObject.html#listaller-message-object-connect-with-object-all"/>
<keyword type="struct" name="struct ListallerMessageObject" link="ListallerMessageObject.html#ListallerMessageObject-struct"/>
<keyword type="struct" name="struct ListallerMessageObjectClass" link="ListallerMessageObject.html#ListallerMessageObjectClass"/>
<keyword type="enum" name="enum ListallerObjConnectFlags" link="ListallerMessageObject.html#ListallerObjConnectFlags"/>
<keyword type="signal" name="The “error-code” signal" link="ListallerMessageObject.html#ListallerMessageObject-error-code"/>
<keyword type="signal" name="The “message” signal" link="ListallerMessageObject.html#ListallerMessageObject-message"/>
<keyword type="signal" name="The “progress” signal" link="ListallerMessageObject.html#ListallerMessageObject-progress"/>
<keyword type="function" name="listaller_database_status_to_string ()" link="listaller-database-internal.html#listaller-database-status-to-string"/>
<keyword type="enum" name="enum ListallerDatabaseStatus" link="listaller-database-internal.html#ListallerDatabaseStatus"/>
<keyword type="enum" name="enum ListallerDatabaseError" link="listaller-database-internal.html#ListallerDatabaseError"/>
<keyword type="function" name="listaller_set_verbose_mode ()" link="listaller-logging.html#listaller-set-verbose-mode"/>
<keyword type="function" name="listaller_get_verbose_mode ()" link="listaller-logging.html#listaller-get-verbose-mode"/>
<keyword type="function" name="listaller_set_console_mode ()" link="listaller-logging.html#listaller-set-console-mode"/>
<keyword type="function" name="listaller_set_clitool_mode ()" link="listaller-logging.html#listaller-set-clitool-mode"/>
<keyword type="function" name="listaller_get_clitool_mode ()" link="listaller-logging.html#listaller-get-clitool-mode"/>
<keyword type="function" name="listaller_add_log_domain ()" link="listaller-logging.html#listaller-add-log-domain"/>
<keyword type="function" name="listaller_utils_build_filename ()" link="listaller-utils.html#listaller-utils-build-filename"/>
<keyword type="function" name="listaller_get_version_info_str ()" link="listaller-version.html#listaller-get-version-info-str"/>
<keyword type="function" name="listaller_get_full_version_info_str ()" link="listaller-version.html#listaller-get-full-version-info-str"/>
<keyword type="function" name="listaller_compare_versions ()" link="listaller-version.html#listaller-compare-versions"/>
</functions>
</book>
|