/* * Copyright (C) 2000 Helix Code Inc. * * Authors: Not Zed * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU Library 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 Library General Public License for more details. * * You should have received a copy of the GNU Library General Public * License along with this program; if not, write to the Free Software * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ #ifndef _FILTER_FOLDER_H #define _FILTER_FOLDER_H #include #include "filter-element.h" #define FILTER_FOLDER(obj) GTK_CHECK_CAST (obj, filter_folder_get_type (), FilterFolder) #define FILTER_FOLDER_CLASS(klass) GTK_CHECK_CLASS_CAST (klass, filter_folder_get_type (), FilterFolderClass) #define IS_FILTER_FOLDER(obj) GTK_CHECK_TYPE (obj, filter_folder_get_type ()) typedef struct _FilterFolder FilterFolder; typedef struct _FilterFolderClass FilterFolderClass; struct _FilterFolder { FilterElement parent; struct _FilterFolderPrivate *priv; char *uri; char *name; /* name of folder for display? */ }; struct _FilterFolderClass { FilterElementClass parent_class; /* virtual methods */ /* signals */ }; guint filter_folder_get_type (void); FilterFolder *filter_folder_new (void); /* methods */ #endif /* ! _FILTER_FOLDER_H */ le class='tabs'> aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Updated Bulgarian translation by Vladimir Petkov <vpetkov@i-space.org>Alexander Shopov2006-02-062-1209/+1283
* ** Fixes #326147 Modify e_source to reflect to the reverted changes.Veerapuram Varadhan2006-02-062-1/+9
* Updated evolution zh_CN translation.Funda Wang2006-02-062-587/+591
* Fixed memory leaks. Fixes #329251.Sushma Rai2006-02-064-4/+32
* Remove hard-coded EDS version number. Read it fromHarish Krishnaswamy2006-02-064-2/+12
* Updated Vietnamese translation.Clytie Siddall2006-02-062-18/+22
* Updated TranslationAnkitkumar Rameshchandra Patel2006-02-062-21/+23
* Updated Traditional Chinese translation(Taiwan). Updated TraditionalChao-Hsiung Liao2006-02-063-1746/+1779
* fix a bunch of Address Book stringsKarsten Bräckelmann2006-02-068-10/+33
* Updated Spanish translation.Francisco Javier F. Serrador2006-02-062-596/+187
* harmonizing plural forms of tooltips and status messages; fixing a fewAndre Klapper2006-02-063-21/+28
* fix typoKarsten Bräckelmann2006-02-062-1/+5
* fixing typos. fixes #304996 partially.Andre Klapper2006-02-064-2/+11
* changed label for MessageMarkAllAsRead to be more preciseKarsten Bräckelmann2006-02-062-1/+6
* Updated Thai translation.Theppitak Karoonboonyanan2006-02-052-182/+239
* init the nm-dbus connection once.Shreyas Srinivasan2006-02-052-6/+12
* Updated Thai translation.Theppitak Karoonboonyanan2006-02-042-235/+260
* Resolve conflicts.Josep Puigdemont i Casamajó2006-02-041-2/+0
* Updated Catalan translation by Xavier Conde <xavi.conde@gmail.com> and Jordi ...Josep Puigdemont i Casamajó2006-02-042-3938/+5839
* 2006-O2-04 Lukas Novotny <lukasnov@cvs.gnome.org>Lukas Novotny2006-02-042-3747/+5118
* Fixed the issue with subscribing to other user's folders. (#328554)Sushma Rai2006-02-034-84/+124
* Updated Albanian translation.Laurent Dhima2006-02-032-3920/+5057
* check if account is null before accessing itParthasarathi Susarla2006-02-022-1/+6
* Translation updated by Tino Meinen.Vincent van Adrighem2006-02-022-553/+587
* Updated Spanish translation.Francisco Javier F. Serrador2006-02-012-537/+559
* *** empty log message ***Ignacio Casal Quinteiro2006-02-012-545/+549
* File selector shows preview of the image when choosing picture of aDevashish Sharma2006-02-012-0/+33
* reverting the previous commit.Chenthill Palanisamy2006-02-012-3/+10
* Fix for Bug #329315Devashish Sharma2006-02-012-1/+7
* Updated TranslationAnkitkumar Rameshchandra Patel2006-02-012-536/+534
* vi.po: Updated Vietnamese translation.Clytie Siddall2006-02-012-6678/+6404
* Updated Canadian English translation.Adam Weinberger2006-02-012-536/+531
* Updated Finnish translationIlkka Tuohela2006-02-012-1032/+1200
* Translation updated by Ivar Smolin.Priit Laes2006-02-012-38/+44
* Updated Serbian translationSlobodan D. Sredojevic2006-01-313-2384/+2766
* Removed a non-existing file. Updated Thai translation.Theppitak Karoonboonyanan2006-01-313-3365/+3909
* Translation updated by Tino Meinen.Vincent van Adrighem2006-01-312-757/+942
* Fix compilation against HEAD gtk and on Win32, where we use theTor Lillqvist2006-01-312-2/+11
* show the alarm list dialog.Chenthill Palanisamy2006-01-312-0/+6
* On Win32, don't bother to attempt looking in Unix paths like /usr/lib orTor Lillqvist2006-01-312-0/+14
* Link with libefilterbar, too.Tor Lillqvist2006-01-312-0/+6
* Updated Lithuanian translation.Žygimantas Beručka2006-01-312-2071/+2286
* Updated Czech translation.Lukas Novotny2006-01-302-2838/+2406
* Remove unused files from source tree.Harish Krishnaswamy2006-01-304-420/+0
* Reverting Chakravarthi's commit on Jan 17 to fix miscellaneous problemsHarish Krishnaswamy2006-01-302-22/+11
* Remove inclusion of unused header.Harish Krishnaswamy2006-01-303-2/+6
* Remove non-existing file and add a few missing ones. Update NorwegianKjartan Maraas2006-01-304-1679/+1840
* Release updates, version bump. ***** Release 2.5.90 *****Harish Krishnaswamy2006-01-303-1/+35
* damned broken pipes! where's the plummerKjartan Maraas2006-01-301-13/+8
* Tons of cleanups of the following sort: - remove unused vars - removeKjartan Maraas2006-01-3050-336/+155
* Use g_list_delete_link() instead of g_list_remove_link() +Kjartan Maraas2006-01-303-7/+12
* Removed reference to "search" directory. Fixes the build issue.Sushma Rai2006-01-302-1/+5
* Remove unused code. Use #ifdef instead of #if some places. Add missingKjartan Maraas2006-01-308-11/+24
* Remove unused code and fix format specifiers in some cases.Kjartan Maraas2006-01-307-23/+16
* vi.po: Updated Vietnamese translation.Clytie Siddall2006-01-302-6346/+6629
* Fixed a small build issue.Devashish Sharma2006-01-301-8/+8
* fixes #328413Chenthill Palanisamy2006-01-302-2/+99
* fixes #250754Chenthill Palanisamy2006-01-302-3/+11
* Updated TranslationAnkitkumar Rameshchandra Patel2006-01-302-327/+342
* *** empty log message ***Devashish Sharma2006-01-301-0/+7
* Search types for addressbookDevashish Sharma2006-01-301-0/+174
* Added save advanced search for addressbook.Devashish Sharma2006-01-305-32/+53
* Use guint for 1 bit bitfield, use g_slist_delete_link instead ofKjartan Maraas2006-01-305-20/+22
* removed the unnecessary printfChenthill Palanisamy2006-01-301-1/+0
* Fixed the page layouts as per HIG spacing.Johnny Jacob2006-01-305-802/+923
* fixes #225816Chenthill Palanisamy2006-01-301-2/+177
* Fixes #328285 Added. Handle focus in and out events. (init_widgets):Johnny Jacob2006-01-302-0/+41
* fixes #225816Chenthill Palanisamy2006-01-303-3/+63
* s/T_erminal/Fi_xed width/ for consistency with other GNOME applications.Harish Krishnaswamy2006-01-302-1/+6
* removed the local change committed by mistake.Chenthill Palanisamy2006-01-301-6/+0
* ** Fixes Bug #314913Rajeev ramanathan2006-01-302-7/+6
* ** Fixes Bug #327347Rajeev ramanathan2006-01-302-1/+10
* fixes #327344Chenthill Palanisamy2006-01-303-1/+10
* Added missing file calendar/gui/review.c.Harish Krishnaswamy2006-01-302-0/+5
* removes an unused variable.Devashish Sharma2006-01-302-1/+4
* ** Fixes Bug #257654Rajeev ramanathan2006-01-304-0/+70
* Added a menu item for show/hide side bar. Also changed the mnemonics forRajeev Ramanathan2006-01-302-1/+10
* ** Fixes Bug #327304Rajeev ramanathan2006-01-302-0/+9
* ** Fixes bug #327304Rajeev Ramanathan2006-01-302-4/+11
* ** Fixes bug #316223pavithran2006-01-302-1/+8
* Updated evo translation.Funda Wang2006-01-302-332/+345
* s/don't/do not/ string change. Fixes #325276.Harish Krishnaswamy2006-01-292-1/+6
* Updated Korean translation.Changwoo Ryu2006-01-292-4494/+5469
* Updated Spanish translation.Francisco Javier F. Serrador2006-01-292-156/+188
* Added missing file. Updated Canadian English translation.Adam Weinberger2006-01-293-330/+346
* *** empty log message ***Ignacio Casal Quinteiro2006-01-282-322/+327
* vi.po: Updated Vietnamese translation.Clytie Siddall2006-01-282-318/+322
* Committed Rajeev's patch.Srinivasa Ragavan2006-01-282-0/+50
* Committing Rajeev's patch.Srinivasa Ragavan2006-01-289-244/+356
* Committing Rajeev's patch.Srinivasa Ragavan2006-01-28