libpurple/signals.h

branch
gtkdoc-conversion
changeset 35487
494f09f7f331
parent 35486
fe9a7f6143c1
child 37094
84873ce721dc
equal deleted inserted replaced
35486:fe9a7f6143c1 35487:494f09f7f331
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_SIGNALS_H_
23 #define _PURPLE_SIGNALS_H_
21 /** 24 /**
22 * SECTION:signals 25 * SECTION:signals
23 * @section_id: libpurple-signals 26 * @section_id: libpurple-signals
24 * @short_description: <filename>signals.h</filename> 27 * @short_description: <filename>signals.h</filename>
25 * @title: Purple-signals API 28 * @title: Purple-signals API
26 * @see_also: <link linkend="chapter-tut-signals">Signals tutorial</link> 29 * @see_also: <link linkend="chapter-tut-signals">Signals tutorial</link>
27 */ 30 */
28
29 #ifndef _PURPLE_SIGNALS_H_
30 #define _PURPLE_SIGNALS_H_
31 31
32 #include <glib.h> 32 #include <glib.h>
33 #include <glib-object.h> 33 #include <glib-object.h>
34 34
35 #define PURPLE_CALLBACK(func) ((PurpleCallback)func) 35 #define PURPLE_CALLBACK(func) ((PurpleCallback)func)

mercurial