NetworkManager/examples
Dan Williams 53f6539f54 examples: add simply python GObject Introspection example
Unfortunately since libnm-glib/libnm-util make heavy use of
GHashTable and GValue, functions that deal with these types
can't be used from Python when using GObject Introspection,
since pygobject can't handle conversion between python types
and GValue/GHashTable very well.  You'll likely encounter
assertions like:

ERROR:pygi-argument.c:1755:_pygi_argument_to_object: assertion failed: (g_type_info_get_tag (key_type_info) != GI_TYPE_TAG_VOID)
Aborted
2012-06-11 14:46:33 -05:00
..
C build: fix srcdir != builddir for new generated headers 2012-02-22 16:27:28 -06:00
python examples: add simply python GObject Introspection example 2012-06-11 14:46:33 -05:00
ruby examples: add a few examples in ruby 2011-11-29 16:20:04 +01:00
shell examples: add a shell example for listing devices 2011-12-09 10:24:59 +01:00
Makefile.am examples: add some examples in shell 2011-12-08 16:36:37 +01:00