2007-12-30 17:41:49 +01:00
|
|
|
/***************************************************************************
|
|
|
|
|
2009-08-17 12:41:51 +02:00
|
|
|
gb_component.h
|
2007-12-30 17:41:49 +01:00
|
|
|
|
2018-02-12 02:53:46 +01:00
|
|
|
(c) 2000-2017 Benoît Minisini <g4mba5@gmail.com>
|
2007-12-30 17:41:49 +01:00
|
|
|
|
|
|
|
This program is free software; you can redistribute it and/or modify
|
|
|
|
it under the terms of the GNU General Public License as published by
|
2009-08-17 12:41:51 +02:00
|
|
|
the Free Software Foundation; either version 2, or (at your option)
|
2007-12-30 17:41:49 +01:00
|
|
|
any later version.
|
|
|
|
|
|
|
|
This program 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 General Public License for more details.
|
|
|
|
|
|
|
|
You should have received a copy of the GNU General Public License
|
|
|
|
along with this program; if not, write to the Free Software
|
2011-06-03 02:51:09 +02:00
|
|
|
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
|
2011-12-31 03:39:20 +01:00
|
|
|
MA 02110-1301, USA.
|
2007-12-30 17:41:49 +01:00
|
|
|
|
|
|
|
***************************************************************************/
|
|
|
|
|
|
|
|
#ifndef __GB_COMPONENT_H
|
|
|
|
#define __GB_COMPONENT_H
|
|
|
|
|
|
|
|
#include "config.h"
|
|
|
|
|
|
|
|
typedef
|
|
|
|
struct {
|
2008-01-05 15:07:21 +01:00
|
|
|
int version;
|
|
|
|
void *func[0];
|
2007-12-30 17:41:49 +01:00
|
|
|
}
|
|
|
|
INTERFACE;
|
|
|
|
|
|
|
|
#define LIB_INIT "GB_INIT"
|
2015-07-04 00:18:58 +02:00
|
|
|
#define LIB_AFTER_INIT "GB_AFTER_INIT"
|
2007-12-30 17:41:49 +01:00
|
|
|
#define LIB_EXIT "GB_EXIT"
|
|
|
|
#define LIB_INTERFACE "GB_INTERFACE"
|
|
|
|
#define LIB_CLASS "GB_CLASSES"
|
[INTERPRETER]
* NEW: Add a new GB.Component.Declare() API, that allows a component to
dynamically register a class description.
[INFORMER]
* NEW: A component now can declare classes through a GB_OPTIONAL_CLASSES
public symbol. Theses classes are included into the information file,
but are not automatically loaded as the ones defined through the
GB_CLASSES symbol.
[GB.FORM.STATUSICON]
* NEW: This component has been removed and replaced by gb.dbus.trayicon.
* NEW: This component now provide TrayIcon and TrayIcons classes that have
exactly the same interface as the old ones.
[GB.DBUS]
* NEW: Remove the now useless DBusConnection.Raise(). The DBusConnection
Register() and Unregister() are kept for backward-compatibility reason.
* NEW: Add DBus.Raise() and DBus[].Raise() to raise signals. At the moment,
there is no difference between the two methods, as there no mean to
indicate the sender raising a signal. I don't know yet how DBus decides
which service sends a signal!
[GB.DBUS.TRAYICON]
* NEW: This component implements the tray icon DBus protocol. It is
automatically loaded by the GUI components.
[GB.GTK]
* NEW: Load the 'gb.dbus' and 'gb.dbus.trayicon' components if the current
desktop is KDE >= 4. Otherwise, use the old TrayIcon implementation.
* BUG: Fix the old TrayIcon implementation, so that it matches the QT one.
[GB.GTK3]
* NEW: Load the 'gb.dbus' and 'gb.dbus.trayicon' components if the current
desktop is KDE >= 4. Otherwise, use the old TrayIcon implementation.
* BUG: Fix the component name in deprecation warning messages.
* BUG: Fix the old TrayIcon implementation, so that it matches the QT one.
[GB.QT4]
* NEW: Load the 'gb.dbus' and 'gb.dbus.trayicon' components if the current
desktop is KDE >= 4. Otherwise, use the old TrayIcon implementation.
[GB.QT5]
* NEW: Load the 'gb.dbus' and 'gb.dbus.trayicon' components if the current
desktop is KDE >= 4. Otherwise, use the old TrayIcon implementation.
git-svn-id: svn://localhost/gambas/trunk@7154 867c0c6c-44f3-4631-809d-bfa615b0a4ec
2015-06-29 03:46:51 +02:00
|
|
|
#define LIB_OPTIONAL "GB_OPTIONAL_CLASSES"
|
2007-12-30 17:41:49 +01:00
|
|
|
#define LIB_INCLUDE "GB_INCLUDE"
|
|
|
|
#define LIB_SIGNAL "GB_SIGNAL"
|
|
|
|
#define LIB_INFO "GB_INFO"
|
2011-07-15 02:52:29 +02:00
|
|
|
#define LIB_NEED "GB_NEED"
|
2007-12-30 17:41:49 +01:00
|
|
|
#define LIB_GAMBAS "GB"
|
2018-06-09 22:42:35 +02:00
|
|
|
#define LIB_JIT "JIT"
|
2012-09-27 22:52:08 +02:00
|
|
|
#define LIB_MAIN "GB_MAIN"
|
2007-12-30 17:41:49 +01:00
|
|
|
|
|
|
|
#ifdef DONT_USE_LTDL
|
2010-03-05 09:49:38 +01:00
|
|
|
#if defined(OS_MACOSX)
|
2010-01-20 02:37:45 +01:00
|
|
|
#define LIB_PATTERN "%s/%s.so"
|
2010-03-05 09:49:38 +01:00
|
|
|
#elif defined(OS_OPENBSD)
|
2008-03-31 21:04:28 +02:00
|
|
|
#define LIB_PATTERN "%s/%s." SHARED_LIBRARY_EXT ".0.0"
|
2010-03-05 09:49:38 +01:00
|
|
|
#elif defined(OS_CYGWIN)
|
|
|
|
#define LIB_PATTERN "%s/%s-0." SHARED_LIBRARY_EXT
|
2008-03-31 21:04:28 +02:00
|
|
|
#else
|
|
|
|
#define LIB_PATTERN "%s/%s." SHARED_LIBRARY_EXT
|
|
|
|
#endif
|
2007-12-30 17:41:49 +01:00
|
|
|
#else
|
|
|
|
#define LIB_PATTERN "%s/%s.la"
|
|
|
|
#endif
|
|
|
|
|
|
|
|
#define ARCH_PATTERN "%s/%s.gambas"
|
|
|
|
|
|
|
|
#define GAMBAS_LINK_PATH "/usr/bin/gbx" GAMBAS_VERSION_STRING
|
|
|
|
|
2008-02-24 17:29:02 +01:00
|
|
|
#define GAMBAS_LIB_PATH "lib/gambas" GAMBAS_VERSION_STRING
|
|
|
|
#define GAMBAS_LIB64_PATH "lib64/gambas" GAMBAS_VERSION_STRING
|
|
|
|
|
2007-12-30 17:41:49 +01:00
|
|
|
#endif
|