summaryrefslogtreecommitdiff
path: root/libnautilus-private/egg-screen-url.h
diff options
context:
space:
mode:
authorMark McLoughlin <mark@skynet.ie>2002-10-02 05:36:58 +0000
committerMark McLoughlin <mmclouglin@src.gnome.org>2002-10-02 05:36:58 +0000
commit3e6bfd6af629583e51a1120ee407ccfbaeec1b27 (patch)
treed03148f8d07673a8c97cfa75de1d890213b9e8a7 /libnautilus-private/egg-screen-url.h
parent3fa3cfe91a6f995ce99dedbd5f3609dccb6dec72 (diff)
downloadnautilus-3e6bfd6af629583e51a1120ee407ccfbaeec1b27.tar.gz
Merge the multihead branch into HEAD and :
2002-10-02 Mark McLoughlin <mark@skynet.ie> * acconfig.h: define HAVE_GTK_MULTIHEAD for egg-screen-exec methods. * configure.in: require gtk 2.1.0 and don't define HAVE_GTK_MULTIHEAD. * libnautilus-private/nautilus-multihead-hacks.h: kill. * libnautilus-private/nautilus-directory-background: (make_root_pixmap), (set_root_pixmap): use gdk_screen_get_display instead of assuming the default display. * src/nautilus-shell.c: (restore_one_window_callback): add backwards compat support for sessions without a screen number.
Diffstat (limited to 'libnautilus-private/egg-screen-url.h')
-rw-r--r--libnautilus-private/egg-screen-url.h44
1 files changed, 44 insertions, 0 deletions
diff --git a/libnautilus-private/egg-screen-url.h b/libnautilus-private/egg-screen-url.h
new file mode 100644
index 000000000..7771b0abf
--- /dev/null
+++ b/libnautilus-private/egg-screen-url.h
@@ -0,0 +1,44 @@
+/* egg-screen-url.h
+ *
+ * Copyright (C) 2002 Sun Microsystems Inc.
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Library General Public
+ * License as published by the Free Software Foundation; either
+ * version 2 of the License, or (at your option) any later version.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Library General Public License for more details.
+ *
+ * You should have received a copy of the GNU Library General Public
+ * License along with this library; if not, write to the
+ * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+ * Boston, MA 02111-1307, USA.
+ *
+ * Authors: Mark McLoughlin <mark@skynet.ie>
+ */
+
+#ifndef __EGG_SCREEN_URL_H__
+#define __EGG_SCREEN_URL_H__
+
+#include <gdk/gdk.h>
+
+G_BEGIN_DECLS
+
+/* Destined for libgnome.
+ */
+gboolean egg_url_show_with_env (const char *url,
+ char **envp,
+ GError **error);
+
+/* Destined for libgnomeui.
+ */
+gboolean egg_screen_url_show (GdkScreen *screen,
+ const char *url,
+ GError **error);
+
+G_END_DECLS
+
+#endif /* __EGG_SCREEN_URL_H__ */