]> git.tdb.fi Git - builder.git/blobdiff - source/package.h
Un-abbreviate some function and variable names
[builder.git] / source / package.h
index e98f4e786f88b9d2fd4e674f1dcf76249e4965ee..5c80779aa67d94aeb60ee0d8383ef993afd1bc22 100644 (file)
@@ -45,9 +45,9 @@ public:
 
        const std::string &get_name() const { return name; }
        Builder &get_builder() const { return builder; }
-       const PackageList &get_requires() const { return requires; }
+       const PackageList &get_required_packages() const { return requires; }
 
-       const BuildInfo &get_exported_binfo() const { return export_binfo; }
+       const BuildInfo &get_exported_build_info() const { return export_binfo; }
 
        /// Indicates whether or not this package supports pkg-config
        bool get_use_pkgconfig() const { return use_pkgconfig; }