/usr/include/libfriends-0.1/friends.h is in libfriends-dev 0.1.2+14.04.20131108.1-0ubuntu1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 | /* friends.h generated by valac 0.18.1, the Vala compiler, do not modify */
#ifndef __FRIENDS_H__
#define __FRIENDS_H__
#include <glib.h>
#include <glib-object.h>
#include <gio/gio.h>
#include <stdlib.h>
#include <string.h>
G_BEGIN_DECLS
#define FRIENDS_TYPE_DISPATCHER (friends_dispatcher_get_type ())
#define FRIENDS_DISPATCHER(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), FRIENDS_TYPE_DISPATCHER, FriendsDispatcher))
#define FRIENDS_DISPATCHER_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), FRIENDS_TYPE_DISPATCHER, FriendsDispatcherClass))
#define FRIENDS_IS_DISPATCHER(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), FRIENDS_TYPE_DISPATCHER))
#define FRIENDS_IS_DISPATCHER_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), FRIENDS_TYPE_DISPATCHER))
#define FRIENDS_DISPATCHER_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), FRIENDS_TYPE_DISPATCHER, FriendsDispatcherClass))
typedef struct _FriendsDispatcher FriendsDispatcher;
typedef struct _FriendsDispatcherClass FriendsDispatcherClass;
typedef struct _FriendsDispatcherPrivate FriendsDispatcherPrivate;
#define FRIENDS_TYPE_UTILS (friends_utils_get_type ())
#define FRIENDS_UTILS(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), FRIENDS_TYPE_UTILS, FriendsUtils))
#define FRIENDS_UTILS_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), FRIENDS_TYPE_UTILS, FriendsUtilsClass))
#define FRIENDS_IS_UTILS(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), FRIENDS_TYPE_UTILS))
#define FRIENDS_IS_UTILS_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), FRIENDS_TYPE_UTILS))
#define FRIENDS_UTILS_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), FRIENDS_TYPE_UTILS, FriendsUtilsClass))
typedef struct _FriendsUtils FriendsUtils;
typedef struct _FriendsUtilsClass FriendsUtilsClass;
typedef struct _FriendsUtilsPrivate FriendsUtilsPrivate;
struct _FriendsDispatcher {
GObject parent_instance;
FriendsDispatcherPrivate * priv;
};
struct _FriendsDispatcherClass {
GObjectClass parent_class;
};
struct _FriendsUtils {
GObject parent_instance;
FriendsUtilsPrivate * priv;
};
struct _FriendsUtilsClass {
GObjectClass parent_class;
};
GType friends_dispatcher_get_type (void) G_GNUC_CONST;
FriendsDispatcher* friends_dispatcher_new (GError** error);
FriendsDispatcher* friends_dispatcher_construct (GType object_type, GError** error);
void friends_dispatcher_refresh (FriendsDispatcher* self, GError** error);
gchar* friends_dispatcher_upload (FriendsDispatcher* self, guint account_id, const gchar* uri, const gchar* description, GError** error);
void friends_dispatcher_upload_async (FriendsDispatcher* self, guint account_id, const gchar* uri, const gchar* description, GAsyncReadyCallback _callback_, gpointer _user_data_);
void friends_dispatcher_upload_finish (FriendsDispatcher* self, GAsyncResult* _res_, gchar** result_url, GError** error);
gchar* friends_dispatcher_send_reply (FriendsDispatcher* self, guint account_id, const gchar* message_id, const gchar* message, GError** error);
void friends_dispatcher_send_reply_async (FriendsDispatcher* self, guint account_id, const gchar* message_id, const gchar* message, GAsyncReadyCallback _callback_, gpointer _user_data_);
void friends_dispatcher_send_reply_finish (FriendsDispatcher* self, GAsyncResult* _res_, gchar** _result_, GError** error);
gchar* friends_dispatcher_send_message (FriendsDispatcher* self, guint* account_id, const gchar* message, GError** error);
void friends_dispatcher_send_message_async (FriendsDispatcher* self, guint* account_id, const gchar* message, GAsyncReadyCallback _callback_, gpointer _user_data_);
void friends_dispatcher_send_message_finish (FriendsDispatcher* self, GAsyncResult* _res_, gchar** _result_, GError** error);
gchar* friends_dispatcher_retweet (FriendsDispatcher* self, guint account_id, const gchar* message_id, GError** error);
void friends_dispatcher_retweet_async (FriendsDispatcher* self, guint account_id, const gchar* message_id, GAsyncReadyCallback _callback_, gpointer _user_data_);
void friends_dispatcher_retweet_finish (FriendsDispatcher* self, GAsyncResult* _res_, gchar** _result_, GError** error);
gchar* friends_dispatcher_home (FriendsDispatcher* self, guint* account_id, GError** error);
void friends_dispatcher_home_async (FriendsDispatcher* self, guint* account_id, GAsyncReadyCallback _callback_, gpointer _user_data_);
void friends_dispatcher_home_finish (FriendsDispatcher* self, GAsyncResult* _res_, gchar** _result_, GError** error);
gchar* friends_dispatcher_wall (FriendsDispatcher* self, guint* account_id, GError** error);
void friends_dispatcher_wall_async (FriendsDispatcher* self, guint* account_id, GAsyncReadyCallback _callback_, gpointer _user_data_);
void friends_dispatcher_wall_finish (FriendsDispatcher* self, GAsyncResult* _res_, gchar** _result_, GError** error);
gchar* friends_dispatcher_search (FriendsDispatcher* self, guint* account_id, const gchar* query, GError** error);
void friends_dispatcher_search_async (FriendsDispatcher* self, guint* account_id, const gchar* query, GAsyncReadyCallback _callback_, gpointer _user_data_);
void friends_dispatcher_search_finish (FriendsDispatcher* self, GAsyncResult* _res_, gchar** _result_, GError** error);
gchar* friends_dispatcher_like (FriendsDispatcher* self, guint account_id, const gchar* message_id, GError** error);
void friends_dispatcher_like_async (FriendsDispatcher* self, guint account_id, const gchar* message_id, GAsyncReadyCallback _callback_, gpointer _user_data_);
void friends_dispatcher_like_finish (FriendsDispatcher* self, GAsyncResult* _res_, gchar** _result_, GError** error);
gchar* friends_dispatcher_unlike (FriendsDispatcher* self, guint account_id, const gchar* message_id, GError** error);
void friends_dispatcher_unlike_async (FriendsDispatcher* self, guint account_id, const gchar* message_id, GAsyncReadyCallback _callback_, gpointer _user_data_);
void friends_dispatcher_unlike_finish (FriendsDispatcher* self, GAsyncResult* _res_, gchar** _result_, GError** error);
gchar* friends_dispatcher_delete (FriendsDispatcher* self, guint account_id, const gchar* message_id, GError** error);
void friends_dispatcher_delete_async (FriendsDispatcher* self, guint account_id, const gchar* message_id, GAsyncReadyCallback _callback_, gpointer _user_data_);
void friends_dispatcher_delete_finish (FriendsDispatcher* self, GAsyncResult* _res_, gchar** _result_, GError** error);
gchar* friends_dispatcher_contacts (FriendsDispatcher* self, guint* account_id, GError** error);
void friends_dispatcher_contacts_async (FriendsDispatcher* self, guint* account_id, GAsyncReadyCallback _callback_, gpointer _user_data_);
void friends_dispatcher_contacts_finish (FriendsDispatcher* self, GAsyncResult* _res_, gchar** _result_, GError** error);
gchar* friends_dispatcher_shorten (FriendsDispatcher* self, const gchar* url, GError** error);
gchar** friends_dispatcher_features (FriendsDispatcher* self, const gchar* protocol, int* result_length1, GError** error);
void friends_dispatcher_messaging_menu_clear (FriendsDispatcher* self, GError** error);
GType friends_utils_get_type (void) G_GNUC_CONST;
gchar* friends_utils_create_time_string (FriendsUtils* self, const gchar* t);
gchar* friends_utils_get_avatar_path (FriendsUtils* self, const gchar* url);
FriendsUtils* friends_utils_new (void);
FriendsUtils* friends_utils_construct (GType object_type);
G_END_DECLS
#endif
|