Show
Ignore:
Timestamp:
06/01/09 22:42:56 (3 years ago)
Author:
Leo Antunes <leo@…>
Children:
f61e5d9f981e59d438edb649a97992469056a913
Parents:
c954bfe63faa9d655b8f94c13a9b8e2fbaa6df96
git-committer:
Leo Antunes <leo@…> (06/01/09 22:42:56)
Message:

finally implemented the rest of the prefs

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • prefs.h

    r0dcf20b rbbdcdb4  
    2222#define _AWAYONLOCK_PREFS_H 
    2323 
     24#include <glib.h> 
     25#include <plugin.h> 
     26#include <savedstatuses.h> 
     27 
     28#define AWAYONLOCK_PREF_STATUS "/plugins/core/awayonlock/status" 
     29 
    2430PurplePluginPrefFrame* get_prefs_frame(PurplePlugin*); 
     31 
     32void prefs_status_deleted_cb(PurpleSavedStatus*, gpointer); 
    2533 
    2634static PurplePluginUiInfo prefs = {