00001 00014 #ifndef ICD_NAME_OWNER_H 00015 #define ICD_NAME_OWNER_H 00016 00017 #include <glib.h> 00018 #include "icd_context.h" 00019 00024 gboolean icd_name_owner_remove_filter (const gchar *application); 00025 00030 gboolean icd_name_owner_add_filter (const gchar *application); 00031 00036 gboolean icd_name_owner_init (struct icd_context *icd_ctx); 00037 00038 #endif 00039