Did you know ... Search Documentation:
Pack blog_core -- prolog/bc/bc_type.pl
PublicShow source
 bc_type(Name, Label, MenuLabel, Roles, Comments) is nondet
Matches/generates all registered types.
 bc_type_preview(Name, Preview) is nondet
Matches/generates all registered type previews.
 bc_type_preview(Name, Canonical) is nondet
Matches/generates all registered type canonical URLs.
 bc_register_type(+Name, +Label, +MenuLabel, +Roles, +Comments) is det
Registers a new type. Overwrites existing type.
 bc_unregister_type(+Name) is det
Removes the given type. Does nothing when the type does not exist already.
 bc_register_preview(+Name, +Preview) is det
Registers a new type preview. Overwrites existing preview.
 bc_unregister_preview(+Name) is det
Removes the given type preview. Does nothing when the preview does not exist.
 bc_unregister_canonical(+Name) is det
Removes the given type canonical URL.
 bc_register_canonical(+Name, +Canonical) is det
Registers a new type canonical URL. Overwrites old one.

Undocumented predicates

The following predicates are exported, but not or incorrectly documented.

 bc_type_canonical(Arg1, Arg2)