Low-level core library that forms the basis for projects such as GTK+ and GNOME.
Go to file
Tim Janik afdf8b93a3 removed g_dataset_try_key, g_dataset_force_id and g_dataset_retrive_key in
Fri Jun 19 03:11:02 1998  Tim Janik  <timj@gtk.org>

        * gdataset.c: removed g_dataset_try_key, g_dataset_force_id and
        g_dataset_retrive_key in favour of GQuarks.
        a GQuark is an numeric id wich is associated with a certain string.
        (g_quark_try_string): try to get the quark associated with this string,
        if the lookup failed return 0.
        (g_quark_from_string): get the associated quark for a string, if there
        isn't currently a GQuark associated with this string, then allocate a
        new quark and return that.
        (g_quark_from_static_string): like the above function, but the string
        isn't strdup()ed to save memory.
        (g_quark_to_string): get the string that is associated with a certain
        GQuark.

        * gdataset.c (g_dataset_id_set_data_full): invoke the destroy function
        _after_ the new data has been setup.
1998-06-19 02:00:23 +00:00
glib removed g_dataset_try_key, g_dataset_force_id and g_dataset_retrive_key in 1998-06-19 02:00:23 +00:00
tests Use GINT_TO_POINTER casts to remove compiler warnings. 1998-06-18 20:37:11 +00:00
.cvsignore glib-config: removed autogenerated file 1998-06-12 08:18:29 +00:00
acconfig.h Initial revision 1998-06-10 23:21:14 +00:00
acinclude.m4 New file. Contains `libtool.m4' from libtool-1.2, the version from which 1998-06-11 00:10:13 +00:00
AUTHORS Initial revision 1998-06-10 23:21:14 +00:00
autogen.sh Initial revision 1998-06-10 23:21:14 +00:00
ChangeLog removed g_dataset_try_key, g_dataset_force_id and g_dataset_retrive_key in 1998-06-19 02:00:23 +00:00
ChangeLog.pre-2-0 removed g_dataset_try_key, g_dataset_force_id and g_dataset_retrive_key in 1998-06-19 02:00:23 +00:00
ChangeLog.pre-2-2 removed g_dataset_try_key, g_dataset_force_id and g_dataset_retrive_key in 1998-06-19 02:00:23 +00:00
ChangeLog.pre-2-4 removed g_dataset_try_key, g_dataset_force_id and g_dataset_retrive_key in 1998-06-19 02:00:23 +00:00
ChangeLog.pre-2-6 removed g_dataset_try_key, g_dataset_force_id and g_dataset_retrive_key in 1998-06-19 02:00:23 +00:00
ChangeLog.pre-2-8 removed g_dataset_try_key, g_dataset_force_id and g_dataset_retrive_key in 1998-06-19 02:00:23 +00:00
ChangeLog.pre-2-10 removed g_dataset_try_key, g_dataset_force_id and g_dataset_retrive_key in 1998-06-19 02:00:23 +00:00
ChangeLog.pre-2-12 removed g_dataset_try_key, g_dataset_force_id and g_dataset_retrive_key in 1998-06-19 02:00:23 +00:00
config.guess Initial revision 1998-06-10 23:21:14 +00:00
config.h.in Initial revision 1998-06-10 23:21:14 +00:00
config.sub Initial revision 1998-06-10 23:21:14 +00:00
configure.in New file. Contains `libtool.m4' from libtool-1.2, the version from which 1998-06-11 00:10:13 +00:00
COPYING Initial revision 1998-06-10 23:21:14 +00:00
garray.c [Changes from josh to sync with his glib stuff -Yosh] 1998-06-12 09:38:32 +00:00
gbacktrace.c Initial revision 1998-06-10 23:21:14 +00:00
gcache.c Initial revision 1998-06-10 23:21:14 +00:00
gcompletion.c Initial revision 1998-06-10 23:21:14 +00:00
gdataset.c removed g_dataset_try_key, g_dataset_force_id and g_dataset_retrive_key in 1998-06-19 02:00:23 +00:00
gerror.c Initial revision 1998-06-10 23:21:14 +00:00
ghash.c [Changes from josh to sync with his glib stuff -Yosh] 1998-06-12 09:38:32 +00:00
glib-config.in Initial revision 1998-06-10 23:21:14 +00:00
glib.h removed g_dataset_try_key, g_dataset_force_id and g_dataset_retrive_key in 1998-06-19 02:00:23 +00:00
glib.m4 #include <glib.h> not <glib/glib.h> 1998-06-12 08:27:53 +00:00
glib.spec Forgot to delete the "requires" line from the spec I copied... 1998-06-11 19:40:23 +00:00
glibconfig.h.in Initial revision 1998-06-10 23:21:14 +00:00
glist.c Initial revision 1998-06-10 23:21:14 +00:00
gmem.c Initial revision 1998-06-10 23:21:14 +00:00
gmessages.c Initial revision 1998-06-10 23:21:14 +00:00
gprimes.c Initial revision 1998-06-10 23:21:14 +00:00
grel.c Use GINT_TO_POINTER casts to remove compiler warnings. 1998-06-18 20:37:11 +00:00
gscanner.c cleanups of the structure fields (binary incompatible). 1998-06-12 14:39:38 +00:00
gslist.c Initial revision 1998-06-10 23:21:14 +00:00
gstring.c [Changes from josh to sync with his glib stuff -Yosh] 1998-06-12 09:38:32 +00:00
gtimer.c Initial revision 1998-06-10 23:21:14 +00:00
gtree.c Initial revision 1998-06-10 23:21:14 +00:00
gutils.c [Changes from josh to sync with his glib stuff -Yosh] 1998-06-12 09:38:32 +00:00
INSTALL Initial revision 1998-06-10 23:21:14 +00:00
install-sh Initial revision 1998-06-10 23:21:14 +00:00
ltconfig Initial revision 1998-06-10 23:21:14 +00:00
ltmain.sh Initial revision 1998-06-10 23:21:14 +00:00
Makefile.am [Changes from josh to sync with his glib stuff -Yosh] 1998-06-12 09:38:32 +00:00
missing Initial revision 1998-06-10 23:21:14 +00:00
mkinstalldirs Initial revision 1998-06-10 23:21:14 +00:00
NEWS Initial revision 1998-06-10 23:21:14 +00:00
README Initial revision 1998-06-10 23:21:14 +00:00
stamp-h.in Initial revision 1998-06-10 23:21:14 +00:00
testglib.c Use GINT_TO_POINTER casts to remove compiler warnings. 1998-06-18 20:37:11 +00:00