gboolean doc_examples_obj_method DocExamplesObj * self gint first_arg gfloat second_arg gboolean boolean_arg gpointer pointer_arg utf8 string method @accepts(gint, gfloat, gboolean, gpointer, utf8) @returns(gboolean) def method(first_arg, second_arg, boolean_arg, pointer_arg, string)

This is an example of how to document a method.

You should call this on a DocExamples.Obj that was created with Obj.new.

This should be a %FALSEALARM.

first_arg :

A DocExamples.Obj.

second_arg :

second argument

boolean_arg :

You should always pass True.

pointer_arg :

If not None, do a thing.

string :

A None-terminated string.

Returns :

Either False or something False-y.

Since 0.99