[ CCode ( array_length = false , array_null_terminated = true ) ]
[ Version ( since = "0.5.2" ) ]
public static string[] ids_add_id (string package_ids, string package_id)
Adds a package_id to an existing list.
package_ids |
a string array of package_id's |
package_id |
a single package_id |
the new list, free strfreev |