#include <hiker/bundlemgr.h>
#include <hiker/prv/bundlemgr_prv.h>
#include <hiker/ipc.h>
#include <string.h>
#include <stdlib.h>
#include <sqlite3.h>
#include "pm_traces.h"
#include "pm_globals.h"
#include "pm_ipc.h"
#include "pm_sql.h"
Functions | |
GHashTable * | alp_bundle_metadata (AlpBundle index) |
gchar * | alp_bundle_metadata_value (AlpBundle index, const char *key) |
Return a the value for a metadata key of a bundle Given a bundle index and a key name, return the value of that key as an allocated string, or NULL if there is no such key. | |
GList * | alp_bundle_all_properties (AlpBundle index) |
GHashTable * | alp_bundle_properties (AlpBundle index, const char *property, int which) |
gchar * | alp_bundle_property_value (AlpBundle index, const char *property, int which, const char *key) |
Given a bundle index and a key name, return the value of that key as an allocated string, or NULL if there is no such key. |
|
|
|
|
|
Return a the value for a metadata key of a bundle Given a bundle index and a key name, return the value of that key as an allocated string, or NULL if there is no such key.
|
|
|
|
Given a bundle index and a key name, return the value of that key as an allocated string, or NULL if there is no such key.
|