android-obex
glib
GLib provides the core application building blocks for libraries and applications written in C. It provides the core object system used in GNOME, the main loop implementation, and a large set of utility functions for strings and common data structures.
-
Cloning this repository:
git clone git://gitorious.org/android-obex/glib.git glib cd glib
Add this repository as a remote to an existing local repository:
git remote add glib git://gitorious.org/android-obex/glib.git git fetch glib git checkout -b my-local-tracking-branch glib/master_or_other_branch
- Branches:
- master


