~ubuntu-branches/ubuntu/precise/gnome-control-center/precise-updates

« back to all changes in this revision

Viewing changes to libslab/app-shell-startup.h

Tags: upstream-2.27.5
ImportĀ upstreamĀ versionĀ 2.27.5

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/*
2
 
 * This file is part of libslab.
3
 
 *
4
 
 * Copyright (c) 2006 Novell, Inc.
5
 
 *
6
 
 * Libslab is free software; you can redistribute it and/or modify it under the
7
 
 * terms of the GNU Lesser General Public License as published by the Free
8
 
 * Software Foundation; either version 2 of the License, or (at your option)
9
 
 * any later version.
10
 
 *
11
 
 * Libslab is distributed in the hope that it will be useful, but WITHOUT ANY
12
 
 * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
13
 
 * FOR A PARTICULAR PURPOSE.  See the GNU Lesser General Public License for
14
 
 * more details.
15
 
 *
16
 
 * You should have received a copy of the GNU Lesser General Public License
17
 
 * along with libslab; if not, write to the Free Software Foundation, Inc., 51
18
 
 * Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
19
 
 */
20
 
 
21
 
#ifndef __APP_SHELL_STARTUP_H__
22
 
#define __APP_SHELL_STARTUP_H__
23
 
 
24
 
#include <bonobo/bonobo-application.h>
25
 
#include <bonobo/bonobo-main.h>
26
 
 
27
 
#define DESKTOP_STARTUP_ID "DESKTOP_STARTUP_ID"
28
 
 
29
 
G_BEGIN_DECLS
30
 
 
31
 
gint apss_new_instance_cb (BonoboApplication * app, gint argc, char *argv[],
32
 
        gpointer data);
33
 
gboolean apss_already_running (int argc, char *argv[], BonoboApplication ** app,
34
 
        const gchar * name, char * startup_id);
35
 
 
36
 
G_END_DECLS
37
 
#endif /* __APP_SHELL_STARTUP_H__ */