/* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 8; tab-width: 8 -*- */ /* e-shortcuts-view-model.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 _E_SHORTCUTS_VIEW_MODEL_H_ #define _E_SHORTCUTS_VIEW_MODEL_H_ #include #include "e-shortcuts.h" #ifdef __cplusplus extern "C" { #pragma } #endif /* __cplusplus */ #define E_TYPE_SHORTCUTS_VIEW_MODEL (e_shortcuts_view_model_get_type ()) #define E_SHORTCUTS_VIEW_MODEL(obj) (GTK_CHECK_CAST ((obj), E_TYPE_SHORTCUTS_VIEW_MODEL, EShortcutsViewModel)) #define E_SHORTCUTS_VIEW_MODEL_CLASS(klass) (GTK_CHECK_CLASS_CAST ((klass), E_TYPE_SHORTCUTS_VIEW_MODEL, EShortcutsViewModelClass)) #define E_IS_SHORTCUTS_VIEW_MODEL(obj) (GTK_CHECK_TYPE ((obj), E_TYPE_SHORTCUTS_VIEW_MODEL)) #define E_IS_SHORTCUTS_VIEW_MODEL_CLASS(klass) (GTK_CHECK_CLASS_TYPE ((obj), E_TYPE_SHORTCUTS_VIEW_MODEL)) typedef struct _EShortcutsViewModel EShortcutsViewModel; typedef struct _EShortcutsViewModelPrivate EShortcutsViewModelPrivate; typedef struct _EShortcutsViewModelClass EShortcutsViewModelClass; struct _EShortcutsViewModel { EShortcutModel parent; EShortcutsViewModelPrivate *priv; }; struct _EShortcutsViewModelClass { EShortcutModelClass parent_class; }; GtkType e_shortcuts_view_model_get_type (void); void e_shortcuts_view_model_construct (EShortcutsViewModel *model, EShortcuts *shortcuts); EShortcutsViewModel *e_shortcuts_view_model_new (EShortcuts *shortcuts); #ifdef __cplusplus } #endif /* __cplusplus */ #endif /* _E_SHORTCUTS_VIEW_MODEL_H_ */ ependabot/npm_and_yarn/devel/electron4/files/minimist-1.2.3'>dependabot/npm_and_yarn/devel/electron4/files/minimist-1.2.3 FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
path: root/chinese/autoconvert
Commit message (Expand)AuthorAgeFilesLines
* Unbreak fetching by pointing to archived distfile in Google Cloud Storage.kevlo2016-12-131-4/+1
* GOOGLE_CODE has gone away.mat2016-09-141-0/+2
* - Switch to options helpersamdmi32015-12-051-3/+3
* - Don't use / in sed regexps to allow paths, unbreaking cross-buildsamdmi32015-08-051-3/+3
* - Don't install static libraries with INSTALL_LIB (part 2/2)amdmi32015-05-092-3/+3
* Cleanup plistbapt2014-10-201-1/+0
* - Simplify Makefilesunpoet2014-07-121-4/+0
* Fix pkg-plist after previous commit.tijl2014-06-032-1/+2
* Properly respect CFLAGS, LDFLAGS, etc.tijl2014-06-033-22/+24
* Quote ${CC} and similar variables in MAKE_ARGS.tijl2014-05-211-1/+1
* - Remove unnecessary slash after STAGEDIRsunpoet2013-10-031-2/+2
* Support stage.vanilla2013-09-273-14/+32
* Add NO_STAGE all over the place in preparation for the staging support (cat: ...bapt2013-09-211-0/+1
* Fix without gccbapt2013-08-011-5/+2
* - Change pre-install: to post-install:sunpoet2012-06-252-19/+26
* - Get Rid MD5 supportmiwi2011-03-191-1/+0
* respect $(CC) to make clang happy.vanilla2010-06-303-10/+10
* - Mark MAKE_JOBS_UNSAFEpav2009-11-231-0/+1
* - Update download locationpav2009-01-312-4/+6
* Reset yinjieh@csie.nctu.edu.tw due to lack of time to work on portslinimon2008-12-252-4/+1
* - Remove USE_GETOPT_LONG which is a no-op since March 2007pav2008-03-201-1/+0
* - Update to 0.3.16rafan2006-12-305-23/+14
* - Respect DESTDIRclsung2006-08-141-3/+3
* - Update to 0.3.14rafan2006-07-063-30/+4
* remove USE_REINPLACE for all ports with categories starting with Cedwin2006-05-041-1/+0
* SHA256ifyedwin2006-01-221-0/+2
* Improve amd64 fix, Only build shared library with -fPICarved2004-03-222-7/+10
* - Fix build on AMD64krion2004-02-091-1/+1
* - Fix build on -currentkrion2003-10-16