Plasma
ggl_extensions.h
Go to the documentation of this file.00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017 #ifndef GGADGET_GGL_EXTENSIONS_H
00018 #define GGADGET_GGL_EXTENSIONS_H
00019
00020
00021 static const char *kGlobalExtensions[] = {
00022 "default-framework",
00023 "libxml2-xml-parser",
00024 "dbus-script-class",
00025 "default-options",
00026 "qtwebkit-browser-element",
00027 "qt-system-framework",
00028 "qt-edit-element",
00029
00030 "gst-audio-framework",
00031 "gst-video-element",
00032 "linux-system-framework",
00033 "qt-xml-http-request",
00034 "google-gadget-manager",
00035 "analytics-usage-collector",
00036 "smjs-script-runtime",
00037 "qt-script-runtime",
00038 NULL
00039 };
00040
00041 #endif