comparison notify.h @ 8:58a3312a1c59

add internationalization support add German translation --HG-- rename : pk-update-icon.desktop => pk-update-icon.desktop.in
author Guido Berhoerster <guido@berhoerster.name>
date Tue, 11 Oct 2011 17:07:49 +0200
parents f8ad23e60000
children
comparison
equal deleted inserted replaced
7:56a7ed833d0a 8:58a3312a1c59
1 /* 1 /*
2 * Copyright (C) 2011 Pavol Rusnak <stick@gk2.sk> 2 * Copyright (C) 2011 Pavol Rusnak <stick@gk2.sk>
3 * Copyright (C) 2011 Guido Berhoerster <gber@opensuse.org>
3 * 4 *
4 * Licensed under the GNU General Public License Version 2 5 * Licensed under the GNU General Public License Version 2
5 * 6 *
6 * This program is free software; you can redistribute it and/or modify 7 * This program is free software; you can redistribute it and/or modify
7 * it under the terms of the GNU General Public License as published by 8 * it under the terms of the GNU General Public License as published by
19 */ 20 */
20 21
21 #ifndef NOTIFY_H 22 #ifndef NOTIFY_H
22 #define NOTIFY_H 23 #define NOTIFY_H
23 24
25 #include <glib.h>
26 #include <glib/gi18n.h>
27 #include <libnotify/notify.h>
24 #include "main.h" 28 #include "main.h"
25 29
26 void init_notify(); 30 void init_notify();
27 void send_notify(struct UpdatesInfo *info); 31 void send_notify(struct UpdatesInfo *info);
28 const char *notify_text(struct UpdatesInfo *info); 32 const char *notify_text(struct UpdatesInfo *info);