Changeset bbdcdb47aa4624e593c227cc18c6192deaf49938 for prefs.h
- Timestamp:
- 06/01/09 22:42:56 (3 years ago)
- Children:
- f61e5d9f981e59d438edb649a97992469056a913
- Parents:
- c954bfe63faa9d655b8f94c13a9b8e2fbaa6df96
- git-committer:
- Leo Antunes <leo@…> (06/01/09 22:42:56)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
prefs.h
r0dcf20b rbbdcdb4 22 22 #define _AWAYONLOCK_PREFS_H 23 23 24 #include <glib.h> 25 #include <plugin.h> 26 #include <savedstatuses.h> 27 28 #define AWAYONLOCK_PREF_STATUS "/plugins/core/awayonlock/status" 29 24 30 PurplePluginPrefFrame* get_prefs_frame(PurplePlugin*); 31 32 void prefs_status_deleted_cb(PurpleSavedStatus*, gpointer); 25 33 26 34 static PurplePluginUiInfo prefs = {