miaouw

miaouw — The Miaouw Library

Synopsis




            MiaouwEventHandlerState;
gboolean    (*MiaouwEventHandler)           (GdkEvent *event,
                                             MiaouwEventHandlerState *state,
                                             gpointer user_data);
void        miaouw_init                     (osso_context_t *osso_context);
void        miaouw_backtrace_uploader_init  (const gchar *application_path,
                                             const gchar *application_name,
                                             const gchar *application_version,
                                             const gchar *upload_url);
void        miaouw_event_handler_next       (GdkEvent *event,
                                             MiaouwEventHandlerState *state);
void        miaouw_event_handler_prepend    (MiaouwEventHandler event_handler,
                                             gpointer user_data);
void        miaouw_event_handler_append     (MiaouwEventHandler event_handler,
                                             gpointer user_data);
void        miaouw_event_handler_remove     (MiaouwEventHandler event_handler,
                                             gpointer user_data);

Description

This is the Miaouw Library.

Details

MiaouwEventHandlerState

typedef struct _MiaouwEventHandlerState MiaouwEventHandlerState;


MiaouwEventHandler ()

gboolean    (*MiaouwEventHandler)           (GdkEvent *event,
                                             MiaouwEventHandlerState *state,
                                             gpointer user_data);

event :
state :
user_data :
Returns :

miaouw_init ()

void        miaouw_init                     (osso_context_t *osso_context);

osso_context :

miaouw_backtrace_uploader_init ()

void        miaouw_backtrace_uploader_init  (const gchar *application_path,
                                             const gchar *application_name,
                                             const gchar *application_version,
                                             const gchar *upload_url);

application_path :
application_name :
application_version :
upload_url :

miaouw_event_handler_next ()

void        miaouw_event_handler_next       (GdkEvent *event,
                                             MiaouwEventHandlerState *state);

event :
state :

miaouw_event_handler_prepend ()

void        miaouw_event_handler_prepend    (MiaouwEventHandler event_handler,
                                             gpointer user_data);

event_handler :
user_data :

miaouw_event_handler_append ()

void        miaouw_event_handler_append     (MiaouwEventHandler event_handler,
                                             gpointer user_data);

event_handler :
user_data :

miaouw_event_handler_remove ()

void        miaouw_event_handler_remove     (MiaouwEventHandler event_handler,
                                             gpointer user_data);

event_handler :
user_data :