#include <libpackman/package.h>
Go to the source code of this file.
Data Structures | |
struct | _PmDownloadUrl |
A download URL. More... | |
PmDownloadUrl (De)allocation Functions | |
PmDownloadUrl * | pmNewDownloadUrl (void) |
Creates a new PmDownloadUrl. | |
PmDownloadUrl * | pmDuplicateDownloadUrl (PmDownloadUrl *baseDownloadUrl) |
Duplicates an existing PmDownloadUrl. | |
void | pmDestroyDownloadUrl (PmDownloadUrl *downloadUrl) |
Destroys the specified PmDownloadUrl. | |
Attribute Modification Functions | |
void | pmSetDownloadUrl (PmDownloadUrl *downloadUrl, const char *url) |
Sets the URL on the specified PmDownloadUrl. | |
Attribute Retrieval Functions | |
const char * | pmGetDownloadUrl (PmDownloadUrl *downloadUrl) |
Returns the URL of the specified PmDownloadUrl. | |
Iteration Functions | |
PmDownloadUrl * | pmFirstDownloadUrl (PmPackage *pkg) |
Returns the first PmDownloadUrl in the list. | |
PmDownloadUrl * | pmPreviousDownloadUrl (PmDownloadUrl *downloadUrl) |
Returns the previous PmDownloadUrl in the list. | |
PmDownloadUrl * | pmNextDownloadUrl (PmDownloadUrl *downloadUrl) |
Returns the next PmDownloadUrl in the list. | |
Typedefs | |
typedef _PmDownloadUrl | PmDownloadUrl |
PmDownloadUrl. |
This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Library General Public License for more details.
You should have received a copy of the GNU Library General Public License along with this library; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
PmDownloadUrl.
|
|
Destroys the specified PmDownloadUrl.
|
|
Duplicates an existing PmDownloadUrl.
|
|
Returns the first PmDownloadUrl in the list.
|
|
Returns the URL of the specified PmDownloadUrl.
|
|
Creates a new PmDownloadUrl.
|
|
Returns the next PmDownloadUrl in the list.
|
|
Returns the previous PmDownloadUrl in the list.
|
|
Sets the URL on the specified PmDownloadUrl.
|