aboutsummaryrefslogtreecommitdiffstats
path: root/shell/evolution-activity-client.h
blob: e21fbec52d8dd3828d92a06f218aadd32838d9d8 (plain) (blame)
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
/* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 8; tab-width: 8 -*- */
/* evolution-activity-client.h
 *
 * Copyright (C) 2001  Ximian, Inc.
 *
 * This program is free software; you can redistribute it and/or
 * modify it under the terms of the GNU General Public License as
 * published by the Free Software Foundation; either version 2 of the
 * License, or (at your option) any later version.
 *
 * 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>
 */

#ifndef _EVOLUTION_ACTIVITY_CLIENT_H_
#define _EVOLUTION_ACTIVITY_CLIENT_H_

#include "evolution-shell-client.h"

#include "Evolution.h"

#include <gtk/gtkobject.h>
#include <gdk-pixbuf/gdk-pixbuf.h>

#ifdef __cplusplus
extern "C" {
#pragma }
#endif /* __cplusplus */

#define EVOLUTION_TYPE_ACTIVITY_CLIENT          (evolution_activity_client_get_type ())
#define EVOLUTION_ACTIVITY_CLIENT(obj)          (GTK_CHECK_CAST ((obj), EVOLUTION_TYPE_ACTIVITY_CLIENT, EvolutionActivityClient))
#define EVOLUTION_ACTIVITY_CLIENT_CLASS(klass)      (GTK_CHECK_CLASS_CAST ((klass), EVOLUTION_TYPE_ACTIVITY_CLIENT, EvolutionActivityClientClass))
#define EVOLUTION_IS_ACTIVITY_CLIENT(obj)           (GTK_CHECK_TYPE ((obj), EVOLUTION_TYPE_ACTIVITY_CLIENT))
#define EVOLUTION_IS_ACTIVITY_CLIENT_CLASS(klass)       (GTK_CHECK_CLASS_TYPE ((obj), EVOLUTION_TYPE_ACTIVITY_CLIENT))


typedef struct _EvolutionActivityClient        EvolutionActivityClient;
typedef struct _EvolutionActivityClientPrivate EvolutionActivityClientPrivate;
typedef struct _EvolutionActivityClientClass   EvolutionActivityClientClass;

struct _EvolutionActivityClient {
    GtkObject parent;

    EvolutionActivityClientPrivate *priv;
};

struct _EvolutionActivityClientClass {
    GtkObjectClass parent_class;

    /* Signals.  */
    void (* show_details) (EvolutionActivityClient *activity_client);
    void (* cancel) (EvolutionActivityClient *activity_client);
};


GtkType                  evolution_activity_client_get_type   (void);
gboolean                 evolution_activity_client_construct  (EvolutionActivityClient  *activity_client,
                                   EvolutionShellClient     *shell_client,
                                   const char               *component_id,
                                   GdkPixbuf               **animated_icon,
                                   const char               *information,
                                   gboolean                  cancellable,
                                   gboolean                 *suggest_display_return);
EvolutionActivityClient *evolution_activity_client_new        (EvolutionShellClient     *shell_client,
                                   const char               *component_id,
                                   GdkPixbuf               **animated_icon,
                                   const char               *information,
                                   gboolean                  cancellable,
                                   gboolean                 *suggest_display_return);

gboolean  evolution_activity_client_update  (EvolutionActivityClient *activity_client,
                         const char              *information,
                         double                   progress);

GNOME_Evolution_Activity_DialogAction
evolution_activity_client_request_dialog  (EvolutionActivityClient             *activity_client,
                       GNOME_Evolution_Activity_DialogType  dialog_type);

#ifdef __cplusplus
}
#endif /* __cplusplus */

#endif /* _EVOLUTION_ACTIVITY_CLIENT_H_ */
/td> * Update to KDE 3.5.0lofi2006-01-092-55/+34 * Update to KDE 3.4.3 / KOffice 1.4.2lofi2005-11-051-2/+2 * Update to KDE 3.4.2 / KOffice 1.4.1lofi2005-08-012-53/+8 * Update to KDE 3.4.1lofi2005-06-262-7/+3 * Update to KDE 3.4lofi2005-03-212-30/+115 * Add i18nized doc subdirs to kdehier and adjust i18n port plists accordingly.lofi2004-12-231-1/+0 * Fix kde3-i18n ports.lofi2004-12-161-2/+2 * Update to KDE 3.3.2lofi2004-12-143-7/+58 * Update to KDE 3.3.1lofi2004-11-082-6/+13 * Update to KDE 3.3lofi2004-08-313-3/+7 * Update to version 3.2.3lofi2004-06-102-5/+12 * Update to KDE 3.2.2lofi2004-04-202-16/+11 * Update to KDE 3.2.1 / QT 3.3.1lofi2004-03-103-2/+12 * Update to KDE 3.2.0lofi2004-02-053-24/+65 * Add USE_GETTEXT and bump PORTREVISION.marcus2004-02-041-2/+2 * Now gettext 0.12.1 is gettext-old.trevor2004-01-241-1/+1 * Translation update: fix checksum.will2003-09-221-1/+1 * Upgrade to Qt 3.2.1 / KDE 3.1.4. See x11/kde3/Makefile rev 1.64 for details.will2003-09-181-2/+1 * Update KDE to the latest official release, KDE 3.1.3lofi2003-07-292-3/+8 * Update to KDE 3.1.2lioux2003-05-202-5/+4 * Rejoice, for the long awaited upgrade to kde 3.1.1 is here!alane2003-04-062-1/+8 * Clear moonlight beckons.ade2003-03-07