mirror of https://github.com/GNOME/gimp.git
app/widgets/dbus-service.xml be more specific in the D-Bus service and
2007-03-26 Sven Neumann <sven@gimp.org> * app/widgets/dbus-service.xml * app/widgets/gimpdbusservice.h: be more specific in the D-Bus service and interface name. svn path=/trunk/; revision=22171
This commit is contained in:
parent
ce63667730
commit
b2c2d9902a
|
@ -1,3 +1,9 @@
|
|||
2007-03-26 Sven Neumann <sven@gimp.org>
|
||||
|
||||
* app/widgets/dbus-service.xml
|
||||
* app/widgets/gimpdbusservice.h: be more specific in the D-Bus
|
||||
service and interface name.
|
||||
|
||||
2007-03-23 Sven Neumann <sven@gimp.org>
|
||||
|
||||
Make XOR color configurable (bug #421466):
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
|
||||
<node name="/org/gimp/GIMP">
|
||||
<node name="/org/gimp/GIMP/Remote">
|
||||
|
||||
<interface name="org.gimp.GIMP">
|
||||
<interface name="org.gimp.GIMP.UI">
|
||||
<annotation name="org.freedesktop.DBus.GLib.CSymbol"
|
||||
value="gimp_dbus_service" />
|
||||
<method name="Open">
|
||||
|
|
|
@ -25,9 +25,9 @@
|
|||
G_BEGIN_DECLS
|
||||
|
||||
|
||||
#define GIMP_DBUS_SERVICE_NAME "org.gimp.GIMP"
|
||||
#define GIMP_DBUS_SERVICE_PATH "/org/gimp/GIMP"
|
||||
#define GIMP_DBUS_SERVICE_INTERFACE "org.gimp.GIMP"
|
||||
#define GIMP_DBUS_SERVICE_NAME "org.gimp.GIMP.UI"
|
||||
#define GIMP_DBUS_SERVICE_PATH "/org/gimp/GIMP/UI"
|
||||
#define GIMP_DBUS_SERVICE_INTERFACE "org.gimp.GIMP.UI"
|
||||
|
||||
|
||||
#define GIMP_TYPE_DBUS_SERVICE (gimp_dbus_service_get_type ())
|
||||
|
@ -60,7 +60,7 @@ GObject * gimp_dbus_service_new (Gimp *gimp);
|
|||
|
||||
gboolean gimp_dbus_service_open (GimpDBusService *service,
|
||||
const gchar **uris,
|
||||
GError **error);
|
||||
GError **dbus_error);
|
||||
gboolean gimp_dbus_service_activate (GimpDBusService *service,
|
||||
GError **dbus_error);
|
||||
|
||||
|
|
Loading…
Reference in New Issue