summaryrefslogtreecommitdiff
path: root/eel/eel-glib-extensions.h
diff options
context:
space:
mode:
authorJasmine Hassan <[email protected]>2012-10-18 16:29:02 +0200
committerJasmine Hassan <[email protected]>2012-11-14 09:42:33 +0200
commit8a2b2890d08a7443f2272fdafce5f9c35c306add (patch)
treee68c1317f1dceb739701ebda609136873f0f44b1 /eel/eel-glib-extensions.h
parentac338998d82df4082b6092135fa03d0e55282e6b (diff)
downloadcaja-8a2b2890d08a7443f2272fdafce5f9c35c306add.tar.bz2
caja-8a2b2890d08a7443f2272fdafce5f9c35c306add.tar.xz
[eel] cleanup eel-glib-extensions
http://git.gnome.org/browse/nautilus/commit/?id=230581b5d58650c1f50f7d9fda9ab3a1f211361a
Diffstat (limited to 'eel/eel-glib-extensions.h')
-rw-r--r--eel/eel-glib-extensions.h18
1 files changed, 0 insertions, 18 deletions
diff --git a/eel/eel-glib-extensions.h b/eel/eel-glib-extensions.h
index 1093e319..1a8bd3e8 100644
--- a/eel/eel-glib-extensions.h
+++ b/eel/eel-glib-extensions.h
@@ -33,13 +33,6 @@
/* A gboolean variant for bit fields. */
typedef guint eel_boolean_bit;
-/* Callback functions that have user data. */
-typedef int (* EelCompareFunction) (gconstpointer a,
- gconstpointer b,
- gpointer callback_data);
-typedef int (* EelSearchFunction) (gconstpointer item,
- gpointer callback_data);
-
/* Predicate. */
typedef gboolean (* EelPredicateFunction) (gpointer data,
gpointer callback_data);
@@ -67,10 +60,6 @@ void eel_g_list_free_deep_custom (GList *
GFunc element_free_func,
gpointer user_data);
-/* GSList functions. */
-GList * eel_g_list_from_g_slist (GSList *list);
-GSList * eel_g_slist_from_g_list (GList *list);
-
/* List functions for slists of g_free'able objects. */
void eel_g_slist_free_deep (GSList *list);
void eel_g_slist_free_deep_custom (GSList *list,
@@ -111,13 +100,6 @@ gint64 eel_get_system_time (void);
/* math */
int eel_round (double d);
-/* A GCompareFunc for integers */
-int eel_compare_integer (gconstpointer a,
- gconstpointer b);
-
-/* Return the operating system name: Linux, Solaris, etc. */
-char * eel_get_operating_system_name (void);
-
/* Better weak pointer functions */
void eel_add_weak_pointer (gpointer pointer_location);
void eel_remove_weak_pointer (gpointer pointer_location);