Guest User

Untitled

a guest
Apr 25th, 2018
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.10 KB | None | 0 0
  1.     if (response == GTK_RESPONSE_OK)
  2.         return gtk_entry_get_text(GTK_ENTRY(entry));
  3.     else
  4.         return NULL;
Add Comment
Please, Sign In to add comment