edbus: Add initializers to stop warnings

SVN revision: 78292
This commit is contained in:
Sebastian Dransfeld 2012-10-21 04:52:59 +00:00
parent 36d0edc5b4
commit 878bfd2616
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ typedef struct _EDBus_Arg_Info
* The signature will be "ss" and each string will have a tag name on
* introspect XML with the respective name.
*/
#define EDBUS_ARGS(args...) (const EDBus_Arg_Info[]){ args, { } }
#define EDBUS_ARGS(args...) (const EDBus_Arg_Info[]){ args, { NULL, NULL } }
typedef struct _EDBus_Service_Interface EDBus_Service_Interface;
typedef EDBus_Message * (*EDBus_Method_Cb)(const EDBus_Service_Interface *iface, const EDBus_Message *message);