/* * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 2 of the License, or (at your option) version 3. * * 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 * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public * License along with the program; if not, see * * * Authors: * Not Zed * Jeffrey Stedfast * * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com) * */ #ifndef _EM_VFOLDER_EDITOR_H #define _EM_VFOLDER_EDITOR_H #include "filter/rule-editor.h" #include "em-vfolder-context.h" #define EM_VFOLDER_EDITOR(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), em_vfolder_editor_get_type(), EMVFolderEditor)) #define EM_VFOLDER_EDITOR_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), em_vfolder_editor_get_type(), EMVFolderEditorClass)) #define EM_IS_VFOLDER_EDITOR(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), em_vfolder_editor_get_type())) #define EM_IS_VFOLDER_EDITOR_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), em_vfolder_editor_get_type())) #define EM_VFOLDER_EDITOR_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), em_vfolder_editor_get_type(), EMVFolderEditorClass)) typedef struct _EMVFolderEditor EMVFolderEditor; typedef struct _EMVFolderEditorClass EMVFolderEditorClass; struct _EMVFolderEditor { RuleEditor parent_object; }; struct _EMVFolderEditorClass { RuleEditorClass parent_class; }; GType em_vfolder_editor_get_type (void); EMVFolderEditor *em_vfolder_editor_new (EMVFolderContext *vc); #endif /* ! _EM_VFOLDER_EDITOR_H */ 15389f4a6d804e8e0dedce9e05f42e43d8a7a'>refslogtreecommitdiffstats
path: root/po
Commit message (Expand)AuthorAgeFilesLines
* Updated POTFILES.inPiotr Drąg2013-09-251-2/+0
* Assamese translation updatedNilamdyuti Goswami2013-09-241-126/+77
* Bug #659890 - Merge addressbook 'widgets' and 'merging' librariesMilan Crha2013-09-241-3/+3
* l10n: Update Japanese translationJiro Matsuzawa2013-09-241-12/+12
* l10n: Update Japanese translationvictory2013-09-241-5108/+3095
* Updated Traditional Chinese translation(Hong Kong and Taiwan)Chao-Hsiung Liao2013-09-232-1476/+1481
* Updated Hungarian translationBalázs Úr2013-09-231-733/+724
* [l10n] Update Catalan translationJosep Sànchez2013-09-221-12258/+2685
* Updated UkrainianDaniel Korostil2013-09-211-5455/+5877
* Updated Brazilian Portuguese translationEnrico Nicoletto2013-09-211-721/+721
* Updated Basque languageInaki Larranaga Murgoitio2013-09-211-2386/+2535
* Assamese translation updatedNilamdyuti Goswami2013-09-201-1968/+2169
* update Punjabi TranslaitonA S Alam2013-09-191-2826/+3033
* Updated Czech translationJiří Eischmann2013-09-181-1615/+1620
* Updated slovak translationMarián Čavojský2013-09-171-5031/+4801
* Updated Danish translationAsk H. Larsen2013-09-161-2527/+2609
* Updated Korean translationChangwoo Ryu2013-09-141-2955/+2991
* Updated Latvian translationRūdolfs Mazurs2013-09-121-2863/+3081
* Finnish translation updateTimo Jyrinki2013-09-111-5873/+6195
* Updated Serbian translationМирослав Николић2013-09-112-5494/+5628
* Updated Indonesian translationAndika Triwidada2013-09-091-989/+1069
* Updated Russian translationYuri Myasoedov2013-09-091-3406/+2197
* Updated Norwegian bokmål translationKjartan Maraas2013-09-091-873/+930
* Updated Belarusian translation.Ihar Hrachyshka2013-09-081-2841/+2843
* Updated German translationChristian Kirbach2013-09-071-1311/+1409
* Update French translationAlexandre Franke2013-09-041-32/+89
* Updated Traditional Chinese translation(Hong Kong and Taiwan)Chao-Hsiung Liao2013-09-042-558/+680
* Updated Irish translationSeán de Búrca2013-09-041-11970/+11842
* Updated Hungarian translationBalázs Úr2013-09-041-267/+335
* Fix Catalan spelling mistakesJordi Mas2013-09-031-5/+5
* Updated Spanish translationDaniel Mustieles2013-09-031-281/+349
* Updated Lithuanian translationAurimas Černius2013-09-021-31/+101
* Updated Polish translationPiotr Drąg2013-09-011-259/+320
* Updated Galician translationsFran Diéguez2013-09-011-34/+95
* Updated Slovenian translationMatej Urbančič2013-08-311-298/+350
* Updated Brazilian Portuguese translationEnrico Nicoletto2013-08-311-259/+321
* Updated Lithuanian translationAurimas Černius2013-08-281-343/+331
* Updated Galician translationsFran Diéguez2013-08-271-335/+341
* Update French translationAlexandre Franke2013-08-241-2546/+2754
* Updated Hungarian translationBalázs Úr2013-08-221-112/+123
* Updated Brazilian Portuguese translationRafael Ferreira2013-08-211-114/+119
* Updated Polish translationPiotr Drąg2013-08-211-42/+42
* Updated Malayalam TranslationAnish A2013-08-201-2124/+2268
* Updated Polish translationPiotr Drąg2013-08-191-2390/+2366
* Updated Slovenian translationMatej Urbančič2013-08-181-1652/+1770
* Updated Traditional Chinese translation(Hong Kong and Taiwan)Chao-Hsiung Liao2013-08-162-156/+164
* Updated Spanish translationDaniel Mustieles2013-08-141-47/+49
* Updated Norwegian bokmål translationKjartan Maraas2013-08-121-84/+89
* Updated Spanish translationDaniel Mustieles2013-08-081-253/+274
* Updated Traditional Chinese translation(Hong Kong and Taiwan)Chao-Hsiung Liao2013-08-072-62/+50
* Updated Russian translationYuri Myasoedov2013-08-041-1899/+2018
* Updated Brazilian Portuguese translation proofread by Enrico NicolettoRafael Ferreira2013-08-031-2531/+2136
* Updated Galician translationsFran Diéguez2013-08-021-1298/+1325
* Updated Hungarian translationGabor Kelemen2013-08-021-2501/+2703
* Updated Traditional Chinese translation(Hong Kong and Taiwan)Chao-Hsiung Liao2013-08-022-5421/+5813
* Updated Lithuanian translationAurimas Černius2013-07-311-1321/+1245
* Updated Norwegian bokmål translationKjartan Maraas2013-07-311-246/+262
* Updated Greek translationDimitris Spingos2013-07-221-1447/+1517
* Updated Spanish translationDaniel Mustieles2013-07-221-111/+111
* Updated Norwegian bokmål translationKjartan Maraas2013-07-181-737/+658
* Updated Czech translationMarek Černocký2013-07-121-4/+4
* Updated Indonesian translationAndika Triwidada2013-07-111-2532/+2458
* Remove nautilus-sendto integration.Matthew Barnes2013-07-081-1/+0
* updated kn translationsShankar Prasad2013-07-08