|
Strutture dati |
| struct | MimeDialog |
Definizioni |
| #define | PLUGIN_NAME "mime" |
| #define | MIME_CHANNEL "MIME" |
| #define | MAX_TIMEOUT_FOR_RIGHTONLEFT 10 |
Funzioni |
| static void | dialog_delete (MimeDialog *bd) |
| static void | dialog_response (GtkWidget *dialog, int response, MimeDialog *bd) |
| void | single_group_in_model (gchar *name, GtkTreeStore *treestore) |
| GtkTreeModel * | mime_model_for_tree () |
| GtkTreeModel * | mime_apps_model_for_tree () |
| void | change_mime (GtkButton *button, GtkWidget *text) |
| void | draw_frame_for_mime_element (GtkTreePath *path, MimeDialog *dialog) |
| void | choose_path (GtkButton *button, GtkWidget *text) |
| void | update_app (GtkButton *button, MimeDialog *dialog) |
| void | draw_frame_for_mime_app_element (GtkTreePath *path, MimeDialog *dialog) |
| void | add_app () |
| void | main_frame_for_mime_apps (MimeDialog *dialog) |
| static void | mime_item_selection_changed (GtkTreeView *tree, GtkTreePath *path, GtkTreeViewColumn *col, MimeDialog *dialog) |
| static void | app_item_selection_changed (GtkTreeView *tree, GtkTreePath *path, GtkTreeViewColumn *col, MimeDialog *dialog) |
| static void | setup_mime_dialog (MimeDialog *dialog) |
| static MimeDialog * | create_mime_dialog (BrainMcsPlugin *mcs_plugin) |
| static void | run_dialog (BrainMcsPlugin *mcs_plugin) |
| BrainMcsPluginInitResult | mcs_plugin_init (BrainMcsPlugin *mcs_plugin) |
Variabili |
| static gboolean | is_running = FALSE |
| MimeDialog * | bd |