Main Page | Modules | Namespace List | Class Hierarchy | Data Structures | Directories | File List | Namespace Members | Data Fields | Globals

alpalert.c File Reference


Detailed Description

ALP attention alert object.

#include <unistd.h>
#include <stdlib.h>
#include <string.h>
#include <time.h>
#include <pthread.h>
#include <alp/types.h>
#include <alp/bundlemgr.h>
#include <alp/prv/alpalert.h>
#include <alp/attnmgr.h>

Functions

GType alp_alert_get_type (void)
AlpAlert * alp_alert_new (gchar *source, gchar *name, gchar *handle)
void alp_alert_set_interface (AlpAlert *alert, gchar *interface)
void alp_alert_set_priority (AlpAlert *alert, guint priority)
void alp_alert_set_duration (AlpAlert *alert, guint duration)
gchar * alp_alert_get_interface (AlpAlert *alert)
guint alp_alert_get_priority (AlpAlert *alert)
guint alp_alert_get_duration (AlpAlert *alert)
void alp_alert_property_set_full (AlpAlert *alert, gchar *name, gchar *nick, GType type, gpointer data, guint size, AlpAlertPropertyDestroyNotify destroy_func)
gpointer alp_alert_property_get (AlpAlert *alert, const gchar *name, GType *type, guint *size)
void alp_alert_property_foreach (AlpAlert *alert, GFunc func, gpointer user_data)
void alp_alert_property_sort (AlpAlert *alert)


Function Documentation

guint alp_alert_get_duration AlpAlert *  alert  ) 
 

gchar* alp_alert_get_interface AlpAlert *  alert  ) 
 

guint alp_alert_get_priority AlpAlert *  alert  ) 
 

GType alp_alert_get_type void   ) 
 

AlpAlert* alp_alert_new gchar *  source,
gchar *  name,
gchar *  handle
 

void alp_alert_property_foreach AlpAlert *  alert,
GFunc  func,
gpointer  user_data
 

gpointer alp_alert_property_get AlpAlert *  alert,
const gchar *  name,
GType *  type,
guint *  size
 

void alp_alert_property_set_full AlpAlert *  alert,
gchar *  name,
gchar *  nick,
GType  type,
gpointer  data,
guint  size,
AlpAlertPropertyDestroyNotify  destroy_func
 

void alp_alert_property_sort AlpAlert *  alert  ) 
 

void alp_alert_set_duration AlpAlert *  alert,
guint  duration
 

void alp_alert_set_interface AlpAlert *  alert,
gchar *  interface
 

void alp_alert_set_priority AlpAlert *  alert,
guint  priority
 


Generated on Sat Dec 16 20:29:48 2006 for hiker-0.9 by  doxygen 1.4.4