aboutsummaryrefslogtreecommitdiffstats
path: root/e-util/e-dbhash.h
diff options
context:
space:
mode:
authornobody <nobody@localhost>2002-03-10 23:35:38 +0800
committernobody <nobody@localhost>2002-03-10 23:35:38 +0800
commite05eeffb4b05605d9e8c30bd3235cf4546a1872a (patch)
tree112fdd1c1308eff2630d6e381ed55bb0b4ee3071 /e-util/e-dbhash.h
parent0bdf8fdb5529e6cda86403085c1f6870796404d3 (diff)
downloadgsoc2013-evolution-EOG_0_116_1.tar.gz
gsoc2013-evolution-EOG_0_116_1.tar.zst
gsoc2013-evolution-EOG_0_116_1.zip
This commit was manufactured by cvs2svn to create tag 'EOG_0_116_1'.EOG_0_116_1
svn path=/tags/EOG_0_116_1/; revision=16024
Diffstat (limited to 'e-util/e-dbhash.h')
-rw-r--r--e-util/e-dbhash.h45
1 files changed, 0 insertions, 45 deletions
diff --git a/e-util/e-dbhash.h b/e-util/e-dbhash.h
deleted file mode 100644
index 9772a60c41..0000000000
--- a/e-util/e-dbhash.h
+++ /dev/null
@@ -1,45 +0,0 @@
-/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
-/*
- * Writes hashes that go to/from disk in db form. Hash keys are strings
- *
- * Author:
- * JP Rosevear (jpr@ximian.com)
- *
- * Copyright 2000, Ximian, Inc.
- */
-
-#ifndef __E_DBHASH_H__
-#define __E_DBHASH_H__
-
-#include <glib.h>
-
-typedef enum {
- E_DBHASH_STATUS_SAME,
- E_DBHASH_STATUS_DIFFERENT,
- E_DBHASH_STATUS_NOT_FOUND,
-} EDbHashStatus;
-
-typedef struct _EDbHash EDbHash;
-typedef struct _EDbHashPrivate EDbHashPrivate;
-
-struct _EDbHash
-{
- EDbHashPrivate *priv;
-};
-
-typedef void (*EDbHashFunc) (const char *key, gpointer user_data);
-
-EDbHash *e_dbhash_new (const char *filename);
-
-void e_dbhash_add (EDbHash *edbh, const char *key, const char *data);
-void e_dbhash_remove (EDbHash *edbh, const char *key);
-
-EDbHashStatus e_dbhash_compare (EDbHash *edbh, const char *key, const char *compare_data);
-void e_dbhash_foreach_key (EDbHash *edbh, EDbHashFunc func, gpointer user_data);
-
-void e_dbhash_write (EDbHash *edbh);
-
-void e_dbhash_destroy (EDbHash *edbh);
-
-#endif /* ! __E_DBHASH_H__ */
-
her James Lahey2000-05-162-2/+5 * Fixed some memory leaks.Christopher James Lahey2000-05-1611-81/+77 * Fixed a reference leak.Christopher James Lahey2000-05-163-1/+10 * add --with-purify-options support, and default it to what we at helix needChris Toshok2000-05-162-1/+16 * Changed sorting to be at priority level 30.Christopher James Lahey2000-05-165-6/+15 * Korean translation by Young-Ho, Cha <ganadist@dacome.co.kr>Nam SungHyun2000-05-162-1/+1011 * new mini icons for the tree view /tigertTuomas Kuosmanen2000-05-166-0/+7 * Removed a memory leak here.Christopher James Lahey2000-05-169-54/+17 * Fixed a compile error.Christopher James Lahey2000-05-163-9/+16 * Fixed a FIXME comment.Christopher James Lahey2000-05-168-54/+219 * Got rid of a memory leak. Rearranged a couple functions.Christopher James Lahey2000-05-169-60/+118 * Forgot include file - FedericoFederico Mena Quintero2000-05-161-0/+1 * Speak no evil - FedericoFederico Mena Quintero2000-05-161-0/+3 * Alarm stuff I had not cvs added, sigh - FedericoFederico Mena Quintero2000-05-1615-4/+1160 * Update `configure.in' for the new `widgets/misc' directory.Ettore Perazzoli2000-05-161-1/+2 * Use the new ETitleBar widget in the shell, thus allowing the user toEttore Perazzoli2000-05-164-31/+179 * Yet another attempt at fixing the gnome-pilot check- this time on Solaris.Russell Steinthal2000-05-162-2/+8 * New `ETitleBar' widget. Also, moved the `EClippedLabel' widget out ofEttore Perazzoli2000-05-1610-12/+477 * filename based interface. (filter_editor_save_rules): Interface to saveNotZed2000-05-163-24/+21 * Bunch of cleanup.NotZed2000-05-164-51/+50 * Removed filter-driver test program, now just part of libfilter.NotZed2000-05-164-172/+417 * o Added some preliminary ESMTP AUTH supportEDT 2000 Jeffrey Stedfast2000-05-162-6/+42 * Utility function to free a GList of strings.Ettore Perazzoli2000-05-165-10/+40 * Fixed drag and drop so that it properly handles pointer grabbing inEttore Perazzoli2000-05-166-129/+296 * gladeified replacement for eventedit.cSeth Alves2000-05-1610-8/+2709 * Remove camel_folder_get_summary, which no longer exists.Dan Winship2000-05-152-2/+5 * Translations from KeldKenneth Christiansen2000-05-151-58/+71 * Update from Akira TAGOH.Yukihiro Nakai2000-05-151-58/+68 * reparing damage from removing filesEric Busboom2000-05-15141-0/+42278 * removing all filesEric Busboom2000-05-15152-44434/+0 * This commit was generated by cvs2svn to compensate for changes in r3037,Eric Busboom2000-05-155-30/+49 * Initial revisionEric Busboom2000-05-1511-0/+2150 * Fix Drag & Drop behavior so that dragging a folder that is not theEttore Perazzoli2000-05-152-7/+40 * Initial drag and drop support for the tree view: now you can dragEttore Perazzoli2000-05-152-14/+284 * Correctly access an xmlNodePtr->contentIain Holmes2000-05-153-7/+12 * Updated russian translationValek Frob2000-05-152-67/+89 * Updated Swedish translationAndreas Hydén2000-05-152-64/+78 * Use the correct policy for resize.Christopher James Lahey2000-05-143-2/+7 * From widgets/e-table/ChangeLogChristopher James Lahey2000-05-1479-2478/+3952 * Added e_strdup_strip which returns a copy of the string with the leadingChristopher James Lahey2000-05-145-0/+45 * Protect against unknown folder types better.Ettore Perazzoli2000-05-142-0/+22 * Update from Akira TAGOH.Yukihiro Nakai2000-05-141-250/+695 * Sort folders in the storage view.Ettore Perazzoli2000-05-142-0/+26 * Remove unused file.Ettore Perazzoli2000-05-141-7/+0 * Add new files.Ettore Perazzoli2000-05-144-0/+521 * Initial implementation of the tree view for the folders.Ettore Perazzoli2000-05-149-135/+339 * Fix Makefile to use generated include files that are in the buildEttore Perazzoli2000-05-142-0/+7 * Translations from KeldKenneth Christiansen2000-05-141-2/+2 * Updated Swedish translationAndreas Hydén2000-05-142-20/+529 * Updated againKjartan Maraas2000-05-141-26/+26 * Translations from KeldKenneth Christiansen2000-05-141-8/+28 * Updated Norwegian translation.Kjartan Maraas2000-05-132-23/+547 * Translations from KeldKenneth Christiansen2000-05-131-95/+660 * Fix more Makefile breakage.Ettore Perazzoli2000-05-132-0/+6 * Fix Makefile so that it looks for include files in the EvolutionEttore Perazzoli2000-05-132-2/+8 * Use accelerators here.Miguel de Icaza2000-05-135-88/+106 * Saved translatable strings. Added files to POTFILES.in.Valek Frob2000-05-1313-288/+877 * Added version and availability of required libunicode library.Matt Loper2000-05-133-87/+89 * Use 6 X's to mkstemp, as required by the man page, just a temp fix, thisNotZed2000-05-132-1/+7 * Updated Swedish translationAndreas Hydén2000-05-132-77/+130 * NUL-terminate the data extracted from the BonoboStream.Dan Winship2000-05-132-1/+10 * Updated Norwegian translation.Kjartan Maraas2000-05-132-93/+161 * New function to add today's alarms for a single object.Federico Mena Quintero2000-05-129-54/+288 * remove some cruft that we're not currently using.Dan Winship2000-05-122-28/+4 * *** empty log message ***Miguel de Icaza2000-05-125-2/+68 * Call a kludge a kludge. (And an insecure kludge at that.)Dan Winship2000-05-121-0/+5 * Traslations from KeldKenneth Christiansen2000-05-121-15/+12 * Change to match prototype (size_t vs unsigned int) so it works on 64-bitDan Winship2000-05-122-1/+7 * make the toolbars detachable now that we require a new enough versionDan Winship2000-05-126-3/+15 * remove unused timezone variable to make this compile on BSD systems (whereDan Winship2000-05-123-2/+6 * now it deff compilesJeffrey Stedfast2000-05-121-1/+1 * > * providers/mbox/camel-mbox-folder.c (message_changed): IndicateMichael Zucci2000-05-125-4/+49 * camel-smtp-transport.c will now compile :)Jeffrey Stedfast2000-05-121-7/+8 * Make sure we mark the ibex as dirty.NotZed2000-05-122-0/+5 * providers/smtp/camel-smtp-transport.c: updated smtp_helo to more closely comp...Jeffrey Stedfast2000-05-122-14/+15 * Left-justify the message.Federico Mena Quintero2000-05-122-0/+6 * Big bunch o memleaks fixed.NotZed2000-05-127-12/+60 * Destroy the g_scanner when cleaning up. (e_sexp_finalise): Free symbolNotZed2000-05-122-0/+17 * Removed unused arguments. Load the initial alarms here. (load_alarms): NewFederico Mena Quintero2000-05-1222-513/+1461 * Free summary items and charset filters.12000-05-123-8/+30 * Fix compilation error.Chris Lahey2000-05-111-1/+1 * Made this dialog have fewer buttons.Christopher James Lahey2000-05-112-2/+6 * New development warning text from Nat.Christopher James Lahey2000-05-112-9/+40 * Make the table view be sorted by name initially.Christopher James Lahey2000-05-112-1/+6 * only set the default background color if style is not NULL.Larry Ewing2000-05-112-3/+10 * fixed camel_smtp_transport_class_init(): now initializes service_classJeffrey Stedfast2000-05-112-1/+9 * fix a stupid typo. Thank you, C.Dan Winship2000-05-113-2/+9 * deal with Content-Transfer-Encoding a little bit at least.Dan Winship2000-05-112-2/+16 * + * README: Added version and availability of required libunicodeMatthew Loper2000-05-112-1/+7 * Send a proper response when you can't find the ldap URI.Christopher James Lahey2000-05-113-15/+26 * Removed mail/mail-component.c.Christopher James Lahey2000-05-112-1/+4 * Added an about box.Christopher James Lahey2000-05-112-0/+57 * Added a dialog for when you can't open an addressbook.Christopher James Lahey2000-05-112-0/+35 * Update versions needed for gnome-print, bonobo, and gtkhtml.Dan Winship2000-05-112-11/+20 * Move "about" menuitem to the help menu.Matthew Loper2000-05-112-1/+6 * + * local/Inbox/mbox (Content-Transfer-Encoding): Commented outMatthew Loper2000-05-102-8/+12 * yet another attempt to make the build instructions usableDan Winship2000-05-101-36/+78 * We need a HACKING file.Christopher James Lahey2000-05-102-0/+4 * Removed dist-hook section.Christopher James Lahey2000-05-1043-62/+192 * Updated Swedish translation. Updated update.shAndreas Hydén2000-05-103-36/+65 * Set the icons when changing between components.Christopher James Lahey2000-05-103-0/+80 * Updated Galician translationJesus Bravo Alvarez2000-05-101-241/+116 * ChangeLog fix.Chris Lahey2000-05-101-1/+4 * Set the format when creating a new calendar.Christopher James Lahey2000-05-102-0/+23 * New function; allows users to submit a bug. + (command_run_bugbuddy):Matthew Loper2000-05-102-3/+24 * Make sure that the canvas doesn't intercept keyboard focus.Christopher James Lahey2000-05-103-0/+7 * Added briefcase.png to get installed.Christopher James Lahey2000-05-105-24/+87 * New .cvsignore file.Christopher James Lahey2000-05-102-0/+7 * update dependency info a bit moreDan Winship2000-05-101-8/+7 * Replaced the Address button with a label and rearranged the address area aChristopher James Lahey2000-05-105-60/+72 * Reenable editting.Christopher James Lahey2000-05-105-10/+14 * Destroy the view object when leaving the minicard view.Christopher James Lahey2000-05-102-1/+9 * Remove the tooltip callback when destroyed.Christopher James Lahey2000-05-103-0/+15 * Fixed etssv_remove.Christopher James Lahey2000-05-103-4/+26 * Bleah. Can't fsync a pipe. As a quick kludge, just don't stream_flush it.Dan Winship2000-05-102-2/+7 * Fixed reflow sorting to call reflow_request when sorting on an itemChristopher James Lahey2000-05-103-0/+7 * + * calendar/pcs/cal-backend.c (cal_backend_add_cal): Return nothingMatthew Loper2000-05-106-7/+33 * Make File As change if name or company are changed pretty much anywhere.Christopher James Lahey2000-05-104-26/+173 * new welcome message from tigert and AaronDan Winship2000-05-091-21/+2223 * Fill in "blah blah blah".Matthew Loper2000-05-092-6/+17 * Display the default inbox at startup, instead of an empty view.Ettore Perazzoli2000-05-095-15/+43 * Enabled a couple more fieldsChristopher James Lahey2000-05-092-2/+7 * Removed double free of method_string in uri->method_string.Christopher James Lahey2000-05-092-1/+8 * Fix misplaced `g_free()' that resulted in garbage to be printed outEttore Perazzoli2000-05-092-1/+8 * Removed addressbook.db since this is now handled by the pas.Christopher James Lahey2000-05-093-2/+6 * Added a default card to all new file backends.Christopher James Lahey2000-05-092-18/+68 * o Undid changes to camel-internet-address.[c,h] o FixedEDT 2000 Jeffrey Stedfast2000-05-094-32/+42 * o Moved struct_address from camel-internet-address.c toEDT 2000 Jeffrey Stedfast2000-05-094-12/+44 * Listed myself as the author of the shell.Ettore Perazzoli2000-05-091-0/+1 * Rearranged order of things getting destroyed.Christopher James Lahey2000-05-0912-26/+77 * Remove reflow idle when being destroyed.Christopher James Lahey2000-05-093-0/+26 * Fixed some indentation.Christopher James Lahey2000-05-098-161/+441 * Fixed the string duplication problem. Fixed the business/home addressChristopher James Lahey2000-05-093-6/+25 * make this a little less kludgy. Use gnome_error_dialog rather than printfDan Winship2000-05-094-44/+50 * one more refcounting fix I missed before.Dan Winship2000-05-092-3/+6 * o updated to use CamelException (as needed by new camel-stream.c) o noEDT 2000 Jeffrey Stedfast2000-05-092-30/+37 * Actually quit when the shell is destroyed.Ettore Perazzoli2000-05-092-0/+13 * Fix compilation with builddir != srcdir. Boy I love this.Ettore Perazzoli2000-05-093-2/+10 * update for camelstream changesDan Winship2000-05-093-16/+22 * Update for CamelStream CamelException changes.Dan Winship2000-05-093-15/+37 * Use CamelException to signal failure. (camel_stream_write_strings):Dan Winship2000-05-0930-812/+920 * Removed unused shortcuts which point to unimplemented folders.Matthew Loper2000-05-092-3/+10 * call e_day_view_stop_editing_event here to avoid a divide by zero a bitSeth Alves2000-05-092-0/+12 * CalBackendClass now is just an interface for calendar backends; this is anFederico Mena Quintero2000-05-0916-1117/+1570 * don't set the ico->uid to NULL or we won't find any other occurrences ofDamon Chaplin2000-05-095-10/+25 * New update.sh script from KennethAndreas Hydén2000-05-082-4/+37 * Updated Swedish translationAndreas Hydén2000-05-082-237/+211 * *** empty log message ***Hector Garcia2000-05-081-0/+4 * Fix const warning.Ettore Perazzoli2000-05-082-2/+6 * Adding es.poHector Garcia2000-05-081-0/+586 * make it really work with oaf. I need to recompile everyhting now.. shitMathieu Lacage2000-05-081-1/+1 * uhMathieu Lacage2000-05-081-1/+1 * make the composer work with oafMathieu Lacage2000-05-082-3/+14 * Make multi-line texts display properly. Fixed some mem leaks.Christopher James Lahey2000-05-08