Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
GNOME
evolution-data-server
Commits
5706361d
Commit
5706361d
authored
May 20, 2013
by
Tristan Van Berkom
Browse files
Added org.freedesktop.locale1 interface to private/ to generate a DBus proxy
parent
a796c679
Changes
2
Show whitespace changes
Inline
Side-by-side
private/Makefile.am
View file @
5706361d
NULL
=
NULL
=
$(GENERATED_DBUS_LOCALE)
:
Makefile.am org.freedesktop.locale1.xml
$(AM_V_GEN)
gdbus-codegen
\
--interface-prefix
org.freedesktop.
\
--c-namespace
E_DBus
\
--generate-c-code
e-dbus-localed
\
$(top_srcdir)
/private/org.freedesktop.locale1.xml
\
$(NULL)
$(GENERATED_DBUS_SOURCE)
:
Makefile.am org.gnome.evolution.dataserver.Source.xml
$(GENERATED_DBUS_SOURCE)
:
Makefile.am org.gnome.evolution.dataserver.Source.xml
$(AM_V_GEN)
gdbus-codegen
\
$(AM_V_GEN)
gdbus-codegen
\
--interface-prefix
org.gnome.evolution.dataserver.
\
--interface-prefix
org.gnome.evolution.dataserver.
\
...
@@ -82,6 +90,11 @@ $(GENERATED_DBUS_USER_PROMPTER) : Makefile.am org.gnome.evolution.dataserver.Use
...
@@ -82,6 +90,11 @@ $(GENERATED_DBUS_USER_PROMPTER) : Makefile.am org.gnome.evolution.dataserver.Use
$(top_srcdir)
/private/org.gnome.evolution.dataserver.UserPrompter.xml
\
$(top_srcdir)
/private/org.gnome.evolution.dataserver.UserPrompter.xml
\
$(NULL)
$(NULL)
GENERATED_DBUS_LOCALE
=
\
e-dbus-localed.c
\
e-dbus-localed.h
\
$(NULL)
GENERATED_DBUS_SOURCE
=
\
GENERATED_DBUS_SOURCE
=
\
e-dbus-source.c
\
e-dbus-source.c
\
e-dbus-source.h
\
e-dbus-source.h
\
...
@@ -142,6 +155,7 @@ GENERATED_DBUS_CALENDAR_FACTORY = \
...
@@ -142,6 +155,7 @@ GENERATED_DBUS_CALENDAR_FACTORY = \
$(NULL)
$(NULL)
BUILT_SOURCES
=
\
BUILT_SOURCES
=
\
$(GENERATED_DBUS_LOCALE)
\
$(GENERATED_DBUS_SOURCE)
\
$(GENERATED_DBUS_SOURCE)
\
$(GENERATED_DBUS_SOURCE_MANAGER)
\
$(GENERATED_DBUS_SOURCE_MANAGER)
\
$(GENERATED_DBUS_AUTHENTICATOR)
\
$(GENERATED_DBUS_AUTHENTICATOR)
\
...
...
private/org.freedesktop.locale1.xml
0 → 100644
View file @
5706361d
<!DOCTYPE node PUBLIC
"-//freedesktop//DTD D-Bus Object Introspection 1.0//EN"
"http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd">
<node
name=
"/"
xmlns:doc=
"http://www.freedesktop.org/dbus/1.0/doc.dtd"
>
<!--
Here we generate a proxy to handle the 'localed' system entity,
we only generate the 'Locale' property as that's all we're interested in.
the object should be present at the path '/org/freedesktop/locale1'
See: http://www.freedesktop.org/wiki/Software/systemd/localed
-->
<interface
name=
"org.freedesktop.locale1"
>
<property
name=
"Locale"
type=
"as"
access=
"read"
/>
</interface>
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment