finch/gntnotify.h

changeset 39885
b1b266896ec1
parent 37094
84873ce721dc
child 39887
9c8f874c74a0
equal deleted inserted replaced
39884:f0ccb5e8dd40 39885:b1b266896ec1
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 21
22 #ifndef _GNT_NOTIFY_H 22 #ifndef FINCH_NOTIFY_H
23 #define _GNT_NOTIFY_H 23 #define FINCH_NOTIFY_H
24
24 /** 25 /**
25 * SECTION:gntnotify 26 * SECTION:gntnotify
26 * @section_id: finch-gntnotify 27 * @section_id: finch-gntnotify
27 * @short_description: <filename>gntnotify.h</filename> 28 * @short_description: <filename>gntnotify.h</filename>
28 * @title: Notify API 29 * @title: Notify API
55 * 56 *
56 * Perform necessary uninitializations. 57 * Perform necessary uninitializations.
57 */ 58 */
58 void finch_notify_uninit(void); 59 void finch_notify_uninit(void);
59 60
60 #endif 61 #endif /* FINCH_NOTIFY_H */
61 62

mercurial