Skip to content

jonhoo/libappindicator-sys

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

libappindicator-sys

Build Status Crates.io

Bindings for the libappindicator library. libappindicator provides cross-distribution/window system functions for creating systray icons and menus.

Note that rather than generate bindings for all gtk types, libappindicator-sys uses some of the types out of gtk-sys for things like function argument types. This allows the bindings to be used with the higher level gtk-rs crate.

license

tl;dr GNU LGPL v2.1, GNU LGPL v3 (Following license of libappindicator)

Licensed under the LGPL License, Version 3.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

    https://www.gnu.org/licenses/lgpl-3.0.txt

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

About

Rust raw bindings for the libappindicator library

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Rust 60.4%
  • Shell 37.9%
  • C 1.7%