summaryrefslogtreecommitdiff
path: root/trunk/browser-plugin/totem-plugin-viewer-options.h
diff options
context:
space:
mode:
Diffstat (limited to 'trunk/browser-plugin/totem-plugin-viewer-options.h')
-rw-r--r--trunk/browser-plugin/totem-plugin-viewer-options.h40
1 files changed, 40 insertions, 0 deletions
diff --git a/trunk/browser-plugin/totem-plugin-viewer-options.h b/trunk/browser-plugin/totem-plugin-viewer-options.h
new file mode 100644
index 000000000..a97b07797
--- /dev/null
+++ b/trunk/browser-plugin/totem-plugin-viewer-options.h
@@ -0,0 +1,40 @@
+/* Totem Plugin Viewer options
+ *
+ * Copyright © 2005 Bastien Nocera <hadess@hadess.net>
+ *
+ * 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.
+ */
+
+#ifndef __TOTEM_PLUGIN_VIEWER_OPTIONS_H__
+#define __TOTEM_PLUGIN_VIEWER_OPTIONS_H__
+
+#define TOTEM_PLUGIN_VIEWER_INTERFACE_NAME "org.gnome.totem.PluginViewer"
+#define TOTEM_PLUGIN_VIEWER_NAME_TEMPLATE "org.gnome.totem.PluginViewer_%d"
+#define TOTEM_PLUGIN_VIEWER_DBUS_PATH "/org/gnome/totem/PluginViewer"
+
+#define TOTEM_OPTION_BASE_URI "base-uri"
+#define TOTEM_OPTION_CONTROLS_HIDDEN "no-controls"
+#define TOTEM_OPTION_HIDDEN "hidden"
+#define TOTEM_OPTION_MIMETYPE "mimetype"
+#define TOTEM_OPTION_NOAUTOSTART "no-autostart"
+#define TOTEM_OPTION_PLAYLIST "playlist"
+#define TOTEM_OPTION_PLUGIN_TYPE "plugin-type"
+#define TOTEM_OPTION_REPEAT "repeat"
+#define TOTEM_OPTION_USER_AGENT "user-agent"
+#define TOTEM_OPTION_STATUSBAR "statusbar"
+#define TOTEM_OPTION_AUDIOONLY "audio-only"
+
+#endif /* !__TOTEM_PLUGIN_VIEWER_OPTIONS_H__ */