我需要读取 gnome-shell 通知, 以便每当事件X 发生时发送电子邮件( 如种子已成功下载 ) 。 是否有文件或回调可以让我在 C 代码中读/ 设置?
For example, let s say I want to find a particular word or number in a file. The contents are in sorted order (obviously). Since I want to run a binary search on the file, it seems like a real waste ...