File: pe_blist.h

package info (click to toggle)
pidgin-encryption 3.1-1
  • links: PTS
  • area: main
  • in suites: squeeze, wheezy
  • size: 2,916 kB
  • ctags: 961
  • sloc: sh: 10,460; ansic: 8,821; makefile: 376; yacc: 318
file content (16 lines) | stat: -rw-r--r-- 345 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#ifndef PE_BLIST_H
#define PE_BLIST_H

#include <gdk/gdk.h>
#include <gtk/gtkplug.h>

#include <gtkplugin.h>
#include <blist.h>

#include "pidgin-encryption-config.h"

void PE_buddy_menu_cb(PurpleBlistNode* node, GList **menu, void* data);

gboolean PE_get_buddy_default_autoencrypt(const PurpleAccount* account, const char* buddyname);

#endif