Top |
void | pk_package_ids_test () |
gchar ** | pk_package_ids_from_id () |
gchar ** | pk_package_ids_from_string () |
gboolean | pk_package_ids_check () |
gchar * | pk_package_ids_to_string () |
gboolean | pk_package_ids_present_id () |
gchar ** | pk_package_ids_add_id () |
gchar ** | pk_package_ids_add_ids () |
gchar ** | pk_package_ids_remove_id () |
#define | PK_PACKAGE_IDS_DELIM |
#define | pk_package_ids_from_text |
#define | pk_package_ids_to_text |
gchar **
pk_package_ids_from_id (const gchar *package_id
);
Form a composite string array of package_id's from a single package_id
Since: 0.5.2
gchar **
pk_package_ids_from_string (const gchar *package_id
);
Form a composite string array of package_id's from a delimited string
Since: 0.5.2
gboolean
pk_package_ids_check (gchar **package_ids
);
Check the string array of package_id's for validity
Since: 0.5.2
gchar *
pk_package_ids_to_string (gchar **package_ids
);
Cats the string array of package_id's into one delimited string
Since: 0.5.2
gboolean pk_package_ids_present_id (gchar **package_ids
,const gchar *package_id
);
Finds out if a package ID is present in the list.
Since: 0.5.2
gchar ** pk_package_ids_add_id (gchar **package_ids
,const gchar *package_id
);
Adds a package_id to an existing list.
Since: 0.5.2
gchar ** pk_package_ids_add_ids (gchar **package_ids
,gchar **package_ids_new
);
Adds a package_id to an existing list.
package_ids |
a string array of package_id's |
|
package_ids_new |
a string array of package_id's |
Since: 0.5.2