#include <libpackman/module.h>
#include <libpackman/package.h>
#include <libpackman/types.h>
Go to the source code of this file.
Data Structures | |
struct | _PmDatabase |
A package database. More... | |
struct | _PmMatches |
Search matches. More... | |
Typedefs | |
typedef _PmDatabase | PmDatabase |
PmDatabase. | |
typedef _PmMatches | PmMatches |
PmMatches. | |
Functions | |
void | pmSetDbAccessMode (PmDatabase *db, PmAccessMode mode) |
Sets the database's access mode. | |
PmAccessMode | pmGetDbAccessMode (PmDatabase *db) |
Returns the database's access mode. |
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.
|
PmDatabase.
|
|
PmMatches.
|
|
Returns the database's access mode.
|
|
Sets the database's access mode.
|