~robru/libsignon-glib/inline-packaging

« back to all changes in this revision

Viewing changes to libsignon-glib/signon-auth-service.c

  • Committer: Alberto Mardegan
  • Date: 2012-03-16 13:44:50 UTC
  • mfrom: (122.1.4)
  • Revision ID: git-v1:08bd785306ba1c55c8de2295b004425e7cd42a1a
Merge branch 'master' into ubuntu

Conflicts:
        configure.ac

Show diffs side-by-side

added added

removed removed

Lines of Context:
123
123
/**
124
124
 * signon_auth_service_new:
125
125
 *
 
126
 * Create a new #SignonAuthService.
 
127
 *
126
128
 * Returns: an instance of an #SignonAuthService.
127
129
 */
128
130
SignonAuthService *
182
184
 * @methods: (transfer full) (type GStrv): list of available methods.
183
185
 * @error: a #GError if an error occurred, %NULL otherwise.
184
186
 * @user_data: the user data that was passed when installing this callback.
 
187
 *
 
188
 * Callback to be passed to signon_auth_service_query_methods().
185
189
 */
186
190
 
187
191
/**
221
225
 * @mechanisms: (transfer full) (type GStrv): list of available mechanisms.
222
226
 * @error: a #GError if an error occurred, %NULL otherwise.
223
227
 * @user_data: the user data that was passed when installing this callback.
 
228
 *
 
229
 * Callback to be passed to signon_auth_service_query_mechanisms().
224
230
 */
225
231
 
226
232
/**