BEAST/BSE - Better Audio System and Sound Engine  0.8.2
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Classes | Defines | Typedefs | Functions
glib-extra.hh File Reference
#include <glib.h>
#include <glib-object.h>
#include <rapicorn-core.hh>

Go to the source code of this file.

Classes

struct  GBitMatrix

Defines

#define G_HASH_LONG(l)
#define G_HASH_POINTER(p)
#define g_scanner_add_symbol(scanner, symbol, value)
#define g_scanner_remove_symbol(scanner, symbol)
#define g_object_notify(o, s)
#define g_object_get_qdata(o, q)
#define g_object_set_qdata(o, q, d)
#define g_object_set_qdata_full(o, q, d, f)
#define g_object_steal_qdata(o, q)
#define g_object_get_data(o, k)
#define g_object_set_data(o, k, d)
#define g_object_set_data_full(o, k, d, f)
#define g_object_steal_data(o, k)
#define g_intern_format(...)
#define g_string_add_format(gstr,...)
#define g_strdup_format(...)
#define g_bit_matrix_set(matrix, x, y)
#define g_bit_matrix_unset(matrix, x, y)
#define g_scanner_add_symbol(scanner, symbol, value)
#define g_scanner_remove_symbol(scanner, symbol)
#define g_scanner_foreach_symbol(scanner, func, data)
#define g_scanner_freeze_symbol_table(scanner)
#define g_scanner_thaw_symbol_table(scanner)

Typedefs

typedef gboolean(* GSourcePending )(gpointer data, gint *timeout)
typedef void(* GSourceDispatch )(gpointer data)

Functions

void g_object_disconnect_any (gpointer object, gpointer function, gpointer data)
const gchar * g_printf_find_localised_directive (const gchar *format)
gchar ** g_straddv (gchar **str_array, const gchar *new_str)
gchar ** g_strslistv (GSList *slist)
guint g_strlenv (gchar **str_array)
gchar * g_strdup_stripped (const gchar *string)
gchar * g_strdup_rstrip (const gchar *string)
gchar * g_strdup_lstrip (const gchar *string)
const gchar * g_intern_strconcat (const gchar *first_string,...) G_GNUC_NULL_TERMINATED
gchar * g_path_concat (const gchar *first_path,...) G_GNUC_NULL_TERMINATED
GString * g_string_prefix_lines (GString *gstring, const gchar *pstr)
gchar * g_option_concat (const gchar *first_option,...) G_GNUC_NULL_TERMINATED
gboolean g_option_check (const gchar *option_string, const gchar *option)
gchar * g_option_get (const gchar *option_string, const gchar *option)
void g_param_spec_set_options (GParamSpec *pspec, const gchar *options)
void g_param_spec_add_option (GParamSpec *pspec, const gchar *option, const gchar *value)
gboolean g_param_spec_check_option (GParamSpec *pspec, const gchar *option)
gboolean g_param_spec_provides_options (GParamSpec *pspec, const gchar *options)
const gchar * g_param_spec_get_options (GParamSpec *pspec)
void g_param_spec_set_istepping (GParamSpec *pspec, guint64 stepping)
guint64 g_param_spec_get_istepping (GParamSpec *pspec)
void g_param_spec_set_fstepping (GParamSpec *pspec, gdouble stepping)
gdouble g_param_spec_get_fstepping (GParamSpec *pspec)
void g_param_spec_set_log_scale (GParamSpec *pspec, gdouble center, gdouble base, gdouble n_steps)
gboolean g_param_spec_get_log_scale (GParamSpec *pspec, gdouble *center, gdouble *base, gdouble *n_steps)
gpointer g_slist_pop_head (GSList **slist_p)
gpointer g_list_pop_head (GList **list_p)
GSList * g_slist_append_uniq (GSList *slist, gpointer data)
void g_slist_free_deep (GSList *slist, GDestroyNotify data_destroy)
void g_list_free_deep (GList *list, GDestroyNotify data_destroy)
gchar * g_type_name_to_cname (const gchar *type_name)
gchar * g_type_name_to_sname (const gchar *type_name)
gchar * g_type_name_to_cupper (const gchar *type_name)
gchar * g_type_name_to_type_macro (const gchar *type_name)
GSource * g_source_simple (gint priority, GSourcePending pending, GSourceDispatch dispatch, gpointer data, GDestroyNotify destroy, GPollFD *first_pfd,...)
guint g_predicate_idle_add (GSourceFunc predicate, GSourceFunc function, gpointer data)
guint g_predicate_idle_add_full (gint priority, GSourceFunc predicate, GSourceFunc function, gpointer data, GDestroyNotify notify)
GScanner * g_scanner_new64 (const GScannerConfig *config_templ)

Detailed Description

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines