![]() |
![]() |
![]() |
ZIF Reference Manual | ![]() |
---|---|---|---|---|
Top | Description | Object Hierarchy |
ZifStoreLocal; ZifStoreLocalPrivate; ZifStoreLocalClass; ZifStoreLocal * zif_store_local_new (void
); gboolean zif_store_local_set_prefix (ZifStoreLocal *store
,const gchar *prefix
,GError **error
);
ZifStoreLocal * zif_store_local_new (void
);
Returns : |
A new ZifStoreLocal class instance. |
Since 0.1.0
gboolean zif_store_local_set_prefix (ZifStoreLocal *store
,const gchar *prefix
,GError **error
);
Sets the prefix to use for the install root.
|
the ZifStoreLocal object |
|
the install root, e.g. "/" |
|
a GError which is used on failure, or NULL
|
Returns : |
TRUE for success, FALSE for failure
|
Since 0.1.0