rygel r640 - trunk/src/rygel
- From: zeeshanak svn gnome org
- To: svn-commits-list gnome org
- Subject: rygel r640 - trunk/src/rygel
- Date: Sat, 21 Feb 2009 17:53:28 +0000 (UTC)
Author: zeeshanak
Date: Sat Feb 21 17:53:27 2009
New Revision: 640
URL: http://svn.gnome.org/viewvc/rygel?rev=640&view=rev
Log:
Specify header files in vapi file.
Modified:
trunk/src/rygel/cstuff.vapi
Modified: trunk/src/rygel/cstuff.vapi
==============================================================================
--- trunk/src/rygel/cstuff.vapi (original)
+++ trunk/src/rygel/cstuff.vapi Sat Feb 21 17:53:27 2009
@@ -40,15 +40,15 @@
* Provides utility functions implemented in C.
*/
public class Utils {
- [CCode (cname = "get_xml_element")]
+ [CCode (cname = "get_xml_element", cheader_filename = "cstuff.h")]
public static weak Xml.Node * get_xml_element (Xml.Node node,
...);
- [CCode (cname = "generate_random_udn")]
+ [CCode (cname = "generate_random_udn", cheader_filename = "cstuff.h")]
public static string generate_random_udn ();
public delegate void ApplicationExitCb ();
- [CCode (cname = "on_application_exit")]
+ [CCode (cname = "on_application_exit", cheader_filename = "cstuff.h")]
public static void on_application_exit
(ApplicationExitCb app_exit_cb);
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]