| 16 * |
16 * |
| 17 * You should have received a copy of the GNU General Public License |
17 * You should have received a copy of the GNU General Public License |
| 18 * along with this program; if not, write to the Free Software |
18 * along with this program; if not, write to the Free Software |
| 19 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA |
19 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA |
| 20 */ |
20 */ |
| |
21 |
| |
22 #ifndef _PURPLE_PROTOCOLS_H_ |
| |
23 #define _PURPLE_PROTOCOLS_H_ |
| 21 /** |
24 /** |
| 22 * SECTION:protocols |
25 * SECTION:protocols |
| 23 * @section_id: libpurple-protocols |
26 * @section_id: libpurple-protocols |
| 24 * @short_description: <filename>protocols.h</filename> |
27 * @short_description: <filename>protocols.h</filename> |
| 25 * @title: Protocols Subsystem API |
28 * @title: Protocols Subsystem API |
| 26 * @see_also: <link linkend="chapter-signals-protocol">Protocol signals</link> |
29 * @see_also: <link linkend="chapter-signals-protocol">Protocol signals</link> |
| 27 */ |
30 */ |
| 28 |
|
| 29 #ifndef _PURPLE_PROTOCOLS_H_ |
|
| 30 #define _PURPLE_PROTOCOLS_H_ |
|
| 31 |
31 |
| 32 #define PURPLE_PROTOCOLS_DOMAIN (g_quark_from_static_string("protocols")) |
32 #define PURPLE_PROTOCOLS_DOMAIN (g_quark_from_static_string("protocols")) |
| 33 |
33 |
| 34 #define PURPLE_TYPE_PROTOCOL_ACTION (purple_protocol_action_get_type()) |
34 #define PURPLE_TYPE_PROTOCOL_ACTION (purple_protocol_action_get_type()) |
| 35 |
35 |