aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTed Gould <ted@canonical.com>2009-08-17 17:07:07 -0500
committerTed Gould <ted@canonical.com>2009-08-17 17:07:07 -0500
commita52eb4af8fd90ae883ad511fbce0bc9297dbaca5 (patch)
tree428a20d08c7064acf191ff8f7331310c231543df
parentd539c58cdce66db1be5cd49181d47cbf64731c49 (diff)
downloadayatana-indicator-session-a52eb4af8fd90ae883ad511fbce0bc9297dbaca5.tar.gz
ayatana-indicator-session-a52eb4af8fd90ae883ad511fbce0bc9297dbaca5.tar.bz2
ayatana-indicator-session-a52eb4af8fd90ae883ad511fbce0bc9297dbaca5.zip
Some marshallers for the Telepathy status stuff.
-rw-r--r--.bzrignore2
-rw-r--r--src/Makefile.am21
-rw-r--r--src/status-provider-telepathy.list1
3 files changed, 21 insertions, 3 deletions
diff --git a/.bzrignore b/.bzrignore
index 0ced059..9ffe093 100644
--- a/.bzrignore
+++ b/.bzrignore
@@ -40,3 +40,5 @@ gtk-logout-helper
.libs
src/status-provider-pidgin-marshal.c
src/status-provider-pidgin-marshal.h
+src/status-provider-telepathy-marshal.c
+src/status-provider-telepathy-marshal.h
diff --git a/src/Makefile.am b/src/Makefile.am
index 736fd61..a014128 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -30,7 +30,9 @@ indicator_status_service_SOURCES = \
status-provider-pidgin.h \
status-provider-pidgin.c \
status-provider-pidgin-marshal.h \
- status-provider-pidgin-marshal.c
+ status-provider-pidgin-marshal.c \
+ status-provider-telepathy-marshal.h \
+ status-provider-telepathy-marshal.c
indicator_status_service_CFLAGS = $(STATUSSERVICE_CFLAGS) -Wall -Werror
indicator_status_service_LDADD = $(STATUSSERVICE_LIBS)
@@ -58,6 +60,16 @@ status-provider-pidgin-marshal.c: $(srcdir)/status-provider-pidgin.list
--prefix=_status_provider_pidgin_marshal $(srcdir)/status-provider-pidgin.list \
> status-provider-pidgin-marshal.c
+status-provider-telepathy-marshal.h: $(srcdir)/status-provider-telepathy.list
+ glib-genmarshal --header \
+ --prefix=_status_provider_telepathy_marshal $(srcdir)/status-provider-telepathy.list \
+ > status-provider-telepathy-marshal.h
+
+status-provider-telepathy-marshal.c: $(srcdir)/status-provider-telepathy.list
+ glib-genmarshal --body \
+ --prefix=_status_provider_telepathy_marshal $(srcdir)/status-provider-telepathy.list \
+ > status-provider-telepathy-marshal.c
+
###############
# Users Stuff
###############
@@ -82,11 +94,14 @@ BUILT_SOURCES = \
status-service-client.h \
status-service-server.h \
status-provider-pidgin-marshal.h \
- status-provider-pidgin-marshal.c
+ status-provider-pidgin-marshal.c \
+ status-provider-telepathy-marshal.h \
+ status-provider-telepathy-marshal.c
EXTRA_DIST = \
status-service.xml \
- status-provider-pidgin.list
+ status-provider-pidgin.list \
+ status-provider-telepathy.list
CLEANFILES = \
$(BUILT_SOURCES)
diff --git a/src/status-provider-telepathy.list b/src/status-provider-telepathy.list
new file mode 100644
index 0000000..5ab45bf
--- /dev/null
+++ b/src/status-provider-telepathy.list
@@ -0,0 +1 @@
+VOID:UINT,STRING