finch/finch.h

changeset 27829
94b279f7c38c
parent 22339
f68309ed6c0a
child 35387
c516874b0d14
equal deleted inserted replaced
27828:d08692294a8f 27829:94b279f7c38c
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

mercurial