libpurple/protocols/facebook/thrift.h

changeset 41292
138cabf96219
parent 41122
f29fa0dda4bf
equal deleted inserted replaced
41291:45a2de546565 41292:138cabf96219
110 * fb_thrift_set_pos: 110 * fb_thrift_set_pos:
111 * @thft: The #FbThrift. 111 * @thft: The #FbThrift.
112 * @pos: The position. 112 * @pos: The position.
113 * 113 *
114 * Sets the cursor position of an #FbThrift. 114 * Sets the cursor position of an #FbThrift.
115 *
116 * Returns: The #GByteArray.
117 */ 115 */
118 void 116 void
119 fb_thrift_set_pos(FbThrift *thft, guint pos); 117 fb_thrift_set_pos(FbThrift *thft, guint pos);
120 118
121 /** 119 /**
122 * fb_thrift_reset: 120 * fb_thrift_reset:
123 * @thft: The #FbThrift. 121 * @thft: The #FbThrift.
124 * 122 *
125 * Resets the cursor position of an #FbThrift. 123 * Resets the cursor position of an #FbThrift.
126 *
127 * Returns: The #GByteArray.
128 */ 124 */
129 void 125 void
130 fb_thrift_reset(FbThrift *thft); 126 fb_thrift_reset(FbThrift *thft);
131 127
132 /** 128 /**

mercurial