We got nominated! Help us out and vote for GitHub as Best Bootstrapped Startup of 2008. (You can vote once a day.) [ hide ]

public
Description: A Clutter-based Twitter client
Homepage: http://live.gnome.org/Tweet
Clone URL: git://github.com/ebassi/tweet.git
Emmanuele Bassi (author)
Wed Apr 09 06:40:45 -0700 2008
commit  3c01a2a33ec13d991b3281b0c3c23e7981c9e28c
tree    64539325d25ca2ba230beb6d2f780c10f3328367
tweet / twitter-glib / twitter-glib.h
100644 13 lines (10 sloc) 0.38 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
#ifndef __TWITTER_GLIB_H__
#define __TWITTER_GLIB_H__
 
#include <twitter-glib/twitter-common.h>
#include <twitter-glib/twitter-enum-types.h>
#include <twitter-glib/twitter-reader.h>
#include <twitter-glib/twitter-status.h>
#include <twitter-glib/twitter-timeline.h>
#include <twitter-glib/twitter-user.h>
#include <twitter-glib/twitter-version.h>
 
#endif /* __TWITTER_GLIB_H__ */