JULEA
Functions
jhelper.h File Reference
#include <glib.h>
#include <gio/gio.h>
#include <core/jbackground-operation.h>

Go to the source code of this file.

Functions

void j_helper_get_number_string (gchar *string, guint32 length, guint32 number)
 
void j_helper_set_cork (GSocketConnection *connection, gboolean enable)
 
void j_helper_set_nodelay (GSocketConnection *connection, gboolean enable)
 
guint64 j_helper_atomic_add (guint64 volatile *ptr, guint64 val)
 
gboolean j_helper_execute_parallel (JBackgroundOperationFunc func, gpointer *data, guint length)
 
guint32 j_helper_hash (gchar const *str)
 
gchar * j_helper_str_replace (gchar const *str, gchar const *old, gchar const *new)
 
gpointer j_helper_alloc_aligned (gsize align, gsize len)
 
gboolean j_helper_file_sync (gchar const *path)
 
gboolean j_helper_file_discard (gchar const *path)