Skip to content

Commit

Permalink
Upgrade gir files from GNOME OS
Browse files Browse the repository at this point in the history
  • Loading branch information
JumpLink committed Mar 26, 2024
1 parent c88ff80 commit 704ec61
Show file tree
Hide file tree
Showing 46 changed files with 619 additions and 44 deletions.
2 changes: 1 addition & 1 deletion examples/gjs/adw-1-hello/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ts-for-gir-example/adw-1-hello-example",
"version": "3.2.9",
"version": "3.3.0",
"description": "Simple GJS Typescript hello-world example using Libadwaita",
"main": "index.js",
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion examples/gjs/gio-2-cat-alias/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ts-for-gir-example/gio-2-cat-alias-example",
"version": "3.2.9",
"version": "3.3.0",
"description": "Simple GJS Gtk 3 example app that shows how you can translate strings with gettext",
"main": "index.js",
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion examples/gjs/gio-2-cat-packages/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ts-for-gir-example/gio-2-cat-promisify-packages",
"version": "3.2.9",
"version": "3.3.0",
"description": "Simple GJS Gtk 3 example app that shows how you can translate strings with gettext",
"main": "index.js",
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion examples/gjs/gio-2-cat-promisify/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ts-for-gir-example/gio-2-cat-promisify-example",
"version": "3.2.9",
"version": "3.3.0",
"description": "Simple GJS Gtk 3 example app that shows how you can translate strings with gettext",
"main": "index.js",
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion examples/gjs/gio-2-cat-types-only/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ts-for-gir-example/gio-2-cat-types-only-example",
"version": "3.2.9",
"version": "3.3.0",
"description": "Simple GJS Gtk 3 example app that shows how you can translate strings with gettext",
"main": "index.js",
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion examples/gjs/gio-2-cat/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ts-for-gir-example/gio-2-cat-example",
"version": "3.2.9",
"version": "3.3.0",
"description": "Simple GJS Gtk 3 example app that shows how you can translate strings with gettext",
"main": "index.js",
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion examples/gjs/gio-2-dbus/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ts-for-gir-example/gio-2-dbus-example",
"version": "3.2.9",
"version": "3.3.0",
"description": "GJS example showing how to build a DBus server/client",
"main": "index.js",
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion examples/gjs/gio-2-list-model/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ts-for-gir-example/gio-2-list-model-example",
"version": "3.2.9",
"version": "3.3.0",
"description": "An example of implementing the GListModel interface in GJS",
"main": "index.js",
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion examples/gjs/glib-2-spawn-command/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ts-for-gir-example/glib-2-spawn-command-example",
"version": "3.2.9",
"version": "3.3.0",
"description": "",
"module": "dist/main.js",
"private": true,
Expand Down
2 changes: 1 addition & 1 deletion examples/gjs/glib-2-variant/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ts-for-gir-example/glib-2-variant-example",
"version": "3.2.9",
"version": "3.3.0",
"description": "ts-for-gir GVariant example based on https://gjs.guide/guides/glib/gvariant.html",
"main": "index.js",
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion examples/gjs/gtk-3-browser/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ts-for-gir-example/gtk-3-browser-example",
"version": "3.2.9",
"version": "3.3.0",
"description": "",
"module": "dist/main.js",
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion examples/gjs/gtk-3-builder/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ts-for-gir-example/gtk-3-builder-example",
"version": "3.2.9",
"version": "3.3.0",
"description": "",
"main": "main.ts",
"private": true,
Expand Down
2 changes: 1 addition & 1 deletion examples/gjs/gtk-3-calc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ts-for-gir-example/gtk-3-calc-example",
"version": "3.2.9",
"version": "3.3.0",
"description": "Simple GJS Gtk 3 calculator example app",
"main": "index.js",
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion examples/gjs/gtk-3-editor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ts-for-gir-example/gtk-3-editor-example",
"version": "3.2.9",
"version": "3.3.0",
"description": "",
"main": "main.ts",
"private": true,
Expand Down
2 changes: 1 addition & 1 deletion examples/gjs/gtk-3-gettext/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ts-for-gir-example/gtk-3-gettext-example",
"version": "3.2.9",
"version": "3.3.0",
"description": "Simple GJS Gtk 3 example app that shows how you can translate strings with gettext",
"main": "index.js",
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion examples/gjs/gtk-3-hello-2/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ts-for-gir-example/gtk-3-hello-2-example",
"version": "3.2.9",
"version": "3.3.0",
"description": "Simple GJS Gtk 3 example app to demonstrate how you can connect to Gtk signals",
"main": "index.js",
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion examples/gjs/gtk-3-hello/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ts-for-gir-example/gtk-3-hello-example",
"version": "3.2.9",
"version": "3.3.0",
"description": "",
"main": "main.ts",
"private": true,
Expand Down
2 changes: 1 addition & 1 deletion examples/gjs/gtk-3-template/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ts-for-gir-example/gtk-3-template-example",
"version": "3.2.9",
"version": "3.3.0",
"description": "Simple GJS Gtk 3 example app to demonstrate how you can use .ui template XML files",
"main": "index.js",
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion examples/gjs/gtk-3-webkit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ts-for-gir-example/gtk-3-webkit-example",
"version": "3.2.9",
"version": "3.3.0",
"description": "Simple GJS Gtk 3 example app to demonstrate how you can use WebKit2",
"main": "index.js",
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion examples/gjs/gtk-4-application/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ts-for-gir-example/gtk-4-application-example",
"version": "3.2.9",
"version": "3.3.0",
"description": "Simple GJS Gtk 4 example app to demonstrate how you can use and extend Gtk.Application",
"main": "index.js",
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion examples/gjs/gtk-4-custom-widget/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ts-for-gir-example/gjs-gtk-4-custom-widget-example",
"version": "3.2.9",
"version": "3.3.0",
"description": "This example shows the usage of custom widgets and virtual functions in GJS",
"main": "dist/index.js",
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion examples/gjs/gtk-4-list-store/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ts-for-gir-example/gtk-4-list-store-example",
"version": "3.2.9",
"version": "3.3.0",
"description": "It takes the hassle away from building Gtk4 application in Python So you can create a cool application, without all the boilerplate code",
"main": "index.js",
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion examples/gjs/gtk-4-template/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ts-for-gir-example/gtk-4-template-example",
"version": "3.2.9",
"version": "3.3.0",
"description": "Simple GJS Gtk 4 example app to demonstrate how you can use .ui template XML files",
"main": "index.js",
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion examples/gjs/run-async/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ts-for-gir-example/run-async-example",
"version": "3.2.9",
"version": "3.3.0",
"description": "Simple GJS Gtk 3 example app that shows how you can translate strings with gettext",
"main": "index.js",
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion examples/gjs/soup-3-http/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ts-for-gir-example/soup-3-http-example",
"version": "3.2.9",
"version": "3.3.0",
"description": "GJS example showing how to build a http server/client using Soap 3",
"main": "index.js",
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion examples/gjs/soup-3-websocket/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ts-for-gir-example/soup-3-websocket-example",
"version": "3.2.9",
"version": "3.3.0",
"description": "Simple GJS Soup 3 example app to demonstrate how you can use WebSockets",
"main": "index.js",
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion examples/gjs/timers/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ts-for-gir-example/timers-example",
"version": "3.2.9",
"version": "3.3.0",
"description": "Simple GJS Gtk 4 example app to demonstrate how you can use .ui template XML files",
"main": "index.js",
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion examples/node-gtk/gio-2-cat-packages/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ts-for-gir-example/node-gtk-gio-2-cat-promisify-packages",
"version": "3.2.9",
"version": "3.3.0",
"description": "Simple Node Gtk 3 example app that shows how you can translate strings with gettext",
"main": "index.js",
"type": "commonjs",
Expand Down
2 changes: 1 addition & 1 deletion examples/node-gtk/glib-2-spawn-command/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ts-for-gir-example/node-glib-2-spawn-command-example",
"version": "3.2.9",
"version": "3.3.0",
"description": "",
"main": "main.ts",
"private": true,
Expand Down
2 changes: 1 addition & 1 deletion examples/node-gtk/gtk-3-browser/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ts-for-gir-example/node-gtk-3-browser-example",
"version": "3.2.9",
"version": "3.3.0",
"description": "",
"main": "dist/main.js",
"private": true,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ts-for-gir-example/node-gtk-3-builder-auto-connect-signals-example",
"version": "3.2.9",
"version": "3.3.0",
"description": "",
"main": "main.ts",
"private": true,
Expand Down
2 changes: 1 addition & 1 deletion examples/node-gtk/gtk-3-builder/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ts-for-gir-example/node-gtk-3-builder-example",
"version": "3.2.9",
"version": "3.3.0",
"description": "",
"main": "main.ts",
"private": true,
Expand Down
2 changes: 1 addition & 1 deletion examples/node-gtk/gtk-3-editor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ts-for-gir-example/node-gtk-3-editor-example",
"version": "3.2.9",
"version": "3.3.0",
"description": "",
"main": "main.ts",
"private": true,
Expand Down
2 changes: 1 addition & 1 deletion examples/node-gtk/gtk-3-hello/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ts-for-gir-example/node-gtk-3-hello-example",
"version": "3.2.9",
"version": "3.3.0",
"description": "",
"main": "dist/main.js",
"private": true,
Expand Down
2 changes: 1 addition & 1 deletion examples/node-gtk/gtk-4-application/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ts-for-gir-example/node-gtk-gtk-4-application-example",
"version": "3.2.9",
"version": "3.3.0",
"description": "Simple node-gtk Gtk 4 example app to demonstrate how you can use and extend Gtk.Application",
"main": "dist/main.js",
"private": true,
Expand Down
2 changes: 1 addition & 1 deletion examples/node-gtk/gtk-4-custom-widget/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ts-for-gir-example/node-gtk-gtk-4-custom-widget-example",
"version": "3.2.9",
"version": "3.3.0",
"description": "This example shows the usage of custom widgets and virtual functions in node-gtk",
"main": "dist/index.js",
"private": true,
Expand Down
2 changes: 1 addition & 1 deletion examples/node-gtk/soup-3-http/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ts-for-gir-example/node-soup-3-http-example",
"version": "3.2.9",
"version": "3.3.0",
"description": "Node-gtk example showing how to build a http server/client using Soap 3",
"main": "dist/http-server.js",
"private": true,
Expand Down
9 changes: 9 additions & 0 deletions girs/Cally-14.gir
Original file line number Diff line number Diff line change
Expand Up @@ -344,6 +344,9 @@ with [[email protected]_action]</doc>
c:type="AtkGObjectAccessibleClass"/>
</field>
<field name="notify_clutter">
<doc xml:space="preserve"
filename="clutter/clutter/cally/cally-actor.h"
line="75">Signal handler for notify signal on Clutter actor</doc>
<callback name="notify_clutter">
<source-position filename="clutter/clutter/cally/cally-actor.h"
line="85"/>
Expand All @@ -361,6 +364,9 @@ with [[email protected]_action]</doc>
</callback>
</field>
<field name="add_actor">
<doc xml:space="preserve"
filename="clutter/clutter/cally/cally-actor.h"
line="76">Signal handler for child-added signal on Clutter actor</doc>
<callback name="add_actor">
<source-position filename="clutter/clutter/cally/cally-actor.h"
line="88"/>
Expand All @@ -381,6 +387,9 @@ with [[email protected]_action]</doc>
</callback>
</field>
<field name="remove_actor">
<doc xml:space="preserve"
filename="clutter/clutter/cally/cally-actor.h"
line="77">Signal handler for child-removed signal on Clutter actor</doc>
<callback name="remove_actor">
<source-position filename="clutter/clutter/cally/cally-actor.h"
line="92"/>
Expand Down
Loading

0 comments on commit 704ec61

Please sign in to comment.