Functions
gxr_manifest_new ()
GxrManifest *
gxr_manifest_new (const char *resource_path
,
const char *manifest_name
);
gxr_manifest_load_actions ()
gboolean
gxr_manifest_load_actions (GxrManifest *self
,
GInputStream *action_stream
);
gxr_manifest_load_bindings ()
gboolean
gxr_manifest_load_bindings (GxrManifest *self
,
const char *resource_path
);
gxr_manifest_get_binding_filenames ()
GSList *
gxr_manifest_get_binding_filenames (GxrManifest *self
);
gxr_manifest_get_binding_manifests ()
GSList *
gxr_manifest_get_binding_manifests (GxrManifest *manifest
);