mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-04-12 10:43:08 +02:00
Add new g_list, g_stack, g_queue functions.
1999-03-18 Jeff Garzik <jgarzik@pobox.com> * glib.def: Add new g_list, g_stack, g_queue functions.
This commit is contained in:
parent
84b6512630
commit
5bf6ee6baf
@ -1,3 +1,7 @@
|
||||
1999-03-18 Jeff Garzik <jgarzik@pobox.com>
|
||||
|
||||
* glib.def: Add new g_list, g_stack, g_queue functions.
|
||||
|
||||
1999-03-18 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
|
||||
|
||||
* configure.in: added new AC_SUBST(GTHREAD_COMPILE_IMPL_DEFINES)
|
||||
|
@ -1,3 +1,7 @@
|
||||
1999-03-18 Jeff Garzik <jgarzik@pobox.com>
|
||||
|
||||
* glib.def: Add new g_list, g_stack, g_queue functions.
|
||||
|
||||
1999-03-18 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
|
||||
|
||||
* configure.in: added new AC_SUBST(GTHREAD_COMPILE_IMPL_DEFINES)
|
||||
|
@ -1,3 +1,7 @@
|
||||
1999-03-18 Jeff Garzik <jgarzik@pobox.com>
|
||||
|
||||
* glib.def: Add new g_list, g_stack, g_queue functions.
|
||||
|
||||
1999-03-18 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
|
||||
|
||||
* configure.in: added new AC_SUBST(GTHREAD_COMPILE_IMPL_DEFINES)
|
||||
|
@ -1,3 +1,7 @@
|
||||
1999-03-18 Jeff Garzik <jgarzik@pobox.com>
|
||||
|
||||
* glib.def: Add new g_list, g_stack, g_queue functions.
|
||||
|
||||
1999-03-18 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
|
||||
|
||||
* configure.in: added new AC_SUBST(GTHREAD_COMPILE_IMPL_DEFINES)
|
||||
|
@ -1,3 +1,7 @@
|
||||
1999-03-18 Jeff Garzik <jgarzik@pobox.com>
|
||||
|
||||
* glib.def: Add new g_list, g_stack, g_queue functions.
|
||||
|
||||
1999-03-18 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
|
||||
|
||||
* configure.in: added new AC_SUBST(GTHREAD_COMPILE_IMPL_DEFINES)
|
||||
|
@ -1,3 +1,7 @@
|
||||
1999-03-18 Jeff Garzik <jgarzik@pobox.com>
|
||||
|
||||
* glib.def: Add new g_list, g_stack, g_queue functions.
|
||||
|
||||
1999-03-18 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
|
||||
|
||||
* configure.in: added new AC_SUBST(GTHREAD_COMPILE_IMPL_DEFINES)
|
||||
|
@ -1,3 +1,7 @@
|
||||
1999-03-18 Jeff Garzik <jgarzik@pobox.com>
|
||||
|
||||
* glib.def: Add new g_list, g_stack, g_queue functions.
|
||||
|
||||
1999-03-18 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
|
||||
|
||||
* configure.in: added new AC_SUBST(GTHREAD_COMPILE_IMPL_DEFINES)
|
||||
|
@ -1,3 +1,7 @@
|
||||
1999-03-18 Jeff Garzik <jgarzik@pobox.com>
|
||||
|
||||
* glib.def: Add new g_list, g_stack, g_queue functions.
|
||||
|
||||
1999-03-18 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
|
||||
|
||||
* configure.in: added new AC_SUBST(GTHREAD_COMPILE_IMPL_DEFINES)
|
||||
|
11
glib.def
11
glib.def
@ -159,6 +159,7 @@ EXPORTS
|
||||
g_list_append
|
||||
g_list_concat
|
||||
g_list_copy
|
||||
g_list_delete
|
||||
g_list_find
|
||||
g_list_find_custom
|
||||
g_list_first
|
||||
@ -256,6 +257,13 @@ EXPORTS
|
||||
g_quark_from_string
|
||||
g_quark_to_string
|
||||
g_quark_try_string
|
||||
g_queue_free
|
||||
g_queue_get_size
|
||||
g_queue_new
|
||||
g_queue_pop_back
|
||||
g_queue_pop_front
|
||||
g_queue_push_back
|
||||
g_queue_push_front
|
||||
g_realloc
|
||||
g_relation_count
|
||||
g_relation_delete
|
||||
@ -324,6 +332,9 @@ EXPORTS
|
||||
g_source_remove
|
||||
g_source_remove_by_source_data
|
||||
g_source_remove_by_user_data
|
||||
g_stack_free
|
||||
g_stack_new
|
||||
g_stack_pop
|
||||
g_static_mutex_get_mutex_impl
|
||||
g_static_private_get
|
||||
g_static_private_set
|
||||
|
@ -159,6 +159,7 @@ EXPORTS
|
||||
g_list_append
|
||||
g_list_concat
|
||||
g_list_copy
|
||||
g_list_delete
|
||||
g_list_find
|
||||
g_list_find_custom
|
||||
g_list_first
|
||||
@ -256,6 +257,13 @@ EXPORTS
|
||||
g_quark_from_string
|
||||
g_quark_to_string
|
||||
g_quark_try_string
|
||||
g_queue_free
|
||||
g_queue_get_size
|
||||
g_queue_new
|
||||
g_queue_pop_back
|
||||
g_queue_pop_front
|
||||
g_queue_push_back
|
||||
g_queue_push_front
|
||||
g_realloc
|
||||
g_relation_count
|
||||
g_relation_delete
|
||||
@ -324,6 +332,9 @@ EXPORTS
|
||||
g_source_remove
|
||||
g_source_remove_by_source_data
|
||||
g_source_remove_by_user_data
|
||||
g_stack_free
|
||||
g_stack_new
|
||||
g_stack_pop
|
||||
g_static_mutex_get_mutex_impl
|
||||
g_static_private_get
|
||||
g_static_private_set
|
||||
|
Loading…
x
Reference in New Issue
Block a user