#include <glib.h>#include "network_api.h"#include "icd_context.h"Go to the source code of this file.
Classes | |
| struct | icd_network_module |
Typedefs | |
| typedef gboolean(* | icd_network_api_foreach_module_fn )(struct icd_network_module *module, gpointer user_data) |
Functions | |
| gboolean | icd_network_api_has_type (struct icd_network_module *module, const gchar *type) |
| struct icd_network_module * | icd_network_api_foreach_module (struct icd_context *icd_ctx, icd_network_api_foreach_module_fn foreach_fn, gpointer user_data) |
| gboolean | icd_network_api_notify_pid (struct icd_context *icd_ctx, const pid_t pid, const gint exit_value) |
| gboolean | icd_network_api_load_modules (struct icd_context *icd_ctx) |
| void | icd_network_api_unload_modules (struct icd_context *icd_ctx) |
1.5.6