-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
35 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
struct _AtkAction {}; | ||
struct _AtkComponent {}; | ||
struct _AtkDocument {}; | ||
struct _AtkEditableText {}; | ||
struct _AtkHyperlinkImpl {}; | ||
struct _AtkHypertext {}; | ||
struct _AtkImage {}; | ||
struct _AtkImplementor {}; | ||
struct _AtkRange {}; | ||
struct _AtkSelection {}; | ||
struct _AtkStreamableContent {}; | ||
struct _AtkTable {}; | ||
struct _AtkTableCell {}; | ||
struct _AtkText {}; | ||
struct _AtkValue {}; | ||
struct _AtkWindow {}; | ||
|
||
#define GLIB_DISABLE_DEPRECATION_WARNINGS | ||
#include <sys/types.h> | ||
#include <atk/atk.h> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
module CAtk [system] { | ||
header "atk_bridging.h" | ||
|
||
link "gobject-2.0" | ||
link "glib-2.0" | ||
|
||
export * | ||
} |