/* -*- 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 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 */ #ifndef __EVOLUTION_SHELL_CLIENT_H__ #define __EVOLUTION_SHELL_CLIENT_H__ #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 { BonoboObjectClient parent; EvolutionShellClientPrivate *priv; }; struct _EvolutionShellClientClass { BonoboObjectClientClass 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); void evolution_shell_client_user_select_folder (EvolutionShellClient *shell_client, const char *title, const char *default_folder, const char *possible_types[], char **uri_return, char **physical_uri_return); GNOME_Evolution_Activity evolution_shell_client_get_activity_interface (EvolutionShellClient *shell_client); GNOME_Evolution_LocalStorage evolution_shell_client_get_local_storage (EvolutionShellClient *shell_client); #ifdef __cplusplus } #endif /* __cplusplus */ #endif /* __EVOLUTION_SHELL_CLIENT_H__ */ ue='range'>range
path: root/print
Commit message (Expand)AuthorAgeFilesLines
* Add teTeX-3.0 support.hrs2005-02-082-9/+10
* Update to teTeX-3.0.hrs2005-02-088-46/+99
* Temporary add http://people.freebsd.org/~edwin/ to the MASTER_SITESedwin2005-02-081-1/+2
* Temporary mastersite (http://people.freebsd.org/~edwin) until theedwin2005-02-081-1/+2
* Fix a bug which prevents "make install".hrs2005-02-071-2/+2
* Update to 20050201.matusita2005-02-073-23/+38
* Update to 11.55[1] and mark as NOT_FOR_ARCHS=ia64[2].hrs2005-02-075-54/+50
* Remove print/teTeX-latex2e because the new print/teTeX-texmf alreadyhrs2005-02-066-225/+0
* Add teTeX-3.0 support and mark IGNORE in ones which are already includedhrs2005-02-0619-13/+39
* Update to 2.99.13.20040204.hrs2005-02-061-4/+4
* - update to 5.95ahrs2005-02-064-61/+64
* - teTeX-3.0 supporthrs2005-02-064-42/+33
* Update to 2.99.13.20040204, a teTeX-3.0 release candidate.hrs2005-02-0617-14562/+16188
* Maintainer's updatemita2005-02-064-2/+8
* The slippery pthread support for systems prior to 502102 has beenknu2005-02-051-2/+7
* don't set BUILD_DEPENDS=a2ps, add it (BUILD_DEPENDS+=a2ps)oliver2005-02-041-2/+2
* Only remove filter.conf if unchanged.lofi2005-02-032-3/+3
* Fix plist.lofi2005-02-031-1/+0
* Update to 2.8.3ahze2005-02-032-3/+3
* Now where did those manpages come from.lofi2005-02-021-1/+3
* Upgrade to 20050117.thierry2005-02-016-30/+65
* Split the postgresql ports into a server and a client part.girgen2005-01-311-2/+2
* Fix dependencies, too many build_deps and not enough run_deps.girgen2005-01-311-7/+3
* - Update to 1.6.5pav2005-01-302-11/+15
* - added suggested patch to use bash3 as default dependency for bashandreas2005-01-301-3/+7
* Fix the another big small typo and preemptively fix perl invocation, too.lofi2005-01-302-8/+10
* Small typo with big consequences.lofi2005-01-301-2/+2
* add another missing dependency....oliver2005-01-301-1/+2
* Remove all BUILD_DEPENDS, specify paths of possible text-to-postscriptlofi2005-01-282-7/+24
* Add alignmargins, a utility script to generate custom margins in PPDs forlofi2005-01-286-0/+81
* Add foomatic-filters, wrapper scripts for foomatic.lofi2005-01-285-0/+51
* Do not wipe existing certs on installation from portvs2005-01-281-1/+1
* remove trailing \ from LIB_DEPENDSoliver2005-01-281-1/+1
* add some dependenciesoliver2005-01-281-1/+3
* Patch for remote buffer exploit.trhodes2005-01-272-1/+15
* - bring xfce4 to 4.2oliver2005-01-273-14/+73
* Remove IGNORE for some bento-specific condition.demon2005-01-251-5/+0
* - Security Fixdinoex2005-01-252-1/+117
* - Move print/ggv2 to print/ggvpav2005-01-256-3/+2
* - Update gimp-print to 4.2.7pav2005-01-2510-66/+160
* - Update to 1.1.23sem2005-01-2510-95/+20
* - Fix tiff vulnerabilityale2005-01-233-3/+29
* Fix a buffer overflow which can be triggered byhrs2005-01-212-1/+15
* Update to 0.06, reset maintainer to perl.tobez2005-01-203-6/+7
* Update to 1.2.3vs2005-01-202-3/+3
* Fix typo.thierry2005-01-201-2/+2
* Fix a typo.jmz2005-01-191-1/+1
* Update to version T112.jmz2005-01-194-18/+81
* Mark FORBIDDEN due to exploitable vulnerabilitynectar2005-01-181-0/+2
* Fix remote arbitrary code execution vulnerability.simon2005-01-182-1/+51
* Update to version 0.2.5krion2005-01-163-25/+3
* Update to version 1.0bkrion2005-01-163-3/+7
* - use DATADIR, sort filesdinoex2005-01-151-251/+251
* Fix plist.krion2005-01-151-0/+2
* - Reset maintainer address, d'oh:pav2005-01-151-1/+1
* - Update to 4.8.0pav2005-01-158-85/+67
* version bump for linux-tiff updatetrevor2005-01-151-1/+1
* Change the gnomesu dependency to point to security/libgnomesu instead ofadamw2005-01-151-1/+1
* Mark DEPRECATED and set 1 month expiration date due to unresolvedsimon2005-01-131-0/+3
* Remove quotes around IGNORE message text.demon2005-01-131-1/+1
* Update to version 1.2.1krion2005-01-1322-190/+734
* Fix MASTER_SITES.krion2005-01-091-6/+4
* Reset undeliverable maintainer email address:kris2005-01-091-1/+1
* Update to 2.8.2.adamw2005-01-092-3/+3
* - Pass maintainership to submittersem2005-01-081-1/+1
* Add one more file.jmz2005-01-041-0/+1
* Fix plist.krion2005-01-011-1/+6
* Say hello to the linux mega patch, it consolidates our linux bits anetchild2005-01-012-13/+8
* Update to version 8.50krion2004-12-3122-28/+585
* Note where the missing parameter is.obrien2004-12-311-1/+1
* Add a secondary (really primary) website.obrien2004-12-311-0/+1
* Upgrade to version 8.30.obrien2004-12-313-79/+5
* The acroread 3.X port was removed, so it need no longer be listedtrevor2004-12-311-1/+0
* Support amd64.trevor2004-12-311-5/+1
* Update to version 3.6.1krion2004-12-3019-188/+137
* Upgrade to version 8.15.obrien2004-12-304-11/+85
* Make it clearer what this is vs. ghostscript-gpl.obrien2004-12-302-0/+6
* - Update to 1.7pav2004-12-294-36/+3
* - Deal with manlang directoriespav2004-12-291-0/+8
* Fix pkg-plist.hrs2004-12-291-0/+1
* Add $TEXMFLOCAL/doc/latex directory.hrs2004-12-291-1/+2
* Fix pkg-plist for XEmacs.hrs2004-12-292-6/+0
* Fix the missing dvipdfm.1 in ${MAN1}.hrs2004-12-291-2/+2
* Fix pkg-plist: remove shared directory.joerg2004-12-271-0/+1
* Back out the previous change. Mita-san will continue tohrs2004-12-271-1/+1
* Upgrade to 0.72cobraun2004-12-272-3/+3
* Patch vulnerability in imported xpdf code. Bump PORTREVISION.josef2004-12-252-1/+30
* Patch vulnerability in imported xpdf code. Bump PORTREVISION.josef2004-12-252-1/+28
* Chase print/acroread5 to print/acroreadkris2004-12-242-2/+2
* - Add missing manpagesmarkus2004-12-241-1/+3
* Move acroread5 to acroread, as requested by tg and vs.trevor2004-12-24