Guest User

Untitled

a guest
Oct 23rd, 2017
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. #include "maman-bar.h"
  2.  
  3. int
  4. main (int argc, const char* argv[])
  5. {
  6. g_type_init();
  7. MamanBar *bar = g_object_new (MAMAN_TYPE_BAR, NULL);
  8. }
Add Comment
Please, Sign In to add comment