summaryrefslogtreecommitdiff
path: root/glib.def
diff options
context:
space:
mode:
authorJeff Garzik <jgarzik@pobox.com>1999-03-18 15:51:26 +0000
committerJeff Garzik <jgarzik@src.gnome.org>1999-03-18 15:51:26 +0000
commit5bf6ee6baff072f3db684d16cd5d15546bbcd687 (patch)
treec14d5ffdc168d3192f4f7094bacd55affb3dfed2 /glib.def
parent84b6512630eb7d2302b7e06bc062b865a641ef60 (diff)
downloadglib-5bf6ee6baff072f3db684d16cd5d15546bbcd687.tar.gz
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.
Diffstat (limited to 'glib.def')
-rw-r--r--glib.def11
1 files changed, 11 insertions, 0 deletions
diff --git a/glib.def b/glib.def
index c9f4e233c..7815cc204 100644
--- a/glib.def
+++ b/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