{"id":22535852,"url":"https://github.com/ik5/libnotify-fpc","last_synced_at":"2026-02-02T03:02:35.248Z","repository":{"id":1917418,"uuid":"2845147","full_name":"ik5/libnotify-fpc","owner":"ik5","description":"libnotify binding for fpc","archived":false,"fork":false,"pushed_at":"2011-12-22T11:28:21.000Z","size":124,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-06-22T19:06:40.288Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Pascal","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ik5.png","metadata":{"files":{"readme":"readme","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2011-11-24T18:09:24.000Z","updated_at":"2021-06-28T00:32:11.000Z","dependencies_parsed_at":"2022-08-27T23:11:55.951Z","dependency_job_id":null,"html_url":"https://github.com/ik5/libnotify-fpc","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ik5/libnotify-fpc","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ik5%2Flibnotify-fpc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ik5%2Flibnotify-fpc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ik5%2Flibnotify-fpc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ik5%2Flibnotify-fpc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ik5","download_url":"https://codeload.github.com/ik5/libnotify-fpc/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ik5%2Flibnotify-fpc/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29002632,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-02T01:32:03.847Z","status":"online","status_checked_at":"2026-02-02T02:00:07.448Z","response_time":58,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-12-07T10:08:43.660Z","updated_at":"2026-02-02T03:02:35.232Z","avatar_url":"https://github.com/ik5.png","language":"Pascal","funding_links":[],"categories":[],"sub_categories":[],"readme":"The following library is a Pascal binding for libnotify \n(http://developer.gnome.org/libnotify/).\n\nThe following implementation is of version 0.7.3 .\n\nThe library and the examples arrive with LGPL 2 and/or above license.\n\n\nThe library allow to send messages to d-bus with customizing of the message.\nWe can place icons and other utilities called \"hints\".\n\nYou can find documentation at: \n  http://developer.gnome.org/libnotify/0.7/ch01.html\n\nThere is a simple example on how to use the library under the tests library \ncalled test_notify.lpr and it's code is as follows:\n\nprogram test_notify;\n{$mode fpc}\n\nuses\n  libnotify;\n\nvar\n  hello : PNotifyNotification;\n\nbegin\n  // Unique name for the notification, this app name :)\n  notify_init(argv[0]);\n\n  hello := notify_notification_new (\n             // Title\n             'Example for libnotify',\n             // Content\n             'This is a simple example how to use libnotify.',\n             // Icon\n             'dialog-information');\n  // Lets display it, but we will not handle any errors ...\n  notify_notification_show (hello, nil);\n  // That's all folks :)\n  notify_uninit;\nend. \n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fik5%2Flibnotify-fpc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fik5%2Flibnotify-fpc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fik5%2Flibnotify-fpc/lists"}