| 22 * along with this program; if not, write to the Free Software |
22 * along with this program; if not, write to the Free Software |
| 23 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA |
23 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA |
| 24 */ |
24 */ |
| 25 #include <glib.h> |
25 #include <glib.h> |
| 26 |
26 |
| 27 #include "libpurple/internal.h" |
|
| 28 |
|
| 29 #define FINCH_UI "gnt-purple" |
27 #define FINCH_UI "gnt-purple" |
| 30 |
28 |
| 31 #define FINCH_PREFS_ROOT "/finch" |
29 #define FINCH_PREFS_ROOT "/finch" |
| 32 |
30 |
| 33 #define FINCH_GET_DATA(obj) (obj)->ui_data |
31 #define FINCH_GET_DATA(obj) (obj)->ui_data |