/* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 8; tab-width: 8 -*- */ /* evolution-shell-client.h * * Copyright (C) 2000 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 */ #ifndef __EVOLUTION_SHELL_CLIENT_H__ #define __EVOLUTION_SHELL_CLIENT_H__ #include #include #include #include "Evolution.h" #ifdef __cplusplus extern "C" { #pragma } #endif /* __cplusplus */ #define EVOLUTION_TYPE_SHELL_CLIENT (evolution_shell_client_get_type ()) #define EVOLUTION_SHELL_CLIENT(obj) (GTK_CHECK_CAST ((obj), EVOLUTION_TYPE_SHELL_CLIENT, EvolutionShellClient)) #define EVOLUTION_SHELL_CLIENT_CLASS(klass) (GTK_CHECK_CLASS_CAST ((klass), EVOLUTION_TYPE_SHELL_CLIENT, EvolutionShellClientClass)) #define EVOLUTION_IS_SHELL_CLIENT(obj) (GTK_CHECK_TYPE ((obj), EVOLUTION_TYPE_SHELL_CLIENT)) #define EVOLUTION_IS_SHELL_CLIENT_CLASS(klass) (GTK_CHECK_CLASS_TYPE ((obj), EVOLUTION_TYPE_SHELL_CLIENT)) typedef struct _EvolutionShellClient EvolutionShellClient; typedef struct _EvolutionShellClientPrivate EvolutionShellClientPrivate; typedef struct _EvolutionShellClientClass EvolutionShellClientClass; struct _EvolutionShellClient { GObject base; EvolutionShellClientPrivate *priv; }; struct _EvolutionShellClientClass { GObjectClass parent_class; }; GtkType evolution_shell_client_get_type (void); void evolution_shell_client_construct (EvolutionShellClient *shell_client, GNOME_Evolution_Shell corba_shell); EvolutionShellClient *evolution_shell_client_new (GNOME_Evolution_Shell shell); GNOME_Evolution_Shell evolution_shell_client_corba_objref (EvolutionShellClient *shell_client); void evolution_shell_client_user_select_folder (EvolutionShellClient *shell_client, GtkWindow *parent, const char *title, const char *default_folder, const char **possible_types, GNOME_Evolution_Folder **folder_return); GNOME_Evolution_Activity evolution_shell_client_get_activity_interface (EvolutionShellClient *shell_client); GNOME_Evolution_Shortcuts evolution_shell_client_get_shortcuts_interface (EvolutionShellClient *shell_client); GNOME_Evolution_StorageRegistry evolution_shell_client_get_storage_registry_interface (EvolutionShellClient *shell_client); GNOME_Evolution_Storage evolution_shell_client_get_local_storage (EvolutionShellClient *shell_client); void evolution_shell_client_set_line_status (EvolutionShellClient *shell_client, gboolean online); GdkPixbuf *evolution_shell_client_get_pixbuf_for_type (EvolutionShellClient *shell_client, const char *folder_type, gboolean mini); GtkWidget *evolution_shell_client_create_storage_set_view (EvolutionShellClient *shell_client, Bonobo_UIComponent uic, Bonobo_Control *bonobo_control_iface_return, GNOME_Evolution_StorageSetView *storage_set_view_iface_return, CORBA_Environment *ev); #ifdef __cplusplus } #endif /* __cplusplus */ #endif /* __EVOLUTION_SHELL_CLIENT_H__ */ tion value='gnome-3.22'>gnome-3.22 FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Remove extra period and fix whitespace.olgeni2013-04-201-2/+2
* Remove extra question mark from pkg-descr, which probably crept inolgeni2013-04-201-1/+1
* Fix a typo in pkg-descr.olgeni2013-04-201-1/+1
* Fix build when SAMPLERATE=offpawel2013-04-201-0/+1
* Small fixes for pkg-descr.olgeni2013-04-201-1/+2
* Update deskutils/plasma-applet-cwp to 1.7.2.dbn2013-04-202-3/+3
* Update finance/R-cran-tseries to 0.10-31dbn2013-04-202-4/+3
* - Take maintainershipkoobs2013-04-202-5/+3
* Fix NLS supportpawel2013-04-201-2/+1
* Update to tzdata2013c:edwin2013-04-202-3/+3
* Enhance your listening experience, stay up-to-date with what your friends arepawel2013-04-208-0/+89
* Breaks on a 4-core build, mark MAKE_JOBS_UNSAFEcrees2013-04-201-0/+1
* Document PMASA-2013-1matthew2013-04-201-0/+29
* Update audio/soundkonverter to 2.0.1.dbn2013-04-203-3/+4
* Update math/R-cran-quadprog to 1.5-5dbn2013-04-202-4/+3
* - Update to 1.4.4.4sunpoet2013-04-202-3/+3
* - Update to 6.66sunpoet2013-04-202-11/+7
* - Update to 2013.08sunpoet2013-04-203-10/+21
* - Add p5-IO-Event 0.812sunpoet2013-04-205-0/+75
* Prevent libgii from building linux specific modules if linux headers areantoine2013-04-201-0/+2
* - Do not call cleanup() in usage() (read: before fd_init()). Doing so candanfe2013-04-203-12/+27
* Update to 2.1.adamw2013-04-203-4/+41
* Update to the 20130418 snapshot of GCC 4.8.1. This no longer installsgerald2013-04-202-5/+4
* - update to 2.0.2jgh2013-04-203-44/+14
* Add man page.eadler2013-04-201-3/+5
* - Update to 0.0-22tota2013-04-202-4/+3
* - Update to 1.3-1tota2013-04-202-4/+3
* - Update to 2.0.3tota2013-04-202-6/+5
* - Update to 1.2-2tota2013-04-202-4/+3
* - Update to 0.5.0olivierd2013-04-206-29/+39
* add new port: www/qupzillajgh2013-04-205-0/+331
* Update to version 1.7.2pawel2013-04-203-3/+6
* Document roundcube arbitrary file disclosure vulnerability.delphij2013-04-201-0/+30
* Update to the 20130413 snapshot of GCC 4.7.4. This encompasses allgerald2013-04-202-3/+3
* - Convert to new options frameworksunpoet2013-04-201-4/+8
* - Update to 1.017sunpoet2013-04-203-4/+5
* Upgrade to version 1.1.1.olgeni2013-04-192-3/+3
* Adjust web link (https now) and tweak formatting of the package description.gerald2013-04-192-8/+4
* Update dosage to 2.1antoine2013-04-194-14/+14
* update to 3.1.3bf2013-04-192-9/+4
* - Remove duplicate LANG_US_DESC entrydanfe2013-04-191-3/+2
* - Update to 0.56sunpoet2013-04-192-4/+4
* - update to 2.9.0rm2013-04-193-3/+40
* - Update to 2.4.2bdrewery2013-04-192-3/+3
* - Update to 20130415 and welcome GLSL !martymac2013-04-195-165/+184
* - Update to 1.03culot2013-04-193-4/+4
* Fix categoryeadler2013-04-191-1/+1
* - Update to 0.4.4madpilot2013-04-194-10/+12
* - Update to 0.3.1madpilot2013-04-194-15/+14
* - Update to 4.2.1mva2013-04-192-3/+3
* Update to 0.12.3 release.ale2013-04-192-4/+3
* Update to 3.0-20130413, including play2 support.ale2013-04-192-3/+4
* Update to 2.4.2 release.ale2013-04-194-8/+6
* - Udpate to 5.9culot2013-04-194-5/+5
* update to 5.30.0bf2013-04-193-10/+25
* Unbreak after libxml2 2.8.0_2 update.kwm2013-04-191-1/+1
* Update to 1.4.7martymac2013-04-193-14/+3
* - Update to svn rev. 84102martymac2013-04-1912-43/+26
* Use a more descriptive text for NCURSES.ehaupt2013-04-191-1/+1
* - Deprecate: Abandoned upstream, does not support pkgng.ak2013-04-191-6/+5
* - Update to version 0.6.4danfe2013-04-194-41/+33
* The Event Notify Test Runner is a general-purpose UNIX utility intended to makeeadler2013-04-194-0/+31
* - Switch to tar.gz distfile to remove lzip dependency [1]ak2013-04-192-17/+7
* - Convert to OptionsNGeadler2013-04-192-9/+9
* - update to 1.0.5 [1]jgh2013-04-194-12/+60
* - update deskutils/virt-manager to 0.9.5jgh2013-04-196-26/+12
* Fix build with LZMA. All supported versions have liblzma in the base.jkim2013-04-193-3/+20
* - define CMAKE_BUILD_TYPEjgh2013-04-191-1/+1
* Fix munin-sched rc scriptflo2013-04-192-1/+2
* - Fix runtime behavior due to typo in FreeBSD upstream patchbdrewery2013-04-194-2/+24
* Update to 5.5.30.30.2flo2013-04-192-4/+4
* - Update to 4.3.3madpilot2013-04-192-5/+4
* update to 0.2.4.12-alphabf2013-04-193-9/+3
* Update regripperplugins to 20130404antoine2013-04-194-250/+8
* - Update to 0.12culot2013-04-192-6/+8
* - update to 1.1jgh2013-04-193-202/+240
* - update to 3.5.1rm2013-04-193-6/+66
* - Update to 2.22sunpoet2013-04-192-3/+3
* - Update to 0.09sunpoet2013-04-192-3/+3
* - Update to 3.0.8sunpoet2013-04-192-3/+3
* - Update to 1.2.15sunpoet2013-04-192-3/+3
* - Update to 1.2.15.0sunpoet2013-04-192-3/+3
* - Update to 1.2.15sunpoet2013-04-192-3/+3
* - Update to 1.2.15sunpoet2013-04-192-3/+3
* Update to 0.91.0 .nox2013-04-194-36/+8
* - Update to 0.029sunpoet2013-04-192-5/+7
* - Update to 1.040sunpoet2013-04-193-4/+4
* - Update to 0.018sunpoet2013-04-193-17/+4
* - Update to 1.2.1sunpoet2013-04-192-3/+3
* - Update to 0.54culot2013-04-193-13/+21
* - Update to 20130331sunpoet2013-04-192-4/+5
* - Update to 0.2.3sunpoet2013-04-192-8/+4
* - Update to 1.41.2sunpoet2013-04-19