- Global FB_IE_BASIC_LIST
- Collectors should use the
type
member of the fbInfoElement_t or use fbInfoModelGetElementByName() to query the fbInfoModel_t, and libfixbuf will remove this value in a future release.
- Global FB_IE_INIT (_name_, _ent_, _num_, _len_, _flags_)
- Use FB_IE_INIT_FULL instead.
- Global FB_IE_SUBTEMPLATE_LIST
- Collectors should use the
type
member of the fbInfoElement_t or use fbInfoModelGetElementByName() to query the fbInfoModel_t, and libfixbuf will remove this value in a future release.
- Global FB_IE_SUBTEMPLATE_MULTILIST
- Collectors should use the
type
member of the fbInfoElement_t or use fbInfoModelGetElementByName() to query the fbInfoModel_t, and libfixbuf will remove this value in a future release.
- Global fbSessionEnableTemplateMetadata (fbSession_t *session, gboolean enabled, GError **err)
- Use fbSessionSetMetadataExportTemplates() instead.
- Global fbSessionEnableTypeMetadata (fbSession_t *session, gboolean enabled, GError **err)
- Use fbSessionSetMetadataExportElements() instead.
- Global fbSessionSpreadEnableTemplateMetadata (fbSession_t *session, char **groups, gboolean enabled, GError **err)
- Use fbSessionSpreadSetMetadataExportTemplates() instead.
- Global fbSessionSpreadEnableTypeMetadata (fbSession_t *session, char **groups, gboolean enabled, GError **err)
- Use fbSessionSpreadSetMetadataExportElements() instead.