1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871
|
/* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 8; tab-width: 8 -*- */
/* e-shell-offline-handler.c
*
* Copyright (C) 2001 Ximian, Inc.
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of version 2 of the GNU General Public
* License as published by the Free Software Foundation.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* General Public License for more details.
*
* You should have received a copy of the GNU General Public
* License along with this program; if not, write to the
* Free Software Foundation, Inc., 59 Temple Place - Suite 330,
* Boston, MA 02111-1307, USA.
*
* Author: Ettore Perazzoli <ettore@ximian.com>
*/
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#undef G_DISABLE_DEPRECATED /* FIXME */
#undef GTK_DISABLE_DEPRECATED /* FIXME */
#include "e-shell-offline-handler.h"
#include "e-shell-marshal.h"
#include <gtk/gtkcellrenderertext.h>
#include <gtk/gtkclist.h>
#include <gtk/gtkdialog.h>
#include <gtk/gtklabel.h>
#include <gtk/gtksignal.h>
#include <gtk/gtkliststore.h>
#include <gtk/gtktreeview.h>
#include <gtk/gtktypeutils.h>
#include <gtk/gtkwidget.h>
#include <gal/util/e-util.h>
#include <libgnome/gnome-i18n.h>
#include <glade/glade-xml.h>
#include <bonobo/bonobo-main.h>
#include <bonobo/bonobo-exception.h>
#define GLADE_DIALOG_FILE_NAME EVOLUTION_GLADEDIR "/e-active-connection-dialog.glade"
#define PARENT_TYPE GTK_TYPE_OBJECT
static GtkObjectClass *parent_class = NULL;
/* Private part. */
struct _OfflineProgressListenerServant {
POA_GNOME_Evolution_OfflineProgressListener servant;
EShellOfflineHandler *offline_handler;
char *component_id;
};
typedef struct _OfflineProgressListenerServant OfflineProgressListenerServant;
struct _ComponentInfo {
/* Component ID. */
char *id;
/* The `Evolution::Offline' interface for this component (cached just
to avoid going through the EComponentRegistry all the time). */
GNOME_Evolution_Offline offline_interface;
/* The interface and servant for the
`Evolution::OfflineProgressListener' we have to implement to get
notifications about progress of the off-line process. */
GNOME_Evolution_OfflineProgressListener progress_listener_interface;
OfflineProgressListenerServant *progress_listener_servant;
/* The current active connections for this component. This is updated
by the component itself through the `::ProgressListener' interface;
when the count reaches zero, the off-line process is considered to
be complete. */
GNOME_Evolution_ConnectionList *active_connection_list;
};
typedef struct _ComponentInfo ComponentInfo;
struct _EShellOfflineHandlerPrivate {
EShell *shell;
GtkWindow *parent_window;
GladeXML *dialog_gui;
int num_total_connections;
GHashTable *id_to_component_info;
int procedure_in_progress : 1;
int finished : 1;
};
/* Signals. */
enum {
OFFLINE_PROCEDURE_STARTED,
OFFLINE_PROCEDURE_FINISHED,
LAST_SIGNAL
};
static guint signals[LAST_SIGNAL] = { 0 };
/* Forward declarations for the dialog handling. */
static void update_dialog_clist (EShellOfflineHandler *offline_handler);
/* Implementation for the OfflineProgressListener interface. */
static PortableServer_ServantBase__epv OfflineProgressListener_base_epv;
static POA_GNOME_Evolution_OfflineProgressListener__epv OfflineProgressListener_epv;
static POA_GNOME_Evolution_OfflineProgressListener__vepv OfflineProgressListener_vepv;
static OfflineProgressListenerServant *
progress_listener_servant_new (EShellOfflineHandler *offline_handler,
const char *id)
{
OfflineProgressListenerServant *servant;
servant = g_new0 (OfflineProgressListenerServant, 1);
servant->servant.vepv = &OfflineProgressListener_vepv;
servant->offline_handler = offline_handler;
servant->component_id = g_strdup (id);
return servant;
}
static void
progress_listener_servant_free (OfflineProgressListenerServant *servant)
{
CORBA_Environment ev;
PortableServer_ObjectId *oid;
CORBA_exception_init (&ev);
oid = PortableServer_POA_servant_to_id (bonobo_poa (), servant, &ev);
PortableServer_POA_deactivate_object (bonobo_poa (), oid, &ev);
CORBA_free (oid);
CORBA_exception_free (&ev);
g_free (servant->component_id);
g_free (servant);
}
static GNOME_Evolution_ConnectionList *
duplicate_connection_list (const GNOME_Evolution_ConnectionList *source)
{
GNOME_Evolution_ConnectionList *copy;
int i;
copy = GNOME_Evolution_ConnectionList__alloc ();
copy->_length = source->_length;
copy->_maximum = source->_length;
copy->_buffer = CORBA_sequence_GNOME_Evolution_Connection_allocbuf (copy->_maximum);
for (i = 0; i < source->_length; i++) {
copy->_buffer[i].hostName = CORBA_string_dup (source->_buffer[i].hostName);
copy->_buffer[i].type = CORBA_string_dup (source->_buffer[i].type);
}
CORBA_sequence_set_release (copy, TRUE);
return copy;
}
static void
impl_OfflineProgressListener_updateProgress (PortableServer_Servant servant,
const GNOME_Evolution_ConnectionList *current_active_connections,
CORBA_Environment *ev)
{
EShellOfflineHandler *offline_handler;
EShellOfflineHandlerPrivate *priv;
ComponentInfo *component_info;
int connection_delta;
const char *component_id;
component_id = ((OfflineProgressListenerServant *) servant)->component_id;
offline_handler = ((OfflineProgressListenerServant *) servant)->offline_handler;
priv = offline_handler->priv;
component_info = g_hash_table_lookup (priv->id_to_component_info, component_id);
g_assert (component_info != NULL);
connection_delta = component_info->active_connection_list->_length - current_active_connections->_length;
if (connection_delta < 0) {
/* FIXME: Should raise an exception or something? */
g_warning ("Weird, buggy component increased number of connection when going off-line -- %s",
component_id);
}
g_assert (priv->num_total_connections >= connection_delta);
priv->num_total_connections -= connection_delta;
CORBA_free (component_info->active_connection_list);
component_info->active_connection_list = duplicate_connection_list (current_active_connections);
update_dialog_clist (offline_handler);
if (priv->num_total_connections == 0 && ! priv->finished) {
g_signal_emit (offline_handler, signals[OFFLINE_PROCEDURE_FINISHED], 0, TRUE);
priv->finished = TRUE;
}
}
static gboolean
create_progress_listener (EShellOfflineHandler *offline_handler,
const char *component_id,
GNOME_Evolution_OfflineProgressListener *objref_return,
OfflineProgressListenerServant **servant_return)
{
OfflineProgressListenerServant *servant;
CORBA_Environment ev;
*servant_return = NULL;
*objref_return = CORBA_OBJECT_NIL;
OfflineProgressListener_base_epv._private = NULL;
OfflineProgressListener_base_epv.finalize = NULL;
OfflineProgressListener_base_epv.default_POA = NULL;
OfflineProgressListener_epv.updateProgress = impl_OfflineProgressListener_updateProgress;
OfflineProgressListener_vepv._base_epv = &OfflineProgressListener_base_epv;
OfflineProgressListener_vepv.GNOME_Evolution_OfflineProgressListener_epv = &OfflineProgressListener_epv;
servant = progress_listener_servant_new (offline_handler, component_id);
CORBA_exception_init (&ev);
POA_GNOME_Evolution_OfflineProgressListener__init ((PortableServer_Servant) servant, &ev);
if (ev._major != CORBA_NO_EXCEPTION) {
g_warning ("Cannot initialize GNOME::Evolution::Offline::ProgressListener");
progress_listener_servant_free (servant);
CORBA_exception_free (&ev);
return FALSE;
}
CORBA_free (PortableServer_POA_activate_object (bonobo_poa (), servant, &ev));
if (ev._major != CORBA_NO_EXCEPTION) {
g_warning ("Cannot activate GNOME::Evolution::Offline::ProgressListener");
progress_listener_servant_free (servant);
CORBA_exception_free (&ev);
return FALSE;
}
*servant_return = servant;
*objref_return = PortableServer_POA_servant_to_reference (bonobo_poa (), servant, &ev);
CORBA_exception_free (&ev);
return TRUE;
}
/* ComponentInfo handling. */
static ComponentInfo *
component_info_new (const char *id,
const GNOME_Evolution_Offline offline_interface,
GNOME_Evolution_OfflineProgressListener progress_listener_interface,
OfflineProgressListenerServant *progress_listener_servant,
GNOME_Evolution_ConnectionList *active_connection_list)
{
ComponentInfo *new;
CORBA_Environment ev;
CORBA_exception_init (&ev);
new = g_new (ComponentInfo, 1);
new->id = g_strdup (id);
new->offline_interface = CORBA_Object_duplicate (offline_interface, &ev);
new->progress_listener_interface = progress_listener_interface;
new->progress_listener_servant = progress_listener_servant;
new->active_connection_list = active_connection_list;
CORBA_exception_free (&ev);
return new;
}
static void
component_info_free (ComponentInfo *component_info)
{
CORBA_Environment ev;
CORBA_exception_init (&ev);
g_free (component_info->id);
progress_listener_servant_free (component_info->progress_listener_servant);
CORBA_Object_release (component_info->progress_listener_interface, &ev);
CORBA_Object_release (component_info->offline_interface, &ev);
CORBA_free (component_info->active_connection_list);
g_free (component_info);
CORBA_exception_free (&ev);
}
/* Utility functions. */
static void
hash_foreach_free_component_info (void *key,
void *value,
void *user_data)
{
ComponentInfo *component_info;
component_info = (ComponentInfo *) value;
component_info_free (component_info);
}
static GNOME_Evolution_Offline
get_offline_interface (GNOME_Evolution_Component objref)
{
GNOME_Evolution_Offline interface;
CORBA_Environment ev;
CORBA_exception_init (&ev);
interface = Bonobo_Unknown_queryInterface (objref, "IDL:GNOME/Evolution/Offline:1.0", &ev);
if (ev._major != CORBA_NO_EXCEPTION)
interface = CORBA_OBJECT_NIL;
CORBA_exception_free (&ev);
return interface;
}
/* Cancelling the off-line procedure. */
static void
cancel_offline (EShellOfflineHandler *offline_handler)
{
EShellOfflineHandlerPrivate *priv;
EComponentRegistry *component_registry;
GSList *component_infos;
GSList *p;
priv = offline_handler->priv;
component_registry = e_shell_peek_component_registry (priv->shell);
component_infos = e_component_registry_peek_list (component_registry);
for (p = component_infos; p != NULL; p = p->next) {
EComponentInfo *info = p->data;
GNOME_Evolution_Offline offline_interface;
CORBA_Environment ev;
offline_interface = get_offline_interface (info->iface);
if (offline_interface == CORBA_OBJECT_NIL)
continue;
CORBA_exception_init (&ev);
GNOME_Evolution_Offline_goOnline (offline_interface, &ev);
if (ev._major != CORBA_NO_EXCEPTION)
g_warning ("Error putting component `%s' on-line.", info->id);
CORBA_exception_free (&ev);
}
priv->num_total_connections = 0;
if (! priv->finished) {
g_signal_emit (offline_handler, signals[OFFLINE_PROCEDURE_FINISHED], 0, FALSE);
priv->finished = TRUE;
}
}
/* Preparing the off-line procedure. */
static gboolean
prepare_for_offline (EShellOfflineHandler *offline_handler)
{
EComponentRegistry *component_registry;
EShellOfflineHandlerPrivate *priv;
GSList *component_infos;
GSList *p;
gboolean error;
priv = offline_handler->priv;
component_registry = e_shell_peek_component_registry (priv->shell);
component_infos = e_component_registry_peek_list (component_registry);
error = FALSE;
for (p = component_infos; p != NULL; p = p->next) {
EComponentInfo *info = p->data;
GNOME_Evolution_Offline offline_interface;
GNOME_Evolution_OfflineProgressListener progress_listener_interface;
GNOME_Evolution_ConnectionList *active_connection_list;
OfflineProgressListenerServant *progress_listener_servant;
ComponentInfo *component_info;
CORBA_Environment ev;
offline_interface = get_offline_interface (info->iface);
if (offline_interface == CORBA_OBJECT_NIL)
continue;
if (! create_progress_listener (offline_handler, info->id,
&progress_listener_interface,
&progress_listener_servant)) {
g_warning ("Cannot create the Evolution::OfflineProgressListener interface for `%s'", info->id);
continue;
}
CORBA_exception_init (&ev);
GNOME_Evolution_Offline_prepareForOffline (offline_interface, &active_connection_list, &ev);
if (ev._major != CORBA_NO_EXCEPTION) {
g_warning ("Cannot prepare component component to go offline -- %s [%s]",
info->id, BONOBO_EX_REPOID (&ev));
progress_listener_servant_free (progress_listener_servant);
CORBA_Object_release (progress_listener_interface, &ev);
CORBA_exception_free (&ev);
error = TRUE;
break;
}
CORBA_exception_free (&ev);
priv->num_total_connections += active_connection_list->_length;
component_info = component_info_new (info->id,
offline_interface,
progress_listener_interface,
progress_listener_servant,
active_connection_list);
g_assert (g_hash_table_lookup (priv->id_to_component_info, component_info->id) == NULL);
g_hash_table_insert (priv->id_to_component_info, component_info->id, component_info);
}
/* If an error occurred while preparing, just put all the components
on-line again. */
if (error)
cancel_offline (offline_handler);
return ! error;
}
/* Finalizing the off-line procedure. */
static void
finalize_offline_hash_foreach (void *key,
void *value,
void *user_data)
{
EShellOfflineHandler *offline_handler;
EShellOfflineHandlerPrivate *priv;
ComponentInfo *component_info;
CORBA_Environment ev;
offline_handler = E_SHELL_OFFLINE_HANDLER (user_data);
priv = offline_handler->priv;
component_info = (ComponentInfo *) value;
CORBA_exception_init (&ev);
GNOME_Evolution_Offline_goOffline (component_info->offline_interface,
component_info->progress_listener_interface,
&ev);
if (ev._major != CORBA_NO_EXCEPTION) {
/* FIXME: Should detect an error and put all the components
on-line again. */
g_warning ("Error putting component off-line -- %s", component_info->id);
}
CORBA_exception_free (&ev);
}
static void
finalize_offline (EShellOfflineHandler *offline_handler)
{
EShellOfflineHandlerPrivate *priv;
priv = offline_handler->priv;
g_object_ref (offline_handler);
g_hash_table_foreach (priv->id_to_component_info, finalize_offline_hash_foreach, offline_handler);
if (priv->num_total_connections == 0 && ! priv->finished) {
/* Nothing else to do, we are all set. */
g_signal_emit (offline_handler, signals[OFFLINE_PROCEDURE_FINISHED], 0, TRUE);
priv->finished = TRUE;
}
g_object_unref (offline_handler);
}
/* The confirmation dialog. */
static void
update_dialog_tree_view_hash_foreach (void *key,
void *data,
void *user_data)
{
ComponentInfo *component_info;
const GNOME_Evolution_Connection *p;
GtkTreeModel *model = GTK_TREE_MODEL (user_data);
int i;
component_info = (ComponentInfo *) data;
for (i = 0, p = component_info->active_connection_list->_buffer;
i < component_info->active_connection_list->_length;
i++, p++) {
GtkTreeIter iter;
char *host = g_strdup_printf ("%s (%s)", p->hostName, p->type);
gtk_list_store_prepend (GTK_LIST_STORE (model), &iter);
gtk_list_store_set (GTK_LIST_STORE (model), &iter, 0, host, -1);
}
}
static void
update_dialog_clist (EShellOfflineHandler *offline_handler)
{
EShellOfflineHandlerPrivate *priv;
GtkWidget *tree_view;
GtkListStore *model;
GtkCellRenderer *renderer;
GtkTreeViewColumn *column;
priv = offline_handler->priv;
if (priv->dialog_gui == NULL)
return;
tree_view = glade_xml_get_widget (priv->dialog_gui, "active_connection_treeview");
g_assert (GTK_IS_TREE_VIEW (tree_view));
gtk_tree_view_set_headers_visible (GTK_TREE_VIEW (tree_view), FALSE);
renderer = gtk_cell_renderer_text_new ();
column = gtk_tree_view_column_new_with_attributes ("Host", renderer, "text", 0, NULL);
gtk_tree_view_append_column (GTK_TREE_VIEW (tree_view), column);
model = gtk_list_store_new (1, G_TYPE_STRING);
g_hash_table_foreach (priv->id_to_component_info, update_dialog_tree_view_hash_foreach, model);
gtk_tree_view_set_model (GTK_TREE_VIEW (tree_view), GTK_TREE_MODEL(model));
}
static void
dialog_handle_ok (GtkDialog *dialog,
EShellOfflineHandler *offline_handler)
{
EShellOfflineHandlerPrivate *priv;
GtkWidget *instruction_label;
priv = offline_handler->priv;
gtk_dialog_set_response_sensitive (dialog, GTK_RESPONSE_OK, FALSE);
instruction_label = glade_xml_get_widget (priv->dialog_gui, "instruction_label");
g_assert (instruction_label != NULL);
g_assert (GTK_IS_LABEL (instruction_label));
gtk_label_set_text (GTK_LABEL (instruction_label), _("Closing connections..."));
finalize_offline (offline_handler);
}
static void
dialog_handle_cancel (GtkDialog *dialog,
EShellOfflineHandler *offline_handler)
{
EShellOfflineHandlerPrivate *priv;
priv = offline_handler->priv;
gtk_widget_destroy (GTK_WIDGET (dialog));
g_object_unref (priv->dialog_gui);
priv->dialog_gui = NULL;
cancel_offline (offline_handler);
}
static void
dialog_response_cb (GtkDialog *dialog,
int response_id,
void *data)
{
EShellOfflineHandler *offline_handler;
offline_handler = E_SHELL_OFFLINE_HANDLER (data);
switch (response_id) {
case GTK_RESPONSE_OK:
dialog_handle_ok (dialog, offline_handler);
break;
case GTK_RESPONSE_CANCEL:
case GTK_RESPONSE_DELETE_EVENT:
dialog_handle_cancel (dialog, offline_handler);
break;
default:
g_assert_not_reached ();
}
}
static void
pop_up_confirmation_dialog (EShellOfflineHandler *offline_handler)
{
EShellOfflineHandlerPrivate *priv;
GtkWidget *dialog;
priv = offline_handler->priv;
if (priv->dialog_gui == NULL) {
priv->dialog_gui = glade_xml_new (GLADE_DIALOG_FILE_NAME, NULL, NULL);
if (priv->dialog_gui == NULL) {
g_warning ("Cannot load the active connection dialog (installation problem?) -- %s",
GLADE_DIALOG_FILE_NAME);
finalize_offline (offline_handler);
return;
}
}
dialog = glade_xml_get_widget (priv->dialog_gui, "active_connection_dialog");
gtk_container_set_border_width (GTK_CONTAINER (GTK_DIALOG (dialog)->vbox), 0);
gtk_container_set_border_width (GTK_CONTAINER (GTK_DIALOG (dialog)->action_area), 12);
/* FIXME: do we really want this? */
/* gtk_window_set_transient_for (GTK_WINDOW (dialog), GTK_WINDOW (priv->parent_shell_view)); */
/* gtk_window_set_modal (GTK_WINDOW (dialog), TRUE); */
update_dialog_clist (offline_handler);
g_signal_connect (dialog, "response", G_CALLBACK (dialog_response_cb), offline_handler);
gtk_widget_show (dialog);
}
/* GObject methods. */
static void
impl_dispose (GObject *object)
{
EShellOfflineHandler *offline_handler;
EShellOfflineHandlerPrivate *priv;
offline_handler = E_SHELL_OFFLINE_HANDLER (object);
priv = offline_handler->priv;
/* (We don't unref the shell, as it's our owner.) */
if (priv->id_to_component_info != NULL) {
g_hash_table_foreach (priv->id_to_component_info, hash_foreach_free_component_info, NULL);
g_hash_table_destroy (priv->id_to_component_info);
priv->id_to_component_info = NULL;
}
if (priv->dialog_gui != NULL) {
GtkWidget *dialog;
dialog = glade_xml_get_widget (priv->dialog_gui, "active_connection_dialog");
gtk_widget_destroy (dialog);
g_object_unref (priv->dialog_gui);
priv->dialog_gui = NULL;
}
(* G_OBJECT_CLASS (parent_class)->dispose) (object);
}
static void
impl_finalize (GObject *object)
{
EShellOfflineHandler *offline_handler;
EShellOfflineHandlerPrivate *priv;
offline_handler = E_SHELL_OFFLINE_HANDLER (object);
priv = offline_handler->priv;
g_free (priv);
(* G_OBJECT_CLASS (parent_class)->finalize) (object);
}
/* GTK type handling. */
static void
class_init (EShellOfflineHandlerClass *klass)
{
GObjectClass *object_class;
object_class = G_OBJECT_CLASS (klass);
object_class->dispose = impl_dispose;
object_class->finalize = impl_finalize;
parent_class = g_type_class_ref(gtk_object_get_type ());
signals[OFFLINE_PROCEDURE_STARTED]
= g_signal_new ("offline_procedure_started",
G_OBJECT_CLASS_TYPE (object_class),
G_SIGNAL_RUN_LAST,
G_STRUCT_OFFSET (EShellOfflineHandlerClass, offline_procedure_started),
NULL, NULL,
e_shell_marshal_NONE__NONE,
G_TYPE_NONE, 0);
signals[OFFLINE_PROCEDURE_FINISHED]
= g_signal_new ("offline_procedure_finished",
G_OBJECT_CLASS_TYPE (object_class),
G_SIGNAL_RUN_LAST,
G_STRUCT_OFFSET (EShellOfflineHandlerClass, offline_procedure_finished),
NULL, NULL,
e_shell_marshal_NONE__BOOL,
G_TYPE_NONE, 1,
G_TYPE_BOOLEAN);
}
static void
init (EShellOfflineHandler *shell_offline_handler)
{
EShellOfflineHandlerPrivate *priv;
priv = g_new (EShellOfflineHandlerPrivate, 1);
priv->shell = NULL;
priv->parent_window = NULL;
priv->dialog_gui = NULL;
priv->num_total_connections = 0;
priv->id_to_component_info = g_hash_table_new (g_str_hash, g_str_equal);
priv->procedure_in_progress = FALSE;
priv->finished = FALSE;
shell_offline_handler->priv = priv;
}
/**
* e_shell_offline_handler_construct:
* @offline_handler: A pointer to an EShellOfflineHandler to construct.
* @shell: The Evolution shell.
*
* Construct the @offline_handler.
**/
void
e_shell_offline_handler_construct (EShellOfflineHandler *offline_handler,
EShell *shell)
{
EShellOfflineHandlerPrivate *priv;
g_return_if_fail (E_IS_SHELL_OFFLINE_HANDLER (offline_handler));
g_return_if_fail (E_IS_SHELL (shell));
priv = offline_handler->priv;
g_assert (priv->shell == NULL);
GTK_OBJECT_UNSET_FLAGS (GTK_OBJECT (offline_handler), GTK_FLOATING);
priv->shell = shell;
}
/**
* e_shell_offline_handler_new:
* @shell: The Evolution shell.
*
* Create a new offline handler.
*
* Return value: A pointer to the newly created EShellOfflineHandler object.
**/
EShellOfflineHandler *
e_shell_offline_handler_new (EShell *shell)
{
EShellOfflineHandler *offline_handler;
g_return_val_if_fail (E_IS_SHELL (shell), NULL);
offline_handler = (EShellOfflineHandler *) g_object_new (e_shell_offline_handler_get_type (), NULL);
e_shell_offline_handler_construct (offline_handler, shell);
return offline_handler;
}
/**
* e_shell_offline_handler_put_components_offline:
* @offline_handler: A pointer to an EShellOfflineHandler object.
*
* Put the components offline.
**/
void
e_shell_offline_handler_put_components_offline (EShellOfflineHandler *offline_handler,
GtkWindow *parent_window)
{
EShellOfflineHandlerPrivate *priv;
g_return_if_fail (offline_handler != NULL);
g_return_if_fail (E_IS_SHELL_OFFLINE_HANDLER (offline_handler));
g_return_if_fail (parent_window == NULL || GTK_IS_WINDOW (parent_window));
priv = offline_handler->priv;
priv->procedure_in_progress = TRUE;
priv->parent_window = parent_window;
/* Add an extra ref here as the signal handlers might want to unref
us. */
g_object_ref (offline_handler);
g_signal_emit (offline_handler, signals[OFFLINE_PROCEDURE_STARTED], 0);
priv->finished = FALSE;
if (! prepare_for_offline (offline_handler)) {
/* FIXME: Maybe do something smarter here. */
g_warning ("Couldn't put components off-line");
g_signal_emit (offline_handler, signals[OFFLINE_PROCEDURE_FINISHED], 0, FALSE);
priv->finished = TRUE;
g_object_unref (offline_handler);
return;
}
if (priv->num_total_connections > 0 && priv->parent_window != NULL)
pop_up_confirmation_dialog (offline_handler);
else
finalize_offline (offline_handler);
g_object_unref (offline_handler);
}
E_MAKE_TYPE (e_shell_offline_handler, "EShellOfflineHandler", EShellOfflineHandler, class_init, init, PARENT_TYPE)
|