aboutsummaryrefslogtreecommitdiff
path: root/src/application-service-marshal.h
diff options
context:
space:
mode:
authorKen VanDine <ken.vandine@canonical.com>2010-06-04 08:59:10 -0400
committerKen VanDine <ken.vandine@canonical.com>2010-06-04 08:59:10 -0400
commit83ea78222982490d36ff73e972541bdbe0b95ff8 (patch)
treef7438f1c8f96f498957d2063091f370e3e3b8438 /src/application-service-marshal.h
parent3096e1044187bb042f64f9c37188782c4fe140f9 (diff)
parentebc5cbfd84b4674344fe0a8e1e7c21d1180d88b1 (diff)
downloadlibayatana-appindicator-83ea78222982490d36ff73e972541bdbe0b95ff8.tar.gz
libayatana-appindicator-83ea78222982490d36ff73e972541bdbe0b95ff8.tar.bz2
libayatana-appindicator-83ea78222982490d36ff73e972541bdbe0b95ff8.zip
* New upstream release.
* Unref the child that was created * Build GIR and VAPI files (LP: #510610) * Fixes to documentation and enum construction * Fix distcheck * Merging patch to add assembly information to Mono binding (LP: #547195) * debian/control: Add GObject Introspection and Vala build dependencies. * Added debian/gir1.0-libappindicator-0.1.install and modified debian/control and debian/libappindicator-dev.install to handle the VAPI and GI files. * debian/libappindicator0.0-cil.install: Fixing directory of cli files
Diffstat (limited to 'src/application-service-marshal.h')
-rw-r--r--src/application-service-marshal.h28
1 files changed, 0 insertions, 28 deletions
diff --git a/src/application-service-marshal.h b/src/application-service-marshal.h
deleted file mode 100644
index 965a9c4..0000000
--- a/src/application-service-marshal.h
+++ /dev/null
@@ -1,28 +0,0 @@
-
-#ifndef ___application_service_marshal_MARSHAL_H__
-#define ___application_service_marshal_MARSHAL_H__
-
-#include <glib-object.h>
-
-G_BEGIN_DECLS
-
-/* VOID:STRING,INT,STRING,STRING,STRING (./application-service-marshal.list:19) */
-extern void _application_service_marshal_VOID__STRING_INT_STRING_STRING_STRING (GClosure *closure,
- GValue *return_value,
- guint n_param_values,
- const GValue *param_values,
- gpointer invocation_hint,
- gpointer marshal_data);
-
-/* VOID:INT,STRING (./application-service-marshal.list:20) */
-extern void _application_service_marshal_VOID__INT_STRING (GClosure *closure,
- GValue *return_value,
- guint n_param_values,
- const GValue *param_values,
- gpointer invocation_hint,
- gpointer marshal_data);
-
-G_END_DECLS
-
-#endif /* ___application_service_marshal_MARSHAL_H__ */
-