summaryrefslogtreecommitdiff
path: root/src/splash.h
diff options
context:
space:
mode:
authorRuben Undheim <ruben.undheim@gmail.com>2018-07-13 06:17:58 +0000
committerRuben Undheim <ruben.undheim@gmail.com>2018-07-13 06:17:58 +0000
commit9e0bd16a997e55d6b9c2e80734ea8e61794c7602 (patch)
treed73377e0368b0c730d5a14019b1eee53897505bf /src/splash.h
parente1fffcb07ce0d8b0db9e0b4b5e1e0c1128197af5 (diff)
New upstream version 0.84.22
Diffstat (limited to 'src/splash.h')
-rw-r--r--src/splash.h15
1 files changed, 8 insertions, 7 deletions
diff --git a/src/splash.h b/src/splash.h
index 2075779..90ae445 100644
--- a/src/splash.h
+++ b/src/splash.h
@@ -5,8 +5,8 @@
* Author:
* Ricardo Markiewicz <rmarkie@fi.uba.ar>
* Marc Lorber <lorber.marc@wanadoo.fr>
- *
- * Web page: https://github.com/marc-lorber/oregano
+ *
+ * Web page: https://ahoi.io/project/oregano
*
* Copyright (C) 1999-2001 Richard Hult
* Copyright (C) 2003,2006 Ricardo Markiewicz
@@ -24,8 +24,8 @@
*
* You should have received a copy of the GNU General Public
* License along with this program; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- * Boston, MA 02111-1307, USA.
+ * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ * Boston, MA 02110-1301, USA.
*/
#ifndef _OREGANO_SPLASH_H_
@@ -35,15 +35,16 @@
typedef struct _Splash Splash;
-struct _Splash {
+struct _Splash
+{
GtkWindow *win;
GtkWidget *progress;
GtkWidget *event;
- GtkLabel *lbl;
+ GtkLabel *lbl;
gboolean can_destroy;
};
-Splash *oregano_splash_new ();
+Splash *oregano_splash_new (GError **error);
gboolean oregano_splash_free (Splash *);
void oregano_splash_step (Splash *, char *s);
void oregano_splash_done (Splash *, char *s);