| 22 * |
16 * |
| 23 * 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 |
| 24 * along with this program; if not, write to the Free Software |
18 * along with this program; if not, write to the Free Software |
| 25 * 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 |
| 26 */ |
20 */ |
| |
21 /** |
| |
22 * SECTION:connection |
| |
23 * @section_id: libpurple-connection |
| |
24 * @short_description: <filename>connection.h</filename> |
| |
25 * @title: Connection API |
| |
26 * @see_also: <link linkend="chapter-signals-connection">Connection signals</link> |
| |
27 */ |
| |
28 |
| 27 #ifndef _PURPLE_CONNECTION_H_ |
29 #ifndef _PURPLE_CONNECTION_H_ |
| 28 #define _PURPLE_CONNECTION_H_ |
30 #define _PURPLE_CONNECTION_H_ |
| 29 |
31 |
| 30 #define PURPLE_TYPE_CONNECTION (purple_connection_get_type()) |
32 #define PURPLE_TYPE_CONNECTION (purple_connection_get_type()) |
| 31 #define PURPLE_CONNECTION(obj) (G_TYPE_CHECK_INSTANCE_CAST((obj), PURPLE_TYPE_CONNECTION, PurpleConnection)) |
33 #define PURPLE_CONNECTION(obj) (G_TYPE_CHECK_INSTANCE_CAST((obj), PURPLE_TYPE_CONNECTION, PurpleConnection)) |