gnome-contacts/vapi/cheese-gtk.vapi
Niels De Graef d4dbd4374f Clean up and separate VAPI files.
Note to other developers: you might have to do `make clean;./autogen.sh`
after this commit.

* Use a GtkCheese namespace to be constistent with other vapi's (such as
GtkClutter).

* Put each library in a separate vapi-file (this will come in handy when
porting to Meson).

* Clean up config.vapi:
  * get rid of unused CCode prefix-attribute (removes warning)
  * be consistent with braces
2017-06-30 12:34:10 +02:00

5 lines
303 B
Vala

[CCode (cprefix = "Cheese", lower_case_cprefix = "cheese_", cheader_filename = "cheese/cheese-gtk.h")]
namespace GtkCheese {
[CCode (cheader_filename = "cheese/cheese-camera-device.h", cname = "cheese_gtk_init")]
public static void init ([CCode (array_length_pos = 0.9)] ref unowned string[] argv);
}