Top |
void | pk_common_test () |
gchar ** | pk_ptr_array_to_strv () |
gchar * | pk_iso8601_present () |
gchar * | pk_iso8601_from_date () |
GDate * | pk_iso8601_to_date () |
GDateTime * | pk_iso8601_to_datetime () |
gchar * | pk_get_distro_id () |
#define | PK_DBUS_SERVICE |
#define | PK_DBUS_PATH |
#define | PK_DBUS_INTERFACE |
#define | PK_DBUS_INTERFACE_TRANSACTION |
#define | PK_DBUS_INTERFACE_OFFLINE |
#define | PK_SYSTEM_PACKAGE_LIST_FILENAME |
#define | PK_SYSTEM_PACKAGE_CACHE_FILENAME |
gchar **
pk_ptr_array_to_strv (GPtrArray *array
);
Form a composite string array of strings. The data in the GPtrArray is copied.
Since: 0.5.2
GDateTime *
pk_iso8601_to_datetime (const gchar *iso_date
);
[skip]
Since: 0.8.11
#define PK_DBUS_INTERFACE_TRANSACTION "org.freedesktop.PackageKit.Transaction"
The DBUS interface for the transactions
#define PK_DBUS_INTERFACE_OFFLINE "org.freedesktop.PackageKit.Offline"
The DBUS interface for the offline update functionality
#define PK_SYSTEM_PACKAGE_LIST_FILENAME "/var/lib/PackageKit/system.package-list"