Home
last modified time | relevance | path

Searched refs:load_service_method (Results 1 – 1 of 1) sorted by relevance

/dports/devel/goffice/goffice-0.10.50/goffice/app/
H A Dgo-plugin-loader.c122 void (*load_service_method) (GOPluginLoader *, GOPluginService *, GOErrorInfo **) = NULL; in go_plugin_loader_load_service() local
135 load_service_method = klass->load_service_file_opener; in go_plugin_loader_load_service()
137 load_service_method = klass->load_service_file_saver; in go_plugin_loader_load_service()
139 load_service_method = klass->load_service_plugin_loader; in go_plugin_loader_load_service()
141 load_service_method = NULL; in go_plugin_loader_load_service()
146 if (load_service_method != NULL) in go_plugin_loader_load_service()
147 load_service_method (l, s, err); in go_plugin_loader_load_service()