Advertisement
Guest User

Untitled

a guest
Sep 21st, 2017
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. #include <stdio.h>
  2. #include <stdlib.h>
  3. #include <epiphany/epiphany.h>
  4.  
  5. int main(int argc, char **argv[])
  6. {
  7. EphyNode *node;
  8. EphyBookmarks *eb = malloc(sizeof(EphyBookmarks));
  9. printf ("Iam here\n");
  10. node = ephy_bookmarks_get_bookmarks (eb->priv->bookmarks);
  11. //node = ephy_bookmarks_get_bookmarks (eb);
  12. return (0);
  13. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement