/usr/share/gtk-doc/html/gfbgraph-0.2/gfbgraph-0.2.devhelp2 is in libgfbgraph-doc 0.2.3-1.
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 107 108 109 110 | <?xml version="1.0" encoding="utf-8" standalone="no"?>
<book xmlns="http://www.devhelp.net/book" title="GFBGraph 0.2 Reference Manual" link="index.html" author="Álvaro Peña" name="gfbgraph" version="2" language="c">
<chapters>
<sub name="Authorization" link="ch01.html">
<sub name="GFBGraphAuthorizer" link="gfbgraph-GFBGraphAuthorizer.html"/>
<sub name="GFBGraphSimpleAuthorizer" link="GFBGraphSimpleAuthorizer.html"/>
<sub name="GFBGraphGoaAuthorizer" link="GFBGraphGoaAuthorizer.html"/>
</sub>
<sub name="Nodes" link="ch02.html">
<sub name="GFBGraphAlbum" link="GFBGraphAlbum.html"/>
<sub name="GFBGraphConnectable" link="gfbgraph-GFBGraphConnectable.html"/>
<sub name="GFBGraphNode" link="GFBGraphNode.html"/>
<sub name="GFBGraphPhoto" link="GFBGraphPhoto.html"/>
<sub name="GFBGraphUser" link="GFBGraphUser.html"/>
</sub>
<sub name="Other" link="ch03.html">
<sub name="gfbgraph-common" link="gfbgraph-gfbgraph-common.html"/>
</sub>
<sub name="Object Hierarchy" link="object-tree.html"/>
<sub name="API Index" link="api-index-full.html"/>
<sub name="Index of deprecated API" link="deprecated-api-index.html"/>
<sub name="Annotation Glossary" link="annotation-glossary.html"/>
</chapters>
<functions>
<keyword type="function" name="gfbgraph_authorizer_process_call ()" link="gfbgraph-GFBGraphAuthorizer.html#gfbgraph-authorizer-process-call"/>
<keyword type="function" name="gfbgraph_authorizer_process_message ()" link="gfbgraph-GFBGraphAuthorizer.html#gfbgraph-authorizer-process-message"/>
<keyword type="function" name="gfbgraph_authorizer_refresh_authorization ()" link="gfbgraph-GFBGraphAuthorizer.html#gfbgraph-authorizer-refresh-authorization"/>
<keyword type="struct" name="struct GFBGraphAuthorizerInterface" link="gfbgraph-GFBGraphAuthorizer.html#GFBGraphAuthorizerInterface"/>
<keyword type="function" name="gfbgraph_simple_authorizer_new ()" link="GFBGraphSimpleAuthorizer.html#gfbgraph-simple-authorizer-new"/>
<keyword type="struct" name="struct GFBGraphSimpleAuthorizer" link="GFBGraphSimpleAuthorizer.html#GFBGraphSimpleAuthorizer-struct"/>
<keyword type="struct" name="struct GFBGraphSimpleAuthorizerClass" link="GFBGraphSimpleAuthorizer.html#GFBGraphSimpleAuthorizerClass"/>
<keyword type="property" name="The “access-token” property" link="GFBGraphSimpleAuthorizer.html#GFBGraphSimpleAuthorizer--access-token"/>
<keyword type="function" name="gfbgraph_goa_authorizer_new ()" link="GFBGraphGoaAuthorizer.html#gfbgraph-goa-authorizer-new"/>
<keyword type="struct" name="struct GFBGraphGoaAuthorizer" link="GFBGraphGoaAuthorizer.html#GFBGraphGoaAuthorizer-struct"/>
<keyword type="struct" name="struct GFBGraphGoaAuthorizerClass" link="GFBGraphGoaAuthorizer.html#GFBGraphGoaAuthorizerClass"/>
<keyword type="property" name="The “goa-object” property" link="GFBGraphGoaAuthorizer.html#GFBGraphGoaAuthorizer--goa-object"/>
<keyword type="function" name="gfbgraph_album_new ()" link="GFBGraphAlbum.html#gfbgraph-album-new"/>
<keyword type="function" name="gfbgraph_album_new_from_id ()" link="GFBGraphAlbum.html#gfbgraph-album-new-from-id"/>
<keyword type="function" name="gfbgraph_album_get_name ()" link="GFBGraphAlbum.html#gfbgraph-album-get-name"/>
<keyword type="function" name="gfbgraph_album_get_description ()" link="GFBGraphAlbum.html#gfbgraph-album-get-description"/>
<keyword type="function" name="gfbgraph_album_get_cover_photo_id ()" link="GFBGraphAlbum.html#gfbgraph-album-get-cover-photo-id"/>
<keyword type="function" name="gfbgraph_album_get_count ()" link="GFBGraphAlbum.html#gfbgraph-album-get-count"/>
<keyword type="struct" name="struct GFBGraphAlbum" link="GFBGraphAlbum.html#GFBGraphAlbum-struct"/>
<keyword type="struct" name="struct GFBGraphAlbumClass" link="GFBGraphAlbum.html#GFBGraphAlbumClass"/>
<keyword type="property" name="The “count” property" link="GFBGraphAlbum.html#GFBGraphAlbum--count"/>
<keyword type="property" name="The “cover-photo” property" link="GFBGraphAlbum.html#GFBGraphAlbum--cover-photo"/>
<keyword type="property" name="The “description” property" link="GFBGraphAlbum.html#GFBGraphAlbum--description"/>
<keyword type="property" name="The “name” property" link="GFBGraphAlbum.html#GFBGraphAlbum--name"/>
<keyword type="function" name="gfbgraph_connectable_get_connection_post_params ()" link="gfbgraph-GFBGraphConnectable.html#gfbgraph-connectable-get-connection-post-params"/>
<keyword type="function" name="gfbgraph_connectable_parse_connected_data ()" link="gfbgraph-GFBGraphConnectable.html#gfbgraph-connectable-parse-connected-data"/>
<keyword type="function" name="gfbgraph_connectable_is_connectable_to ()" link="gfbgraph-GFBGraphConnectable.html#gfbgraph-connectable-is-connectable-to"/>
<keyword type="function" name="gfbgraph_connectable_get_connection_path ()" link="gfbgraph-GFBGraphConnectable.html#gfbgraph-connectable-get-connection-path"/>
<keyword type="function" name="gfbgraph_connectable_default_parse_connected_data ()" link="gfbgraph-GFBGraphConnectable.html#gfbgraph-connectable-default-parse-connected-data"/>
<keyword type="struct" name="struct GFBGraphConnectableInterface" link="gfbgraph-GFBGraphConnectable.html#GFBGraphConnectableInterface"/>
<keyword type="function" name="gfbgraph_node_error_quark ()" link="GFBGraphNode.html#gfbgraph-node-error-quark"/>
<keyword type="function" name="gfbgraph_node_new ()" link="GFBGraphNode.html#gfbgraph-node-new"/>
<keyword type="function" name="gfbgraph_node_new_from_id ()" link="GFBGraphNode.html#gfbgraph-node-new-from-id"/>
<keyword type="function" name="gfbgraph_node_get_id ()" link="GFBGraphNode.html#gfbgraph-node-get-id"/>
<keyword type="function" name="gfbgraph_node_get_link ()" link="GFBGraphNode.html#gfbgraph-node-get-link"/>
<keyword type="function" name="gfbgraph_node_get_created_time ()" link="GFBGraphNode.html#gfbgraph-node-get-created-time"/>
<keyword type="function" name="gfbgraph_node_get_updated_time ()" link="GFBGraphNode.html#gfbgraph-node-get-updated-time"/>
<keyword type="function" name="gfbgraph_node_get_connection_nodes ()" link="GFBGraphNode.html#gfbgraph-node-get-connection-nodes"/>
<keyword type="function" name="gfbgraph_node_get_connection_nodes_async ()" link="GFBGraphNode.html#gfbgraph-node-get-connection-nodes-async"/>
<keyword type="function" name="gfbgraph_node_get_connection_nodes_async_finish ()" link="GFBGraphNode.html#gfbgraph-node-get-connection-nodes-async-finish"/>
<keyword type="function" name="gfbgraph_node_append_connection ()" link="GFBGraphNode.html#gfbgraph-node-append-connection"/>
<keyword type="macro" name="GFBGRAPH_NODE_ERROR" link="GFBGraphNode.html#GFBGRAPH-NODE-ERROR:CAPS"/>
<keyword type="struct" name="struct GFBGraphNode" link="GFBGraphNode.html#GFBGraphNode-struct"/>
<keyword type="struct" name="struct GFBGraphNodeClass" link="GFBGraphNode.html#GFBGraphNodeClass"/>
<keyword type="enum" name="enum GFBGraphNodeError" link="GFBGraphNode.html#GFBGraphNodeError"/>
<keyword type="property" name="The “created-time” property" link="GFBGraphNode.html#GFBGraphNode--created-time"/>
<keyword type="property" name="The “id” property" link="GFBGraphNode.html#GFBGraphNode--id"/>
<keyword type="property" name="The “link” property" link="GFBGraphNode.html#GFBGraphNode--link"/>
<keyword type="property" name="The “updated-time” property" link="GFBGraphNode.html#GFBGraphNode--updated-time"/>
<keyword type="function" name="gfbgraph_photo_new ()" link="GFBGraphPhoto.html#gfbgraph-photo-new"/>
<keyword type="function" name="gfbgraph_photo_new_from_id ()" link="GFBGraphPhoto.html#gfbgraph-photo-new-from-id"/>
<keyword type="function" name="gfbgraph_photo_download_default_size ()" link="GFBGraphPhoto.html#gfbgraph-photo-download-default-size"/>
<keyword type="function" name="gfbgraph_photo_get_name ()" link="GFBGraphPhoto.html#gfbgraph-photo-get-name"/>
<keyword type="function" name="gfbgraph_photo_get_default_source_uri ()" link="GFBGraphPhoto.html#gfbgraph-photo-get-default-source-uri"/>
<keyword type="function" name="gfbgraph_photo_get_default_width ()" link="GFBGraphPhoto.html#gfbgraph-photo-get-default-width"/>
<keyword type="function" name="gfbgraph_photo_get_default_height ()" link="GFBGraphPhoto.html#gfbgraph-photo-get-default-height"/>
<keyword type="function" name="gfbgraph_photo_get_images ()" link="GFBGraphPhoto.html#gfbgraph-photo-get-images"/>
<keyword type="function" name="gfbgraph_photo_get_image_hires ()" link="GFBGraphPhoto.html#gfbgraph-photo-get-image-hires"/>
<keyword type="function" name="gfbgraph_photo_get_image_near_width ()" link="GFBGraphPhoto.html#gfbgraph-photo-get-image-near-width"/>
<keyword type="function" name="gfbgraph_photo_get_image_near_height ()" link="GFBGraphPhoto.html#gfbgraph-photo-get-image-near-height"/>
<keyword type="struct" name="struct GFBGraphPhoto" link="GFBGraphPhoto.html#GFBGraphPhoto-struct"/>
<keyword type="struct" name="struct GFBGraphPhotoClass" link="GFBGraphPhoto.html#GFBGraphPhotoClass"/>
<keyword type="struct" name="struct GFBGraphPhotoImage" link="GFBGraphPhoto.html#GFBGraphPhotoImage"/>
<keyword type="property" name="The “height” property" link="GFBGraphPhoto.html#GFBGraphPhoto--height"/>
<keyword type="property" name="The “images” property" link="GFBGraphPhoto.html#GFBGraphPhoto--images"/>
<keyword type="property" name="The “name” property" link="GFBGraphPhoto.html#GFBGraphPhoto--name"/>
<keyword type="property" name="The “source” property" link="GFBGraphPhoto.html#GFBGraphPhoto--source"/>
<keyword type="property" name="The “width” property" link="GFBGraphPhoto.html#GFBGraphPhoto--width"/>
<keyword type="function" name="gfbgraph_user_new ()" link="GFBGraphUser.html#gfbgraph-user-new"/>
<keyword type="function" name="gfbgraph_user_new_from_id ()" link="GFBGraphUser.html#gfbgraph-user-new-from-id"/>
<keyword type="function" name="gfbgraph_user_get_me ()" link="GFBGraphUser.html#gfbgraph-user-get-me"/>
<keyword type="function" name="gfbgraph_user_get_me_async ()" link="GFBGraphUser.html#gfbgraph-user-get-me-async"/>
<keyword type="function" name="gfbgraph_user_get_me_async_finish ()" link="GFBGraphUser.html#gfbgraph-user-get-me-async-finish"/>
<keyword type="function" name="gfbgraph_user_get_albums ()" link="GFBGraphUser.html#gfbgraph-user-get-albums"/>
<keyword type="function" name="gfbgraph_user_get_albums_async ()" link="GFBGraphUser.html#gfbgraph-user-get-albums-async"/>
<keyword type="function" name="gfbgraph_user_get_albums_async_finish ()" link="GFBGraphUser.html#gfbgraph-user-get-albums-async-finish"/>
<keyword type="function" name="gfbgraph_user_get_name ()" link="GFBGraphUser.html#gfbgraph-user-get-name"/>
<keyword type="struct" name="struct GFBGraphUser" link="GFBGraphUser.html#GFBGraphUser-struct"/>
<keyword type="struct" name="struct GFBGraphUserClass" link="GFBGraphUser.html#GFBGraphUserClass"/>
<keyword type="property" name="The “email” property" link="GFBGraphUser.html#GFBGraphUser--email"/>
<keyword type="property" name="The “name” property" link="GFBGraphUser.html#GFBGraphUser--name"/>
<keyword type="function" name="gfbgraph_new_rest_call ()" link="gfbgraph-gfbgraph-common.html#gfbgraph-new-rest-call"/>
<keyword type="constant" name="GFBGRAPH_NODE_ERROR_NO_CONNECTIONABLE" link="GFBGraphNode.html#GFBGRAPH-NODE-ERROR-NO-CONNECTIONABLE:CAPS"/>
<keyword type="constant" name="GFBGRAPH_NODE_ERROR_NO_CONNECTABLE" link="GFBGraphNode.html#GFBGRAPH-NODE-ERROR-NO-CONNECTABLE:CAPS"/>
</functions>
</book>
|