Skip to content
This repository has been archived by the owner on Nov 17, 2020. It is now read-only.

Commit

Permalink
put a comment for the g_datalist_ and g_dataset_ API, that these fucn…
Browse files Browse the repository at this point in the history
…tions

Fri Mar 24 03:34:02 2000  Tim Janik  <timj@gtk.org>

        * glib.h: put a comment for the g_datalist_ and g_dataset_ API, that
        these fucntions are scheduled for a rename in GLib 1.3.
  • Loading branch information
tim-janik authored and Tim Janik committed Mar 24, 2000
1 parent 7d27505 commit 6cf3b78
Show file tree
Hide file tree
Showing 10 changed files with 52 additions and 0 deletions.
6 changes: 6 additions & 0 deletions ChangeLog
@@ -1,4 +1,10 @@
Fri Mar 24 03:34:02 2000 Tim Janik <timj@gtk.org>

* glib.h: put a comment for the g_datalist_ and g_dataset_ API, that
these fucntions are scheduled for a rename in GLib 1.3.

2000-03-22 Elliot Lee <sopwith@redhat.com>

* gmem.c (g_mem_chunk_area_compare): Fix 64-bitness bug in comparing two pointers more
than 4G apart.

Expand Down
6 changes: 6 additions & 0 deletions ChangeLog.pre-2-0
@@ -1,4 +1,10 @@
Fri Mar 24 03:34:02 2000 Tim Janik <timj@gtk.org>

* glib.h: put a comment for the g_datalist_ and g_dataset_ API, that
these fucntions are scheduled for a rename in GLib 1.3.

2000-03-22 Elliot Lee <sopwith@redhat.com>

* gmem.c (g_mem_chunk_area_compare): Fix 64-bitness bug in comparing two pointers more
than 4G apart.

Expand Down
6 changes: 6 additions & 0 deletions ChangeLog.pre-2-10
@@ -1,4 +1,10 @@
Fri Mar 24 03:34:02 2000 Tim Janik <timj@gtk.org>

* glib.h: put a comment for the g_datalist_ and g_dataset_ API, that
these fucntions are scheduled for a rename in GLib 1.3.

2000-03-22 Elliot Lee <sopwith@redhat.com>

* gmem.c (g_mem_chunk_area_compare): Fix 64-bitness bug in comparing two pointers more
than 4G apart.

Expand Down
6 changes: 6 additions & 0 deletions ChangeLog.pre-2-12
@@ -1,4 +1,10 @@
Fri Mar 24 03:34:02 2000 Tim Janik <timj@gtk.org>

* glib.h: put a comment for the g_datalist_ and g_dataset_ API, that
these fucntions are scheduled for a rename in GLib 1.3.

2000-03-22 Elliot Lee <sopwith@redhat.com>

* gmem.c (g_mem_chunk_area_compare): Fix 64-bitness bug in comparing two pointers more
than 4G apart.

Expand Down
6 changes: 6 additions & 0 deletions ChangeLog.pre-2-2
@@ -1,4 +1,10 @@
Fri Mar 24 03:34:02 2000 Tim Janik <timj@gtk.org>

* glib.h: put a comment for the g_datalist_ and g_dataset_ API, that
these fucntions are scheduled for a rename in GLib 1.3.

2000-03-22 Elliot Lee <sopwith@redhat.com>

* gmem.c (g_mem_chunk_area_compare): Fix 64-bitness bug in comparing two pointers more
than 4G apart.

Expand Down
6 changes: 6 additions & 0 deletions ChangeLog.pre-2-4
@@ -1,4 +1,10 @@
Fri Mar 24 03:34:02 2000 Tim Janik <timj@gtk.org>

* glib.h: put a comment for the g_datalist_ and g_dataset_ API, that
these fucntions are scheduled for a rename in GLib 1.3.

2000-03-22 Elliot Lee <sopwith@redhat.com>

* gmem.c (g_mem_chunk_area_compare): Fix 64-bitness bug in comparing two pointers more
than 4G apart.

Expand Down
6 changes: 6 additions & 0 deletions ChangeLog.pre-2-6
@@ -1,4 +1,10 @@
Fri Mar 24 03:34:02 2000 Tim Janik <timj@gtk.org>

* glib.h: put a comment for the g_datalist_ and g_dataset_ API, that
these fucntions are scheduled for a rename in GLib 1.3.

2000-03-22 Elliot Lee <sopwith@redhat.com>

* gmem.c (g_mem_chunk_area_compare): Fix 64-bitness bug in comparing two pointers more
than 4G apart.

Expand Down
6 changes: 6 additions & 0 deletions ChangeLog.pre-2-8
@@ -1,4 +1,10 @@
Fri Mar 24 03:34:02 2000 Tim Janik <timj@gtk.org>

* glib.h: put a comment for the g_datalist_ and g_dataset_ API, that
these fucntions are scheduled for a rename in GLib 1.3.

2000-03-22 Elliot Lee <sopwith@redhat.com>

* gmem.c (g_mem_chunk_area_compare): Fix 64-bitness bug in comparing two pointers more
than 4G apart.

Expand Down
2 changes: 2 additions & 0 deletions glib.h
Expand Up @@ -1758,6 +1758,7 @@ gchar* g_quark_to_string (GQuark quark);


/* Keyed Data List
* NOTE: these functions are scheduled for a rename in GLib 1.3
*/
void g_datalist_init (GData **datalist);
void g_datalist_clear (GData **datalist);
Expand Down Expand Up @@ -1789,6 +1790,7 @@ void g_datalist_foreach (GData **datalist,


/* Location Associated Keyed Data
* NOTE: these functions are scheduled for a rename in GLib 1.3
*/
void g_dataset_destroy (gconstpointer dataset_location);
gpointer g_dataset_id_get_data (gconstpointer dataset_location,
Expand Down
2 changes: 2 additions & 0 deletions glib/glib.h
Expand Up @@ -1758,6 +1758,7 @@ gchar* g_quark_to_string (GQuark quark);


/* Keyed Data List
* NOTE: these functions are scheduled for a rename in GLib 1.3
*/
void g_datalist_init (GData **datalist);
void g_datalist_clear (GData **datalist);
Expand Down Expand Up @@ -1789,6 +1790,7 @@ void g_datalist_foreach (GData **datalist,


/* Location Associated Keyed Data
* NOTE: these functions are scheduled for a rename in GLib 1.3
*/
void g_dataset_destroy (gconstpointer dataset_location);
gpointer g_dataset_id_get_data (gconstpointer dataset_location,
Expand Down

0 comments on commit 6cf3b78

Please sign in to comment.